html{
	padding: 0;
	margin: 0;
}
body{
	margin: 0;
	padding: 0;
	color: #41505a;
	font-family: "Trebuchet MS", arial;
}

#general{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: white;
	
	
}
#entete{
	margin: 0;
	padding: 0;
	width: 800px;.
	height: 200px;
	background-color: ;
	background-image: url(../images/ocean.jpg);
}
#contenu{
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: white;
	color: #3c9fff;
	text-align: right;
	font-weight: bold;
}
#pied{
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: #0052a1;
	color: orange;
	text-align: center;
	background-image: url(../images/ocean.jpg);
}
	h1{
	text-align: center;
	font-weight: bold;
}
a:link{
	color: blue;
}
a:visited{
	color: #4169e1;
}
a:hover{
	color: #00f3f7;
}
a:active{
	color: #aaabff;
}
.table1{
	width:100%;	
	
}
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; 
        line-height :60px; /* on définit une hauteur pour chaque élément */
        text-align : center; 
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
       
        font-size : 18px; 
}
#menu a /* Contenu des listes */
{
	display: block;
	padding: 0; /* aucune marge intérieure */
	background: #000; /* couleur de fond */
	color: #3c9fff; /* couleur du texte */
	text-decoration: none;
	width: 200px; /* largeur */
	background-color: #eef7ff;
}
#menu li /* Éléments des listes */      
{ 
        float : left; 
        
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
		  
}


html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 200px; /* Largeur des sous-listes */
        left: -999em; 
}


#menu li ul li /* Eléments de sous-listes */
{
       
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
}


html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 200px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}


html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; 
}
#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
	color: #c3f1ff; 
	background: #fff; /* ... et au contraire, le fond en  */
	background-color: #00a3d7;
	background-image: url(../images/ocean.jpg);
}
.orange
{
	color: orange;
}
.middle{
	text-align: center;
}
li{
	text-align: left;
	list-style-type: none;
}
h2{
	text-decoration: underline;
}

.lois{
	text-align: left;
	color: black;
	font-variant: small-caps;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
}
.right{
	text-align: right;
	}
.left{
	text-align: left;
	font-size:30px;
}
.justify{
	text-align:justify;
	font-size:16px;
}