/*
//------------------------------------------------------------------
// 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, textarea{
	font-family:"Trebuchet MS","Arial","Verdana",sans-serif;
	font-size:100%;
}
body{
	font-size:12px;
	background-position:0 0;
	height:100%;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:visited{
	color:#82888a;
	text-decoration:none;
}
a:hover,
a:active{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
h2,h3,h4,h5,h6{
	font-family:Georgia, serif;
	font-weight:normal;
}
h3{
	color:#4b88ad;
	font-size:1.5em;
}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
#global{
	background-repeat:repeat-x;
	background-position:0 0;
}
#global_ombre{
	background-repeat:repeat-x;
	background-position:left bottom;
}
#cadre{
	background-repeat:no-repeat;
	background-position:left bottom;
	width:960px;
	margin:0 auto;
}
/*------------------------------------------------------------------*/
#header{
	position:relative;
	width:100%;
	height:130px;
}
#header h1 a{
	display:block;
	background-image:url(images/common/header-h1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:510px;
	height:110px;
	overflow:hidden;
	text-indent:-1000em;
	outline:0;
}
/*------------------------------------------------------------------*/
#menu{
	position:absolute;
	right:0;
	top:0;
	float:left;
	height:130px;
}
#menu a.contact{
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
	text-indent:-1000em;
	outline:0;
}
#menu ul{
	list-style-type:none;
	float:left;
	width:673px;
	position:absolute;
	bottom:2px;
	right:0;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
	float:left;
	overflow:hidden;
	text-indent:-1000em;
	outline:0;
}
#menu ul li a:link,
#menu ul li a:hover{
}
#menu ul li a:visited,
#menu ul li a:active{
}
/*------------------------------------------------------------------*/
#contenu_gauche{
	font-family:Georgia, serif;
	float:left;
	width:225px;
}
#contenu_gauche h2{
	font-weight:normal;
	color:#fff;
	font-size:2.2em;
	height:47px;
	line-height:47px;
}
#contenu_gauche h2 strong{
	color:#783907;
}
#contenu_gauche h2 span{
	font-size:.5em;
}
#contenu_gauche div h3{
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-1000em;
	overflow:hidden;
	margin-bottom:30px;
	font-size:1.3em;
}
#contenu_gauche div{
	margin-top:30px;
}
#contenu_gauche div.description h3{
	height:52px;
}
#contenu_gauche div.description h3 span{
	display:block;
	text-align:right;
	font-weight:normal;
	font-style:italic;
	text-indent:0;
	margin-top:10px;
}
#contenu_gauche div.contact{
	color:#fff;
	text-align:center;
}
#contenu_gauche div.contact strong{
	color:#fff;
	text-align:center;
	font-size:1.5em;
	font-weight:normal;
}
#contenu_gauche div.contact h3{
	height:26px;
}
#contenu_gauche div.contact a{
	color:#fff;
}
/*------------------------------------------------------------------*/
#contenu_droit{
	background-repeat:repeat-y;
	background-position:0 0;
	width:728px;
	position:relative;
	margin-left:229px;
	overflow:hidden;
}
#contenu_droit #diaporama .submenu_cadre_masque{
	background-repeat:repeat-x;
	background-position:0 0;
	width:728px;
	height:290px;
	position:absolute;
	top:0;
	left:0;
}
#contenu_droit #contenu_site{
	padding:0 5px;
	min-height:850px;
	position:relative;
}
#contenu_droit #cheval_bas{
	position:absolute;
	left:-232px;
	bottom:1px;
}
/*------------------------------------------------------------------*/
#content{
}
#content ul.messages_erreur{
}
#content ul.messages_information{
}
#content ul.messages_erreur li{
}
#content ul.messages_information li{
}
/*------------------------------------------------------------------*/
#footer{
	width:960px;
	margin:0 auto;
}
#footer ul{
	background-repeat:no-repeat;
	background-position:0 0;
	height:107px;
	width:728px;
	margin-left:227px;
	text-align:center;
	list-style-type:none;
	padding-top:45px;
}
#footer ul li{
	color:#82888a;
	display:inline;
}
#footer ul li a{
	color:#82888a;
}
#footer ul li a span{
	color:#f5bb5e;
}
#footer ul li a:hover{
	font-weight:bold;
	text-decoration:none;
}
/*------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------*/

