@charset "utf-8";
body {
	margin: 0px;
	background-color: #cad12c;
}
#main #contenu {
	background-color: #CAD12C;
	background-image: url(images/fond_contenu.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 746px;
	padding: 10px;
	text-align: justify;
}
#main #banniere {
	float: left;
	height: 178px;
	width: 766px;
}


#main {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9AA021;
	border-bottom-color: #9AA021;
	border-left-color: #9AA021;
}
h2 {
	color: #906;
}
h3 {
	color: #000;
}
a {
	color: #5A105A;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#bas_contenu {
	background-image: url(images/fond_contenu.jpg);
	width:766px;
	height: 40px;
	text-align: center;
	padding-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8A800;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}
#menuAd {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
img {
	border: 1px solid #909;
}
