/*Principal*/
body {
	background-color: #000000;
	background-image: url(img/fond.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
a {
	color:#000000;
}
/*Conteneur du site*/
.main {
	width: 852px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*Entete*/
.header {
	width: 852px;
	height: 130px;
	background-repeat:no-repeat;
	z-index:1;
}

/* Retour de ligne */
.retour {
	clear:both;
}

/*MENU*/
.menu {
	width:805px;
	height: 30px;
	padding:0px 23px 0px 80px;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	margin: 0px;
}
.menu img{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}

/*Zone de contenu*/
.g {
	float:left;
	width: 24px;
	height:309px;
	background-image:url(img/g.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.d {
	float:left;
	width: 23px;
	height:309px;
	background-image:url(img/d.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.page {
	width: 803px;
	border-left: solid #a39384 1px;
	border-right: solid #a39384 1px;
	float:left;
	padding: 0px;
	margin: 0px;
	background-image:url(img/body.jpg);
	background-color:#190f11;
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:1;
}
.equipe {
	font-size:10px;
}
.commerce {
	margin:0px 0px 0px 5px;
	float:right;
}
.contenu {
	width:540px;
	height:411px;
	margin-left:50px;
	padding:0px;
	color:#c0a994;
	font-size:12px;
	z-index:1;
}
.contenu img {
	border: solid #c0a994 1px;
}
.contenu h1 {
	font-size:16px;
	color:#ffffff;
}
.contenu a {
	color:#c0a994;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.contenu a:hover {
	text-decoration:underline;
}
.contenu p {
	margin:0px;
}
.contenu li {
	list-style-type:circle;
}
.contenu h2 {
	font-size:13px;
	color:#ffffff;
	margin:0px;
}
.contenu2 img {
	border: solid #c0a994 1px;
}
.noborder img{
	border: 0px;
}
.contenu h2 a {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
}
.contenu2 {
	width:540px;
	margin-left:50px;
	padding:0px;
	color:#c0a994;
	font-size:12px;
	z-index:1;
}
.contenu2 h1 {
	font-size:16px;
	color:#ffffff;
}
.contenu2 a {
	color:#C0A994;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.contenu2 a:hover {
	text-decoration:underline;
}
.contenu2 p {
	margin:0px;
}
.contenu2 li {
	list-style-type:circle;
}
.contenu2 h2 {
	font-size:13px;
	color:#ffffff;
	margin:0px;
}
.contenu2 h2 a {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
}
.rea img{
	border:0px;
}

/*Bas de page*/
.footer {
	width: 852px;
	height: 111px;
	padding: 0px;
	margin:0px;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	z-index:1;
}
.footer p {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 40px;
	margin:0px;
}
