/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
 html,body{
	font-family:Trebuchet MS,Verdana,Helvetica,sans-serif;
	font-size:13px;
	height:100%;
	background:#000 url('images/fond-degrade.png') left 26px repeat-x;
	color:#fff;
}

a img{
	border:none;
}
img{
	vertical-align:middle;
}
a:link,
a:visited{
	text-decoration:none;
	color:#a0cbed;
}
a:hover,
a:active{
	text-decoration:underline;
	color:#ffffff;
}
hr.clearer{
	clear:both;
	visibility:hidden;
}
/*------------------------------------------------------------------*/
#conteneur{
    height:auto !important;
    height:100%;
    min-height:100%;   
    background:url(images/page.jpg) left bottom repeat-x;    
	position:relative;
	padding-bottom:60px;
}
#conteneur #page{
    height:100%;
    min-height:100%;   
	margin:0 auto;
	max-width:1200px;
	background:url(images/fond-content.jpg) repeat-x top left;
} 
/*------------------------------------------------------------------*/
#header{
	height:170px;
	margin:0 auto;
}
/*------------------------------------------------------------------*/
#menu{
	background:url(images/fond-menu.jpg) left top no-repeat;
	height:553px;
	width:224px;
	margin-left:20px;
	padding-left:20px;
	padding-top:80px;
	font-family:georgia, times new roman, serif;
	font-size:15px;
	float:left;
}
#menu ul {
	list-style-type:none;
	width:200px;
}
#menu ul li {
	border-bottom:1px solid #fff;
	width:180px;
}
#menu ul li a:first-letter{
	color:#b0d3ec;
}
#menu ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	height:20px;
	line-height:20px;
	padding-bottom:10px;	
	padding-top:5px;	
}
#menu ul li a:hover {
	background:transparent url(images/menu-item-hover.jpg) repeat-y;
}
/*------------------------------------------------------------------*/
#content{
	margin-left:300px;
	margin-top:30px;
	min-height:670px;
	height:auto !important;
	height:670px;
	background-image:url(images/laura.jpg);	
	background-position:100% 0;	
	background-repeat:no-repeat;	
	padding-bottom:60px;
}
#content h2{
	color:#a0cbed;
	font-family:georgia,times new roman,serif;
	font-size:25px;
	height:48px;
	background:url(images/h2.jpg) right no-repeat;
	text-align:right;
	line-height:48px;
	padding-right:10px;
	margin-bottom:30px;
}
#content h3 {
	font:normal 20px Georgia;
	padding-bottom:15px;
	color:#931c2d;
}
#content p {
	padding-top:10px;
	padding-bottom:10px;
}
/*------------------------------------------------------------------*/
#footer {
	position:absolute;
	left:0;
	bottom:0;
	color:white;
	font:normal 12px Georgia;
	width:100%;
}
#footer #drapeau {
	max-width:1200px;
	height:114px;
	position:relative;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
#footer #drapeau ul{
	list-style-type:none;
	position:absolute;
	left:310px;
	bottom:0;
}
#footer #drapeau ul li{
	float:left;
}
#footer #drapeau ul li a{
	padding:0 7px 0 8px;
	border-left:1px solid #FFFFFF;
	line-height:25px;
}
#footer #drapeau ul li.premier a{
	border-left-style:none;
}
#footer #drapeau ul li a:link,
#footer #drapeau ul li a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#footer #drapeau ul li a:hover,
#footer #drapeau ul li a:active{
	text-decoration:underline;
	color:#FFFFFF;
}
/*------------------------------------------------------------------*/
a.bouton-imprimer {
	display:block;
	width:180px;
	height:31px;
	background:url(images/imprimer.jpg) no-repeat;
	font:bold 13px Georgia;
	color:#a0cced;
	text-decoration:none;
	text-align:center;
	line-height:31px;
	margin-bottom:5px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
