/* format de base de la page HTML */

body {
	background-color: #C6C1BE;
	margin-top:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* Style des liens */ 

a.nogras:link {
	color: #003b5a;
	text-decoration: none;
	font-weight:100;
}
a.nogras:visited {
	color: #003b5a;
	text-decoration: none;
	font-weight:100;
}
a.nogras:hover {
	color: #003b5a;
	text-decoration: underline;
	font-weight:100;
}
a.nogras:active {
	color: #003b5a;
	text-decoration: none;
	font-weight:100;
}



a:link {
	color: #8597C2;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #8597C2;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #003b5a;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #8597C2;
	text-decoration: none;
	font-weight:bold;
}



a.blanc:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.blanc:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.blanc:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight:normal;
}
a.blanc:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

a.blancGras:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a.blancGras:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a.blancGras:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight:bold;
}
a.blancGras:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}



a.linkBas:link {
	color: #467A38;
	text-decoration: none;
	font-weight:bold;
}
a.linkBas:visited {
	color: #467A38;
	text-decoration: none;
	font-weight:bold;
}
a.linkBas:hover {
	color: #003b5a;
	text-decoration: underline;
	font-weight:bold;
}
a.linkBas:active {
	color: #467A38;
	text-decoration: none;
	font-weight:bold;
}



/* Style des éléments formulaires */ 

.FormFondGris {
	border: #A0AFD0 1px solid; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	background-color:#C6C1BE;
}
.FormFondBleu {
	border: #467A38 1px solid; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A0AFD0;
}
.FormBrdRose {
	border: #A60177 1px solid;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
}
.FormBrdRoseFondBleu {
	border: #A60177 1px solid;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A0AFD0;
}
.FormBrdVert {
	border: #467A38 1px solid;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F5F5F5;
}
.FormBrdVertFondBleu {
	border: #467A38 1px solid;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A0AFD0;
}

/* Style formulaires */
/* Style erreur si champs invalides ans formulaire */
.formErrorBox {
	background-color: #FFE1E1;
	border: 1px solid #FF0000;
}

/* Styles de couleurs de textes */ 

.txtWhite {
	color: #FFFFFF
}
.txtSmall {
	font-size:9px;
}
.txtBleuGras {
	color: #8597C2;
	font-weight:bold;
}
.txtBlancGras {
	color: #ffffff;
	font-weight:bold;
}
.txtVertGras {
	color: #467A38;
	font-weight:bold;
}
.txtBleuFonceGras {
	color:#003b5a;
	font-weight:bold;
}
.gras {
	font-weight:bold;
}
.txtSmall {
	font-size:11px;
}


.txtrose {
	color:#A60177;
}
.txtvert {
	color:#467A38;
}
.txtorange {
	color:#DD7B00;
}
.txtbleuFonce {
	color:#003b5a;
}


/* Style de couleurs de fond*/ 

.fondBlanc {
	background-color:#ffffff;
}
.fondBleu {
	background-color:#8597C2;
}

.fondgrisBg {
	background-color: #C6C1BE;
}
.fondBleuPastel {
	background-color:#E2E7F1;
}
.fondVertPastel {
	background-color:#DBECD7;
}
.fondVertPastelClair {
	background-color:#EDF5EB;
}
.fondGrisClair {
	background-color:#DDDDDD;
}
.fondGrisClairClair {
	background-color:#F7F7F7;
}
.fondGrisClairClairCentral {
	background-color:#EBEBEB;
}

.fondvert {
	background-color:#467A38;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.fondbleuFonce {
	background-color:#003b5a;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.fondorange {
	background-color:#DD7B00;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style:solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.fondrose {
	background-color:#A60177;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.noBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Titre de styles de textes */

.titrePage {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #003b5a;
	font-weight:bold;
}

.sousTitrePage {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
}

.blocHautLargeTxt {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
.titreN2ContenuPage {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003b5a;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.titreN3ContenuPage {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-size:16px;
	padding-top:6px;
	padding-bottom:2px;
	font-weight:bold;
}
a.titreN3ContenuPage:link {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color: #467A38;
	font-size:16px;
	padding-top:6px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration: none;
}

a.titreN3ContenuPage:visited {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color: #467A38;
	font-size:16px;
	padding-top:6px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration: none;
}

a.titreN3ContenuPage:hover {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color: #003b5a;
	font-size:16px;
	padding-top:6px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration: underline;
}

a.titreN3ContenuPage:active {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color: #467A38;
	font-size:16px;
	padding-top:6px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration: none;
}



/* Class des Postits */ 

.titreFondVertTxtBlanc{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px; 
	font-weight:bold;
	background-color:#467A38;
	color:#ffffff;
}
.titreFondBleuTxtBlanc{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px; 
	font-weight:bold;
	background-color:#8597C2;
	color:#ffffff;
}	
.titreFondBleuFonceTxtBlanc{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px; 
	font-weight:bold;
	background-color:#003b5a;
	color:#ffffff;
}	
.titreFondOrangeTxtBlanc{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px; 
	font-weight:bold;
	background-color:#DD7B00;
	color:#ffffff;
}
.titreFondOrangeClairTxtBlanc{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px; 
	font-weight:bold;
	background-color:#FCF2E6;
	color:#ffffff;
}	

.titreFondRoseTxtBlanc{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px; 
	font-weight:bold;
	background-color:#980065;
	color:#ffffff;
}	

.txtPostIt {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
}

.txtPostItLR {
	padding-left:5px;
	padding-right:5px;
}

.titreEncartHaut {
	padding-top:3px;
	padding-bottom:3px;
	font-size: 12px; 
	font-weight:bold;
}
.titrePage2 {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size: 13px; 
	font-weight:bold;
}

/* Styles d'aide au postionnement (marges haut-bas de tailles diverses)*/

.paddingTopBot4px {
	padding-top:4px;
	padding-bottom:4px;
}
.paddingTopBot2px {
	padding-top:2px;
	padding-bottom:2px;
}
.paddingLRpresta {
	padding-left:14px;
	padding-right:14px;
}
/* Style des lignes HR */

.hrBleu {
	color:#8597C2;
}

/* Images de fond sur les elements graphiques du haut de page */

.bgTop {
	background-image: url(/images/maquette_encarts-v2_r1_c3_bg.jpg);
	background-repeat: repeat-x;
}
.bgBot {
	background-image: url(/images/maquette_encarts-v2_r3_c3_bg.jpg);
	background-repeat:repeat-x;
}