/* CSS Document */
#global {
	position:relative; /* on positionne le conteneur */
	/*left: 10%;
	top: 5%; */
	width: 955px;
	height: 618px;
	/*margin-top: -309px;  moitié de la hauteur */
	/*margin-left: -477px;  moitié de la largeur */
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color: #ffffff;
	background-image: url(../img_generic/fond.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 auto;
	margin-top:90px;
}
/* ====================== COLONNE 1 MUTA SANTÉ ==================== */
#colonne_1 {
	position:absolute;
	float:left;
	left:270px;
	top:32px;
	width:290px;
	height:auto;
	background-image: url(../img_generic/barre_v_verte3.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	text-align: left;
}
ul, li #colonne_1 {
	list-style-type:none;
}
#colonne_1 a{
	text-decoration: none;
	color: #000000;
	padding-left:30px;
	background-image: url(../img_generic/fleche_verte.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#colonne_1 a:hover{
	background-image:url(../img_generic/fleche_on.gif);
	color:#FF0000;
}
.photo_sante {
	position:relative;
	left:24px;
}
.logo_sante {
	position:relative;
	left:70px;
	top:13px;
}
/* ====================== COLONNE 2 MUTA DC ==================== */
#colonne_2 {
	position:absolute;
	float:left;
	left:533px;
	top:32px;
	width:250px;
	height:auto;
	background-image: url(../img_generic/barre_v_mauve.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	text-align: left;
}
ul, li #colonne_2 {
	list-style-type:none;
}
#colonne_2 a{
	text-decoration: none;
	color: #000000;
	padding-left:30px;
	background-image: url(../img_generic/fleche_mauve.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#colonne_2 a:hover{
	background-image:url(../img_generic/fleche_on.gif);
	color:#FF0000;
}
.photo_dc {
	position:relative;
	left:15px;
}
.logo_dc {
	position:relative;
	left:70px;
	top:60px;
}
/* ====================== COLONNE 3 ES MEDIA ==================== */
#colonne_3 {
	position:absolute;
	float:left;
	left:786px;
	top:32px;
	width:167px;
	height:auto;
	background-image: url(../img_generic/barre_v_esmedia.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	text-indent:-15px;
}
ul, li #colonne_3 {
	list-style-type:none;
}
#colonne_3 a{
	text-decoration: none;
	color: #000000;
	padding-left:30px;
	background-image: url(../img_generic/fleche_rouge.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#colonne_3 a:hover{
	background-image:url(../img_generic/fleche_on.gif);
	color:#FF0000;
}
a#lien_4 {
	text-decoration: none;
	color: #000000;
	padding-left:30px;
	background: transparent ;
}
a#lien_4:hover{
	background: transparent ;
}
a#lien_5 {
	text-decoration: none;
	color: #000000;
	padding-left:30px;
	background: transparent ;
}
a#lien_5:hover{
	background: transparent ;
}
.photo_es {
	position:relative;
	left:23px;
}

.logo_mutualite {
	position:relative;
	left:30px;
	top:200px;
}

#nv_site {
	position:relative;
	left:140px;
	top:-20px;
}

/* ====================== BANDEAU PUB HAUT ==================== */
#bandeau_pub_haut{
	position:absolute;
	/*width:100%;*/
	width:953px;
	height:90px;
	right:0px;
	background-color:#E3DFD5;
	margin-top:-90px;
}
* html #bandeau_pub_haut{
	margin-right:-1px;
	width:956px;
}

/* ====================== FIN ==================== */