/*
//------------------------------------------------------------------
// 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:Helvetica,Verdana,Arial,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	background : #7ba2eb;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:hover{
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#page{
	background:url(images/fdgauche.jpg) bottom left no-repeat;
}
#page2{
	background:url(images/fddroite.jpg) bottom right no-repeat;
}
/*------------------------------------------------------------------*/
#header h1{
	background:url(images/logo.gif) no-repeat;	
}

#header h1 a{
	display:block;
	width:538px;
	height:92px;
}

#header .liens{
	float:right;
	font-size:11px;
	margin-right:10px;
	margin-top:10px;
}

#header .liens a{
	color:white;
	text-decoration:none;
}

#header .liens img{
	vertical-align:middle;
	margin-left:15px;
}
/*------------------------------------------------------------------*/
#menu{
	width:160px;
	margin-left:30px;
	position:relative;
	bottom:10px;
	float:left;
}

#menu ul li{
	list-style-type:none;
	margin-bottom:1px;
}

#menu ul li a{
	display:block;
	background:#9bb7db;
	height:22px;
	padding-top:10px;
	color:black;
	text-decoration:none;
	padding-left:15px;
	font-size:11px;
}

#menu ul li a:hover, #menu ul li a.on{
	background:#fdbe01;
}
/*------------------------------------------------------------------*/
#content2{
	background:white url(images/topcontent2.gif) top right no-repeat;	
	margin-top:40px;
	margin-left:225px;
	margin-right:225px;		
}
/*------------------------------------------------------------------*/
#content{
	background:url(images/topcontent.gif) no-repeat;	
	font-family:Arial;
	font-size:11px;
	padding:20px;
	height: 600px;	
}


html>body #content{
	height: auto;
	min-height:600px;
}

#content h2{
	font-size:15px;
	font-weight:bold;
	color:#3a67a0;
	font-variant:small-caps; 
	background:url(images/tr-h2.gif) bottom repeat-x;
	padding-bottom:5px;		
	margin-bottom:20px;
}


#content h2 span{
	background:url(images/fleche.gif) left center no-repeat;
	padding-left:15px;		
}
/*------------------------------------------------------------------*/
#footer{
	background:#445a82;
	height:23px;
	text-align:center;
	font-size:10px;
	color:white;
	padding-top:2px;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.hidden{
	visibility:hidden;
	display:none;
}
.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;
}
/*------------------------------------------------------------------*/
