/* CSS Document */

/* ALL*/
*{
	font-family:sans-serif;
	font-size:11px;
	line-height:14px;
}
/* BODY*/
body {
	background-color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: center center;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
/* TEXTE COURANT*/
.courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.courantBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.courantblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
/* LIEN */
a.liens:link {
        color : #FFFFFF;
        background-color : #333333;
        text-decoration : none;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
		font-weight: bold;
}
a.liens:visited {
        color : #FFFFFF;
        background-color : #333333;
        text-decoration : none;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
		font-weight: bold;
}
a.liens:hover {
        color : #FFFFFF;
        background-color : #FF3366;
        text-decoration : none;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
		font-weight: bold;
}
/* DIVERS */
.bgMenu {
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
}
.courantBlanc10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.liensnodecoBlanc10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.hrFooter {
	background-image: url(../images/hr_footer.gif);
	background-repeat: repeat-x;
}
.gdTitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: 829B16;
	font-weight: bold;
}
.gdTitre2 {
	font-size: 20px;
	color: #829B16;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
