/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

a#boutoncontacts{
	background:#BF2E49 url(images/separateur.gif) 0px 8px no-repeat;
}

#contenu ul{
	margin-left: 20px;
}

#form-contact fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	margin-top:10px;
	font-style: normal;
	padding: 0 1em 1em;
	border: 1px solid #545454;
}

#form-contact input, #form-contact textarea {
	border: 1px solid gray;
	font-family: tahoma;
	font-weight: normal;
	color: black;
	font-size:12px;
}

#form-contact legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color:#545454;
	font-size:1em;
	padding:4px;
	background: transparent;
}

#form-contact p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#form-contact label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	
	width: 40%;	
	text-align: right;
	margin: 0;
	padding: 0;
}

#form-contact .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	margin: 0;
	padding: 0;
	margin-left:2px;
	font-size:11px;
}

#form-contact .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background:#F2F2F2;
	color: black;
}
#form-contact .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

#form-contact #boutonenvoyer {
	text-align:center;
	margin-left: 250px;
}

#form-contact .boutonenvoyer {
	border: 1px solid gray;
	font-family:tahoma;
	font-weight:normal;
	color:black;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;	
}

#form-contact .champsrequis{
	color:#808080;
	font-size:7pt;
}
.messagecentrer{
  margin: 10px;
  text-align: center;
}
.messageerreur{
  color: red;
  font-weight: bold;
  padding-left: 20px;
  background:url(images/attention.gif) 0px center no-repeat;
  height: 25px;
}
.messageok{
  color: black;
  font-weight: bold;
  background:url(images/ok.gif) 2px center no-repeat;
  padding-left: 25px;
  height: 25px;
}


