/* CSS issu des tutoriels http://css.alsacreations.com de Raphael Goetter*/
body {
background: rgb(120,120,120);
font-family: verdana, geneva, sans-serif;
font-size: 90%;
}

#cartel { 
font-family: sans-serif;
font-weight: bolder;
font-style: oblique;
font-size: 320%;
color: rgb(150,150,150);
width: 60%;
position: relative;
z-index: 0;
margin-left: auto;
margin-right: auto;
background-image: url(gr/wide.gif);}

#moquette { background-color: #fff; width: 600px; height: 40Opx; position: absolute; top: 100px; left: 100px; z-index:3;}

dl, dt, dd, ul, li {
list-style-type: none;
margin: 0;
padding: 0;
background-image: url(gr/wide.gif);
}

img { border: 0;}


/*links*/

#menu {
 width: 10em; margin-left: auto; margin-right: auto; text-align: center;
}

#menu dt {
cursor: pointer;
height: 2em;
line-height: 1em;
margin: 0 0;
text-align: center;
font-weight: bold;
position: relative;
z-index: 3;
background-image: url(gr/wide.gif);
}

#menu dd {
position: absolute;
z-index: 5;
left: 7em;
margin-top: -2.6em;
margin-left: -1em;
width: 8em;
}

#menu ul {
padding: 0.8em;
}
#menu li {
text-align: left;
height: 1.6em;
line-height: 2em;
font-size: 90%;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
}
#menu li a:link { color: #fff; background-color: transparent; background-image: url(gr/wide.gif); text-decoration: none; }
#menu li a:visited { color: #999; background-color: transparent; background-image: url(gr/wide.gif); text-decoration: none;}
#menu li a:hover { color: #fff; background-color: transparent; background-image: url(gr/wide.gif);text-decoration: underline;}
#menu li a:active { color: #ccc;  background-color: transparent; background-image: url(gr/wide.gif); text-decoration: none;}


#menu1,#menu2,#menu3,#menu4,#menu5,#menu6 {
position: relative;
width: 8em;
}
#menu1 {
top:130px;
}
#menu2 {
top:145px;
}
#menu3 {
top:160px;
}
#menu4 {
top:175px;
}
#menu5 {
top: 190px;
}
#menu6 {
top:205px;
}
