/* CSS Document */
/* moteur de recherche */
#zoneTotal {
	float:right;
	background-image:url(medias/panier-fond.jpg);
	background-repeat:no-repeat;
	background-color:#fff1c3;
	width:320px;
	height:160px;
	z-index:1;
	margin:0px 0px 0px 40px;
}
#blocTotal {
	padding:0px 16px 20px 120px;
	height:160px;
}
/* réécriture pour autres que IE */
html>body .blocTotal {
	height:auto;
	min-height:160px;
}
.titreTotal {
	padding:10px 20px 10px 20px;
	background-image:url(medias/panier-fond-titre.gif);
	background-repeat:no-repeat;			
	background-color:#fff;
	border-bottom:1px solid #c68829;
	border-right:1px solid #c68829;

	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#900;
}
.texteTotal {
	padding:0px;
	font-size:1em;
	color:#000;
	text-align:left;
}

/* zone principale, contenant le texte d'intro ainsi que les blocs suivants */
#blocPrincipal {
	position:absolute;
	left:100px;
	top:250px;
	width:85%;
	z-index:1;
	text-align:justify;
}
.blocSeparation {
	padding:2px;
	background-color:#fff;
}

/* Promotions */
#zonePromotion {
	width:100%;
	background-image:url(medias/promotion-fond.jpg);
	background-repeat:no-repeat;
	background-color:#f3eaa1;
	z-index:1;
}
.titrePromotion {
	padding:10px 20px 10px 20px;
	background-image:url(medias/promotion-fond-titre.gif);
	background-repeat:no-repeat;			
	background-color:#faf7da;
	border-bottom:1px solid #c8a45c;
	border-right:1px solid #c8a45c;

	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#a25d54;
}
.textePromotion {
	padding:6px 6px 0px 6px;
	font-size:1em;
	color:#000;
	text-align:left;
}


/* formulaires */
.etiquette {
	width:20%;
	float:left;
	text-align:right;
	padding-right:1%;
}
input, select, textarea {
	border: 1px solid #ae3f3a;
	background-color:#f9f4d0;
	
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	font-size:0.9em;
}
input:hover, textarea:hover, select:hover {
	border: 1px #ffebad solid;
}
input:focus, textarea:focus, select:focus {
	border: 1px #ae3f3a solid;
	background-color:#ffebad;
}
.l300 {
	width:300px;
}
.l70 {
	width:70px;
	text-align:center;
}
.l100 {
	width:100px;
}
.l20 {
	width:20px;
}
.l50 {
	width:50px;
}
.l230 {
	width:230px;
	border-left:none;
}
.validation{
	margin-left:21%;
	border:none;
}

