/*************
*
***  corp
*
*************/

body {
	 background: #202020 url('../images/background.jpg') 0 0 repeat-x;
	 padding: 0;
	 margin: 0;
}

/*************
*
***  en-tête
*
*************/

h1#entete {
	 background: url('../images/header.png') 0 0 repeat-x;
	 padding: 0;
	 margin: 50px 0 0 20px;
	 text-indent: -2000px;
	 height: 90px;
	 width: 255px;
}

/*************
*
***  navigation
*
*************/

h2 {
	 background: url('../images/haut_nav.jpg') left bottom repeat-x;
	 padding: 0;
	 margin: 18px 0 0 0;
	 height: 22px;
	 width: 550px;
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #fff;
	 text-indent: 10px;
}

div#navigation {
	 float: left;
	 margin: 0 0 0 18px;
	 display: inline;
}

.navigation {
	 background: #404040 url('../images/bas_nav.jpg') left bottom repeat-x;
	 width: 550px;
	 margin: 0 0 18px 0;
}

.navigation p {
	 margin: 0;
	 padding: 5px 7px 10px 10px;
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #fff;
	 text-align: justify;
	 line-height: 20px;
}

.navigation p a {
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 height: 60px;
	 color: #fff;
	 text-decoration: underline;
}

/*************
*
***  menu de droite
*
*************/

div#menu_de_droite {
	 margin: 18px 18px 0 586px !important;
	 margin: 18px 18px 0 583px
}

div#menu_de_droite h3 {
	 background: url('../images/haut_menu.jpg') left bottom repeat-x;
	 padding: 0;
	 margin: 18px 0 0 0;
	 height: 38px;
	 width: 196px;
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #fff;
	 text-indent: 10px;
}

div#menu_de_droite ul {
	 background: #006b9c;
	 width: 176px;
	 border-left: 10px solid #404040;
	 border-right: 10px solid #404040;
	 border-bottom: 10px solid #404040;
	 list-style: none;
	 padding: 0;
	 margin: 0 0 5px 0;
}

div#menu_de_droite li a{
	 height: 25px;
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #fff;
	 display: block;
	 padding: 5px 0 0 0;
	 text-indent: 15px;
	 text-decoration: none;
}

div#menu_de_droite li a:hover{
	 background: #fff;
	 color: #404040;
	 text-indent: 15px;
	 text-decoration: none;
}

.lien {
	 background: #006b9c;
	 width: 176px;
	 border-left: 10px solid #404040;
	 border-right: 10px solid #404040;
	 border-bottom: 10px solid #404040;
}

.lien p {
	margin: 0 0 5px 0!important;
	margin: 0 0 10px 0;
	padding: 5px 0;
	text-align: center;
}

img {
	border: none;
}

/*************
*
***  bas
*
*************/

p#bas {
	 clear: both;
	 background: url('../images/footer.jpg') 0 0 repeat-x;
	 padding: 10px 0 0 0;
	 margin: 0;
	 text-indent: 15px;
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 height: 60px;
	 color: #fff;
}

p#bas a {
	 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 height: 60px;
	 color: #fff;
	 text-decoration: underline;
}