/* Général */
body {
font-family: Tahoma;
font-size: 12px;
margin: 0;
padding: 0;
background-image: url(img/header-fond.gif);
background-repeat: repeat-x;
background-color: #fff;

}

a {
color: #707781;
}

a:hover {
text-decoration: none;
color: #f3a813;
}

img
{
border: 0;
margin: 0;
padding: 0;
}

div#conteneur {
  position:relative;
  width:990px;
  margin-left:auto;
  margin-right:auto;
}


/* HEADER + PUB 728 x 90 */
div#header {
width: 990px;
height: 167px;
background-image: url(img/header.jpg);
background-repeat: no-repeat;
}
div#pub728x90 {
position: absolute;
width: 728px;
height: 90px;
background-color: #FFFFFF;
margin : 11px 0 0 223px;
}

/* CONTENU */

div#gauche {
float: left;
width: 335px;
height: auto;
margin-left:0px;
font-size: 11px;
}

div#centre {
float: left;
width: 335px;
height: auto;
margin-left: 10px;
font-size: 11px;
}

div#droite {
float: right;
width: 300px;
height: auto;
margin-left: 10px;
background-color: #eef8f8;
font-family: Tahoma;
font-size: 11px;
}

div#contenu {
width: 990;
height: auto;
margin: 0;
background-color: #eef8f8;
padding: 10px;
}

input,select {
font-family: Tahoma;
font-size: 11px;
}

.spacer {
  visibility:hidden;
  clear:both;
}

div#footer {
clear:both;
height: auto;
text-align: center;
font-family: Tahoma;
font-size: 11px;
color:#99999;
padding: 30px 0 0 0;
}


div#contenu ul#categorie
 {
float: left;
 margin: 0;
 padding: 0;
 }

 div#contenu ul#categorie li
 {
 width: 200px;
 height: 20px;
 font-size: 11px;
 font-weight: bold;
 list-style-type: none;
 background-color: #c5d9d9;
 padding: 0;
 margin: 0 0 2px 0;
 }
 
  div#contenu ul#categorie li a
 {
 display: block;
 width: 190px;
 height: 20px;
 text-decoration: none;
 line-height: 20px;
 vertical-align: middle;
 padding: 0 0 0 10px;
 color: #083f40;
 }
 
  div#contenu ul#categorie li a:hover
 {
 display: block;
 width: 190px;
 height: 20px;
 color: #ff0000;
 border-color: #000;
 background-color: #ccc;
 }

div#contenu div#content
{
	float: left;
	margin: 0 0 0 10px;
	padding: 8px;
	width: 740px;
	background-color: #ecfdc7;
	border: 2px dotted #b8d87a;
}

div#contenu div#content_propose
{
	margin: auto;
	padding: 8px;
	width: 740px;
	background-color: #ecfdc7;
	border: 2px dotted #b8d87a;
}

div#contenu div#content h2
{
	margin:  0 0 15px 0;
	padding: 0;
	font-size: 14px;
	color: #666666;
}

div#contenu div#content h2 span
{
	color: #cc0000;
}

