@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

body
{
	background: #16120c;
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Serif;
	font-size: 12px;
	padding: 14px 0 0 0;
}

img
{
	vertical-align: middle;
}

a
{
	text-decoration: none;
	color: inherit;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#bg_header
{
	background-image: url("./images/bg_header.png");
	background-repeat: repeat-x;
	background-position: center 44px;
	height: 279px;
}

#header
{
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 996px;
	height: 281px;
	margin: 0 auto;
	color: #b5a57d;
	text-align: center;
}

#header p#header_left, #header p#header_right
{
	width: 360px;
	padding: 20px 0 0 0;
	cursor: default;
}

#header p#header_left{float: left;} #header p#header_right{float: right;}

#bg_menus
{
	background-image: url("./images/bg_menus.png");
	background-repeat: repeat-x;
	height: 32px;
}

ul#menus
{
	width: 996px;
	height: 27px;
	padding: 5px 0 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	cursor: default;
	color: #16110c;
	text-shadow: 1px 1px 0px #eccd9e;
}

ul#menus li
{
	display: inline;
	padding: 0 30px;
}

ul#menus li a
{
	color: #16110c;
	text-shadow: 1px 1px 0px #eccd9e;
	font-weight: bold;
}

ul#menus li a:hover
{
	text-decoration: none;
	color: #eccd9e;
	text-shadow: 1px 1px 0px #16110c;
}

.img_border
{
    border-width: 1px;
    border-color: #ffffff;
}


#content {
	text-align: center;
	font-size: 12px;
	color: #ead6a3;
}



#haut_cadre {
	background-image: url("./images/haut_cadre.png");
	width: 547px;
	height: 5px;
}

#bas_cadre {
	background-image: url("./images/bas_cadre.png");
	width: 547px;
	height: 5px;
}


#cadre_contact {
	background-image: url("./images/fond_contact.png");
	width: 537px;
	font-size: 12px;
	color: #000000;
	padding : 5px;
}
#menu_barre {
	background-image: url("./images/background_menu.png");
	width: 411px;
	height: 43px;
	font-size: 25px;
	color: #2a1e0b;
	text-align: center;
	padding-top:8px;
	margin-top:5px;
	
}

#fond_menu {
	background-image: url("./images/fond_menu.png");
	width: 531px;
	height: 46px;
	font-size: 30px;
	color: #2e180a;
	text-shadow: 1px 1px 0px #dbbd8e;
	text-align: center;
	padding-top:5px;
	margin-top:0px;
	
}
#sep {
	width: 1px;
	height: 5px;
	
	
}
input[type=text] {
	width: 272px;
	height:28px;
	background-image: url("./images/input.png");
	background-color: transparent;
	padding-left: 5px;
	color: #ffffff;
	border:0px;
	margin-top:5px;

} 
textarea {
	width: 270px;
	height:118px;
	background-image: url("./images/textarea.png");
	background-color: transparent;
	padding-left: 5px;
	color: #ffffff;
	border:0px;
	margin-top:5px;
}



#haut_trans {
	background-image: url("./images/haut_trans.png");
	width: 530px;
	height: 5px;
	margin-top : 5px;
}

#bas_trans {
	background-image: url("./images/bas_trans.png");
	width: 530px;
	height: 5px;
}


#fond_trans {
	background-image: url("./images/fond_trans.png");
	width: 520px;
	font-size: 12px;
	color: #000000;
	padding : 5px;
}







