body {
background: #000000;
padding:0; /* fixe le bloc en haut */
margin:0; /* fixe le bloc en haut */
}

.contour {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


/*------------- CSS concernant les images de fond pour la gauche le centre la droite ------------- */
.fcentre{
	background-image:url(../images/interface/centre.jpg);
	background-repeat: no-repeat;
}
.fgauche{
	background-image:url(../images/interface/gauche.jpg);
	background-repeat: no-repeat;
	width:100px;
}
.fdroite{
	background-image:url(../images/interface/droite.jpg);
	background-repeat: no-repeat;
	width:50px;
	height:260px;
}

/*------------- CSS concernant le Module de recherche ------------- */

#Mrecherche {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}
 #Mrecherche td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
} 
#Midentification {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}
#Midentification td {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
}
.input72 {
	width:72px;
	height: 16px; 
	font-size: 11px;
	background: #e5e3df;
	border: 1px solid #000000;
}
.input90 {
	width:90px;
	height: 16px;
	font-size: 11px;
	background: #e5e3df;
	border: 1px solid #000000;
}



/* #mrecherche td {
	padding-left: 3px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}


#mrecherche input{
	width:70px;
	height: 16px;
	font-size: 11px;
	background: #e5e3df;
	border: 1px solid #000000;
}
#midentification input{
	width:90px;
	height: 16px;
	font-size: 11px;
	background: #e5e3df;
	border: 1px solid #000000;
}
*/


/*------------- CSS concernant le positionnement des liens du pied de page ------------- */
.lienFoot {
	margin: 0px 10px 0px 10px;
	font-size: 10px;
}

/*------------- CSS concernant le Menu ------------- */

#global {
     position: relative; /* on positionne le conteneur */
     margin-left: auto; /* centrer horizontalement */
     margin-right: auto; /* centrer horizontalement */
     width: 760px;
	 height:100px;
	 text-align: left;
	 background-image:url(../images/interface/haut_test.jpg);
	 font-family:  verdana, arial, sans-serif;
	 font-size: 11px;
	 color: white;
}

dl, dt, dd, ul, li {
margin: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
list-style-type: none;
}

#menu {
position: absolute;
top: 0em; /* gère espace entre le haut d ela page et les menus */
left: 0em; /* position de l'enselble des menus */
width: 5em;
}


#menu dt {
cursor: pointer;
height: 20%; /* attention hauteur fixe si on met en px sinon variable avec % */
line-height: 10px;
margin: 0px 0;
padding: 1px 0; 
text-align: center;
font-weight: bold;
} 

.ssmenu_right {
position: absolute;
z-index: 100;
left: 3em;
margin-top: 0px; /* ici que l'on gère l'espace entre le ssmenu et le menu */
width: 11em;
background: #e5e3df;
border: 1px solid #000000;
}

.ssmenu_left {
position: absolute;
z-index: 100;
left: -3em;
margin-top: 0px; /* ici que l'on gère l'espace entre le ssmenu et le menu */
width: 11em;
background: #e5e3df;
border: 1px solid #000000;
}

#menu ul {
padding-right: 2px;
padding-left: 2px;
padding-bottom: 2px;
padding-top: 2px;
}

#menu li {
text-align: center;
font-size: 9px;
height: 18px;
line-height: 18px;
}

#menu li a {
color: #000000;
text-decoration: none;
display: block;
} 
#menu dt a{
color:#FFFFFF;
text-decoration: none;
}

/*#menu dt a:hover {
	color: #000000;
}*/

#menu li a:hover {
text-decoration: underline;
color: #ac1616;
}

#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9 {
position: absolute;
width: 10em;
z-index: 500;
}
/*  DEBUT Positionnement des menus */
#menu1 {
top:10px;
left: 14px;
}
#menu2 {
top: 35px;
left: 90px;
}
#menu3 {
top: 57px;
left: 165px;
}
#menu4 {
top: 80px;
left: 242px;
}
#menu5 {
top: 75px;
left: 332px;
}
#menu6 {
top: 80px;
left: 405px;
}
#menu7 {
top: 57px;
left: 485px;
}
#menu8 {
top: 40px;
left: 570px;
}
#menu9 {
top:20px;
left: 635px;
}
/*  FIN Positionnement des menus */

-->