@charset "utf-8";
/* CSS Document */

html {height:100%;}
body {
margin:0; 
padding:0; 
height:100%;
}


#wrap {
min-height:100%;
position:relative;
background-image: url(../images/content_fond.jpg);
background-repeat: repeat;
}
* html #wrap {height:100%}

#inner-wrap {
margin-right: auto;
margin-left: auto;
background-color: #f8f3df;
width: 1030px;
height: 100%;
padding-bottom: 300px;
}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:1px;
}


#header {
margin:0; padding:0;
height:285px;
}

.fond_header {
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 289px;
	width: 100%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo {
	height: 239px;
	width: 335px;
	position: absolute;
	top: 26px;
	z-index: 10;
	right: 70%;
}

#content {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #54432a;
}

#footer {
	position:absolute;
	bottom:0;
	height:300px;
	width:100%;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.fond_bottom {
	height: 215px;
	width: 1030px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-color: #000000;
	margin-top: -75px;
}
.photo_bottom {
	height: 210px;
	width: 300px;
	margin-top: 75px;
	z-index: 22;
	position: absolute;
	top: 6px;
	left: 10%;
}
.bottom_col1 {
	float: left;
	width: 540px;
	padding-left: 175px;
}
.bottom_col2 {
	float: right;
	width: 250px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #b69f7a;
	margin-top: 20px;
}



.zip {
	background-image: url(../images/footer_zip.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 156px;
	padding: 0px;
}



a:active, a:focus{
      outline:none;
}

/* style menu du haut*/
.menuhaut{
	padding:0;
	height: 27px;
	width: 273px;
	z-index: 15;
	position: absolute;
	top: 24px;
	left: 67%;
 }
.menuhaut ul {
	padding:0;
	margin:0;
	list-style-type:none;
 }
.menuhaut li {
	float:right; /*pour IE*/
 }
.menuhaut ul li a {
	display:block;
	float:left;
	width:91px;
	padding:0px;
	height: 27px;
 }

/* FIN style menu du haut*/

/* style menu general*/
#menu {
	padding:0;
	background-image: url(../images/content_menu.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 99px;
	width: 1030px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
#menu ul {
	margin:0;
	list-style-type:none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
 }
#menu li {
	float:left; /*pour IE*/
	margin-right: 20px;
	margin-left: 20px;
 }

#menu ul li a:link {
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:5px;
	font-family: rockwell;
	font-size: 18px;
	color: #cebd9d;
	font-weight: normal;
 }
 #menu ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:5px;
	font-family: rockwell;
	font-size: 18px;
	color: #cebd9d;
	font-weight: normal;
 } 
 #menu ul li a:active {
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:5px;
	font-family: rockwell;
	font-size: 18px;
	color: #cebd9d;
	font-weight: normal;
 }  

#menu ul li a:hover {
	color: #edc376;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #edc376;
 } 


/* FIN style menu general*/


.texte {
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #644d2b;
}
.texte a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #644d2b;
	font-weight: bold;
	text-decoration: none;
}
.texte a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #644d2b;
	font-weight: bold;
	text-decoration: none;
}
.texte a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #644d2b;
	font-weight: bold;
	text-decoration: none;
}
.texte a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #be6c0a;
	text-decoration: none;
}


.col_right {
	float: right;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 20px;
	height: 100%;
	padding-bottom: 50px;
}
.col_left {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 20px;
	height: 100%;
	padding-bottom: 50px;
}
.col_nouvelle {
	background-image: url(../images/middle_nouvelle.png);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: -22px;
	margin-bottom: -12px;
	padding-right: 20px;
}

h1 {
	font-family: rockwell;
	color: #914710;
	font-size: 24px;
	text-decoration: none;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b69f7a;
	border-bottom-color: #b69f7a;
	display: inline;
}
h2 {
	font-family: rockwell;
	font-size: 20px;
	color: #8e7b5d;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #b69f7a;
	display: inline;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #7b320e;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #bab081;
}
.mini_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.texte_nouvelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #797b39;
	text-decoration: none;
}

.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f8f3df;
}
.texte2 a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f8f3df;
	font-weight: bold;
	text-decoration: none;
}
.texte2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #be6c0a;
	font-weight: bold;
	text-decoration: none;
}
.intro_bottom {
	width: 660px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 60px;
}


.intro_g {
	float: left;
	width: 200px;
	margin-right: 7px;
}
.intro_middle {
	width: 200px;
	margin-left: 215px;
}

.intro_d {
	width: 200px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
}

.texte_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.texte_desc a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #644d2b;
	font-weight: bold;
	text-decoration: none;
}
.texte_desc a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #644d2b;
	font-weight: bold;
	text-decoration: none;
}
.texte_desc a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #644d2b;
	font-weight: bold;
	text-decoration: none;
}
.texte_desc a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #be6c0a;
}
.texte_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #644d2b;
}
