
* {
padding : 0;
margin : 0;
}
#conteneur 
{
width: 100%;
height: 100%;
background-color : #000060;
}

#coteg {
position : fixed;
height : 100%;
top : 0;
width : 10%;
background-color : #000060;
}
#page {
position : absolute;
background-color : #000060;
width : 80%;
margin-left : 10%;
top : 0;
padding-top : 32px;
}
#bandeau {
background-color : #000060;
color : #ff9900;
text-align : center;
width : 100%;
top : 0;
height : 32px;
margin-left : 0;
}
#image {
margin-top : 1%;
margin-left : auto;
margin-right : auto;
text-align : center;
border : 0;
height : 300px;
}
#foot {
margin-left : auto;
margin-right : auto;
margin-top : 5px;
text-align : center;
border : 0;
}
#liens {
width : 200px;
margin-left : auto;
margin-right : auto;
margin-top : 12px;
text-align : center;
background-color : white;
background : url(../original/liens.png) no-repeat;
height : 296px;
}
#coted {
position : fixed;
height : 100%;
top : 0;
width : 10%;
margin-left : 80%;
background-color : #000060;
}
body {
width : 100%;
background-color : #000060;
font-family: trebuchet ms,verdana,arial,helvetica,sans-serif;
font-size: 0.8em;
}
a:link {
color : #000060;
text-decoration : none;
font-weight : normal;
}
a:visited {
color : #000060;
text-decoration : none;
font-weight : normal;
}
a:hover {
color : #000060;
text-decoration : none;
font-weight : bold;
}
a:active {
color : #000060;
text-decoration : none;
font-weight : normal;
}

ul {
color : #000060;
width : 100%;
padding-top : 80px;
list-style-type : none;
}
li {
width : 100%;
padding-bottom : 9px;
}

