/*
//------------------------------------------------------------------
// 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{
	float:left;
}

#content .coordonnees span{
	font-weight:bold;
}
#content .coordonnees span.nom{
	font-size:16px;
	color: #579b58;
}

#content .formulaire{
	float:right;
	width:300px;
	margin-right:100px;
	text-align:right;
}
#content .formulaire form{
	width:350px;
}

#content .formulaire strong{
	color:red;
}

#content .formulaire textarea, input{
	width:250px;
	color:black;
	background:#EEE;
}

#content .formulaire button{
	color:white;
	font-weight:bold;
	margin-right:10px;
	background:#6b6b6b;
}

#content .formulaire p{
	margin:5px;
}

#content .formulaire p label{
	font-weight:bold;
	margin-right:10px;
}

#content .plan{
	clear:both;
	width:400px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}