/*
//------------------------------------------------------------------
// 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 h3{
	 color:#1B77C6;
	 font-size:20px;
}
#content .coordonnees{
	text-align:justify;
	margin:0px auto 50px;	
	background:transparent url('images/doriola.jpg') left top no-repeat;
	height:300px;
	width:700px;
	padding:20px 30px 30px;
	border-bottom:3px dotted #DEE3E7;
	line-height:24px;
}


#content .coordonnees li{
	list-style-type:none;
}

#content .coordonnees li a{
	color:#1B77C6;
}
#content .coordonnees li a:hover{
	color:#002545;
}

#content .coordonnees span{
	font-weight:bold;
}



#content .msgcontact{
	color:red;
	font-weight:bold;
	margin-bottom:10px;
}


#content .formulaire{
	margin-left:20px;
	margin-right:20px;
}



#content button{
	width:87px;
	height:27px;
	text-align:center;
	color:#2c3f56;
	font-size:10px;
	font-weight:bold;
	margin-bottom:20px;
	margin-left:400px;
}

#content .formulaire p.titreform{
	display:none;
}

#content .formulaire p{
	margin-bottom:10px;
}
#content .formulaire label{
	width:80px;
	float:left;
}



#content .formulaire input{
	width:400px;
	height:20px;
	background:#f2f6f9;
	border:solid 1px #DEE3E7;
}

#content .formulaire textarea{
	border:solid 1px #DEE3E7;
	background:#f2f6f9;
	width:400px;
	height:250px;
}
