/*
//------------------------------------------------------------------
// 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;
	font-size:100%;
}
html, textarea{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:visited,
a:active{
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
/*------------------------------------------------------------------*/
#page{
	
}
/*------------------------------------------------------------------*/
#header{
	height:153px;
	background:url(images/fond-header.jpg) no-repeat;
}
#header .visuels{
	background:url(images/jerome-gachignard-cavalier.gif) right no-repeat;
	margin-right:10px;
}
/*------------------------------------------------------------------*/
#menu{
	height:39px;
	line-height:36px;
	background:url(images/fdmenu.jpg) repeat-x;
	font-family:Tahoma;
	font-size:13px;
	text-align:center;
}

#menu a {
	color:#d8a5a4;
	text-decoration:none;
	margin-right:15px;
	margin-left:15px;
}

#menu .menu{
	background:url(images/baslogo.jpg) no-repeat;
}
/*------------------------------------------------------------------*/
#submenu{
	width:182px;
	float:left;
}

#submenu img{
	border:none;
}

#submenu h3 a{
	color:#48483a;
	text-decoration:none;
	font-size:11px;
}

#submenu a.suite{
	color:#48483a;
	font-style:italic;
}

#submenu .bloc{
	background:#e8e8bb url(images/blocbas.jpg) bottom no-repeat;
	margin-bottom:20px;
	color:#3c3c30;
	font-size:11px;
}



#submenu .bloc2{
	background: url(images/blochaut.jpg) top no-repeat;
	padding:8px;
}
#submenu .bloc2 ul{
	background: url(images/telephone.jpg) top right no-repeat;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:15px;
}

#submenu .bloc ul a{
	color:#3c3c30;
}

/*------------------------------------------------------------------*/
#contenu{
	margin-left:5%;
	margin-right:5%;
	padding-top:20px;
	padding-bottom:30px;
}
/*------------------------------------------------------------------*/
#content{
	margin-left:225px;
	font-size:12px;
	color:#333333;
}

#content h2{
	margin-bottom:10px;
}

#content p{
	margin-bottom:10px;
}
/*------------------------------------------------------------------*/
#footer{
	border-top:solid 2px #b8b576;
	background:url(images/footer.jpg) repeat-x;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	color:#515049;
	padding:10px;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:#515049;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------*/
