/* CSS Document */
body {
	margin						:0px;
	padding						:0px;
	background-image			:url(../Template/images/trame_fond.PNG);
	background-repeat			:repeat;
	font-family					:Arial, Helvetica, sans-serif;
	font-size					:9pt;
	top							: 500px;

}
/*****************************************************************************************/
/*****************************************************************************************/
/******************************ACCUEIL DU SITE********************************************/
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
div.center_accueil{
	position				:relative;
	margin-left				:auto;
	margin-right			:auto;
	width					:1026px;
	height					:600px;
	background				:#FFFFFF;
}
div.mise_en_page_accueil{
	height					:600px;
}
div.accueil{
	float					: left;
	width					: 1000px;
	height					: 600px;
}
img.accueil{
	border					:none;
}
/*****************************************************************************************/
/*****************************************************************************************/
/******************************RESTE DU SITE**********************************************/
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
div.center{
	position				:relative;
	margin-left				:auto;
	margin-right			:auto;
	width					:1026px;
	height					:600px;
	background				:#FFFFFF;
}

div.mise_en_page{
	height					:600px;
}

div.ombre_gauche{
	float					:left;
	width					:13px;
	height					:600px;

}

div.corps_page {
	float					:left;
	width					:1000px;
	height					:600px;

}

div.ombre_droite{
	float					:left;
	width					:13px;
	height					:600px;
}
a.banniere{
	border:none;
}
img.banniere{
	width					: 1000px;
	border:none;
}

div.ombre_bas{
	position				: relative;
	margin-left				: auto;
	margin-right			: auto;
	width					: 1000px;
	height					: 18px;
	clear					: both;

}
div.pied_page{
	width					:1000px;
	clear					:left;
	float					:left;
	margin-top				:25px;
	margin-left				:25px;
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:8pt;	
	color					:#434343;
}

/*********************************************************************************/
/*********************************************************************************/
/******************************MENU GAUCHE ***************************************/
/*********************************************************************************/
/*********************************************************************************/
div.menu_gauche ul{
	padding:0px;
	margin:0px;
	list-style-position:inside;
}
div.menu_gauche{
	float					: left;
	width					: 125px;
	height					: 345px;
	margin-left				: 45px;
	margin-top				: 23px;
	margin-right			: 0px;	
}
li.bouton_gauche_superieur1{
	background-image		: url(../Template/images/bouton_menu.JPG);
	background-repeat		: no-repeat;
	height					: 35px;
	width					: 125px;
	list-style				: none;
	
}

li.bouton_gauche_superieur{
	background-image		: url(../Template/images/bouton_menu.JPG);
	background-repeat		: no-repeat;
	height					: 35px;
	width					: 125px;
	margin-top				: 15px;
	list-style				: none;
}

li.bouton_gauche_inferieur{
	background-image		: url(../Template/images/bouton_menu.JPG);
	background-repeat		: no-repeat;
	margin-top				: 20px;
	height					: 35px;
	width					: 125px;
	text-align 				: center;
	list-style				: none;
}

div.block_bouton_inferieur{
	margin-top				: 37px;
	list-style				: none;
}

a.menu_gauche {
	text-decoration			: none;
	color					: #993333;
	display					: block;			/* permet de deplacer le text comme un bloc */
	text-align 				: center;
	padding-top				: 0px;
	line-height				: 20pt;
}

a.menu_gauche:link{
	color					: #993333;
}

a.menu_gauche:visited{
	color					: #993333;
}

a.menu_gauche:active{
	color					: #000000;
}

a.menu_gauche:hover{
	color					: #000000;
}
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/************************** CONTENU DU SITE PRESENT DANS LA DIV CONTENU*********************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/************************ Contenu des Menu Communication, bureautique, informatique *****************/
#contenu{
	float					: left;
	width					: 535px;
	height					: 380px;
	overflow				: auto;	
	
}
div.contenu{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 45px;
	margin-top				: 25px;
	overflow				: auto;
}
div.contenu h3{
	padding 				: 0px;
	margin					: 0px;
}
div.prestations{
	width					:533px;
	height					:168px;
	border					:dashed #CBCBCB 1px;
}
p.prestations_inf{
	margin-top				:12px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:10pt;
	margin-left				:40px;
	line-height				:20pt;
	color					:#434343;
}
p.prestations_com{
	margin-top				:12px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:10pt;
	margin-left				:40px;
	color					:#434343;
	line-height				:18pt;
}
br.prestations_com{
	/*text-indent				:40px;*/
	
}
p.prestations_bur{
	margin-top				:12px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:10pt;
	margin-left				:40px;
	line-height				:15pt;
	color					:#434343;
}
div.realisation{
	width					:533px;
	height					:145px;
	margin-top				:25px;
	border					:none;
}
img.realisation{
	width					:535px;
	border					:none;
}

/************************ Contenu du Menu Profils recherchés *****************/
div.contenu_profils_recherches{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: auto;
	border					: dashed #CBCBCB 1px;
}

p.contenu_profils_recherches {
	text-align				:justify;
	margin-top				:20px;
	margin-left				:20px;
	margin-right			:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	color					:#434343;
}

