<!-- /* CSS issu des tutoriels http://css.alsacreations.com */

body {
margin: 0;
padding: 0;
background-color: #004000;
font-family: Arial,Helvetica,sans-serif;
color: #ffcc00;
alink: #ff5500;
link: #ff5500;
vlink: #ff00ff;
}

p {
margin: 5;
padding: 10;
text-align: justify;
}

/* frame du menu  */
#haut_de_page{
background: #080 url(../img/fond_haut.jpg) left top;
font: 80% verdana, arial, sans-serif;
height: 100%;
}

/* frame du bas */
#bas_de_page{
background: #080 url(../img/fond_bas.jpg) left top;
//color: #f00;
font-size: 10px;
height: 100%;
}

#bas_de_page:table{
//color: #f00;
}

/* item menu  */
dl, dt, dd, ul, li{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 10;
left: 10;
z-index:100;
width: 100%;
}
#menu a{
color: #ffcc00;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
//background: url(./bouton.JPG) left top no-repeat;
border: 1px solid red;
}
#menu dd {
border: 1px solid yellow;
}
#menu li {
text-align: center;
background: #080;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
background: #060;
border: 0px solid red;
}
#menu li a:hover, #menu dt a:hover {
background: yellow;
font-weight: bold;
color: red;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
background-color: #ddd;
padding: 5px;
border: 1px solid black; }
a {
text-decoration: none;
color: #990000;
}
a:hover {color: #FFCC00; font-weight:bold; color: red; border: red;}

/* frame du du menu  */
#titre1{
font-family: Arial,Helvetica,sans-serif;
color: #ffcc00;
text-align: center;
font-size: 40px;
}

#titre11{
padding: 5px;
font-weight: bold;
font-size: 20px;
background-color: #ffcc00;
font-family: Arial,Helvetica,sans-serif;
color: #004000;
}

#titre111{
padding: 5px;
font-weight: bold;
font-size: 20px;
font-family: Arial,Helvetica,sans-serif;
}
-->