/* passage au block mobile */
#mobile {
	position: absolute;
	left: 0;
	top: 0;
}

.image2{
	text-align: center;
}
.image2 img {
	border: 0;
}

.image { /* Ici c'est la partie "images" */
    float: right;
	width: 300px;
	height: 400px;
	margin-top: 20px;
	margin-right: 10px;
}
.image img {
	border: 0;
}



/* Bloc central
 
   ------------ */
p {
	text-align: center;
	color: #995926;
	font-size: 1.1em;
	font-family; "Hit the Road Normal", Verdana, Serif;
}
h3 {
	text-align: center;
	color: #995926;
	font-family; "Hit the Road Normal", Verdana, Serif;
}

.barre_de_news {
    border-top: 3px solid #7e7e7e;
	margin-left: 10%;
	margin-right: 10%;
}

.eco{
	padding: 35px;
	color: #7e7e7e;
}
.eco dt { /* Point fort des news */
    margin-left: 3%;
	font-size: 1.5em;
	font-family: Verdana, Serif;
	color: #995926;
}
.eco dd:hover {
    color: #995926;
	
}
.eco dl {
    font-family: Verdana, Serif;
	text-align: center;
}

/* Liste déroulante

   ---------------- */
   
   
#choix_produits { 
    text-align: center;
    padding-left: 15%;
	padding-top: 12%;
	padding-right: 35%;
}
legend { /* Le grand titre de la liste déroulante */
    font-family: "Comic Sans MS", Serif;
	color: #995926;
    font-weight: bold;
}
label { /* Le petit titre de la liste déroulante */
   color: blue;
   font-family: "Comic Sans MS", serif;
}