/************************ Contenu du Menu contact *****************/
div.contenu_contact{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: auto;
	border					:dashed #CBCBCB 1px;	
}
p.contenu_contact {
	margin-top				:0px;
	margin-left				:100px;
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color					:#434343;
	letter-spacing			:1px;
}
/************************ Contenu du Menu qui sommes nous ? *****************/
div.contenu_qui_sommes_nous{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: auto;
	border					: dashed #CBCBCB 1px;
		
}
p.contenu_qui_sommes_nous {	
	text-align				:justify;
	margin-top				:20px;
	margin-left				:20px;
	margin-right			:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	color					:#434343;
}
/************************ Contenu du Menu reference ************************/
#contenu_reference{
	float					: left;
	width					: 535px;
	height					: 380px;
	overflow				:hidden;
	
}
div.contenu_reference{
	float					: left;
	width					: 535px;
	height					: 300px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: hidden;
	border					: dashed #CBCBCB 1px;

}
object.contenu_reference{
	width					:535px;
	height					:345px;
	margin-top				:30px;
}
/************************ Contenu du Menu AGEFIPH *****************/
div.contenu_agefiph{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: auto;
	border					:dashed #CBCBCB 1px;
		
}
p.contenu_agefiph{	
	text-align				:justify;
	margin-top				:20px;
	margin-left				:20px;
	margin-right			:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	color					:#434343;
}
/************************ Contenu du Menu entreprise adaptée *****************/
div.contenu_entreprise_adaptee{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: auto;
	border					:dashed #CBCBCB 1px;
		
}
p.contenu_entreprise_adaptee{	
	text-align				:justify;
	margin-top				:20px;
	margin-left				:20px;
	margin-right			:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	color					:#434343;
}
/************************ Contenu du Menu favoris *****************/
div.contenu_favoris{
	float					: left;
	width					: 535px;
	height					: 380px;
	margin-left				: 43px;
	margin-top				: 23px;
	overflow				: auto;
	border					:dashed #CBCBCB 1px;
		
}
p.contenu_favoris{	
	text-align				:justify;
	margin-top				:4px;
	margin-left				:20px;
	margin-right			:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	color					:#434343;
}
div.contenu_favoris_p{
	margin-left				:20px;
	margin-top				:40px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	font-weight				:bold;
	color					:#434343;
}
p.contenu_favoris_line_1{	
	text-align				:justify;
	margin-top				:4px;
	margin-left				:20px;
	margin-right			:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	color					:#434343;
}
div.contenu_favoris_p_ligne_1{
	margin-left				:20px;
	margin-top				:20px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-size				:9pt;
	font-weight				:bold;
	color					:#434343;
}
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/**************************************MENU DE DROITE **************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************************************************************************************/

div.menu_droite{
	float					: left;
	width					: 190px;
	height					: 345px;
	margin-left				: 30px;
	margin-top				: 27px;
}
/*******************************************************************************************************/
/*******************************************BOUTON  ENTREPRISE ADAPTE**********************************/
/*******************************************************************************************************/
div.menu_droite_adaptee{
	background-image		:url(../Template/images/photo_entreprise_adaptee.JPG);
	background-repeat		:no-repeat;
	height					:74px;
	width					:190px;
	text-indent				:110px;
	line-height				:20pt;
	}
div.menu_droite_texte{		
	margin-left				:70px;
	width					:100px;
	line-height				:normal;
	text-indent				:0px;
	text-align				:right;
}
a.bouton_droite_adaptee{
	text-decoration			: none;
	color					: #404899;
	
}
a.bouton_droite_adaptee:hover{
	text-decoration			: underline;
	color					: #404899;	
	
}
/*******************************************************************************************************/
/*******************************************BOUTON  agefiph ********************************************/
/*******************************************************************************************************/
div.menu_droite_agefiph{
	height					: 120px;
	width					: 190px;
	margin-top				: 60px;
	margin-left				: 25px;
	
	text-align				: center;
}
img.agefiph{
	border					: none;
	margin-top				: 10px;
	margin-left:35px;
}
a.bouton_droite_agefiph{	
	text-decoration			: none;	
	color:#711A71;
		
}
a.bouton_droite_agefiph:hover{
	background-repeat		: no-repeat;
	text-decoration			: underline;
	color:#711A71;	
	
}
/*******************************************************************************************************/
/*******************************************BOUTON  NOS FAVORIS*****************************************/
/*******************************************************************************************************/
div.menu_droite_favoris{
	background-image		: url(../Template/images/photo_favoris.JPG);
	background-repeat		: no-repeat;
	height					: 74px;
	margin-top				: 0px;
	line-height				: 90pt;
	text-align				:left;
	text-indent				:110px;
}
a.bouton_droite_favoris{
	text-decoration			: none;
	color					: #404899;	
	
}
a.bouton_droite_favoris:hover{
	text-decoration			: underline;
	color					: #404899;	
	
}
div.texte_entree{
	color: #b6a8a8;
	text-align: center;
	display : block;
	vertical-align:bottom;
}

