/*________body______________________________________________*/

.fondpageclair {
	background-image: url(../gfx/fd-clair.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #faf6f3;
}

.degradBas {
	background-image: url(../gfx/faly-bloc13.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
}

/*________page______________________________________________*/

 .textBeige12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5e8dd;
	line-height: 14px;
}
 .textBeige11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f5e8dd;
	line-height: 13px;
}
 .textMarron12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #432017;
	line-height: 14px;
}
 .textMarron11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #432017;
	line-height: 14px;
}
 .textMarron10 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #432017;
	line-height: 14px;
}
 .textBrun12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e0b099;
	line-height: 14px;
}
 .textOcre14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A43C23;
}
 .textBlanc14{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
}
.titreMarron {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #793521;
}
.titreBlanc15{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

 .rouge {
	color: #CC3300;
}
 .bleu {
	color: #3399FF;
}


.justifier {
	text-align: justify;
}

.maj {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #210c05;
	font-style: italic;
}



/*________tables______________________________________________*/

.tableP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #47301c;
	line-height: 11px;
}

/*________liens______________________________________________*/

a.lien10:link, a.lien10:visited { color: #f5e8dd; text-decoration: underline;}
a.lien10:active, a.lien10:hover{ color: #ffffff; text-decoration: none}

a.lien11:link, a.lien11:visited { color: #432017; text-decoration: none;}
a.lien11:active, a.lien11:hover{ color: #a92121; text-decoration: underline}

a.lien12:link, a.lien12:visited { color: #e0b099; text-decoration: none;}
a.lien12:active, a.lien12:hover{ color: #f5e8dd; text-decoration: underline}

a.lien13:link, a.lien13:visited { color: #000000; text-decoration: none;}
a.lien13:active, a.lien13:hover{ color: #d56b0d; text-decoration: underline}

a.lien14:link, a.lien14:visited { color: #793521; text-decoration: none;}
a.lien14:active, a.lien14:hover{ color: #b42c0b; text-decoration: none}

a.plierdeplier:link, a.plierdeplier:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #933e26;
	text-decoration: none;
	padding: 4px 0px 2px 30px;
	line-height: 16px;
	font-style: italic;
	background-image:  url(../gfx/fd-plier.gif);
	height: 14px;
	width: 760px;
}
a.plierdeplier:active, a.plierdeplier:hover{
	font-size: 16px;
	color: #793521;
	text-decoration: none;
	padding: 4px 0px 2px 42px;
	background-image:  url(../gfx/fd-plier2.gif);
	background-color: #faf6f3;
}


/*________lien special pour afficher vignette______________________________________________*/
a.affich {
color: #ee8300; text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a.affich:hover {
color: #c01f00; text-decoration: underline; background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a.affich:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
width: 68px;
height: 83px;
background: white;
color: white;
}

/*________forms______________________________________________*/
form {
	padding:0px;
	margin:0px;
} 

.form_id {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3c4734;
	background-color: #9ca287;
	padding-left: 2px;
	border: 1px solid #adcc9d;
	height: 14px;
}


.inputtypetext {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A6657;
	background-color: #F2EFE5;
	border: 1px solid #9F987E;
	padding-left: 3px;
	height: 14px;
}

.inputtypetext2 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A6657;
	background-color: #F2EFE5;
	border: 1px solid #9F987E;
	padding-left: 3px;
}

/*________divers______________________________________________*/
.gauche	{
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.contour {
	border: 1px solid #d8d4bf;
}

.sepHrz {
	border-right: 3px dotted #bcc3b9;
}
.cadretd {
	border-bottom: 1px dashed #933e26;
}
#photogauche	{
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
