/* CSS A.S.B.L. LesGazettes PHP Version */

body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background: #F7DE39;*/
    background:#666666;
}

div#headermenu {
	width:100%;
	height:135px;
}
div#leftcol {
	margin-left: 10px;
    margin-right: 10px;
    float:left;
	width:160px;
}
div#conteneur {
	width:1024px;
}
div#contenu {
	float:left;
    margin :0px 10px 0px 0px;
}

div#piedpage {
	border-top: 2px solid #000000;
	margin: 0px 0px 0px 180px;
	background: #6F6F6F;
	color: #B3B3B3;
	clear:both;
	width:800px;
	height:30px;
	padding-top:10px;
    padding-bottom:5px;
    text-align:center;
    font-size:0.8em;
}
.leftitem{
    height:160px;
    position:relative;
    background: url("bg_item_left_160.png") no-repeat;
    padding:0px 0px 0px 20px;
}
.leftitem h1{
    font-family: Arial,sans-serif;
    font-size:0.8em;
	color: #FFFFFF;
    padding:6px 0px 0px 0px;
}
div.center{
    text-align:center;
}
