/*
//------------------------------------------------------------------
// 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;
}

body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	min-width:980px;
}

a{
	border:none;
	text-decoration:none;
}
/*------------------------------------------------------------------*/
#header {
	margin-right:100px;
	font-size:12px;
}

#header .fond {
	background:url(images/header_fond.jpg) repeat-x ;
	height: 148px;
	color: #ffffff;
	font-style:italic;
 }
 
#header .gauche {
	background:url(images/header_gauche.jpg) no-repeat;
	width: 79px;
	height: 90px;
	float: left;
}
 
#header .droit {
	background:url(images/header_droit.jpg) no-repeat right;
	width: 173px;
	height: 90px;
	float: right;
}
 
#header .logo {
	height: 90px;
}

#header .gauche2 {
	background:url(images/header_gauche2.jpg) no-repeat;
	height: 46px;
	float: left;
	padding:5px;
}

#header .droit2 {
	background:url(images/header_droit2.jpg) top right no-repeat;
	width: 398px;
	height: 47px;
	float: right;
	text-align:right;
	padding:5px;
}
 
#header #photo {
	background:url(images/header_photo.jpg) no-repeat;
	width: 168px;
	height:148px;
	float:right;
}

#header a img{
	border:none;
}
/*------------------------------------------------------------------*/
#submenu{
	float:left;
	width:215px;
}

#menu {
	background:#F2F2F2;
	width:176px;
	border:solid 1px #999999;
	padding:5px;
	margin-left:5px;
	font-size:14px;	
}
 
#menu li{
	list-style-type:none;
}

#menu a{
	background:url(images/bouton_off.jpg);
	width:160px;
	line-height:40px;
	display:block;
	text-align:center;
	padding-right:16px;
	color:black;
	text-decoration:none;
}

#menu a:hover{
	background:url(images/bouton_on.jpg);
	display:block;
}

/*****************/

#actu{
	background:url(images/actu_fond.jpg) repeat-y;
	margin-top:10px;
	margin-left:5px;
	width:210px;
}

#actu .titre{
	background:url(images/actu_haut.jpg);
	height:44px;
	width:176px;
	color:#FFFFFF;
	font-family:Times,Serif;
	padding:10px;
	font-size:12px;
	text-align:center;
}

#actu .produit{
	background:url(images/actu_bas.jpg) bottom no-repeat;
	width:156px;
	padding:0px 25px 25px 15px;
	font-size:10px;
	color:white;
}

#actu .produit .resume{
	text-align:justify;
	font-size:12px;
}

#actu .produit .suite a{
	color:#29ABE2;
	text-decoration:none;
}

#actu .produit .suite a:hover{
	text-decoration:underline;
}

#actu img{
	border:solid 1px #8cc63f;
}

#actu h3 a{
	font-size:14px;
	color:#8CC63F;
	text-transform:uppercase;
	
}

#actu h3 {
	text-align:center;
}
/*------------------------------------------------------------------*/
#content{
	margin-left:220px;
	margin-right:20px;
	margin-bottom:20px;
	/*min-height:600px;*/
}

#content .titre{
	background:url(images/titre_fond.jpg);
	height:30px;
	padding-left:80px;
	padding-right:10px;
	display:inline-block;
	margin-bottom:20px;
}

#content .titre h2{
	background:white;
	color:#0071BC;
	font-size:16px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	display:inline;
	padding:0px 5px;
}

#content a{
	color:#29ABE2;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}


#content .gauche{
	float:left;
}

#content .droite{
	float:right;
}
/*------------------------------------------------------------------*/
#footer{
	background:#0071BC;
	height:80px;
	text-align:center;
	color:white;
}

#footer ul{
	height:25px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

#footer .dreamclic{
	/*height:35px;
	width:215px;
	margin-left:auto;
	margin-right:auto;*/
}

#footer li{
	list-style-type:none;
	float:left;
	/*line-height:27px;*/
}

#footer a{
	color:white;
	text-decoration:none;
}

#footer img{
	border:none;
}

/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
