/* DROITE */

#droite {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	width: 195px;
	height: 170px;
	float: right;
	background-image: url(images/avantages.gif);
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 12px;
}

#avantages {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 50px;
	margin-left: 35px;
}

/* CONTENU */

#contenu {
    padding: 0;
	margin: 0;
	width: 820px;
	height: 100%;
	color: #FFFFFF;
}

#titre p {
	padding-top: 20px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

#contenu_descriptif_zone {
	width: 600px;
	color: #3c3c3c;
	text-align: justify;
	padding: 10px;
}

div#prix {
	margin-top: 10px;
	text-align: center;
	margin-right: 0px;
	float: right;
	width: 100px;
}

.highlight {
	color: #f99d13;
	font-weight: bold;
	font-size: 12px;
}

#contacter {
	margin-top: 15px;
	text-align: right;
}

.commander_lien {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.commander_lien:hover {
	font-weight: bold;
	font-size: 12px;
	color: #f99d13;
	text-decoration: none;
}

.commander_mini {
	background-image: url(/css/images/commander_mini.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	height: 25px;
	width: 90px;
	margin: 0px;
}

.commander {
	background-image: url(/css/images/commander.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	height: 35px;
	width: 100px;
	margin: 0px;
}

.prix2 {
	color: #f99d13;
	font-weight: bold;
	font-size: 20px;
}

a.plesk {
	color: #f99d13;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}