@charset "UTF-8";
@import url(include/style.css);
@import url(include/menu.css);

/***********************/
/* style for home page */
/***********************/

/******************************************* generic */

legend {
	font-weight: bold;
}

/******************************************* centre */
.centre {
	float: left;
	width: 450px;
	margin: 0 20px;
}

.fil_ariane {
	margin-bottom: 10px;
}

.head_centre {
	float: left;
	width: 440px;
	padding: 10px 5px;
	margin-bottom: 10px;
	background-color: #f6f8fb;
}

.head_centre h1 { 
	font-size: 13px;
	color: #4b90d7;
}

.bloc_produit {
	width: 130px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.bloc_produit_center {
	margin: 0 22px;
}

/******************************************* droite */
.droite {
	float: right;
	width: 225px;
}

.icone {
	position: absolute;
	bottom : -60px;
	right : 10px;
}

.icone_masque {
	float: right;
	height: 50px;
	width: 70px;
}
