@charset "UTF-8";
/* CSS Document */



/* lmiens */

a:hover {
	color: #233759;
}
a:active {
	color: #FFF;
}
a:visited {}






/* general */
	
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size:12px;
	color:#233759
}
body {
	background-color: #00538d;
}
.texte-blanc {
	color: #FFF;
}
.texte-bleuC {
	color: #24ADAA;
}
.texte-bleuF {
	color: #00538d;
}
.texte-bleuFF {
	color: #233759;
}
.texteorange {
	color: #f08a03;
}
.texterouge {
	color: #cd0062;
}
.textevert {
	color: #c8d200;
}
.textevertF {
	color: #afb709;
}
.gris {
	color: #cccccc;
}
.smaller {
	font-size: 10px;
}
.taille12 {
	font-size: 12px;
}
.taille14 {
	font-size: 14px;
}
.taille16 {
	font-size: 16px;
}
.taille18 {
	font-size: 18px;
}
.taille20 {
	font-size: 20px;
}
.gras {
	font-weight: bold;
}

