/*
	Feuille de style de la home
*/

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, th, div {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
a {
	color: #FD7B0B;
	text-decoration: none;
}
a:hover {
	color: #E3007A;
	text-decoration: underline;
}

.abus_alcool_txt {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.intro_txt {
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.liens_rubriques, .liens_rubriques a {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.liens_rubriques a:hover {
	color: #E3007A;
	text-decoration: none;
}

.actus_conteneur {
	border:1px solid #EE9000;
	margin: 2px;
	overflow: hidden;
}
.actus_contenu {
	font-size: 11px;
	color: 2A2A2A;
	font-weight: bold;
}

.copyright, .copyright a {
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
}

