


body
{
        width: 90%;
		margin-left: auto;
		margin-right: auto;
		background-color: #303D58;
		fond-family: Arial, "Times New Roman", Times, sans-serif;
}


a
{
        color: #F7E444;
		text-decoration: none;
}

a:hover
{
        Text-decoration: underline;
}

#menu
{
   width: 19%;
   float: left;
}

.sous-menu
{
margin-top: 20px;
margin-bottom: 5px;
background-color: black;
color: #7E444;
border: 2px dotted #F7E444;
}

.sous-menu h3
{
   color: #0099FF;
   text-align: center;
}


#etoile_filante

{
width: 200px;
height: 168px;
position: absolute;
top: 20px;
left: 800px;

background: url("photo01.jpg") no-repeat;
}

#croix

{
width: 200px;
height: 168px;
position: absolute;
top: 25px;
left: 100px;

background: url("photo01.jpg") no-repeat;
}


#en_tete

{
height: 109px;
border: 5px dotted #F7E444;
text-align: center;
background-color: black;
 color: red;
padding: 7px;
width: 880px;
height: 45px;
top: 0px;
left: 0px;
}           


/* Style du corps */

#corps
{
margin-left: 21%;
margin-top: 20px;
padding: 0px;

border: 2px dotted #F7E444;
color: #DDF0EC;
background-color: black;
text-align: justify;
}


#corps h2
{
text-align: center;
color: #0099FF;
}

#corps img
{
border:0px;
margin:0px;
padding:0px;
}

/* Style du pied de page */

#pied_de_page
{
clear: left;
margin-top: 30px;
padding: 5px;

background:  black;
color: #DDF0EC;
text-align: center;
border: 2px dotted #F7E444;
}