body {
	background-color : #EEEFF0;
	background-image : url('../img/fond_accueil.gif');
	background-position : top;
	background-repeat : repeat-x;
	padding : 0px;
	margin : 0px;
	padding-top : 20px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	text-decoration : none;
}

img {
	border: 0px;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #E75F2A;
	text-decoration : none;
}

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

.slogan {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #59606A;
}


/**  MENU  **/

#menu a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #59606A;
	text-decoration : none;
}

#menu a:hover {
	color : #E75F2A;
	text-decoration: underline;
}


/**  BLOC  **/

#bloc {
	margin : 0px 10px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #222222;
	text-decoration : none;
}

#bloc a {
	color : #FFFFFF;
	text-decoration : none;
}

#bloc a:hover {
	text-decoration: underline;
}


/**  PIED DE PAGE  **/

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

#footer, #footer a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	text-decoration: none;
}

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


/**  TEXTES  **/

.txtBlanc12g {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.txtNoir11g {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #222222;
	text-decoration : none;
}


/**  MISES EN AVANT  **/

#bloc_alerte {
	margin-top : 30px;
	padding : 10px;
	border : 1px solid #E75F2A;
	background-color : #EFEFEF;
}

#bloc_alerte a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #E75F2A;
	text-decoration : none;
}

#bloc_alerte a:hover {
	text-decoration : underline;
}