*	{
	margin: 0;
	padding: 0;
}

body	{
	height: 100%; /* selection du texte sous IE */
	font-family : Helvetica, Arial, Geneva, "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: .8em;
	color:#001142;

}

#contain	{
	position: absolute;
	left: 50%;
	top: 30px;
	margin-bottom: 30px;
	width: 1000px;
	height: 900px;
	margin-left: -500px;
	border: 1px dotted #FF0000;
}

#banner	{
	width: 100%;
	height: 92px;
	text-indent: -9999px;
	background: url(img/header-iso.jpg) no-repeat center center;
}

#titre_page	{
	height: 41px;
	background: url(img/fond.jpg) repeat-x;
	text-align: center;
	margin: 10px 0;
	padding: 2px;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;

}

#left	{
	float: left;
	width: 300px;
	/*background-color:#339900;*/
}

#left p	{
	margin-bottom: 6px;
	font-size: .9em;
	text-align: center;
}

#left p.txt1	{
	color:#214992;
}

#left p.txt2	{
	color:#44ADDC;
}

#left p img	{
	margin: 10px 0;
}

#right	{
	float: right;
	width: 650px;
}


fieldset	{
	border : 1px solid #c0c2d9;
	font-size: .9em;
	padding : 8px;
	width: 600px;
	margin: 10px 0;
}

fieldset.warn	{
	border : 1px solid red;
}

legend {
	color : #001142;
	padding : 4px;
	font-weight : bold;
}

label {
	display  :block;
	float : left;
	width : 150px;
	text-align : right;
	font-weight : bold;
	color:#001142;
	font-size:11px;
	margin-top:5px;
}

input.form-field {
	border : 1px solid #c0c2d9;
	font-family : Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	color : #001142;
	font-size:.9em;
	font-weight: bold;
  	text-align : left;
	margin:5px 0px 0px 10px;
}

input.form-field:hover, input.form-field:focus, input.form-field:active, 
select.form-field:hover, select.form-field:focus, select.form-field:active {
  border : 1px solid #001142;
}

textarea.form-field {
	margin:5px 0px 0px 10px;
  background : #fff;
  border : 1px solid #BD1C21;
  font-family : Verdana, "Bitstream Vera Sans", Arial, sans-serif;
  font-size:10px;
  font-weight : bold;
  color : #BD1C21;
}

select.form-field {
	margin:5px 0px 0px 10px;
	border : 1px solid #2892CC;
	font-family : Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: .9em;
	font-weight : bold;
	color : #2892CC;
}

input.form-submit {
	margin: 5px;
	border : 1px solid #001142;
	background : #001142;
	font-family : Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size:.8em;
	font-weight : bold;
	color : white;
}

p.infotitre	{
	float: left;
	width: 250px;
}

p.infocontent	{
	float: left;
}

.clear	{
	clear: both;
}

span.important	{
	color: #D00418;
}

.information {
	border-top:1px dotted #FF0000;	
	border-bottom:1px dotted #FF0000;
	text-align:justify;
	color:#FF0000;
	padding: 5px;
	font-weight:bold;
}

.alert {
	border: 2px solid #D00418;	
	color: #D00418;
	padding : 8px;
	width: 600px;
	margin: 10px 0;
	text-align: justify;
	font-weight: bold;
}

p.total	{
	margin-top: 10px;
}

span.recap_total{
	font-size: 1.5em;
	color:#FF0000;
	font-weight: bold;
	font-style: italic;
}
