body {
margin:0;
padding:0;

}
#conteneur {
width:100%;
}
#header {
height:110px;
text-align:center;
border-bottom:1px solid #3D8C53;
}
#header h1 {
border:none;
}
#texte {
padding-top : 20px;
padding-left : 170px; /* 190 non PUB */
padding-right : 150px; /* Mettre à 15 non pub */
font-size:1.05em;
}
#texte ul{
list-style-type:square;
line-height:20px;
color:#B74DFB;
}
#menu {
position : absolute;
top : 125px;
left : 5px;
width : 145px; /* 185 non PUB */
border-right:1px solid #3D8C53;
}
#menu p {
font-size:1.25em;
font-weight:bold;
text-indent:6px;
}
#menu ul{
list-style-image:url(image/puce.png);
line-height:30px;
color:#3D8C53;
}
#menu1 li {
list-style-position:outside;

}
#menu a{
text-decoration:none;
color:#3D8C53;
font-weight:500;
padding:3px;

}
#menu a:hover{
border:1px solid red;
color: black;
background-color:#94DDA9;
}

#droite {
position : absolute;
top : 125px;
right : 0;
width : 135px;
}

#footer {
text-align:center;
line-height:25px;
color:gray;
}
#footer a{
text-decoration:none;
color:gray;
font-weight:bold;
}
#footer a:hover{
color:black;
}
/* GENERAL */
h1,h2,h3,h4,h5,h6 {
color:#3D8C53;
font-size:1.25em;
text-indent:1em;
}
acronym{
cursor:help;
border-bottom:1px dotted #754497;
}
code,pre,blockquote,q,cite{
margin:0;
padding:2px;
font-style:italic;
color:white;
background-color:#94DDA9;
font-weight:600;
}
a {
color:#3D8C53;
text-decoration:underline;
}
a img {
border:none;
}
a:hover {
text-decoration:none;
}
dt {
color:#5D0594;
font-size:medium;
font-weight:600;
font-family:"Courier New",Courier,monospace;
padding:4px;
}
dd {
color:black;
font-style:italic;
}
/* tableaux */
table {
border-style:solid;
border-width:1px;
border-color:#5D0594;
padding:1em;
margin-left:auto;
margin-right:auto;
width:80%;
}
caption {
margin-left:auto;
margin-right:auto;
padding:0.75em;
font-weight:bolder;
}
th {
color:#5D0594;
}
tr {
text-align:center;
}
td {
border-style:solid;
border-width:1px;
text-align:left;
padding-left:1em;
}
.red {
color:red;
}
