/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background:#d7d3ad;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:hover{
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
#page{
	padding-right:60px;
	padding-left:60px;
}
/*------------------------------------------------------------------*/
#header .logo{
	height:99px;
	background:url(images/header.gif) right no-repeat;
}
#header h1{
	height:99px;
	width:496px;	
	background:url(images/logo.gif) no-repeat;
}

#header h1 a{
	display:block;
	text-indent : -5000px;
	height:99px;
	width:496px;
}

#header .pictos{
	float:right;
	margin-right:40px;
	margin-top:40px;
}
#header .pictos img{
	border:none;
	margin-right:30px;
}

#header .visuel{
	height:197px;
	background:url(images/visuel.jpg) center no-repeat;	
}

#header .visuel .bd{
	height:197px;
	background:url(images/anglebd.gif) bottom right no-repeat;	
}
#header .visuel .bg{
	height:197px;
	background:url(images/anglebg.gif) bottom left no-repeat;	
}
#header .visuel .hg{
	height:197px;
	background:url(images/anglehg.gif) top left no-repeat;	
}
#header .visuel .hd{
	height:197px;
	background:url(images/anglehd.gif) top right no-repeat;	
}
/*------------------------------------------------------------------*/
#menu{
	color:#453128;
	font-family:Century Gothic;
	font-size:12px;
	height:50px;
	font-weight:bold;
	background:url(images/fdmenu.gif) right no-repeat;
}

#menu ul{
	height:50px;
	background:url(images/anglemenu.gif) no-repeat;
}

#menu ul li{
	list-style-type:none;
	float:left;
	width:14%;
	text-align:center;
	border-right:solid 1px #453128;
	margin-top:15px;
}

#menu a{
	color:#453128;
	text-decoration:none;
}
/*------------------------------------------------------------------*/
#submenu{
	background:url(images/fdsubmenu.gif) top right no-repeat;	
	width:260px;
	float:right;
	padding-top:30px;	
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-family:Arial;
	font-size:11px;
	color:#48473f;
}
#submenu h3, h2{
	font-family:Century Gothic;
	color:#453128;
	font-weight:bold;
	font-size:15px;
	margin-bottom:15px;	
}
#submenu a{
	color:#48473f;	
	text-decoration : none;
	font-size : 12px;
}

#submenu .actu img{
	border:solid 1px #716254;
	float:left;
	margin-right:5px;
}

#submenu .actu a.titre{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
/*------------------------------------------------------------------*/
#contenu{
	background:#eeecd7 url(images/fdcontent.gif) top left no-repeat;
}


html>body .contenu{/* Pour forcer une taille mini sur Mozilla */
	height: auto;
	min-height: 400px;
}
.contenu{
	height:400px;	
}

/*------------------------------------------------------------------*/
#content{
	font-family:Arial;
	font-size:11px;
	color:#48473f;
	margin-right:300px;
	background:url(images/barrev.gif) right repeat-y;	
	padding-top:30px;
	padding-bottom:20px;
}

#content h2{
	font-family:Century Gothic;
	color:#453128;
	font-weight:bold;
	font-size:15px;
	margin-bottom:15px;	
	padding-left:20px;		
}

#content h2 span{
	color:#670f33;
}
/*------------------------------------------------------------------*/
#footer{
	background:url(images/footerdroite.gif) top right no-repeat;	
	text-align:center;
	color:black;
	font-family:Arial;
	font-size:11px;
	padding-top:20px;
}

#footer p{
	background:url(images/footergauche.gif) top left no-repeat;	
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:black;
	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;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
