/* CSS Document */

/*			STYLE GENERAL	 	   */
/*			HABILLAGE PAGE 		   */
/*			HOME			 	   */
/*			PAGE			 	   */
/*			MENU			 	   */
/*			PIED PAGE		 	   */
/*			AUTRE			 	   */
/*			FORM		 		   */
 


/*********** STYLE GENERAL *********/

body
{
	font-family:Arial, Helvetica, sans-serif;
}

/*** lien ***/

a:focus

{ /* enleve le focus sur les liens dans FF */
	outline: 0;/**/
}



a  {
	color: #7D7666;
	text-decoration: none;
	position:relative;
}

a:hover {
	color: #544F42;
}

.lien2
{
	color:#CA0E1D;
}
.lien2:hover
{
	color:#7D7666;
}

/*** TITRE ***/
.titre
{
	color:#615A4D;
	font-size:130%;
	margin:1em 0;
	background:url(../img/puce.right.gif) no-repeat left 0.4em;
	padding-left:16px;
}
.stitre
{
	font-size:110%;
	color:#B05737; /* B05737 7A715C */
	margin:0.6em 0;
}

.sstitre
{
	font-size:110%;
	margin:0.3em 0;
}


/*** LISTE ***/
dl
{
	margin:1em 0 1em 20px;
}
dl dt
{
	color:#7A715C;
	margin-bottom:0.3em;
}
dl dd,
.puce
{
	background:url(../img/puce.white.gif) no-repeat left 0.4em;
	padding-left:10px;
	margin:0.3em 0;
}

/*** float left et right ***/
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}



/* navigation pied */
.navig
{
	/* position:relative;  bug ie6.css */
	float:right;
	list-style:none;
	margin:0.3em 0;
}
.navig li
{
	text-align:right;
	margin:0.5em 1em;
	display:inline;
}
.navig a  
{
	/* zoom:1;  bug ie6.css */
	background:url(../img/picto/puce.gif) no-repeat left 0.4em;
	padding-left:11px;
}
.navig .top a,
.navig .bottom a,
.navig .left a,
.navig .right a
.navig .print a
{
	background:url(../img/picto/top.gif) no-repeat left 0.55em;
	padding-left:11px;
}
.navig .bottom a
{
	background:url(../img/picto/bottom.gif) no-repeat left 0.55em;
}
.navig .left a,
.navig .right a
{
	background:url(../img/picto/left.gif) no-repeat left 0.6em;
	padding-left:10px;
}
.navig .right a
{
	background:url(../img/picto/right.gif) no-repeat right 0.6em;
	padding-right:10px;
	padding-left:0;
}
.navig .print a
{
	background:url(../img/picto/print.gif) no-repeat left 0.35em;
	padding-left:14px;
}
.navig .pdf a
{
	background:url(../img/picto/icon_pdf.gif) no-repeat left 0.1em;
	padding:2px 0 2px 24px;
}


/***** HEADER *****/



/********** Acces rapide Contenu haut page *****************/
/*** positionnement du menu acces dans style.css ***/

#accesmenu
{
}
#accesmenu li
{
	list-style:none;
	float:left;
	color:#807A6E;
}
#accesmenu li a
{
	color:#6E6758;
	margin: 0 0.5em 0 0.5em;
	font-size:81%;
	text-decoration:none;
}
#accesmenu li a:hover,
#accesmenu li a:hover strong
{
	color:#3B362B;
}
#accesmenu .current a, #accesmenu .current a:hover,
#accesmenu .current a strong, #accesmenu .current a:hover strong
{
	color: #3B362B;
	font-weight:bold;
}
#accesmenu li  a strong
{
	font-size:110%;
	color: #873923;
	font-weight:bold;
}



/******* PIED PAGE ********/

/* Style pied page */
#footer { /* positionnement dans style.css */
	text-align: center;
	line-height: 20px;
	color: #7D7666;
	font-size: 85%;
}
#footer a {
	font-size: 1em;
	color: #7D7666;
	font-weight: normal;
	text-decoration: none;
	Padding: 5px 0 5px 0;
}
#footer a:hover {
	color: #544F42;
}


/********** MENU ***********/
/********** MENU HAUT ***********/
#mh ul
{
	list-style:none;
	margin-left:12em;
	line-height:20px;
}
#mh ul li
{
	float:left;
	color:#C7C2B7;
	margin:0px 0px 0 0px;
}
#mh a
{
	color:#E0DDD5;
	padding:0 16px 0 16px;
	display:inline-block;
}
#mh a span
{
}
#mh a:hover
{
	color:#E0DDD5;
	background-color:#878377;
}
#mh .current a, #mh .current a:hover
{
	color:#E0DDD5;
	background-color:#5C584D;
}

