/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
#contenu ul li{
	list-style-type:none;
}

#contenu .intro{
	font-weight:bold;
	font-family:Verdana;
	font-size:13px;	
	margin:10px;
}
#contenu .infos{
	margin-top:15px;
}
#contenu .infos li{
	background:url(images/fleche.gif) top left no-repeat;
	padding-left:20px;
	padding-bottom:3px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}

#contenu h2{
	background:url(images/formulaire.gif) no-repeat;
}
#contenu p{
	margin-top:20px;
}	
#contenu a{
	color:black;
}	
/*------------------------------------------------------------------*/

#contenu fieldset{
	border:none;
	margin:10px;
}
#contenu fieldset p{
	margin-top:10px;
}
#contenu legend{
	font-weight:bold;
	margin-bottom:10px;
}
#contenu input{
	border:solid 1px #CCCCCC;
	width:300px;
}
#contenu .focus{
	background:#F5F5F5;
}
#contenu textarea{
	border:solid 1px #CCCCCC;
	width:90%;
}
#contenu form label{
	font-weight:bold;
	float:left;
	width:100px;
}
#contenu .bouton{
	text-align:right;
}
#contenu .boutonenvoyer{
	height:45px;
	width:47px;
	background:url(images/bouton.gif) no-repeat;
	border:none;
	margin-top:5px;
	cursor:pointer;
}