body
{
     width: 900px;
	 background-color: #999999;
	 margin: auto;
	 margin-top: 5px;
	 font-family: Trebuchet MS;
}

#page
{
     width: 900px;
	 background: url("images/page.png");
}

#header
{
     width: 900px;
	 height: 215px;
}

#menu
{
     width: 900px;
	 height: 50px;
	 background: url("images/menu.png") no-repeat;
	 text-align: center;
}

#footer
{
     width: 900px;
	 height: 61px;
	 background: url("images/footer.png") no-repeat;
	 text-align: center;
}

#menu-left
{
     float: left;
	 width: 200px;
	 padding: 0px;
	 margin-left: 15px;
	 margin-top: 16px;
}

#menu-left .menu-left-haut
{
     width: 191px;
	 height: 35px;
	 background: url("images/menu_haut.png") no-repeat;
	 font-size: 30px;
	 font-weight: bold;
	 padding-left: 5px;
	 line-height: 35px;
}

#menu-left .menu-left-link ul
{
     padding: 0px;
	 margin: 0px;
}

#menu-left .menu-left-link ul li
{
     padding-top: 7px;
	 padding-bottom:7px;
	 margin: 0px;
	 list-style-type: none;
	 background: url("images/lien.png") no-repeat;
}

#menu-left .menu-left-link ul li a
{
     color: white;
	 text-decoration: none;
	 font-size: 16px;
	 padding-left: 15px;
	 padding-bottom: 5px;
}

#menu-left .menu-left-link ul li a:hover
{
     text-decoration : underline overline;
}


#menu-left .menu-left-bas
{
     width: 191px;
	 height: 9px;
	 background: url("images/menu_bas.png") no-repeat;
}

#corps
{
     padding: 0px;
	 margin-left: 215px;
	 margin-right: 15px;
	 margin-bottom: 0px;
}

#corps h1
{
     padding: 0px;
	 margin: 0px;
	 font-size: 15px;
	 margin-top: 15px;
}

#corps p
{
     margin: 0px;
	 padding: 0px;
	 font-size: 14px;
}

#menu ul
{
     padding: 0px;
	 margin: 0px;
	 display: inline;
}

#menu ul li
{
     padding: 0px;
	 margin: 0px;
     display: inline;
}

#menu ul li a
{
     color: white;
	 text-decoration: none;
	 font-size: 14px;
	 padding-left: 10px;
	 padding-right: 10px;
     line-height: 45px;
}

#menu ul li a:hover
{
     color: red;
}

#footer p
{
     padding: 0px;
	 margin: 0px;
	 color: white;
	 font-size: 14px;
	 line-height: 45px;
}

#menu-left-haut
{
color:white;
}



#menu-left .ancienne-bas
{
     width: 191px;
	 height: 9px;
	 background: url("images/menu_bas.png") no-repeat;
}


#menu-left .ancienne-haut
{
     width: 191px;
	 height: 35px;
	 background: url("images/menu_haut.png") no-repeat;
	 font-size: 30px;
	 font-weight: bold;
	 padding-left: 5px;
	 line-height: 35px;
}

.color-blue{
text-align: center;
background-color:#5380B5;
width:191px;
color: white;
}

.color-blue a{
text-decoration : none;
color: white;
}

.color-blue a:hover{
text-decoration : underline overline;
color: white;
}

.simple a{
text-decoration: none;
color: white;
}

.simple a:hover{
text-decoration : underline;
color: white;
}

h1{
color:white;
font-size: 17px;
font-style: normal;
}

.timbres h1{
color:white;
font-size: 17px;
font-style: normal;
margin-top:15px;
}