/********** MENU BAS ***********/
#mb ul
{
	list-style:none;
	margin-left:12em;
	line-height:20px;
}
#mb ul li
{
	float:left;
	color:#C7C2B7;
	margin:0px 0px 0 0px;
}
#mb a
{
	color:#E0DDD5;
	padding:0 16px 0 16px;
	display:inline-block;
}
#mb a span
{
}
#mb a:hover
{
	color:#E0DDD5;
	background-color:#878377;
}
#mb .current a, #mb .current a:hover
{
	color:#E0DDD5;
	background-color:#5C584D;
}




/***** CONTACT *****/

#formcontact, .formcontact
{
	/*position:relative;
	top:0;
	left:0;
	height:1%;*/
}
#titretd1, #titretd2
{
	width:12em;
}
.donnes1, .donnes2
{
	/*position:relative;*/
	margin:auto;
	margin-bottom:0.5em;
}
.donnes1
{ /* positionnement données form gauche */
	/* float:left; */
	left:0em;

}
.donnes2
{ /* positionnement données form droite */
	/* float:right; */
	right:0em;
	/*margin-right:-3em;*/
	/*padding-left:0.7em;*/
}


.donnes1 table, .donnes2 table
{
	/*margin:auto; /* margin:auto fait planté ie 6 dans certain cas */
}

#formcontact, .formcontact
{
	margin-left:0px;
	margin:auto;
}
#formcontact legend, .formcontact legend
{
	padding-left:15px;
	margin-bottom:0.5em;
}
#formcontact label span, .formcontact label span
{ /* *obligatoire */
	color:#B05737; /* bb0d1e */
	font-weight:bold;
}
.submit
{
	width:250px;
	height:26px;
	display:inline-block;
	border:0;
	color: #fff;
	background:url(../img/bt2.gif) no-repeat left top;
	margin-right:12px;
}
.submit:hover
{
	background-position: left bottom;
}

/* contact */

input.normal, input.focus,
textarea.normal, textarea.focus
{
	width:300px;
}

.checkboxform, .inputform
{ /* config txt dans .txt dans form plus bas*/
	line-height:2em;
	font-weight:bold;
}
.checkboxform span
{
	display:block;
	float:left;
	width:17em;
}
.inputform .spanform
{
	display:block;
	float:left;
	width:21em;
}



/****** FORMULAIRE ******/

form {
	margin:0;
}
select, textarea, input, .normal, input.case,
select.normal, textarea.normal {		/*** configuration general ***/
	color: #666;
	background-color: #fafafa;
	font-weight: bold;
	font-size:90%;
}
input.case {		/*** configuration case a cochÃ© ***/
	background-color: transparent;
}

.focus, .focus2, .focus3,
select.focus,
textarea.focus, textarea.focus2  {	/*** Mise en avant des champs en cours d'utilisation - onfocus="this.className='focus';" ***/
	background: #fff;
	/*color: #c00;*/
	border: #B05737 2px solid;
	color:#B05737;
	margin:0 0;
	padding-left: 3px;
}
textarea, input, .normal, select,
.search, .fpart, .fpart2 {	/*** Retour à  l'état normal aprés l'utilisation - onblur="this.className='normal';" ***/
	padding-left: 3px;
	font-weight: bold;
	margin:1px 1px;
}
.normal, .focus {	/*** taille des champs ***/
	/*width: 180px;*/
}
.normal {	/*** bordure des champs ***/
	border: #A6A08F 1px solid;
}

select.normal, select.focus, .submit { /*** taille select ***/
	/*width: 187px;*/
}
textarea.normal, textarea.focus, textarea.focus2  /*** taille textarea ***/
{
	/*font-size:100%;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:8em;
}

/* Tableaux ToHTML */
TD.aFond  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #888888; }
TD.aTitre { Font-Family : verdana; Font-size : 11pt;  Background-Color: #2B86E0; Color:#FFFFFF;Font-weight:Bold; Padding: 3px 10px 3px 10px;}
TD.aLib   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #D3DCE3; Padding: 2px 10px 2px 10px; }
TD.aVal   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #FFFFFF; Padding: 2px 10px 2px 10px; }
TD.aValX  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #FFFFFF; Color:#FF0000; Padding: 2px 10px 2px 10px;}
TD.aValD  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #FFFFFF; Color:#339900; Padding: 2px 10px 2px 10px;}
TD.aSep   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #BBBBBB; Font-weight:Bold; Padding: 2px 10px 2px 10px;}
TD.aCom   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #D2D2D2; Padding: 2px 10px 2px 10px;}
TD.aLink  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #D2D2D2; Color:#333399; Padding: 2px 10px 2px 10px;}
