FORM, LABEL, TEXTAREA
{
	padding:0;
	margin:0;
	display:block;
}
INPUT, 
{
	padding:0;
	margin:0;
}
.header
{
	background:#e95d0f;
}
A.logo
{
	background:url(../images/logo-orange.gif) no-repeat 50% bottom;
}

.gauche
{
	width:auto;
	height:355px;
	overflow:hidden;	
}
.droite
{
	width:auto;
	height:254px;
	overflow:hidden;
}
.centre
{
	width:355px;
	height:434px;
	overflow:hidden;
}
DIV.centre DIV.content 
{
	margin-top:10px;
}
.centre .titre
{
	line-height:30px;
	color:#e95d0f;
}

.centre .sous-titre
{
	color:#e95d0f;
}

.footer {
	background:url(../images/line-footer-orange.gif) repeat-x center center;
	/*border-bottom:solid 3px #e95d0f;*/
}

.footer .logo
{
	background:url(../images/logo-footer-orange.gif) no-repeat 50% 14px;
	/*position:relative;*/
	/*margin-top:21px;*/
}


.mandatory
{
	color:#e95d0f;
	padding-left:4px;
	padding-right:4px;
}
.champ-obligatoire{
	clear:both;
}
LABEL
{
	clear:left;
	float:left;
	width:19em;
	text-align:right;
	padding:0 0 2px 2px;
}

.message {
	padding:0;
	margin-left:1px;
	width:4.4em;
}

.push{
	height:135px;
}
