/*
//------------------------------------------------------------------
// 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:verdana, arial, helvetica, sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	font-size:12px;
	background:url(images/body_background.jpg) repeat-x #639939;
	color:#fff;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link{
	text-decoration:none;
	color:#fff;
}
a:visited,
a:active{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
/*------------------------------------------------------------------*/
#page{
	margin:0 auto;
	width:1009px;
}
/*------------------------------------------------------------------*/
#header{
	background:url(images/header2.jpg) no-repeat;
	height:146px;
	width:100%;
	position:relative;
}
#header a{
	display:block;
	width:236px;
	height:112px;
	position:absolute;
	left:390px;
	top:23px;
	text-indent:-1000em;
	overflow:hidden;
}
/*------------------------------------------------------------------*/
#menu{
	width:908px;
	position:relative;
	margin:0 auto;
	height:36px;
}
#menu ul{
	list-style-type:none;
	float:left;
}
#menu ul li{
	float:left;
	display:block;
	line-height:36px;
}
#menu ul li span{
	background:url(images/menu_out.jpg) repeat-x;
	float:left;
	display:block;
}
#menu ul li span span{
	background:none;
	float:left;
	display:block;
}
#menu ul li span span.biseau_d{
	background:url(images/menu_out.jpg) top right repeat-x;
	display:block;
	padding:0 2px 0 0;
	height:36px;
}
#menu ul li span.current span.biseau_d,
#menu ul li span:hover span.biseau_d{
	background:url(images/menu_sepa-right.jpg) top right no-repeat;
}
#menu ul li span span.biseau_g{
	background:url(images/menu_out.jpg) top left repeat-x;
	display:block;
	padding:0 0 0 2px;
	height:36px;
}
#menu ul li span.current span.biseau_g,
#menu ul li span:hover span.biseau_g{
	background:url(images/menu_sepa-left.jpg) no-repeat;
}
#menu ul li span:hover,
#menu ul li span.current{
	background:url(images/menu_on.jpg) repeat-x;
	float:left;
	display:block;
}
#menu ul li span a,
#menu ul li span a:visited,
#menu ul li span a:active{
	color:#fff;
	float:left;
	display:block;
	padding:0 15px;
	font-family:georgia, "times new roman", serif;
	font-size:.9em;
}
#menu ul li span a.first{
	background:url(images/menu_out-left.jpg) top left no-repeat;
	padding:0 15px 0 20px;
	float:left;
}
#menu ul li span  a.last{
	background:url(images/menu_out-right.jpg) top right no-repeat;
	padding:0 20px 0  15px;
	float:left;
}
#menu ul li span:hover a.first,
#menu ul li span.current a.first{
	background:url(images/menu_on-left.jpg) top left no-repeat;
}
#menu ul li span:hover span a.last,
#menu ul li span.current span a.last{
	background:url(images/menu_on-right.jpg) top right no-repeat;
}
#menu ul li a:hover{
	text-decoration:none;
}
/*------------------------------------------------------------------*/
#presentation{
	background:#fff;
	margin:10px auto;
	width:982px;
	font-size:.92em;
}
#presentation div#p_bottom{
	background:url(images/presentation_bottom.jpg) bottom no-repeat;
}
#presentation div#p_bottom div#p_top{
	background:url(images/presentation_top.jpg) top no-repeat;
	min-height:260px;
	padding:20px;
}
/*------------------------------------------------------------------*/
#content{
	width:982px;
	margin:10px auto;
}
/*------------------------------------------------------------------*/
#footer{
	width:264px;
	margin:0 auto;
}
#footer ul{
	list-style-type:none;
}
#footer ul li {
	display:inline;
}
#footer ul li a{
	
}
#footer ul li a:hover{
	
}
/*------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------*/
