/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: #dddcdd url(../images/bg.png) repeat-x;
	text-align: center;
	font: 0.7em "Century Gothic", Arial;
	color: #333333;
	padding-top: 20px;
}
#conteneur {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 210px;
	width: 962px;
	padding-top: 1px;
	padding-left: 8px;
}
#texte {
	float: left;
	height: 280px;
	width: 944px;
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	background: #FFF;
	padding: 12px;
}
html>body #texte {
	min-height: 280px;
	height: auto;
}
.demi_gauche {
	width: 450px;
}
.demi_droite {
	width: 470px;
}
.full {
	float: left;
	width: 944px;
}

/* Menu */
#menu_produits li, #menu li {
	display: inline;
}
#menu_produits {
	float: right;
	height: 18px;
	width: 754px;
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
	color: #d1d1d3;
	padding-left: 15px;
	padding-bottom: 152px;
	margin: 0px;
}
#menu_produits li {
	float: left;
	padding-right: 25px;
}
#menu_produits a, #menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu_produits a:hover, #menu a:hover {
	color: #d1d1d3;
}
#menu {
	font-size: 100%;
	font-weight: bold;
	color: #d1d1d3;
	float: left;
	width: 688px;
	padding-top: 6px;
	padding-left: 7px;
	margin: 0px;
}
#menu li {
	float: left;
	padding-right: 35px;
	padding-left: 35px;
}
/* Foot */
#foot {
	background: url(../images/foot.jpg);
	float: left;
	height: 118px;
	width: 950px;
	font-weight: bold;
	color: #e3050e;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}
#foot ul {
	padding-top: 10px;
	padding-left: 20px;
}
#foot li {
	list-style: none;
}
#foot li.blanc {
	color: #b0adad;
}
#foot li a {
	color: #b0adad;
	font-weight: bold;
	text-decoration: none;
}
#foot li a:hover {
	color: #e3050e;
	text-decoration: underline;
}
#foot .tiers_foot {
	float: left;
	width: 240px;
	padding-left: 40px;
}
#foot .tiers_foot_gauche {
	float: left;
	width: 240px;
	background: url(../images/bg-foot-barre.png) no-repeat right center;
}
/* Form recherche */
.recherche {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.recherche select {
	width: 148px;
}
/* Accueil */
#espace {
	background: url(../images/espace.png) no-repeat;
	float: left;
	height: 40px;
	width: 430px;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 30px;
}
#texte #espace a {
	background: url(../images/puce-espace.png) no-repeat left center;
	padding-right: 35px;
	padding-left: 20px;
	font-weight: bold;
	color: #d8d8d8;
	text-decoration: none;
}
#texte #espace a:hover {
	color: #b11117;
}
/* CDC */
#cdc {
	background: #d0d0d0 url(../images/cdc.png) no-repeat;
	padding: 5px 10px;
	float: left;
	height: 316px;
	width: 448px;
	border: 1px solid #e8e8e8;
	margin-top: 15px;
}
html>body #cdc {
	min-height: 316px;
	height: auto;
}
#texte #cdc ul {
	padding-left: 0px;
}
#cdc ul li {
	list-style: none;
	float: left;
	width: 138px;
	padding-right: 6px;
	padding-left: 5px;
	padding-top: 80px;
}
#cdc li p {
	line-height: 12px;
}
/* Actus */
p.actus {
	font-size: 150%;
	color: #949599;
	font-weight: bold;
}
#actualites li {
	overflow: hidden;
	list-style: none;
	background: url(../images/bg_actualites.png) no-repeat;
	float: left;
	height: 145px;
	width: 448px;
	padding: 10px;
}
#actualites li.first {
	padding-right: 18px;
}
#actualites li img {
	margin-right: 10px;
	float: left;
	border: 4px solid #FFF;
}
#actualites li p.date {
	color: #9e9e9e;
}
#actualites li p {
	color: #575757;
	line-height: 14px;
}
/* Listing */
ul.annonces {
	float: left;
	width: 944px;
	margin-bottom: 8px;
}
ul.annonces li.cdc {
	overflow: hidden;
	list-style: none;
	background: url(../images/bg_listing_cdc.png) no-repeat center top;
	float: left;
	height: 220px;
	width: 290px;
	padding: 7px 12px 0px;
}
ul.annonces li {
	overflow: hidden;
	list-style: none;
	background: url(../images/bg_listing.png) no-repeat;
	float: left;
	height: 200px;
	width: 448px;
	padding: 10px 10px 0px;
}
#texte ul.annonces li p a {
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
#texte ul.annonces li p a:hover {
	text-decoration: underline;
}
#texte ul.annonces li p.rouge a {
	color: #b11117;
	font-weight: bold;
}
ul.annonces li h2 {
	font-size: 130%;
	margin-bottom: 3px;
}
ul.annonces a img {
	border: 1px solid #FFF;
	padding: 0px;
	margin-right: 7px;
	margin-top: 5px;
}
ul.annonces a:hover img {
	border: 1px solid #b11117;
}
ul.annonces a.no-hover:hover img {
	border: 1px solid #FFF;
}
ul.annonces li p {
	margin-bottom: 2px;
}
ul.annonces .listing_gauche {
	padding-right: 18px;
}
.innerfade {
	text-align: center;
}
/* Typos */
h1,h2,h3,h4,h5,h6,p,ul {
	text-align: left;
	margin-bottom: 8px;
}
#texte .demi_gauche ul, #texte .demi_droite ul {
	overflow:hiddent;
	padding-left: 30px;
}
p {
	font-size: 110%;
}
h1,h2,h3 {
	color: #b11117;
	font-size: 200%;
	line-height: 15px;
	font-weight: bold;
}
h3 {
	font-size: 150%;
}

#texte a {
	color: #b11117;
	font-weight: bold;
}
#texte a.ref {
	color: #333333;
	font-weight: normal;
}

#texte a:hover {
	text-decoration: none;
}
.rouge {
	color: #b11117;
}
.gras {
	font-weight: bold;
}
.petit {
	font-size: 90%;
}
.centre {
	text-align: center;
}
/* Formulaire contact */
table.formulaire {
	color:#333;
	text-align: left;
	background: #F3F3F3;
	padding: 25px;
	border: 1px solid #CCCCCC;
	width: 100%;
}
table.formulaire {
	text-align: left;
}
table.formulaire td {
	padding: 5px;
	}
table.formulaire td.info {
	font-weight: bold;
}

/* Divers */
#fil_arianne {
	float: left;
	width: 944px;
	text-align: left;
	margin-bottom: 7px;
}
p.hdclic {
	color: #868686;
	text-align: right;
	font-size: 90%;
}
p.hdclic a {
	color: #868686;
	text-decoration: none;
}
p.hdclic a:hover {
	text-decoration: underline;
	color: #000;
}
img {
	border: none;
}
img.logo {
	float: left;
}
.droite, .right {
	float: right;
	padding-left: 10px;
}
.gauche, .left {
	float: left;
	padding-right: 10px;
}
.centre {
	padding-left: 10px;
	padding-right: 10px;
}
.margin-top {
	margin-top: 10px;
}
.small {
	font-size: 90%;	
}
a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}
p.no-result {
	text-align: center;
}

div#slide_prod img {
	border: 1px solid #ccc;
}


