/*
//------------------------------------------------------------------
// 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 de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/

strong{
	font-family:Verdana, Arial, sans serif;	
	font-size:10pt;
}

#content {
	font-family:Verdana, Arial, sans serif;	
	font-size:10pt;
}

#content .bloctxt img{
	border:solid 1px black;
	position:relative;
	bottom:115px;
}
#content .coordonnees{
	margin-top:40px;
	margin-left:270px;
}


#content .formulaire{
	margin-top:30px;
	width:500px;
	position:relative;
	bottom:100px;
}


#formcoordonnees{
	padding:20px;
}
#content label{
	float:left;
	width:200px;
}
#content textarea{
width:400px;
}
#content input{
	width:200px;
}


#content .boutonenvoyer{
	width:70px;
	margin-left:430px;
}

#content .champsrequis{
	color:red;
}

