/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/

#content .coordonnees{
	width:250px;
	margin-top:20px;
	padding:10px;
	border:1px solid #D4D4E0;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#content .coordonnees span{
	font-weight:bold;
}
#content .coordonnees span.nom{
	font-size:14px;
	font-weight:bold;
}

#content .coordonnees a{
	text-decoration:none;
}
#content .coordonnees a:hover{
	text-decoration:underline;
}

#content .formulaire {
	width:418px;
	padding-bottom:50px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	background:url(images/stills/bg_form.gif) no-repeat;
}
.formulaire .titreform {
	padding:3px;
	font-weight:bold;
	text-align:center;	
}

.formulaire label{
	width:80px;
	float:left;
	font-weight:bold;
	padding-left:5px;
}
.formulaire input,textarea{
	border:solid 1px #971B1E;
}
.formulaire p{
	margin-bottom:8px;
}

.formulaire input{
	width:280px;
}

.formulaire textarea{
	width:280px;
}
.formulaire .msgcontact{
	color:red;
	font-weight:bold;
	margin:10px;
}
.formulaire button{
	width:100px;
	color:#971B1E;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	margin-left:160px;
	border:solid 1px #63617A;
	background-color:#D4D4E0;
}