/*=====================================
  RESET
=====================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	background: #160e05;
	font-family: Arial;	
	font-size: 0.625em;
}

.a_center{
	text-align: center;
}
a{
	/*color:#5f711c;*/
	color:#6e4a34;
	text-decoration: none;
}
a:hover{
	color:#fff;
	text-decoration: none;
}


div#container{
	width:750px;
	margin:0 auto;
	background: #37251a;	
	padding-bottom:1px;
}

#menu_top{
	height:25px;
	position: relative;	
}

#menu_top ul{
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
}
#menu_top ul li{
	float: left;
	padding:0 15px;
}
#menu_top ul li a{
	color:#cf8a64;
	text-decoration: none; 
}
#menu_top ul li a:hover{
	color:#fff;
}

#header h1{
	width: 750px;
	height: 110px;
	background: #000 url('../images/banniere.jpg');
}

#header h1 span{
	visibility: hidden;
}

#content{
	margin:10px;
	background-color: #1b120d;
}

ul#menu{
	overflow: hidden;
	background: #634231 url('../images/bg_menu.jpg') repeat-x;
	width: 730px;
	height: 30px;
}

ul#menu li{
	float:left;
	height: 30px;
}

ul#menu li a{
	display: block;
	padding:7px 20px;
	color:#dddddd;
	font-size: 1.3em;
}

ul#menu li a:hover{
	text-decoration: none;
	background: #634231 url('../images/bg_menu_actif.jpg') repeat-x;
		
}
ul#menu li a.actif{
	background: #634231 url('../images/bg_menu_actif.jpg') repeat-x;
	text-decoration: none;	
}

#page{
	color:#ddd;	
	padding:10px;
	font-size: 1.1em;
	line-height: 1.5em;
	width: 710px;	
	text-align: justify;
	min-height:350px;
	height:auto !important;
	height:350px;

}

#page p{
	padding-bottom:10px;	
}

#page_full{
	color:#ddd;	
	width: 730px;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: hidden;	
}

#cols_l{
	width:490px;
	float: left;
	padding:10px;
}

#cols_r{
	width:200px;
	float: left;
	padding:10px;
}

ul.list_galerie{
	list-style-type: none;
	
}
ul.list_galerie li{
	padding-bottom: 20px;
	overflow: hidden;
	width: 700px	
}
ul.list_galerie li div.galerie_l{
	float:left;
	width: 310px;
}

ul.list_galerie li div.galerie_r{
	float:left;
	width: 390px;
	font-size: 1em;
}

ul.list_galerie li div.galerie_r h3{
	font-size: 1.4em;
	font-weight: bold;
	color:#6e4a34;
	margin-bottom: 10px;
}

ul.list_galerie li div.galerie_r span.link_more{
	display: block;
	margin-top: 10px;
}

ul.blocg{
	width: 700px;
	overflow: hidden;
	margin:10px auto 0 auto;
}

ul.blocg li{
	margin: 5px 10px;
	overflow: hidden;
	width: 700px;
}

ul.blocg li .blocg_l{
	float:left;
	width:210px;
}

ul.blocg li .blocg_r{
	float:left;
	width: 470px;
}
ul.blocg li .blocg_l_small{
	float:left;
	width:130px;
}

ul.blocg li .blocg_r_small{
	float:left;
	width: 550px;
}

ul.blocg li .blocg_r h3{
	font-size: 1.4em;
	font-weight: bold;
	color:#6e4a34;
	margin-bottom: 10px;
}
ul.blocg li .blocg_r h3 a{
	color:#6e4a34;
}
ul.blocg li a{
	
}

ul.blocg li a:hover{
	
}

a.link{
	display: block;
	height: 1%;
	margin: 10px 0;	
}
#video{
	text-align: center;	
}
#description_video{
	margin:20px 0;
	padding-bottom:10px;
	overflow: hidden;
	border-bottom:solid 1px #37251A;
}
#description_video h3{
	font-size: 1.4em;
	font-weight: bold;
	color:#6e4a34;
	margin-bottom: 10px;
}
#description_video img{
	float:left;	
	padding: 0 10px 10px 0;
}
#footer{
	color:#6e4a34;
	margin:0 0 10px 10px;
}


/*=====================================
  Inscription
=====================================*/

/*=====================================
  FORM
=====================================*/
#result_form{
	color:red;	
	text-align: center;
}
label{
	color:#999;
	font-size: 0.9em;
	letter-spacing: 2px;
}
input.f_txt, textarea.f_txt{
	padding:1px 1px;
	background:#FFFFFF;
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	font-size: 1.2em;
}

textarea.f_txt{
	font-size: 1.3em;
	overflow:auto;
	width: 400px;
}

#body .error{
	background-color:#FA978A;
}

.button{
	border: solid 1px #c3c3c3;
	padding:0 10px;
	background-color: #ddd;
	color:#333;
	font-size: 1.2em;
}
ul.bloc_form{
	list-style-type: none;	
}
.dn{
	display:none;	
}
#body ul.bloc_form{
	margin:0px;
	overflow: auto;
}

#body ul.bloc_form li{
	padding:5px 0;
}
.comment_valid{
	margin-top:10px;
	text-align: center;
}
