body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
	font-size: 10px; /* on définit la taille de police de base dans la page */
	background-color: #000;
	/*min-height: 100%;*/
	/*overflow:visible;*/
}

img {
	margin: 0px;
	border: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.current_pagination
{
 color: #D43A39;
 font-weight: bold;
}

.pagination
{
 color: gray;
 font-weight: bold;
}

/** Aligne le texte des news avec son titre */
div.texte_news
{
margin-left: 7px;
}

p {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

a, a:hover , a:visited ,a:active , a:link {
	text-decoration: none;
	color: #919191;
}

h4 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	top: 0px;
}

h2 {
	font-weight: normal; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	top: 0px;
}

.titre2 {
	font-weight: bold;
	color: #D43A39;
	clear: both;
	font-size: 12px;
}

h4.titre_news {
	margin-left: 10px;
	padding-left: 15px;
	line-height: 10px;
	background-image: url(../img/puc_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*tag à la con pour */
.noir_bold {
	color: #000000;
	font-weight: bold;
}

.blank {
	clear: both;
	width: 100%;
	height: 1px;
}

/********************************************************* GRANDE SECTION DU SITE (Défiition des CADRES ***********************************/

/*cadre du site*/
html>body>#site {
	position: absolute;
	width: 760px;
	min-height: 100%;
	overflow: visible;
	left: 50%;
	margin-left: -380px;
	background-image: url(../img/fond_site.gif);
}

/*gestion de l'affichage 100% de la fenettre du navigateur pour IE*/
* html #site {
	position: absolute;
	width: 760px;
	height: 100%;
	overflow: visible;
	left: 50%;
	margin-left: -380px;
	background-image: url(../img/fond_site.gif);
}


#header {
	/*width: 735px;*/
	width: 100%;
	height: 151px;
	z-index: 400;
	/*background-color: red;*/
}

#logo {
	float: left;
	margin-top: 70px;
	margin-left: 30px;
}

/* Pour IE 6 */
* html #logo {
	float: left;
	margin-top: 70px;
	margin-left: 15px;
}

#navigation {
	float: left;
	width: 522px;
	overflow: visible;
}

#navigation1 {
	width: 522px;
	height: 102px;
	padding: 4px 0 0 0;
}

#navigation2 {
	width: 700px;
	position: absolute;
	right: -87px;
	top: -91px;
	z-index: 4000;
}

/* Pour IE 6 */
* html #navigation2 {
	width: 700px;
	position: relative;
	right: -147px;
	top: -241px;
	z-index: 4000;
}

#navigation3 {
	margin-left: 10px;
}

/*spécial ie*/
* html .navigation4 {
	width: 430px;
	height: 2px;
}

#navigation3>.navigation4 {
	width: 440px;
	height: 2px;
}

/************************** menu en haut à droite *******************************************************/
/*special ie6*/
* ul.menuhaut1 {
	margin-left: 350px;
	list-style:none;

}

#navigation1>ul.menuhaut1 {
	margin-left: 350px;
	list-style:none;

}

li.menuhaut1 {
	margin: 0px 0px 0px 3px;
	float: right;

}

ul.menuhaut1 li a , ul.menuhaut1 li a:link, ul.menuhaut1 li a:visited {
	font-weight: bold;
	color: #919191;
	clear: both;
	font-size: 9px;
}

ul.menuhaut1 li a:hover {
	color: #565656;
	font-size: 9px;
	text-decoration: none;
}

/*************************************** ADD ON POUR MENU GENERAL ***********************************/

#myMenu1 {
	background: #000;
	color: #fff;
	opacity: 0.8;
	/*background: url(../img/menu_top_border_right.png) no-repeat right top;*/
	z-index:450; /*valeur tres elevé pour s'assurer que rien ne passera au dessus du menu flottant */
}

#myMenu1 a {
	color: #fff;
}

#myMenu1 li {
/*
	border-top: 3px solid #FAFAFA;
	border-bottom: 3px solid #ECECEC;
	border-left: 1px solid #ECECEC;*/
	/*margin: 0;*/
	margin-right: 0;
	padding: 0px;
}

#myMenu1 ul li {
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0;	
}

/* Outermost UL (horizontal bar) */
ul.xmBar {
  position:absolute;
  visibility:hidden;
  margin: 45px 0 0 202px; 
  padding:0px;
  background:transparent;
  overflow:visible; cursor:pointer;
  border: 0;
}

#navigation2 ul.xmBar{
  margin: 110px 0 0 202px; 
}


/**************************************** Bas de page ***********************************************/
li.copyright, li.infos, li.cgv  {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

/*special ie*/
* html li.copyright, * html li.infos, * html li.cgv  {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}

img.baseligne {
	/*position: bottom;*/
	/*top: 100%;*/
	margin: 35px 0px 0px 10px;
	border: 0px;
}

.erreur_nexen_advance {
	font-size: 10px;
	text-align: center;
	color: red;
	font-weight: bold;
}

.page404 {
  margin: 10px;
  text-align:center;
  font-size: 12px;
}
#email_support {
  font-size: 12px;
  color: blue;

}

.centered_text {
	text-align:center;
}

.legende {
	font-size: 10px;
	color: #919191;
}

/* commun offre 1 2 3 4*/
#image_rotate ,
#image_rotate_2,
#image_rotate_3 {
	float: left;
	width: 522px;
	height: 150px;
	margin-left: 5px;
	background: url(../img/visuel_valeur_experience.png) no-repeat right;	
}

#image_rotate img,
#image_rotate_2 img,
#image_rotate_3 img {
	height: 120px;
}

#image_rotate_2 {
	background: url(../img/visuel_valeur_securite.png) no-repeat right;	
}

#image_rotate_3 {
	background: url(../img/visuel_valeur_serenite.png) no-repeat right;	
}

.li_img {
	float:left;
	width: 110px;
	margin-right: 10px;
}

.li_content {
	float: left;
	width: 450px;
}
