/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#content {
	text-align: center;
}
#content .formulaire {
	margin:20px;	
	padding:5px;
	margin-left:30px;
	margin-right:30px;	
}

#content .formulaire .titreform{
	display:none;
}

#content .formulaire label{
	width:100px;
	float:left;
}
#content .formulaire p{
	margin-bottom:5px;
}

#content input, textarea{
	background:#EAE3D1;
	border:solid 1px #7C745E;
}
#content textarea{
	width:80%;
}

#content input{
	width:300px;
}

#content button{
	margin-left:100px;
}

#content p.center{
	border-top:solid 1px #7C745E;
	border-bottom:solid 1px #7C745E;
	padding:5px;
	margin-left:30px;
	margin-right:30px;
}

#coordonnees_photo {
	width: 500px;
	margin: auto;
}

#coordonnees_photo #coordonnees {
	float: left;
	width: 250px;
	list-style-type: none;
}
#coordonnees_photo img {
	border: solid 1px #258cb8;
}
