@charset "iso-8859-1";

/*** GENERAL *********************************************************************************/
div#caracteristique_gauche {
	float: left;
	margin-right: 20px;
	width: 410px;
}
div#caracteristique_droite {
	float: left;
	width: 410px;
}


/*** PARTIE GAUCHE **************************************************************************/
div#carac_logo { margin: 0 0 0 10px; }
.tableau { margin: 30px 0 0 30px; }


/*** PARTIE DROITE **************************************************************************/
div#carac_select {
	float: right;
	margin: 10px 10px 0 0;
	font-size: 11px;
	line-height: 13px;
	vertical-align: middle;
}
div#carac_select a {
	color: #000000;
	font-weight: bold;
}

/*** MENU ***************************************************/
div#carac_menu_modele {
	margin: 7px 0 0 12px;
	height: 15px;
	line-height: 17px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform:capitalize;
}
div#carac_menu {
	clear: both;
	float: right;
	margin: 30px 0;
	width: 206px;
	height: 168px;
	background-image: url(/img/caracteristique/menu.png);
	background-repeat: no-repeat;
}
#carac_menu_list {
	margin: 7px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}
#carac_menu_list li a {
	float: left;
	padding: 0 0 0 12px;
	width: 190px;
	height: 19px;
	text-decoration: none;
	line-height: 19px;
	color: #000000;
}
#carac_menu_list li a:hover {
	float: left;
	padding: 0 0 0 15px;
	width: 190px;
	height: 19px;
	line-height: 19px;
	color: #ffffff;
	background-image: url(/img/hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


/*** BROCHURE ***********************************************/
div#carac_brochure {
	clear: both;
	float: right;
	margin: 0 0 30px 0;
}
div#icone {
	float: left;
	width: 50px;
	height: 56px;
}
div#texte_brochure {
	float: left;
	margin: 20px 0 0 10px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	vertical-align: middle;
}
div#texte_brochure a { color: #d91425; }


div#carac_others_titre {
	clear: both;
	float: right;
	margin: 0 25px 15px 0;
	width: 250px;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	vertical-align: middle;
	text-align: center;
}

div#carac_others {
	clear: both;
	float: right;
	margin: 0 0 20px 0;
	width: 304px;
}
div#carac_others a {
	float: left;
	margin: 0 10px 10px 10px;
	width: 132px;
	height: 30px;
}
div#carac_others a {
	display: block;
	width: 132px;
	height: 30px;
}
div#carac_illustration {
	clear: both;
	float: right;
	margin: 0 0 0 0;
}
.equipements { margin:30px 0 0 30px; }
.equipements a {
	font-size: 14px;
	font-weight: bold;
	color: #d91425;
	text-decoration: none;
}




