#header {
width:1000px;
height: 152px;
}

#headMenu {
position: absolute;
margin: 130px 0 0 789px;
z-index:1;
font-size:0.8em;
text-align:right;
width:200px;/* pour s'adapter à la taille différente du texte suivant la langue */
color: #666666;
}

#headMenu a
{
	
	color: #666666;
	text-decoration: none;
	
}
		
#headMenu a:hover, a:active
{
	color: #000066;
	text-decoration: underline;
}


#titreMam {
margin-top:-3px; /* Pour coller le titre à l'en-tête*/
font-weight:bold;
	text-indent:32px;
	border:0;
	}
	
#gauche {
float:left;
display:inline;/* pour r&eacute;gler problème de marge propre à IE*/
left:0;
margin:30px 0 0 0;
width: 200px;
}


#pied {
clear: both;
width:auto;
margin : 140px 0 100px 30px;
height:100px;
font-size:.8em;
text-align:center;
}
#pied a{
text-decoration:none;
color:#FFFFFF;
}
#pied a:hover{
color:#FFCC00;
}

.tailleTexte {
cursor:pointer;
}



#menu dl { 
	margin:5px;
	padding:5px;
}
#menu dt {
cursor:pointer;
font-weight:bold;
	height:25px;
	text-indent:32px;
	text-align:left;
}

#menu dd { 
	margin-left:1px; /* ecartement entre bord et list*/
}

#menu ul { 
list-style-type: none;
	margin:0 5px 20px 35px;
		padding-left:11px;/* ecartement entre bord et list*/
}
	
#menu li {
	line-height:20px; /* espacement entre les lignes du menu*/
}


