body
{
	width: 600px;
	margin: 0 auto;
	padding: 0;
	font-family: arial;
	background-color: #FFFFFF;
}

#header{
	min-height: 196px;
	padding: 0 auto;
}
div.register
{
	margin: 0 auto;
	background: #0d2f55;

}
span.text-h
{
	font-size: 14px;
	text-align:justify;
	color:#122a46;
}
.error
{
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.error_input {
        border:1px solid red !important;
    }
.main-content
{
	width: 600px;
	margin: 0px 2px 3px 4px; auto;
	text-align: justify;
	padding-bottom: 30px;
}

label
{
	font-size: 15px;
	vertical-align: middle;
	color: #000000;
	font-weight: lighter;
	border-bottom: 1px dashed ;
	float: left;
	width: 160px;
	display: block;

}
input{
	float: left;
	width:270px;
	margin-left: 15px;
}
select
{
	float: left;
	width:276px;
	margin-left: 15px;
}

#formulaire
{
	width: 480px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 10px 25px 25px 25px;
	-moz-box-shadow: 0px 0px 2px 0px #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px 0px #FFFFFF;
	-o-box-shadow: 0px 0px 2px 0px #FFFFFF;
	box-shadow: 0px 0px 2px 0px #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=NaN, Strength=10);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;

}
#formulaire p
{
	margin: 2px; padding:0;
}
#formulaire .submitbtn
{
	margin: 0 auto;
	width: 280px;
}

#footer
{
	width: 530px;
	margin: 0 auto;
	padding:5px;
}
#footer a
{
	text-decoration: none;
	color: #001D38;
	font-size: 9px;
}

#left{float:left;width:200px;height:100%;color:#FFF;}
#right{float:right;width:140px;height:100%;color:#000;}


.red-bg{background-color: #ea5053 !important;}

.ac-red
{
	background-image: url('../../images/buttons/bg-btn-red.png') !important;
}

div.title{
	font-size: 15px;
	font-weight: bold;
}
.redtxt{
	color: #e54148;
}



.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clear_5 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 5px;}
.clear_10 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 10px;}
.clear_20 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 20px;}
.clear_30 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 30px;}
.clear_40 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 40px;}
.clear_50 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 50px;}
.clear_60 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 60px;}
.clear_70 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 70px;}
.clear_80 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 80px;}
.clear_90 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 90px;}
.clear_100 {clear: both;display: block;overflow: hidden;visibility: hidden;height: 100px;}