/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS -Evaluance----------  - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */

body {
	font: 11px; 
	font-family : Arial, Helvetica, sans-serif; 
	scrollbar-base-color : #6189b5;
	scrollbar-face-color: #6189b5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #0d8dd1;
	scrollbar-3dlight-color: #6189b5;
	scrollbar-arrow-color: #ffbe02;
	scrollbar-track-color: #6189b5;
	scrollbar-darkshadow-color: #ffbe02;
	color : #3e484b;
	background: white;
	background-image: url(images/fond_site.jpg);
	background-repeat: repeat;
	background-position: top;
	}
	
/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Tailles TEXTE */
.Texte_09_Pix { font-size : 9px; }
.Texte_10_Pix {font-size : 10px;}
.Texte_11_Pix {font-size : 11px;}
.Texte_12_Pix {font-size : 12px;}
.Texte_13_Pix {font-size : 13px;}
.Texte_14_Pix {font-size : 14px;}
.Texte_15_Pix {font-size : 15px;}
.Texte_16_Pix {font-size : 16px;}
.Texte_17_Pix {font-size : 17px;}
	
	
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size : 13px; font-family : Arial, Helvetica, sans-serif; color : #00004E; text-decoration : none; }
A:visited { font-size : 13px; font-family : Arial, Helvetica, sans-serif; color : #00004E; text-decoration : none; }
A:active { font-size : 13px; font-family : Arial, Helvetica, sans-serif; color : #00004E; text-decoration : none; }
A:hover { font-size : 13px; font-family : Arial, Helvetica, sans-serif; color : #7C6CA4; text-decoration : underline; }


/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer ( gestion tiret ) */
.Footer {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
	color : #3e484b;
	text-align : center;
}

/* Lien du Footer */
A.Footer_Lien:link { line-height: 24px; height : 24px; font-size : 10px; text-decoration : none; color : #3e484b; font-weight : normal;}
A.Footer_Lien:visited { line-height: 24px; height : 24px; font-size : 10px; text-decoration : none; color : #3e484b; font-weight : normal;}
A.Footer_Lien:active { line-height: 24px; height : 24px; font-size : 10px; text-decoration : none; color :#3e484b; font-weight : normal;}
A.Footer_Lien:hover { line-height: 24px; height : 24px; font-size : 10px; text-decoration : underline; color : #3e484b; font-weight : normal;}

/*
Ajouté par ADIFCO 03/09/2009
------------------------------*/
h1 span {color:#f57c2f}
h1 {color:#3e484b;font-family:Arial,Helvetica,sans-serif;font-size:	18px}
strong.normal {font-weight:normal}
h2 {font-size:14px;padding-bottom:0;margin-bottom:0;color:#f57c2f}
h3 {font-size:12px;}
dl {font:12px Arial, Helvetica, sans-serif;margin:10px 0 0 0 ;padding:0}
dt {font: bold 12px Arial, Helvetica, sans-serif;color:#3e484b}
dd {padding:5px 5px 20px 20px;}
p, li {font: 12px Arial, Helvetica, sans-serif}
p.centerGrasCap {text-align:center;text-transform:capitalize;color:#f57c2f;font-size:16px;font-weight:bold;padding:1em 0;}