/*
//------------------------------------------------------------------
// 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 {
	background:url(images/photos/photo1.jpg) top right no-repeat;
}
#content .coordonnees{
}
#content .coordonnees ul li{
	list-style-type:none;
	text-align:center;
}
#content .coordonnees ul li a{
	color:#FB9411;
}

#formulaire{
	padding-bottom:10px;
	margin-top:20px;
}
#formulaire form{
	border:solid 1px #5B6384;
	margin-bottom:20px;
}
#formulaire .titreform{
	padding:3px;
	background:#5B6384;
	color:white;
	font-weight:bold;
	text-align:center;	
}

#formulaire{
	margin-right:auto;
	margin-left:auto;
	width:400px;
}
#formulaire label{
	width:80px;
	float:left;
	color:white;
	font-weight:bold;
	padding-left:5px;
}
#formulaire input,textarea{
	border:solid 1px #48619B;
}
#formulaire p{
	margin-bottom:8px;
}

#formulaire input{
	width:300px;
}

#formulaire textarea{
	width:300px;
}
#formulaire .msgcontact{
	color:red;
	font-weight:bold;
	margin:10px;
}
#formulaire button{
	width:100px;
	border-right:solid 2px #18345D;
	border-bottom:solid 2px #18345D;
	color:#18345D;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	margin-left:160px;
}