#coordonnees {
	margin:15px 0 0 5px;
	width:580px;
	border:5px solid #003366;
	-moz-border-radius:8px;
	background:#fff;
}
#coordonnees legend {
	padding:0 5px;
	border:none;
	background:#fff;
	color:#333;
	border:3px solid #003366;
	-moz-border-radius:8px;
}

#inscription label {
	float: left;    /*** Très important, ne pas suprimer ! ***/
	width: 22%;    /*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;    /*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 18px;    /*** ... et centrés verticalement. ***/
	color:#000;
}
/*
#inscription input {
	border:1px solid black;
	padding:2px;
}*/

.exemple {
	font-size:.75em;
	font-style:italic;
	float:right;
	/*margin-top:-0px;*/
	display:none;
}

label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}
.focus { /*** Retour à l'état normal après l'utilisation ***/
	background: #65C1FF;
	color: black;
}
.normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;

}
.erreur {
	background:red;
}

#but_submit {
	margin:5px 0;
}

.tab_form td
{
    font-size : 15px;
	padding: 5px;
}

.tab_header
{
	font-size : 15px;
}

.tab_profil td
{
	font-size : 15px;
	padding: 5px;
}

.tab_profil
{
	border-collapse:collapse;
	margin-left:10px;
}

.bg_blue
{
	background-color:#eeff77;
}

.tab_newsletter td
{
    font-size : 15px;
	padding: 5px;
}

.tab_newsletter 
{
	margin-left:auto;
	margin-right : auto;
	border : 1px grey solid;
	margin-bottom: 30px;
	background-color : #eeeeee;
}


/* class */
.error
{
	color : red;
	font-size : 13px;
}

div .centrage
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

.info
{
	color: #4466ff;
}

.tab_login table
{
	margin-left:auto;
	margin-right : auto;
	border : 1px grey solid;
	margin-bottom: 5px;
	background-color : #eeeeee;	
}

.tab_login
{
	text-align : center;
}

.tab_login td
{
    font-size : 15px;
	padding: 5px;
}

#contact
{
	margin-left : 15px;
}
#contact .fieldset_top
{
	width:580px;
	border:5px solid #003366;
	border-bottom : none;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background: #eeeeee;
}

#contact .fieldset_bottom
{
	padding-bottom:10px;
	padding-top:10px;
	margin-top:-20px;
	width:580px;
	border:5px solid #003366;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	background:#eeeeee;
}

#contact legend {
	padding:0 5px;
	border:none;
	background:#fff;
	color:#333;
	border:3px solid #003366;
	-moz-border-radius:8px;
}

.tab_forgotten_password
{
	width : 300px;
	margin-left:auto;
	margin-right : auto;
	border : 1px grey solid;
	margin-bottom: 30px;
	background-color : #eeeeee;
	padding-top : 3px;
	padding-bottom : 3px;
}
