body{
	font-size: 14px;
	margin: 0px;
/*	background-color: #eeeeee;*/
	font-family: arial, helvetica, verdana;
}

#contenu{
	width: 1000px;
/*	height: 800px;*/
	margin: auto;
/*	border: solid 1px silver;*/
	background-color: white;
}

#header{
	background-image: url('../../images/header.jpg');
	cursor: pointer;
	width: 100%;
	height: 197px;
}

#left_menu{
	width: 195px;
	float: left;
	margin-top: 15px;
}

.left_list{
	background-color: #e2e396;
	margin: 5px;
	padding: 5px;
}


#left_ul{
	background-image: url(../../images/rond.gif);
	background-repeat: no-repeat;
	background-position: 150px 10px;
	background-color: #c6cc00;
	width: 180px;
	padding: 10px;
	padding-right: 0px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

#left_ul li{
	font-weight: normal;
	color: black;
	font-size: 11px;
	list-style: inside square;
}

#left_ul li a{
	color: black;
	text-decoration: none;
	font-size: 16px;
}



#bloc_contact{
	width: 259px;
	height: 121px;
	background-image: url(../../images/contact.jpg);
	cursor: pointer;
	position: relative;
	z-index: 3;
}

#right_menu{
	width: 170px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

#right_menu .titre{
	width: 100%;
	color: white;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 12px;
}

.right_ul{
	padding: 0px;
	margin: auto;
	color: black;
	font-size: 12px;
	width: 155px;
}

.right_ul li{
	list-style: none;
	border-top: solid 1px gray;
	padding: 3px;
	position: relative;
}

.right_ul li img{
	width: 28px;
	position: absolute;
	top: 5px;
	right: 15px;
}

.right_ul a{
	color: black;
	text-decoration: none;
}


#bloc_questions{
	background-color: #c6cc00;
	width: 170px;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bloc_questions a{
	color: #58585A;
	text-decoration: none;
}

#centre_page{
	width: 600px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
/*	border: solid 1px red;*/
	_margin-left: -50px;
}

#centre_page .titre{
	font-weight: normal;
	font-size: 30px;
	color: #646368;
/*	text-align: right;*/
	margin: 0px;
	margin-left: -25px;
	_margin-left: 0px;
}

#centre_page .description, #centre_page .description_faq{
	text-align: left;
	width: 590px;
	margin-left: 0px;
	color: #6F7072;
	position: relative;
	z-index: 1;
}

#centre_page .description a{
	color: #6F7072;
}

#centre_page a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#mentions_legales{
	width: 100%;
	text-align: center;

	font-size: 10px;
	font-family: helvetica, arial, verdana;
	color: gray;
}

#mentions_legales a{
	color: gray;
	text-decoration: none;
}

#mentions_legales a.hl{
	color: #DF1825;	
}

#bottom_hr{
	clear: both;
	width: 600px;
	border: 0px;
	border-top: solid 1px gray;
}

#formulaire{
	font-size: 14px;
}

.input_text{
	border: solid 1px gray;
	width: 50%;
}

.textarea{
	border: solid 1px gray;
	width: 100%;
}

.validation-failed{
	border: solid 1px silver;
	background-color: #b7e1ff;
}

#faq{
	padding: 0px;
	margin: 0px;
}

#faq li{
	color: #C8CE00;
	list-style: inside;
}

#faq li .selected{
	color: black;

}

#faq a{
	color: #C8CE00;
	font-weight: bold;

}

.faq_titre{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #6F7072;
}

.faq_texte{
	margin-top: 10px;
	color: #6F7072;
}

#bloc_logoFerrariArchi{
	text-align: center;
	margin-top: 10px;
}
#bloc_logoFerrariArchi img{
	border: 0px;
}


h1 span.sub{
	display: block;
	font-size: 20px;	
}



@media print {
	#right_menu, #left_menu, #mentions_legales, #header, #bottom_hr{
		display: none;
	}

	#centre_page, #centre_page .description, #centre_page .titre{
		display: block;
	}
}
