/*
//------------------------------------------------------------------
// 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{
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	background:#5e718f url(images/degrade.jpg) repeat-x;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:hover{
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
#page2{
	background:url(images/repeat.jpg) left repeat-y;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/bas.jpg) bottom left no-repeat;
}
/*------------------------------------------------------------------*/
#header{
	height:151px;
	background:#3e5171 url(images/header.jpg) top right no-repeat;	
}
#header h1{
	height:151px;
	background:url(images/logo.jpg) top left no-repeat;	
	zoom:1;
}

#header h1 a{
	display:block;
	width:410px;
	height:151px;
}
/*------------------------------------------------------------------*/
#menu{
	height:49px;
	background:url(images/menu.jpg) repeat-x;	
	padding-left:20px;	
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	float:left;
	margin-right:10px;
	list-style-type:none;
	line-height:45px;	
}
#menu ul li a{
	padding-top:4px;
	padding-left:25px;
	font-family:Times New Roman;
	font-size:15px;
	color:black;
	text-decoration:none;
	background:url(images/puce.jpg) no-repeat;		
}
#menu ul li a:hover{
	text-decoration:underline;
}
#menu ul li a:visited,
#menu ul li a:active{
}
/*------------------------------------------------------------------*/
#contenu{
	padding-left:185px;
	background:url(images/angle.jpg) no-repeat;
	min-height : 247px;
}
/*------------------------------------------------------------------*/
#content{
	font-size:.9em;
	padding-top:20px;
	padding-right:20px;
	min-height : 530px;
}
#content h2,
#content h3{
	height:41px;
	margin:20px;
}
#content p{
	padding-bottom:20px;
}
/*------------------------------------------------------------------*/
#footer{	
	color:white;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	background:url(images/footer.jpg) repeat-x;		
	height:46px;
	padding-top:10px;
}
#footer img{
	border:none;
	vertical-align:middle;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.visibility-hidden{
	visibility:hidden;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.float-right{
	float:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
