body
{
width: 100%;
height: 100%;
padding: 0px;
border: 0px;
margin: 0px;

}

div#banniere
{
z-index: 1000; 
position: fixed;
height: 100px;
width: 100%;
margin: 0px;
padding: 0px;
border: 0px;
top: 0px;
background-color: black;
color: white;
background-image: url("title2.jpg");
background-repeat: no-repeat;
}


div#mainhome, div#maincv, div#maincontact 
{
position: absolute; 
left: 200px;
right: 100px;
padding: 120px;

}




div#maindico, div#mainphoto
{
position: absolute; 
 height: 90%; 
left: 200px;
right: 100px;
padding: 120px;
color: white;
background-color: black;

}


div#flashcontent
{
 height: 95%;  
 width: 95%;  
}


div#menudroit
{
z-index: 100; 
position: fixed;
right: 0px;
float: right;
width: 100px;
height: 100%;

background-color: black;
color: white;

}

div#menugauche
{
z-index: 200;
position: fixed;
left: 0px;
float: left; 
width: 200px;
height: 100%;
padding-top: 100px; 
background-color: black;
color: white;

}


div#footer
{
display:block;
z-index: 2000;
position: fixed;
bottom: 0px;

width: 100%;
height: 100px;

background-color: black;
color: white;
text-align: center;

}

li 
{
padding: 0.2em;
}

h1, h2
{
text-align: center;
}

table
{
top: 0px;
border: 1px;
border-style: solid;		
border-color: black;
padding-top: 0px;
}


img{
margin: auto; 
border: 15px;
border-color: white;
border-style: solid;
}

span.imagevert{ 
display: block;
width: 200px; 
margin-left:  auto; 
margin-right: auto; 
border: 50px; 
border-color: blue; 
background-color: black;
color: blue; 
padding: 30px; 
}


span.imagehoriz{

display: block;
width: 300px; 
margin-left: auto; 
margin-right:auto;
border: 50px; 
border-color: blue; 
color: blue; 
background-color: black;
padding: 30px; 
}

a {
text-decoration: none;
font-family: helvetica, arial, "lucida console", sans-serif

}

div#menugauche a{
color: white;
background-color: black;
}
#flashcontent {
		height: 500px;
		width: 700px;
}

.sectionli
{
	text-decoration: underline; 
}
