/*
//------------------------------------------------------------------
// 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 .coordonnees{
	text-align:center;
}

#content .coordonnees a{
	color:white;
}
#content .coordonnees li{
	list-style-type:none;
}

#content .coordonnees span{
	font-weight:bold;
}

#content table {
	width:98%;
	margin-right:left;
	margin-right:auto;
}
#content table td{
	width:50%;
}

#content .coordonnees img{
	border:solid 1px white;
	margin-top:20px;
}


#content .formulaire{
	margin-left:20px;
	margin-right:20px;
}


#content .formulaire p.titreform{
	display:none;
}


#content .formulaire input{
	width:280px;
	border:solid 1px #dad6b2;
}

#content .formulaire textarea{
	border:solid 1px #dad6b2;
	width:100%;
	height:200px;
}

#content .formulaire p{
	margin-bottom:10px;
}
#content .formulaire label{
	width:80px;
	float:left;
}


#content button{
	width:87px;
	height:27px;
	text-align:center;
	float:right;
	font-size:10px;
	font-weight:bold;
}

.msgcontact{
	margin-bottom:20px;
	color:red;
	font-weight:bold;
}