@charset "iso-8859-1";
/*Styles de caracteres 
 "iso-8859-1";
 auteur: Tarreau
 Date de création: 11/08/04 */

/* Liens generaux (non visités - visités)*/

a:link {
	font-size:12px;
	font-weight:bold;
	color:#00004C;
}

a:visited {
	font-size:12px;
	font-weight:bold;
	color:#004A6E;
}

/* Titres*/

#titrePage {
	font-size:45px;
	font-weight:bold;
	color: #F5ED82;
}

/* Langues*/

a:hover#langues {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background-color: #F5ED82;
	border: 1px solid #cccccc;
	padding: 2px;
}

#langues {
	font-size: 12px;
	font-weight: bold;
	color: #F5ED82;
	border: 1px solid #cccccc;
	padding: 2px;
}

/* Cellules de la barre des liens (Cadre02)*/

.celluleBarreLiensBleu01 {
	font-size:10px;
	/*width:16%;*/
	font-weight:bold;
	font-family:Times New Roman;
	background-color:#767DF8;
}
.celluleBarreLiensBleu02 {
	font-size:10px;
	/*width:16%;*/
	font-weight:bold;
	font-family:Times New Roman;
	background-color:#8CBFD8;
}
.celluleBarreLiensVert01 {
	font-size:10px;
	/*width:16%;*/
	font-weight:bold;
	font-family:Times New Roman;
	background-color:#99ffcc;
}
.calque_date_heure {
	position:absolute;
	top:70px;
	left:25px;
	font-weight:bold;
	color: #F5ED82;
	font-size:95%;
}
