body {
background-color: black;
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #ccc;
}
#page {
width: 1000px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
#titre {
float: left;
margin-top: 15px;
width: 100%;
}
#milieu {
float: left;
width: 100%;
}
#bas {
float: left;
margin-right: 5px;
width: 100%;
text-align: right;
}

#titrimage {
position: absolute;
margin: 0px;
}
#titre1 {
position: absolute;
margin-top: 155px;
margin-left: 200px;
color: #00c6ff;
}
#titre2 {
position: relative;
float: right;
margin-top: 155px;
margin-right: 5px;
color: #00c6ff;
}

A:link {
color: #0ff; 
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
A:visited {
color: #00c6ff;;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}
A:hover {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline overline
}
A:active {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: left;
margin-top: 50px;
margin-left: 5px;
width: 10em;
}

#menu dt {
cursor: pointer;
background: black;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid;
border-color: #005577;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: black;
border: 1px solid;
border-color: #005577;
}
#menu dt a:hover{
background: #00c6ff;
color: #111160;
}
#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none;
background: #00c6ff;
color: #000;
}
#maincontent {
position: relative;
margin-top: 20px;
margin-left: 200px;
margin-right: 5px;
}
#iframe1 {
width: 700px;
height: 350px;
border: 1px; 
margin: 0px;
}
#mentions {
position: relative;
float: right;
margin-right: 5px;
font-size: 10px;
}
.left {
float: left;
}
.right {
float: right;
}
.article {
float: left;
width: 100%;
}
.txt1 {
color: #00c6ff;
font-size: 16px;
font-weight: bold;
}
.txt2 {
color: #005577;
font-size: 14px;
font-weight: bold;
}
.warn {
color: red;
}

