/*------------------------------------Body  et Pre------------------------------------*/
body { 
font-family : Arial, Helvetica, sans-serif;	color : #000000;font-size: 11px;
background-color: #3366CC;
}


/*------------------------------------menus------------------------------------*/

a.sousMenu{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0D5394; text-decoration: none;}
a.sousMenu:hover {  color: #F05316; text-decoration: none}
a.sousMenu:active {  color: #F05316; text-decoration: none}

a.menuderoul{  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #6A6A6A; text-decoration: none;}
a.menuderoul:hover {  color: #0594D5; text-decoration: none}
a.menuderoul:active {  color: #0594D5; text-decoration: none}

a.lienBleu{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #0594D5; text-decoration: none;}
a.lienBleu:hover {  color: #0594D5; text-decoration: underline}
a.lienBleu:active {  color: #0594D5; text-decoration: underline}

/*------------------------------------Les Fonds------------------------------------*/
.fdBleuFonce {
	background-color: #0594D5;
}
.fdBleuMoyen {
	background-color: #67CBFC;
}
.fdBleuClair {
	background-color: #A4E0FF;
}
.fdBleuPale {
	background-color: #DBF3FF;
}
.fdOrange {
	background-color: #F25C21;
}
.fdRouge {
	background-color: #CA0505;
}
.fdViolet {
	background-color: #9E4299;
}
.fdVert {
	background-color: #B8E506;
}
.fdJaune {
	background-color: #FFDE44;
}
.fdBlanc {
	background-color: #FFFFFF;
}

/*------------------------------------Spécifique------------------------------------*/

li {
	list-style-position: inside;
	list-style-image: url(../images/communs/puce.gif);
	list-style-type: Aucune;
}

.txtAccueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0594D5;
}
.txtIntituleActu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0594D5;
	font-weight: bold;
}
.titreActu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0594D5;
	font-weight: bold;
}
.sousTitreActu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0594D5;
}
.titresArticles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0594D5;
	font-weight: bold;
}

.sousTitreArticles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0594D5;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
}


th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F96611;
	font-size: 10px;
	font-weight: bold;
	border-top-color: #6BA4D9;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-color: #6BA4D9;
	border-bottom-style: solid;
	border-top-style: solid;
}
