@charset "utf-8";
/* CSS Document */
body {
	background-color:#492f1e;
	background-image:url(img/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8c7f48;
}
.txt_small {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#8c7f48;	
}
.txt_radio {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#8c7f48;	
}
.container {
	
	width:744px;
	height:457px;
	margin:auto;
}
/* Box de menus */
.menu {
	
	width:738px;
	height:59px;
	float:left;
	margin-bottom:0px;

}
.logo {
	float:left;
	margin:0px 0px 0px 18px;
	
}
.menu2 {
	margin-top:17px;
	margin-right:-1px;
	padding-left:39px;
	width:541px;
	height:41px;
	float:right;
	background-image:url(img/bg_menu.gif);
	background-repeat:repeat-x;
	border: solid #000 1px;

}
.box_gauche {
	
	width:147px;
	height:394px;
	float:left;
	background-color:#4e3c32;
	border:#000 solid 1px;
}
.ombre_droite {
	
	width:4px;
	height:396px;
	background-image:url(img/ombre_droite.gif);
	background-repeat:repeat-y;
	margin-right:4px;
	float:left;
}
.ombre_droite2 {
	
	width:4px;
	height:396px;
	background-image:url(img/ombre_droite.gif);
	background-repeat:repeat-y;
	float:left;
}
.ombre_bas {
	
	width:149px;
	height:4px;
	background-image:url(img/ombre_bas.gif);
	background-repeat:repeat-x;
	margin-left:2px;
	float:left;
	margin-right:4px;
}

.box_droite {
	width:580px;
	height:394px;
	float:left;
	background-color:#342015;
	border-top:#000 solid 0px;
	border:#000 solid 1px;
	background-image:url(img/bg_boxdroite.gif);
	background-repeat:no-repeat;
	color: #342015;
}
.box_origine {	
	width:580px;
	height:394px;
	float:left;
	background-color:#342015;
	border:#000 solid 1px;
	background-image:url(img/bg_boxdroite.gif);
	background-repeat:no-repeat;
	overflow:auto;
}
.box_flash {
	
	width:580px;
	height:394px;
	float:left;
	background-color:#342015;
	border:#000 solid 1px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}
.contact {
	
	width:580px;
	height:394px;
	float:left;
	background-color:#342015;
	border:#000 solid 1px;
	background-image:url(img/pages/contact.jpg);
	background-repeat:no-repeat;
}
.ombre_bas2 {
	
	width:581px;
	height:4px;
	background-image:url(img/ombre_bas.gif);
	background-repeat:repeat-x;
	margin-left:4px;
	float:left;
}
/*Liens*/
a {
	color:#8c7f48;
	text-decoration:none;
}

a:hover {
	color:#b7a65e;
	text-decoration:none;
}

a:visited {
	color:#8c7f48;
	text-decoration:none;
}

