/****************************** HEADER PARTICULIER******************************/
.header {
	position:relative;
	width:1003px; height:190px;
	background-image:url(../Images/header.jpg); background-repeat:no-repeat;
}
.header .logo {
	float:left;
	padding:28px 0px 0px 98px;
	width:125px; height:149px;
}
.baseline {
	position:absolute; top:119px; left:75px;
	width:127px; height:36px;
	z-index:2008;
}
.header #conteneur_menu {
	float:left;
	width:644px;
	height:60px;
	margin-left:-41px;
	text-align:center;
}
.header #conteneur_menu ul {
	float:left;
	display:inline;
	margin:50px 0px 0px 0px; padding:0px 0px 0px 2px;
	background-image:url(../Images/separateur.gif); background-repeat:no-repeat;
}
/* MAJ 07/2010
.header #conteneur_menu ul li {
	display:inline;
	float:left;
	height:52px;
	padding:14px 15px 0px 15px;
	padding:11px 9px 0px 9px;
	font-weight:bold; color:#638488;
	list-style:none;
	background-image:url(../Images/separateur.gif); 
                background-repeat:no-repeat; 
                background-position:right top;
}*/

.header #conteneur_menu ul li {
	display: inline;
	float: left;
	height: 52px;
	padding: 11px 11px 0px 8px;
	font-weight: bold;
	color: #ffffff;
	list-style: none;
	outside none;
	background-image: url('../Images/separateur.gif');
	background-repeat: no-repeat;
	background-position: right top;
}


/* MAJ 07/2010
.header #conteneur_menu ul li.on {
	background-image:url(../Images/separateur_on.gif); 
                background-repeat:no-repeat; 
                background-position:right top;
}
*/

.header #conteneur_menu ul li.on {
	background-image: url('../Images/separateur_on.png');
	background-repeat: no-repeat;
	background-position: right top;
}

/* MAJ 2010 */
.header #conteneur_menu ul li.on a { color: rgb(255, 255, 255); text-decoration: none; }

.header #conteneur_menu ul li a:hover {
	color:#147e8d;
	text-decoration:none;
}
.header #acces {
	float:left;
	width:177px;
}
.header #acces ul {
	position:relative;
	margin:0px; padding:0px;
}
.header #acces ul li {
	list-style:none;
}
.header #acces ul li.on {
	position:absolute; top:40px; left:11px;
}
/* AMJ 2010
.header #acces ul li.off {
	position:absolute; top:6px; left:89px;
}*/

.header #acces ul li.off { position: absolute; top: 0px; left: 89px; }

/*Ajouts*/

.header_plan_site {
               background:url(../Images/masterpage_header.jpg) no-repeat scroll 1px top transparent;
               height:190px;
               position:relative;
               width:1003px;
}
.header_plan_site  .logo {
	float:left;
	padding:28px 0px 0px 98px;
	width:125px; height:149px;
}

.header_plan_site  #conteneur_menu {
	float:left;
	width:644px; height:60px;
	margin-left:-41px;
	text-align:center;
}
.header_plan_site  #conteneur_menu ul {
	float:left;
	display:inline;
	margin:50px 0px 0px 0px; padding:0px 0px 0px 2px;
	background-image:url(../Images/separateur.gif); background-repeat:no-repeat;
}
.header_plan_site  #conteneur_menu ul li {
	display:inline;
	float:left;
	height:52px;
	/*padding:14px 15px 0px 15px;*/
	padding:11px 11px 0px 8px;
	font-weight:bold; color:#ffffff;
	list-style:none;
	background-image:url(../Images/separateur.gif); background-repeat:no-repeat; background-position:right top;
}
.header_plan_site  #conteneur_menu ul li.on {
	background-image:url(../Images/separateur_on.gif); 
                background-repeat:no-repeat; 
                background-position:right top;
}
.header_plan_site  #conteneur_menu ul li a:hover {
	color:#147E8D;
	text-decoration:none;
}
.header_plan_site  #acces {
	float:left;
	width:177px;
}
.header_plan_site  #acces ul {
	position:relative;
	margin:0px; padding:0px;
}
.header_plan_site  #acces ul li {
	list-style:none;
}
.header_plan_site  #acces ul li.on {
	position:absolute; top:40px; left:11px;
}

/*test*/
.header #conteneur_menu ul li.on a {
	color:#FFFFFF;
	text-decoration:none;
}

.header_plan_site  #acces ul li.off {
	position:absolute; top:6px; left:89px;
}

