/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/

#content ul li{
	list-style-type:none;
}
#content ul{
	margin-top:30px;
}

#content .center{
	margin-top:30px;
	margin-bottom:10px;
}
#content .center a{
	color:black;
}

#content .adresse_lastik{
	margin-bottom:50px;
}

#content .formulaire{
	width:98%;
}
#content fieldset {
	border: solid 1px #0E78AF;
}
#formcoordonnees{
	padding:20px;
}
#content label{
	float:left;
	width:190px;
}
#content input{
	width:200px;
}
#content textarea{
	width:95%;
}

#content .boutonenvoyer{
	width:70px;
}

#content .champsrequis{
	color:red;
}

