*{
 margin: 0;
 padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-color:#fff1d9;
*/	color: #2c3436;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	text-align:left;
	color:#2c3436;
}
img{
	border:none;
}
ul{
	list-style:none;
}
#corps{
	width:900px;
	margin:0 auto;
	position:relative;
	top:20px;
	border: solid 1px #CCC;
	background:#FFF;
}

/* -------- HEADER -------- */
#header{
	width:900px;
	height:150px;
}
h1{
	top:20px;
	left:75px;
	width:127px;
	height:114px;
	text-indent:-9999px;
	background:url(images/alfa_logo.jpg) no-repeat;
	position:absolute;
	z-index:10;
}
h2{
	font-size:22px;
	color:#c13f45;
	left:240px;
	top:35px;
	position:absolute;
}
ul.bandeau{
	width:200px;
	height:22px;
	top:120px;
	right:10px;
	position:absolute;
}
ul.bandeau li{
	display:block;
	float:left;
	height:22px;
	padding:0 10px 0 0;
}
ul.bandeau li a{
	display:block;
	padding:8px 10px 0 0;
}
ul.bandeau li a:hover{
	text-decoration:none;
	color:#ffaa1b;
}
#bandeau{
	width:880px;
	height:200px;
	margin:0 10px 0 10px;
	background:url(images/diaporama/img1.jpg) no-repeat;
	}

/* -------- CONTENU -------- */
#content{
	width:610px;
	margin:20px 20px 20px 50px;
	float:left;
}
ul.menu{
	width:220px;
	padding:20px 0px 0 0;
	display:block;
	float:left;
}
ul.menu li{
	display:block;
	padding:10px 0 10px 20px;
	background:url(images/separation.jpg) no-repeat;

}
ul.menu li a{
	padding:0 0 0 25px;
	background:url(images/log_liens.jpg) no-repeat;
}
ul.menu li a:hover{
	color:#ffaa1d;
}
ul.menu li a.menu_actif{
	color:#ffaa1d;
}


strong{
	color:#c13f45;
	font-weight:bold;
}

h3{
	font-size:18px;
	color:#ffaa1d;
	padding:0 0 5px 20px;
	background:url(images/deco.jpg) no-repeat;
}

h4{
	font-size:15px;
	color:#C13F45;
	padding:15px 5px 5px 0;
}

p{
	padding:8px 0 8px 0;
}

.black{
	color:#000;
	font-weight:bold;
}

p.contact{
	padding:0 0 10px 0;
}

.txt_contact{
	color:#C13F45;
}

ul.liste{
	width:552px;
	/*background-color:#fff1d9;*/
	padding:5px 20px 10px 50px;
	list-style-type:square;
}
ul.liste li{
	padding:0 0 5px 0;
}

ul.liste li.liste_sub{
	list-style-type:none;
	padding:0 0 5px 15px;
}

.table{
	border-top:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
}

.table td{
	padding:5px;
	border-bottom:#000 solid 1px;
}

.table td.rigth{
	border-right:#000 solid 1px;
}

/* -------- FOOTER -------- */
#footer{
	width:900px;
	clear:both;
	border-top:#ffaa1b solid 10px;
	font-size:10px;
	padding:10px 0 10px 0;
	text-align:center;
}

ul.footer{
	padding:5px 0 0 0;
}
ul.footer li{
	display:inline;
}
ul.footer li a{
	padding:0 5px 0 5px;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
}





