#corps {
	width				:	100%;
	border 				:	0px solid yellow;
	background-image 	:	url(../div/images/fond-menu.png) ;
	background-position	:	top right;
	background-repeat 	:	no-repeat;
}

#contenu {
	float				:	right;
	width				:	84%;
	margin-top			:	0px;
	border 				:	0px solid blue;
	background-color	:	white;	
	font-size			:	9px;
	background-image	:	url(images/bandeau-accueil.png);
	background-repeat	:	no-repeat;
	background-position	:	top left;
}

#partie_gauche{
	float				:	left;
	width				:	530px;
	text-align			:	justify;	
	border				:	0px solid blue;
	margin-left			:	10px;	
}

#partie_droite {
	float				:	right;
	width				:	310px;
	border				:	0px solid blue;	
	text-align			:	center;
}

#Lib_Gauche{
	padding-left		:	20px;
	padding-right		:	20px;
	font-size			:	12px;
}

#Titre1  {
	margin-left			:	20px;
}

#Titre2  {
	margin-left			:	20px;
}

#partie_formulaire_gauche {
	float				:	left;
	width				:	236px;
	margin-left			:	20px;
	padding-top			:	5px;
	height				:	271px;
	text-align			:	justify;	
	border				:	0px solid blue;
	background-image	:	url(images/fd-simulateur-accueil.png);
	background-repeat	:	no-repeat;	
}

#partie_formulaire_droite {
	float				:	right;
	width				:	236px;
	margin-right		:	10px;
	padding-top			:	5px;
	height				:	271px;
	text-align			:	justify;	
	border				:	0px solid blue;
	background-image	:	url(images/fd-simulateur-accueil.png);
	background-position	:	top left;
	background-repeat	:	no-repeat;
}

#Numero {
	float 				:	left;
	padding				:	5px 5px 5px 5px;	
	border 				: 	0px solid red;
}

#div_formulaire {
	border 				: 	0px solid red;
	margin-left			:	5px;
	margin-right		:	5px;	
}

.lib_table { 
	font-size			:	10px;
	text-align			:	right;
}

.Lib_Formulaire {
	font-size			:	10px; 
}

.Texte_bulle{	
	float				:	left;
	width				:	180px;
	margin-top			:	0px;
	text-align			:	left;
	font-size			:	9px;
	font-weight			:	bold;
	color				:	#9F1100;
	border 				: 	0px solid red;
}

.resultat  {
	font-weight 		: 	bold;
	font-size			:	16px;
	color				:	blue;	
}