/* CSS Document */

/**********************************************************/
/* Message erreur                                         */
/**********************************************************/
.message_error{
	color:#CC0000;
	font-weight:bold;
	
	border:1px solid #FFA11C;
	background-color:#FFD1A4;
	background-image:url(../../images/ico_erreur.gif);
	background-repeat:no-repeat;
	
	padding:3px;
	padding-left:24px;
	margin-top:4px;
	margin-bottom:4px;
}

/**********************************************************/
/* Formulaire profil                                      */
/**********************************************************/
.tab_profil .intitule{
	width:250px;
	border-bottom:1px solid #FFFFFF;
	background-color:#BFD5FF;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.tab_profil .champ{
	width:300px;
	border-bottom:1px solid #BFD5FF;
	background-color:#FFFFFF;
}

.tab_profil .ligne_bouton{
	background-color:#BFD5FF;
}

.tab_profil .ligne_bouton div{
	padding:4px;
}

/**********************************************************/
/* Formulaire annonce                                     */
/**********************************************************/
.tab_annonce .intitule{
	width:300px;
	border-bottom:1px solid #FFFFFF;
	background-color:#F9C379;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.tab_annonce .champ{
	width:350px;
	border-bottom:1px solid #F9C379;
	background-color:#FFFFFF;
}

.tab_annonce .ligne_bouton{
	background-color:#F9C379;
}

.tab_annonce .ligne_bouton div{
	padding:4px;
}

/**********************************************************/
/* Bloc de validation profil                              */
/**********************************************************/
.bloc_validation_profil{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	color:#000000;
	background-color:#FFD79F;
	border:1px solid #FFA11C;
}


