/* CSS Document */

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}



/* BARRE DE NAVIGATION  */

#navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top:0px;
}

#navBar a {
	color: #999999;
	text-decoration : none;
	font-weight:normal!important;
}
#navBar a:hover{
	text-decoration : underline;
}



.article {
	margin:4px 10px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* les articles (textes standards) */
.article H1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #005aa6;
}

.article H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005AA6;
	margin-bottom:5px;
}
.article p, .texte  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	font-weight:normal
}

.texteBoldBleu {
	font-weight:bold!important;
	color: #005AA6!important;
}

.texteBoldVert {
	font-weight:bold!important;
	color: #B2CA21!important;
}

.texteBold {
	font-weight:bold;
}

.article a:link {
	color: #005AA6;
	text-decoration : none;
}
.article a:hover{
	color: #005AA6;
	text-decoration : underline;
}

.article img {display:block;margin:5px;border-width:0px;margin:10px}
.article img.blocCentre {text-align:center}
.article img.blocGauche {float:left;}
.article img.blocDroite {float:right;}

#actus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:5px;
}

#actus ul {
	margin:0px 0px 0px 0px;padding:0px;
}

#actus ul li { margin-bottom:10px;list-style-type:none; background-image:url(../images/default/puce_carres.gif);
			background-repeat:no-repeat; background-position: 0% 5px;padding-left:15px; }

#actus a { display:block }
#actus a:link {
	color: #005AA6;
	text-decoration : underline;
}
#actus a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	color: #005AA6;
	text-decoration : none;
}

#actus .titre {
	font-weight:bold;
	color: #005AA6;
	display:block;
}

#actus .texte  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	display:block;
}

#actus .pied {
	font-weight:bold;
	color: #B2CA21;
}



.tableau {
	border-width: 3px;
	border-style:solid;
	border-color:#999999;
	color:black;
}

td.entete {
	background-color: #0058A6;
	color:white;
}

td.impaire {
	background-color:#E1EEFA;
}

td.paire {
	background-color:WHITE;
}


.crc_tableau {
	border:2px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: justify;
}

.crc_tableau td.entete {
	background-color: #0058A6;
	color:white;
}

.crc_tableau tr.impaire {
	background-color:#E1EEFA;
}

.crc_tableau tr.paire {
	background-color:#FFFFFF;
}


.crc_tableau td.impaire {
	background-color:#E1EEFA;
}

.crc_tableau td.paire {
	background-color:WHITE;
}



/*  pour la compatibilité */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005aa6;
}
.style2 {font-size: 12px; color: #005aa6; font-family: Arial, Helvetica, sans-serif;}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B2CA21;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration:none;
} 

#footer a:hover {
	color: #666666;
	text-decoration:underline;
} 

.avecPuce {
 background-image:url(../images/default/puce_carres.gif);
 background-repeat:no-repeat; background-position: 0% 5px;padding-left:15px; 
}

