/* CSS Document */
body{
	background-color:#44380d;
	width:1024px;
	margin:0;
	margin:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:#ffffff solid 1px;
	}
	
#top{
	background-color:#745c09;
	width:1024px;
	height:30px;
	margin:0;
	border-bottom:#ffffff solid 1px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	}
	
#entete{
	background:url(/image/entete.jpg) no-repeat;
	width:1024px;
	height:196px;
	margin:0;
	}
	
#band{
	background-color:#d15c01;
	width:824px;
	height:23px;
	margin:0;
	list-style:30px;
	padding-right:200px;
	padding-top:7px;
	text-align:right;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	border-bottom:#ffffff solid 1px;
	}

#contenu{
	background-color:#ffffff;
	width:1024px;
	height:546px;
	margin:0;
	border-bottom:#ffffff solid 1px;
	}

#col1{
	background-color:#ba9101;
	float:left;
	width:150px;
	height:526px;
	padding-top:20px;
	padding-left:50px;
	margin:0;
	}
	
#col1 a, a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}

#col2{
	background-color:#ffffff;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	width:524px;
	height:506px;
	margin:0;
	text-align:justify;
	font-size:13px;
	overflow:auto;
	}
	
#col2 h3{
	color:#ba9101;
	}
	
#col2 h2{
	color:#ba9101;
	font-size:13px;
	}
	
#col2 a{
	color:#ba9101;
	font-weight:bold;
	text-decoration:none;
	}
	
#col2 a:hover{
	color:#d15c01;
	font-weight:bold;
	text-decoration:none;
	}

.petit{
	font-size:9px;
	}
#col3{
	background:url(/image/col3.jpg) no-repeat;
	float:left;
	width:200px;
	height:526px;
	margin:0;
	padding-top:20px;
	text-align:center;
	}
#foot{
	background-color:#745c09;
	width:1024px;
	height:30px;
	line-height:30px;
	margin:0;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	}
	
#foot a, a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	}