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

#contenu {
	float				:	left;
	width				:	84%;
	height				:	600px;
	margin-top			:	0px;
	border 				:	0px solid black;
	background-color	:	white;	
}

#contenu_philosophie {
	float				:	left;
	height				:	560px;
	width				:	100%;
	background-image	:	url(images/bandeau-recrutement-philosophie.png);
	background-repeat	:	no-repeat;
	background-position	:	top left;	
	border				:	0px solid black;
}

#contenu_postes {
	float				:	right;
	width				:	100%;
	background-image	:	url(images/bandeau-recrutement.png);
	background-repeat	:	no-repeat;
	background-position	:	top left;	
	border				:	0px solid black;
	background-color	:	white;	
}

#partie_droite {
	float				:	right;
	width				:	600px;
	height				:	560px;
	border				:	0px solid red;
	margin-top			:	20px;
	margin-right		:	10px;
}

#partie_droite_philosophie{
	float				:	right;
	width				:	550px;
	border				:	0px solid red;
	margin-top			:	20px;
	margin-right		:	10px;
}

#liste_offres {
	float				:	left;
	width				:	145px;
	border				:	0px solid blue;	
	text-align			:	justify;
}
	
#detail_offres {
	float				:	right;
	width				:	420px;
	margin-right		:	10px;
	border-left			:	1px solid black;
	padding-left		:	10px;
}	

#liste_offres a { 
	font-size			:	12px;
	text-decoration		:	none;
	color				:	black;
}

#formulaire_contact {
	padding-top			:	20px;
	width				:	541px;
	height				:	231px;
	background-image	:	url(images/fd-postuler.png);
	background-position	:	top center;
	background-repeat	:	no-repeat;
	border				:	0px solid blue;
}

#Reponse_formulaire {
	font-size			:	12px;
	padding-left		:	50px;
	padding-top			:	50px;
}

.Titre_selectionne {
	float 				:	left;
	font-weight			:	bold;
	font-size			:	14px;
}

.Region_selectionne {
	float 				:	left;
	font-weight			:	bold;
	font-size			:	12px;
}

.Titre_selectionne  a {
	text-decoration 	:	none;
	color				:	#9F1100;
}

.Region_selectionne  a {
	text-decoration 	:	none;
	color				:	#9F1100;
}

.Titre_non_selectionne {
	float 				:	left;
	font-size			:	14px;
}

.Titre_non_selectionne  a {
	text-decoration 	:	none;
	color				:	black;
}

.Region_non_selectionne {
	float 				:	left;
	font-size			:	12px;
}

.Region_non_selectionne  a {
	text-decoration 	:	none;
	color				:	black;
}

.separateur	{
	margin-left			:	10px;
	margin-right		:	10px;
	float				:	left;	
}

.separateur_region	{
	margin-left			:	5px;
	margin-right		:	5px;
	float				:	left;
	font-size			:	12px;
}

.Texte {
	font-size			:	10px;
	margin-right		:	50px;
}

.Texte_philosophie{
	font-size			:	12px;
	margin-top			:	50px;
	margin-right		:	50px;
	text-align			:	justify;
}

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

.Texte_offre {
	font-size			:	12px;
	text-align			:	justify;
}

.Texte_candidature {
	font-size			:	12px;
	text-align			:	justify;
}


