/*
//------------------------------------------------------------------
// 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{
	
}

#content .coordonnees{
	border:solid 1px #E0D5BA;
	background:#F2ECE7;
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
	list-style-type:none;
	padding:5px;
	padding-left:20px;
	text-align:center;
	width:400px;
	height:150px;
}

#content .coordonnees li{
	margin-bottom:5px;
}

#content .coordonnees li.img{
	float:left;
}

#content .coordonnees li img{
	border:solid 1px black;
}

#content .coordonnees li.ecurie{
	margin-bottom:15px;
	font-weight:bold;
}

#content .coordonnees li.mail{
	margin-top:15px;
}

#content .formulaire{
	margin-left:20px;
	margin-right:20px;
}


#content .formulaire p.titreform{
	display:none;
}


#content .formulaire input{
	width:280px;
	border:solid 1px #dad6b2;
}

#content .formulaire textarea{
	border:solid 1px #dad6b2;
	width:400px;
	height:400px;
}

#content .formulaire p{
	margin-bottom:10px;
}
#content .formulaire label{
	width:80px;
	float:left;
}


#content button{
	width:87px;
	height:27px;
	text-align:center;
	color:#503d33;
	font-size:10px;
	font-weight:bold;
}


#content .msgcontact{
	font-weight:bold;
	margin-bottom:20px;
	color:red;
}