/*
//------------------------------------------------------------------
// 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 générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/


#content .coordonnees {
	padding-bottom:20px;
	border-bottom:solid 4px #d5cdbf;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	zoom:1;
}
#content .coordonnees li{
	list-style-type:none;
}


#content .coordonnees li a{
	color:#432a04;
}

#content .formulaire{
	padding-bottom:50px;
}


#content .formulaire p.titreform{
	display:none;
}


#content .formulaire input{
	width:280px;
	border:solid 1px #856f4d;
}

#content .formulaire textarea{
	border:solid 1px #856f4d;
	width:90%;
	height:200px;
}

#content .formulaire p{
	margin-bottom:10px;
}
#content .formulaire label{
	width:80px;
	float:left;
}


#content button{
	width:87px;
	height:27px;
	background:url(images/bouton.gif) no-repeat;
	text-align:center;
	color:#432a04;
	font-size:10px;
	font-weight:bold;
}

#content .msgcontact{
	color:red;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}