html, body {
margin: 0;
padding: 0;
}
body {
background:black; 
color:white;
font-family: Verdana, Techno, sans-serif; 
font-size: 1em;
text-align:justify;
}
h1 {
font-size: 1.5em; 
color: white; 
}
h2 {
font-size: 1.25em; 
color: white; 
}
h3{
font-size: 1em; 
color: white; 
}
table{
border-collapse: collapse;
margin: auto;
font-size: 0.8em;
}
p,ul,li,td {
color: white;
padding: 5px; 
}
ul{
font-size:1em;
}
div#bandeau {
position:relative;
width:100%;
height:11%;
margin-top: 1%;
background-color:black;
}
div#pays{
position:absolute;
top:0;
left:0;
margin-left:2%;
width:12%;
height:100%;
background-color:black;
}
div#logo {
position:absolute;
top:0;
right:0;
width:85%;
height:100%;
text-align: center;
background-color:black;
}
div#contenu {
position : relative;
margin-top: 1%;
margin-bottom: 1%;
width:98%;
height:68%;
background-color:black;
}
div#menu {
float:left;
text-align:center;
width:10%;
height:100%;
background-color:black;
}
div#contenu2 {
position:relative;
width:62%;
height:50%
border:2px solid white;
text-align:left;
margin-left:100px
}
div#piedpage {
position:relative;
width:100%;
height:10%;
font-size:0.7em;
text-align:center;
background-color:black;
}

/*	--	Coloration des boutons		--
*/
.noir {
color: white;
background: black;
}


.bouton a {
display:block;
width:120px;
line-height:40px;
text-align:center;
vertical-align:middle;
float:left;
margin:5px;
background:url(Images/boutonI1.png) no-repeat;
color:white;
text-decoration:none;
}

.bouton a:hover {
background:url(Images/boutonI2.png) no-repeat;
}

a {
color: white;
text-decoration: none;
}
a:visited {
color: white;
}
a:hover {
color: white;
text-decoration: none;
}
