/* CSS Document */
#formulaire {
	background-color:#CCCCCC;
	border: 1px solid #000000;
	padding: 5px;
}
#formulaire h1{
	text-align:center;
	color: #e9480b;
}


#formulaire span{
	width:150px;
	display:inline-block;
	font-weight:bolder;
	margin-bottom:2px;
	margin-top:2px;
}

#formulaire input{
	width:150px;
	margin-bottom:2px;
	margin-top:2px;
}
#formulaire input:hover{
	background-color:#FFFFCC;
}

#formulaire .bouton{
	width:150px;
}
#formulaire .erreur{
	color:#FF0000;
}


#BlocOffre{
	width: 500px;
	padding:5px;
}
#columLeft{
	width: 600px;
	float:left;
}
#columRight{
	width: 380px;
	float:right;
}
#theme_graphique{
margin-top:20px;
text-align:center;
font-weight:bold;
}

