#content h3 {
	color: #3AAED2;
	border-bottom-color:#3AAED2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font: bold 1.4em Tahoma, Arial, Verdana;
}
#content h4 {
	color: #3AAED2;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
}

#content p {
	/*font-size: 0.85em;*/
	padding: 0px 0px 10px 0px;
	text-align:justify;
}

#content ul {
	/*font-size: 0.9em;*/
	padding:0.5em 0px 0.5em 10px;
}

#content ul ul{
	/*font-size: 1em;*/
}

#content ul li {
	padding:0px 0px 0.5em 10px;
	background: url(pictures/bullet1.gif) no-repeat 0px 0.55em;
}

#content ul li li{
	background: url(pictures/bullet2.gif) no-repeat 0px 0.55em;
}

#content #laQuestion {
	background: #f8c99e;
	padding:5px;
}

#content #lePlusVinci {
	background: #cceaf1;
	padding:5px;
}


#content #panneau {
	background: url(pictures/pict_panneau.jpg) no-repeat right 60px;
}

#content .table1 {
	width:680px;
}

#content .table1 tr th{
	padding:10px 5px;
	background: #008FB4;
	color: #FFFFFF;
}

#content .table1 tr td{
	padding:5px;
}

#content .table1 tr.odd td{
	background: #E5F4F8;
}

#content a.download {
	background: url(pictures/btn_download.gif) no-repeat left center;
	padding-left: 20px;
}

/*------------------------------------------ FORM v 1.0 -------------------------------------------------------*/

.confirmFormSent {
	background-color: #eaf5cc;
	background-image:url(img/bckgrnd_form.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding:16px 8px;
	font-weight: bold;
	text-transform: uppercase;	
}

.table_form {
	background: #CCEAF1;
}

form {
	margin:0px;
	padding:0px;
}

.separator {
	color:#376CAF;
}

.table_form thead tr td{
	padding:16px 8px;
	font-weight: bold;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.table_form tbody tr td{ padding:5px 8px; }
.table_form tbody tr th{ padding:8px 8px; text-align:left; }
.table_form tfoot tr td{ border-top:#ffffff solid 1px; padding:8px 8px; }

.champObligatoire {	color:#CC0066; }

.input_xs, .input_s, .input_m, .input_l, .input_xl, .select_xs, .select_s, .select_m, .select_l, .select_xl, .textArea, .btn_submit_m {
	font-size:11px;
	border: 1px none #E1E1E1;
	width:135px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	background: url(pictures/bckgrnd_search.gif) no-repeat 0px 0px;
}

.input_xs, .input_s, .input_m, .input_l, .input_xl { height:17px; }

.input_xs { width:35px; }
.input_s { width:50px; }
.input_m { width:100px; }
.input_l { width:150px; }
.input_xl { width:250px; }

.select_xs { width:40px; }
.select_s {	width:55px; }
.select_m {	width:105px; }
.select_l {	width:155px; }
.select_xl { width:155px; }

.textArea {	width:99%; height:100px; background-color:#FFFFFF; }

.btn_submit_m {
	width:100px;
	height:20px;
	border: none;
	background:url(pictures/btn_submit.gif);
	color: #ffffff;
	cursor:pointer;
	padding: 0px 0px 0px 5px;
	text-align:left;
	float:none;
}

