/* CSS Document */

/* Page */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	background-image:url(../images/html_bkg.gif);
	background-repeat:repeat;
}
body {
	height:100%;
	background-image:url(../images/basic_bkg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

/* Calques */

#Page {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
	text-align:left;
}
#Container {
	width:900px;
	height:100%;
	background-image:url(../images/basic_bottom_bkg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#BandeauHaut {
	text-align:right;
	width:900px;
	height:18px;
}
#BandeauDep {
	position:absolute;
	top:-50px;
	left:590px;
}
#Bandeau {
	width:900px;
	height:124px;
}
#Main {
	position:relative;
	width:900px;
	height:476px;
	background-image:url(../images/main_bkg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#BEC915;
}
#rech {
	position:relative;
	width:233px;
	height:43px;
	padding-top:4px;
	padding-left:9px;
	/*background-image:url(/medias/images/rech_bkg.jpg);
	background-repeat:no-repeat;*/
}
#Menu {
	position:absolute;
	left: 250px;
}
#MainLeft {
	width:250px;
	height:auto;
	float:left;
}
#MainLeftRubSpecial {
	width:200px;
	height:110px;
	text-align:center;
}
#MainLeftPromo1 {
	position:relative;
	width:200px;
	height:92px;
	margin-left:3px;
	margin-top:5px;
	background-image:url(../images/promos/left_promo_cadre1.jpg);
	background-repeat:no-repeat;
}
#MainLeftPromo2 {
	position:relative;
	width:200px;
	height:92px;
	margin-left:3px;
	margin-top:5px;
	background-image:url(../images/promos/left_promo_cadre2.jpg);
	background-repeat:no-repeat;
}
#MainLeftPromo3 {
	position:relative;
	width:200px;
	height:92px;
	margin-left:3px;
	margin-top:5px;
	background-image:url(../images/promos/left_promo_cadre3.jpg);
	background-repeat:no-repeat;
}
#MainCentre {
	width:380px;
	height:auto;
	float:left;
}
#MainCentreConseils {
	width:173px;
	height:105px;
	margin-top:2px;
	padding-top:28px;
	padding-left:10px;
	background-image:url(../images/home/home_conseils_bkg.jpg);
	background-repeat:no-repeat;
	float:left;
}
#MainCentreGamme {
	width:175px;
	height:93px;
	margin-top:2px;
	background-image:url(../images/home/home_gamme_bkg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:40px;
	padding-left:10px;
}
#MainCentreGuide {
	width:171px;
	height:92px;
	margin-top:2px;
	background-image:url(../images/home/home_guide_bkg.jpg);
	background-repeat:no-repeat;
	clear:left;
	float:left;
	padding-top:40px;
	padding-left:12px;
}
#MainCentreCartes {
	width:176px;
	height:94px;
	margin-top:2px;
	background-image:url(../images/home/home_cartes_bkg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:38px;
	padding-left:10px;
}
#MainRight {
	width:auto;
	height:auto;
	float:left;
}
#MainRightContact {
	width:243px;
	height:45px;
	background-image:url(../images/home/home_contact_bkg.jpg);
	background-repeat:no-repeat;
	clear:left;
	margin-left:9px;
	padding-top:80px;
	padding-left:18px;
}
#MainRightQuestions {
	width:137px;
	height:162px;
	background-image:url(../images/home/home_questions_bkg.jpg);
	background-repeat:no-repeat;
	clear:left;
	margin-left:3px;
	padding-top:110px;
	padding-left:130px;
}

/* Classes de liens */
.blanc:link {
	font-size:0.85em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.blanc:visited {
	font-size:0.85em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.blanc:hover {
	font-size:0.85em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.blanc_petit:link {
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.blanc_petit:visited {
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.blanc_petit:hover {
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.MainLeftPromoCat:link {
	font-size:0.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.MainLeftPromoCat:visited {
	font-size:0.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.MainLeftPromoCat:hover {
	font-size:0.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.MainLeftPromoTitre:link {
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.MainLeftPromoTitre:visited {
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.MainLeftPromoTitre:hover {
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
.MainLeftPromoDesc:link {
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
}
.MainLeftPromoDesc:visited {
	font-size:0.9em;
	color:#000000;
	text-decoration:none;
}
.MainLeftPromoDesc:hover {
	font-size:0.9em;
	color:#000000;
	text-decoration:underline;
}
.lien_blanc_bold:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.lien_blanc_bold:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.lien_blanc_bold:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.lien_rouge_bold:link {
	color:#394E00;
	font-weight:bold;
	text-decoration:none;
}
.lien_rouge_bold:visited {
	color:#394E00;
	font-weight:bold;
	text-decoration:none;
}
.lien_rouge_bold:hover {
	color:#F39E00;
	font-weight:bold;
	text-decoration:none;
}
.MainRightContact:link {
	color:#0E5600;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
}
.MainRightContact:visited {
	color:#0E5600;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
}
.MainRightContact:hover {
	color:#0E5600;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

/* Classes */
.input_rech {
	width: 142px;
	height:22px;
	border: 2px solid #004618;
	background-image:url(../images/basic_rech_bkg.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-top:3px;
	padding-left:3px;
}
.MainLeftRub {
	width:160px;
	height:55px;
	padding-left:6px;
	padding-top:4px;
}
.MainLeftPromoImage {
	position:absolute;
	left:114px;
	top:8px;
	width:73px;
	height:73px;
}
.MainLeftPromoAffaire {
	position:absolute;
	left:167px;
	top:1px;
	width:60px;
	height:60px;
	background-image:url(../images/promos/left_promo_bonne_affaire.gif);
	background-repeat:no-repeat;
	z-index:2;
	padding-top:21px;
	padding-left:7px;
	text-align:center;
}
.MainLeftPromoVillaVerde {
	position:absolute;
	left:167px;
	top:1px;
	width:60px;
	height:60px;
	background-image:url(../images/promos/left_promo_vraiment_villaverde.gif);
	background-repeat:no-repeat;
	z-index:2;
	padding-top:19px;
	padding-left:5px;
	text-align:center;
}
.MainLeftPromoCoeur {
	position:absolute;
	left:167px;
	top:1px;
	width:60px;
	height:60px;
	background-image:url(../images/promos/left_promo_coup_coeur.gif);
	background-repeat:no-repeat;
	z-index:2;
	padding-top:19px;
	padding-left:5px;
	text-align:center;
}
.MainLeftPromoAffaire p {
	color:#000000;
	font-weight:bold;
	font-size:1.3em;
	float:left;
}
.MainLeftPromoAffaire .unite {
	padding-left:9px;
	font-size:1.5em;
}
.MainLeftPromoAffaire .dizaine {
	padding-left:4px;
	font-size:1.4em;
}
.MainLeftPromoAffaire .prix {
	font-size:0.85em;
	padding-top:3px;
	letter-spacing:0.1em;
}