/* Fond du site */

body

{
float:left;
width:70%;
margin-left:200px;
margin-top: 20px;
margin-bottom: 20px;    
background: url("deco/page.jpg") repeat top center;
}
h2{
color:red;
}
p{
color:black;
font-weight:bolder;
}
#icone
{
margin:0;
}

/*
body {background: #EEE; color: #000;
behavior: url(csshover.htc);} /* WinIE behavior call */
/*h1 {color: #AAA; border-bottom: 1px solid; margin-bottom: 0;}
#main {color: #CCC; margin-left: 7em; padding: 1px 0 1px 5%;
border-left: 1px solid;}
div#nav {float: left; width: 7em; margin: -1px 0 0 -1px;
background: #FDD;}
div#nav ul {margin: 0; padding: 0; width: 7em; background: white;
border: 1px solid #AAA;}
div#nav li {position: relative; list-style: none; margin: 0;
border-bottom: 1px solid #CCC;}
div#nav li:hover {background: #EBB;}
div#nav li.submenu {background: url(submenu.gif) 95% 50% no-repeat;}
div#nav li.submenu:hover {background-color: #EDD;}
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
text-decoration: none; width: 6.5em;}
div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 7em;
display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}*/
/* L'en-tête */

#en_tete
{


width: 80%;
height:400px;
background-image: url("deco/logo.gif");
background-repeat: no-repeat;
background-position:center;
margin-bottom: 10px;
margin-left:5px;
}



#menu
{

position:fixed;
top:20px;
left:10px;
width: 150px;




}

.element_menu
{
background-color: yellow;
border: 4px solid fuchsia;
padding:10px 10px 10px 0;
}


/* Quelques effets sur les menus */




.element_menu ul
{
list-style-image: url("deco/liste.png");
padding: 10px 0 0 30px;
margin: 0 0 5px 0;
font-family: "Times New Roman", Times, serif; 
font-size:20px;  

}

.element_menu a
{
color:black;
text-decoration:underline;
}

.element_menu a:hover
{
background-color: fuchsia;
color: black;
}


/* Le corps de la page */

#corps

{
background-color:none;
float:left;	
margin-left:240px;
margin-bottom: 10px;
padding: 5px;
color: black;

}

#corps p
{
color: Black;
text-align:left;
font-family: "Times New Roman", Times, serif;

}




/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
clear:left;
float: left;
width: 80%;
padding-top: 1px;
padding-bottom: 1px;
margin-top: 10px;
margin-bottom: 1px;

font-weight:bolder;
color: black;	
text-align: center;

background-image: none;
background-repeat: no-repeat;
background-position:center;
background-color:yellow;

border: 4px solid fuchsia;

font-family:"Times New Roman", Times, serif;
}



