/* Styles généraux de la page  */
body
{
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   background: url("../outils/fond.jpg");
   font-family: "Comic Sans MS", Arial, "Times New Roman", Times, sans-serif;
}

/*Style du slogan */
#nouveau
{
width: 171px;
height: 102px;
position: absolute;
top:50px;
left:75px;
background: url("../outils/nouv.gif") no-repeat;
}
#logo
{
width: 148px;
height: 100px;
position: absolute;
top:380px;
left:40px;
background: url("../outils/logo.png") no-repeat;
}
#debut_slogan
{
width : 15%;
float: left;
margin-bottom: 3px;
height: 40px;
border: 2px solid #ff6600;
}
#debut_slogan p
{
text-align: center;
margin-top: 7px;
font-size:20px;
font-weight:normal;
color: navy;
}
#slogan
{
margin-left: 17%;
margin-bottom: 3px;
height: 40px;
background: url("../outils/bande_verte1.jpg") no-repeat bottom right #6aab45;
border: 2px solid white;
}

/*Style de l'en-tête */
#en_tete
{
	height: 80px;
	margin-bottom: 0px;
	margin-top: 5px;
	background: url("../outils/entete3.jpg") no-repeat bottom right #3b72A8;
	border: 2px solid #ff6600;
}
#en_tete  h1
{
	text-indent: -50000px;
}

/*Style du menu */
#menu
{
width : 15%;
float: left;
margin-top: 5px;
border: 2px solid white;
height: 190px;
}
#menu ul
{
list-style-type: none;
margin-left: 6px;
padding-top:30px;
}
 #menu li {
    list-style-type: none;
    height: 25px;
    width: 120px;
    margin-top: 15px;
    text-align:center;
	background-image: url(../outils/bouton.gif);
}
#menu li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
	background-image: url(../outils/bouton.gif);
}
#menu li a:link {
    color: white;
}
#menu li a:visited {
    color: white;
}
#menu li a:hover {
    color: navy;
 }
#menu li a:active {
     color: navy;
}

/*Style du corps */
#corps
{
margin-left: 17%;
margin-top: 5px;
padding: 4px;
border: 2px solid white;
color: navy;
text-align: center;
}
#corps h3
{
font-size: 20px;
font-style: italic;
}
#corps h4
{
font-size: 15px;
}
/*Style du pied de page */

#pied_de_page
{
clear: left;
margin-top: 4px;
padding: 4px;
background: url("../outils/bande_verte.gif") no-repeat bottom right #11509d;
color: white;
text-align: center;
border: 2px solid #ff6600;
}
#pied_de_page h5
{
color: #e3ab57;
}
#pied_de_page a
{
   color: white;
   text-decoration: none;
}
#pied_de_page a:hover
{
   text-decoration: underline;
}