/*********************************************************/
/*  GENERAL - propriétés globales et communes à toutes les pages  */
/*********************************************************/

body {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Arial;
	color: #3B3B3B;
}
img{
	border: 0;
}
a, a:visited {
	text-decoration: none;
	color: #3B3B3B;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
form{
	margin: 0;
	padding: 0;
}

/****************************************/
/*  GLOBAL - zone contenant toutes les autres  */
/****************************************/

div#global{
	width: 100%;
}

/************************************************************************************************************/
/*  HEADER - zone contenant le logo et les menus génériques n'ayant pas rapport avec les chiens, les stages, les chevaux, etc...  */
/************************************************************************************************************/

div#header{
	width: 100%;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #AEA86A;
	font-size: 11px;
	font-weight: bold;
}
div#header img{
	vertical-align: middle;
}
div#header img{
	vertical-align: middle;
}
div#logo{
	width: 40%;
}
div#menu_hor{
	width: 99.5%;
	text-align: right;
	margin-top: -15px;
}

/******************************************************************************************/
/*  SEPARATOR - zone epaisse entre le header et la zone menu et content - délimitation nette de couleur  */
/******************************************************************************************/

div#separator{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #AEA86A;
	background-image: url("../images/barre_footer.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	float: left;
}

/***************************************************************************************************************/
/*  CENTER - zone contenant le menu et la zone d'affichage principal, elle sert a fixer une hauteur identique pour les deux zones  */
/***************************************************************************************************************/

div#center{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #AEA86A;
	width: 100%;
	float: left;
}

/****************************************************/
/*  MENU - zone d'affichage du menu de navigation du site  */
/****************************************************/

div#menu_ver{
	width: 15.3%;
	float: left;
}
div.menu_titre{
	border-width: 0px 0px 1px 2px;
	border-left-style: solid;
	border-bottom-style: dotted;
	border-color: #AEA86A;
	margin-top: 20px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
}
div.menu_titre:first-letter{
	color: #AEA86A;
	font-weight: bold;
	font-size: 16px;
}
div.menu_ss_titre{
	border: 1px dotted #AEA86A;
	margin: 0px 8px 15px 8px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
}
div.menu_ss_titre ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.menu_ss_titre li{
	display: block;
	margin: 5px 0px 5px 0px;
}

/**************************************************************************/
/*  CONTENT - zone variable servant a l'affichage du contenu des différentes pages  */
/**************************************************************************/

div#content{
	width: 84.7%;
	float: right;
}
div.content_titre{
	border-width: 0px 0px 1px 2px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #AEA86A;
	margin: 20px 15px 3px 15px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 17px;
}
div.content_titre:first-letter{
	color: #AEA86A;
	font-weight: bold;
	font-size: 19px;
}
div.content_content{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AEA86A;
	margin: 10px 15px 10px 15px;
	padding: 10px;
}
table#tab{
	width: 30%;
	margin: 150px auto 150px auto;
}
td.ident{
	width: 100%;
	padding-top: 10px;
}
td.field{
	width: 100%;
}
td.submit{
	text-align: center;
}
table#tab2{
	width: 60%;
	margin: 50px auto 50px auto;
}
td.ident2{
	width: 100%;
	padding-top: 10px;
}
td.field2{
	width: 100%;
}
table#tab3{
	width: 95%;
	margin: 50px auto 50px auto;
}
td.ident3{
	width: 40%;
	padding-top: 10px;
}
td.field3{
	width: 40%;
}
table#tab4{
	width: 95%;
	margin: 10px auto 10px auto;
}
td.ident4{
	width: 30%;
}
td.field4{
	width: 30%;
}
td.pere{
	text-align: center;
	background-color: #E8ECFF;
}
td.mere{
	text-align: center;
	background-color: #FFEAF4;
}
td.field5{
	width: 8%;
	text-align: center;
}
input.input{
	width: 99%;
}
textarea.input{
	width: 99%;
}
select.input{
	width: 100%;
}
input#submit{
	margin: 5px;
}
input.pedig{
	width: 65%;
}
select.pedig{
	width: 67%;
}
div.parag{
	font-size: 11px;
	font-weight: bold;
}

/*********************************************************************************/
/*  FOOTER - pied de page contenant le copyright, le nom du webmaster et les mentions légales  */
/*********************************************************************************/

div#footer{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #AEA86A;
	background-image: url("../images/barre_footer.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	text-align: center;
	margin-bottom: 5px;
	float: left;
	font-weight: normal;
	font-size: 10px;
}