/* CSS Document */

.PaysSelection {
	position:relative;
	background-image:url(../images/interface/rech_par_pays_entreprise.gif);
	text-align:center;
	background-repeat:no-repeat;
	width : 178px;
	height: 30px;
	padding-top: 15px;
}

.MenuChoix {
	position:relative;
	margin-top:5px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	background-image:url(../images/menu/nav_entreprise_off.jpg);
	background-repeat:no-repeat;
	height:18px;
	padding-top:5px;
	text-align:center;
	width:178px;
}

.Banniere {
	position:relative;
	background-repeat:no-repeat;
	background-color: #A8C128;
	background-image:url(../images/interface/bando_entreprise.jpg);
	width:995px;
	height:96px;
	
}
.ssMenu {
	position:relative;
	background-repeat:no-repeat;
	background-image:url(../images/interface/visu_entreprise.jpg);
	width: 197px;
	height: 182px;
}

/* Affichage du Menu droulement du site ******************************************************************/
.encart_debut {
	position	: relative;
	left		: -6px;
	top			: 2px;
	z-index		: 1;
	background-image	: url(../images/menu/sousmenu_entreprise/enc_haut.gif);
	background-repeat	: no-repeat;
	width		: 182px;
	height		: 17px;	
}

.encart_fin 
{
	position	: relative;
	left		: -6px;
	top			: 0px;
	z-index		: 1;
	background-image	: url(../images/menu/sousmenu_entreprise/enc_bas.gif);
	background-repeat	: no-repeat;
	width		: 182px;
	height		: 17px;
}

.encart_separation
{
	position	: relative;
	left		: 0px;
	top			: 0px;
	z-index		: 1;
	background-image	: url(../images/menu/sousmenu_entreprise/Separation.jpg);
	background-repeat	: no-repeat;
	width		: 176px;
	height		: 2px;
	overflow	: hidden; /* sous ie 6 j'arrive pas avoir une taille de 2.. alors je cache le superflux..*/
}

/*
#encart_fin img
{
	position:relative;
	top:-2px;
	left:-6px;
}
#encart_separation img
{
	position:relative;
	float:left;
	z-index:1;
}
*/

.sousmenu {
width		: 166px;
font-size	: 10px;
padding-left: 10px;
background-image: url(../images/menu/sousmenu_entreprise/enc_centre.gif);
color		: #000000;
line-height	: 20px;
cursor		: pointer;
font-family	: Verdana, Arial, Helvetica, sans-serif,; 
text-decoration: none;
z-index		: 5;
}

.sousmenu_hover {
width		: 166px;
font-size	: 10px;
padding-left: 10px;
background-image: url(../images/menu/sousmenu_entreprise/enc_centre_hover.jpg);
color		: #999999;
line-height	: 20px;
cursor		: pointer;
font-family	: Verdana, Arial, Helvetica, sans-serif,; 
text-decoration: none;
z-index		: 5;
} 

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
z-index:1000;
}

.menu {
position: relative;
margin-top : 5px;
z-index:2;
}

.menu dt {
cursor: pointer;
background-image:url(../images/menu/nav_entreprise_off.jpg);
width:178px;
height:23px;
background-repeat:no-repeat;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
line-height: 20px;
text-align: center;
font-weight: bold;
z-index:2;
}

.menu dd {
position: absolute;
z-index: 3;
left: 184px;
margin-top: -20px;
width: 172px;
line-height: 25px;
}


/* Affichage des menus dans la page********************************************************************************/
#menu_page_titre
{
	background-image:url(../images/espace_entreprise/bande_titre.gif);
	background-repeat:no-repeat;
	width:700px;
	height:37px;
	font-family:Trebuchet MS,Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding-top:12px;
	padding-left:13px;
	font-weight:bold;
}

#ssmenu_page_hr
{
	background-image:url(../images/menu/ssmenu_page/ssmenu_hr.bmp);
	background-repeat:no-repeat;
	width:347px;
	height:10px;
}

#ssmenu_page
{
	font-size:13px;
	color:#000000;
}

#ssmenu_page_descriptif
{
	
	font-size: 12px;
	text-decoration:none;
	font-style:italic;
	padding-left:12px;
}

.champs {
	font-family: "Trebuchet MS", Arial, Helvetica,Verdana ,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #A8C128;
	margin: 2px;
}

.bloc_milieu {
	width:770px; 
	border: solid 1px #A8C128; 
	background-color: #F5F9E3;
	float:left;
	position:relative;
	padding: 0px; 
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:justify;
	z-index:30;
}
.bloc {
	
	border: solid 1px #A8C128; 
	background-color: #F5F9E3;
	padding: 0px; 

}
.couleur {
color:#A8C128;
}

#intitule {
color:#666666;
font-size:12px;
}
#intitule ul {
list-style-image:url(../../composants/images/espace_entreprise/fleche_off.gif);
}
#intitule li a{
display:block;
list-style-image:url(../../composants/images/espace_entreprise/fleche_off.gif);
}
#intitule li a:hover, #intitule li a:focus, #intitule li a:active{
display:block;
list-style-image:url(../../composants/images/espace_entreprise/fleche_on.gif);
} 
