html {
   height: 100%; 
}

a{
   color: #106ec7;
}

body {
    background: #1d1f1f;
    margin: 0px;
    text-align: center; /* corrige le bug de centrage d'IE */ 
    height: 100%;
    /*overflow : scroll;*/
}

img {
border:none;
}	
	
#global {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width:871px;
    min-height: 100%;
    _height: 100%;
    background-color:#fff;
    text-align: left; /* important car rétablit l'alignement normal du texte */
    border-left: 8px solid #515151;
    border-right: 8px solid #515151;
}

#hautdepage {
	background-color:white;
	background-image:url('images/moulinmer/BandeauHaut.gif');
	width:871px;
	height:64px;
}

#menuhautgauche {
	position:absolute;
	top:44px;
	right:0px;
}


#iconeimpression img {display: none;}
#iconeimpression {
  display: block;
  float:left;
  width:107px;
  height:19px;
  background-image:url('images/moulinmer/print_off.gif');
  background-repeat:no-repeat;
}

#iconeimpression:hover {
  background-image:url('images/moulinmer/print_on.gif');
  background-repeat:no-repeat;
} 

#titreenmouvement{
	width:869px;
	height:220px;
	background-color:white;
	background-image:url('images/moulinmer/BandeauHautCentreSansActu.jpg');
	background-repeat:no-repeat;
	margin-left:0px;
	margin-right:0px;
}


#titreenmouvement2{
	width:869px;
	background-color:white;
	background-image:url('images/moulinmer/BandeauHautCentreSansActuPh.jpg');
	background-repeat:no-repeat;
	margin-left:1px;
	margin-right:1px;
}



#structureedito {
    height: 100%;
    min-height:100%;
    width:869px;
}


#contenupage{
	padding-top:55px;
	/*background-image:url(images/moulinmer/Contenu_centre.gif);
	background-repeat:no-repeat;*/
	margin-left:0px;
	margin-right:0px;

	/*border-bottom: solid 1px #000;*/

}

#positionGauche{
	height:100px;
	padding:0px;
	margin:0px;
	float:left;
	width:200px;
	text-align:left;
}

#precontenu {
	margin-top:30px;
	margin-left:30px;
	padding-top:32px;
	background-repeat:no-repeat;
	width:590px;
}

#contenu {
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	font-family:verdana;
	font-size:11px;
}

#pieddepage {
padding: 10px 0px 10px 0px;
margin:0px;
padding: 4 0;
text-align:center;
border-top: solid 1px #000;

}


#actualites {
	background-image:url(images/moulinmer/TitreActu.gif);
	background-repeat:no-repeat;
	/*height:80px;*/
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
	margin-left:10px;
	margin-top:40px;
}

/**************************************************
		GESTION DES MENUS DE NAVIGATION
***************************************************/

#menus {
	/*background-image:url(images/moulinmer/TitreMenu.gif);
	background-repeat:no-repeat;
	height:80px;
	padding-top:30px;*/
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:10px;
        /*pour forcer l'affichage du titre Navigation*/
        z-index:150;
}


.menuniveau1, .menuniveau1_actif  {
	margin-left:25px;
        padding-top:0px;
	margin-bottom:5px;
	padding-left: 10px;
        margin-bottom:10px;
	background-image:url(images/moulinmer/traitsoulignement_menu.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:167px;
height: auto;
_height: 13px;
	min-height:13px;
}

#menuniveau2, #menuniveau2_actif  {
        padding-top:0px;
	padding-left: 20px;
height: auto;
_height: 13px;
	min-height:13px;
}

#menuniveau3, #menuniveau3_actif  {
        padding-top:0px;
	padding-left: 10px;
height: auto;
_height: 13px;
	min-height:13px;
}

/**************************************************
		GESTION DES TEXTES
***************************************************/
/* CONTENU EDITORIAL */

.titretexte {
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	color:#6BB3FF;
}

#texte {
	font-family:Verdana;
	font-size:11px;
	color:#000;
}

.texte {
	font-family:Verdana;
	font-size:11px;
	color:#000;
}

/* CONTENU ACTUALITE */
#titreactu, #actu, #ensavoirplus {
	font-family:verdana;
	font-size:10px;
	color:black;
	line-height:7.5pt
}

#actu {
	margin-top:0px;
	margin-bottom:2px;
	text-align:justify;
}


#titreactu {
	font-weight:bold;
	
}

/* EN-TETES */
#pieddepage, #menuhautgauche, .liendepieddepage {
	font-family:verdana;
	color: #515151;
	font-size:10px;
}