﻿#formAlert h3
{
	background:transparent url(../Images/horizontal-border-gris.gif) repeat-x scroll left bottom;
	color:#DA6401;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	width:664px;
}


#formAlert .formAlerte-content {
	padding-top: 10px;
	width: 664px;
	padding-bottom: 10px;
	float:left;
}

#formAlert .formAlerte-content p {
	font-size: 14px;
	padding: 4px 5px 4px 0;
}

#formAlert .formAlerte-label {
	text-align: left;
	float:left;
	width:120px;
}

#formAlert label
{
	font-size: 14px;
}

#formAlert .formAlerte-content .champ {
	background-color: #FFF;	
	border: 1px solid #999;
}

#formAlert .formAlerte-content a {
	color:#FFF;
	text-decoration: none;
	background-color: #DA6401;
	padding: 0 5px;
	float: left;
	margin-top: 20px;
}

#formAlert .formAlerte-content a:hover {
	background-color: #206725;
}

#formAlert  input {
	border: 1px solid #CCC;
	background-color:#fff;
	margin-bottom: 5px;
}

#formAlert  select {
	border: 1px solid #CCC;
	background-color:#fff;
	margin-bottom: 5px;
}
