/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
// Mathieu ADRIEN <mathieu@dreamclic.com> / www.dreamclic.com
// 08/09/2009
//------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:100%;
	background:#580700;
}
body{
	font-size:.8em;
	color : #fff;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:hover{
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
h1{

}
h2{
	height : 25px;
	text-indent : -1000px;
	height:25px;
	margin-bottom:30px;
}
h3{
	font-size:13px;
	font-weight:normal;
}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
#page{
	background:#580700 url(images/fd.gif) repeat-x;	
}
/*------------------------------------------------------------------*/
#header{
	margin-left:100px;
	margin-right:100px;
}

#header h1{
	width:175px;
	height:223px;
	float:left;
	background:url(images/logo.gif) no-repeat;		
}

#header h1 a{
	display:block;
	width:175px;
	height:223px;
	text-indent : -1000px;
}

#header .visuel{
	margin-left:175px;
	height:223px;
	background:url(images/header.jpg) top center no-repeat;		
}
/*------------------------------------------------------------------*/
#menu{
	margin-left:100px;
	margin-right:100px;
	height:30px;
	background:url(images/fdmenu.gif) repeat-x;	
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	list-style-type:none;
	float:left;	
	background:url(images/barremenu.gif) right no-repeat;	
	text-align:center;
	width:13.5%;
	padding-top:4px;
	height:26px	
}
#menu ul li a{
	text-transform:uppercase;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:underline;
}
#menu img{
	margin : 5px 0 0 10px;
}
/*------------------------------------------------------------------*/
#submenu {
	height:442px;
	background:#A29369 url(images/photo.jpg) top no-repeat;
	float:left;
	width:176px;
}
/*------------------------------------------------------------------*/
#contenu{
	margin-left:100px;
	margin-right:100px;
	background:url(images/fdsubmenu.gif) repeat-y;	
}
/*------------------------------------------------------------------*/
#content{
	font-size:12px;
	margin-left:200px;
	padding-top:20px;
	padding-bottom:20px;
	width : 863px;
}
#content p{
	margin-bottom:20px;
	font-size:13px;
}
/*------------------------------------------------------------------*/
#footer{
	height:23px;
	background:#290300;
	color:#806965;
	font-size:9px;
	font-family:Verdana;
	text-align:center;
	padding-top:5px;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:#806965;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.visibility-hidden{
	visibility:hidden;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
