@import url("StyleInfolive.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
}
a, a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ffdd00;
	text-decoration: underline;
	font-weight: bold;
}
div#page {
	text-align: center;
	margin-top: 20px;

}
div#conteneur {
	width: 980px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
}
div#bandeau {
	background-image: url(../images/fond-bandeau.gif);
	width: 980px;
	height: 72px;
}
div#menu {
	height: 24px;
	width: 980px;
}
div#contenu {
	height: 496px;
	background-image: url(../images/fond_contenu.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position: relative;
	color: #FFFFFF;
	font-size: 10px;
	width: 980px;
	float: left;
}
div#pied {
	height: 65px;
	background-image: url(../images/fond-pied.gif);
	background-repeat: no-repeat;
}
div#edito {
	position: absolute;
	top: 27px;
	left: 45px;
	height: 106px;
	width: 509px;
	text-align: left;
}
div#actu {
	position: absolute;
	top: 259px;
	left: 836px;
	height: 139px;
	width: 124px;
	text-align: left;
	color: #000000;
}

div#flash {
	position: absolute;
	top: 113px;
	left: 0px;
	height: 383px;
	width: 804px;
	text-align: left;
	color: #000000;
}

.edito
{
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	color:#FFFFFF;
	text-align: left;
}
/*--------------------------- Config Menu ----------------------------*/
ul#menu {
margin:0px;
padding:0px;
}
ul#menu li {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	margin: 0px;
	float: left;
	height: 20px;
	}
/*--------------------------- Baseline ----------------------------*/
div#Baseline{
	font-weight: normal;
	color: #999999;
	font-size: 10px;
	font-family: verdana;
}
#Baseline a, #Baseline a:link, #Baseline a:active, #Baseline a:visited{
	font-size: 10px;
	font-family: verdana;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

#Baseline a:hover{
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}