/* général */

body {
	background-color:#FFFFFF;
	margin: 0px;
}

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

p {
	margin:10px 0px;
	padding:0px;
}

form {
	margin: 15px 0px;
}


.bleu {
	color: #13BECF;
}
.bleu-ciel {
	color: #C9DEFB;
}
.vert {
	color: #D7DF23;
}
.rouge {
	color: #EC4130;
}

/* textes */

.titre-noir {
	color:#000000;
	font-size: 24px;
	margin:0px;
	margin-bottom:15px;
}
.sous-titre-noir {
	color:#000000;
	font-size: 16px;
	font-weight:bold;
}
.titre-bleu {
	color:#13BECF;
	font-size: 20px;
	font-weight:bold;
}
.titre-niveau-2 {
	color:#000000;
	font-size: 18px;
	font-weight:bold;
}
.texte-noir-petit, .texte-noir-petit strong, .texte-noir-petit em {
	color:#000000;
	font-size: 11px;
}
.texte-noir-normal {
	color:#000000;
	font-size: 12px;
	font-weight:normal;
}
.texte-noir-moyen {
	color:#000000;
	font-size: 14px;
}
.titre-rouge {
	color:#EC4130;
	font-size: 20px;
	font-weight:bold;
	padding-top:15px;
	margin:0px;
}
.bold-bleu {
	color:#13BECF;
	font-size: 14px;
	font-weight:bold;
}
.bold-bleu-18 {
	color:#13BECF;
	font-size: 18px;
	font-weight:bold;
}
.titre-vert {
	color:#D7DF23;
	font-size: 18px;
	font-weight:bold;
}
.texte-blanc-petit {
	color:#FFFFFF;
	font-size: 10px;
}
.titre-blanc {
	color:#FFFFFF;
	font-size: 20px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B3BA13;
}
.bold-rouge {
	color:#EC4130;
	font-size: 18px;
	font-weight:bold;
}
.credits {
	color: #8CDFE9;
	font-size:10px;
}
/* menu */

#menu {
	margin-top: 28px;
}
#menu td {
	background-color:#EC4130;
	background-image:url(../img/filet-menu.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:6px 0px 6px 23px;
}
#actif {
	background-color:#D7DF23;
	background-image:url(../img/filet-menu.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:6px 0px 6px 23px;
}
#menu a {
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
}

.edito {
	text-align: justify;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 12px;
	margin-bottom: 12px;
	padding-right: 15px;
}
.edito img {
	margin-right: 10px;
}
.edito p {
	margin:10px 0px;
}
.fond-encart-droite {
	background-color: #D7DF23;
	background-image: url(../img/base-bandeau.gif);
	background-repeat: no-repeat;
}
.fond-encart-droite-blanc {
	background-color: #ffffff;
	background-image: url(../img/base-bandeau-blanc.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
.en-chiffres {
	background-image:url(../img/droite-jeune-fille.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0px 12px;
	padding-bottom: 12px;
}
.partie-droite {
	background-color: #D7DF23;
	background-image: url(../img/base-bandeau.gif);
	background-repeat: no-repeat;
}
.bloc-droite {
	padding: 0px 12px;
	padding-bottom: 12px;
}
.partie-droite p {
	margin:10px 0px;
	padding:0px;
}
.bloc-central {
	padding:0px 15px 0px 15px;
}
.hr {
	border-bottom:1px solid #B3BA13;
	font-size:1px;
	height:1px;
	margin:0px;
	padding:0px;
}
.colonne-gauche {
	background-color: #C9D2DB;
	background-image:url(../img/colonne-gauche-seule.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

