#boxSection {
	width: 556px;
}
h2 {
	color: #903020;
	margin-top: 16px;
	margin-bottom: 8px;
	
}
h3 {
	color: #000000;
	margin-bottom: 6px;
	font-size: 0.9em;
	
}
p {
	font-size: 0.85em;
	line-height: 1.3em;
	margin-bottom: 14px;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
u{
	text-decoration: underline;
}
#bannieres {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	
}
#bannieres p {
	margin-bottom: 12px;
	
}
#colGauche{
	width: 239px;
	padding-right: 38px;
	float: left;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
}
#colDroite{
	width: 239px;
	padding-left: 38px;
	margin-left: 278px;
}
/*\*/
*html #colDroite { padding-left:33px;}
/**/
.erreur {
	font-weight: bold;
	color: #CC0000;
}
.alignementForm {
	text-align: right;
	margin-right: 200px;
}
.champs {
	width: 200px;
}
textarea {
	width: 95%;
}
.decaler{
	padding-left: 12px;
}