body {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
    background: #f6f6f6 url(../img/fond_page.png) repeat;
	Font: 11px Arial;
	color: #474747;
}

input{ font: 11px Arial, Helvetica, sans-serif; color: black; }

select{ font: 11px Arial, Helvetica, sans-serif; color: black; }

.btn-form{
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #777777;
	padding-left: 5px;
	padding-right: 5px;
	background: #ffffff url(img/bg_button_1.gif) repeat-x top;
	cursor: pointer;
}

.cont-foot{
	background-color: #a0c8f7;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #555555;
}

.cont-foot a:link, .cont-foot a:visited, .cont-foot a:active{ color: #000000; text-decoration: none; }

.cont-foot a:hover{ color: #ffffff; text-decoration: none; }

.erreur{
	color: yellow;
	border: 1px solid black;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	background: #b90000 url(img/warning.png) no-repeat 5px 5px;
	text-align: justify;
}

.form-comment{
	font: italic 12px Arial, Helvetica, sans-serif;
	color: fuchsia;
}

.form-field{
	background-color: #e7e7db;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #ffffff;
	padding: 3px 3px 3px 3px;
	text-align: right;
}

.form-field-red{
	background-color: #e7e7db;
	font: 13px Arial, Helvetica, sans-serif;
	color: #cc0000;
	border: 1px solid #ffffff;
	padding: 3px 3px 3px 3px;
	text-align: right;
}

.form-value{
	background-color: #f7f9ee;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #FFFFFF;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.form-value-red{
	background-color: #ffefe8;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #cc0000;
	border: 1px solid #FFFFFF;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.gray{ color: #999999; }

.green{ color: #006633; }

.important{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	border: 3px solid #cc0000;
	padding: 5px;
}

.red{ color: #cc0000; font-weight: bold; }

.success{
	color: #333333;
	border: 1px solid #000099;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	background: #e8f4ff url(img/success.png) no-repeat 5px 5px;
	text-align: justify;
}

.white{ color: #ffffff; font-weight: bold; font-size: 18px; }

#all{
	width: 980px;
	background-color: #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
	border: 0px solid #666;
	height: auto;
	
	
}

#fede-status{
	border: 2px solid black;
	text-align: center;
	padding: 20px 0px 20px 0px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: black;
	background: yellow url(img/disable.png) no-repeat 15px;
	width: 980px;
}

#footer{
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background-color: #1457a4;
	<!--background: url(../img/barre_h.png) repeat-x top ;-->
}

#left{
	float: left;
	width: 450px;
	padding: 20px;
	text-align: justify;
	
}

#right{
	float: left;
	width: 450px;
	padding: 20px;
	text-align: justify;
}

#banniere_image
{
    margin-top: 15px;
    height: 100px ;
    border-radius: 10px;
    background: url('../images/logo.png') no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
   <!-- box-shadow: 0px 4px 4px #1c1a19;-->
    width: 720px;
}


#bas{width:300px; text-align:center; padding-top:6px; border-top:1px dashed #b6c0c6; margin:125px auto;}
#bas h6{color:#4c6990; font-family:"Trebuchet MS", Verdana, sans-serif; font-weight:bold; font-size:11px; text-transform:uppercase;}