/*-----------------*/
/*  POSITIONING */
/*-----------------*/

* {     /* no margin in any element*/
margin: 0;
padding: 0;
}

#main {
	width: 780px;
}

#top {
	margin-left: 210px;
 	height: 151px;
	background-color: transparent;
}

#nav {
	float: left;
	width: 210px;
	padding-top: 218px;
	background: #1C1C1C url(images/backg_nav.jpg) no-repeat 0 0;
}

#content {
	margin-left: 210px;
	padding: 40px 10px 20px 0;
	background-color: transparent;
}


#footer {     /* credits */
clear: left; /*permet au footer de se placer bien en dessous du div NAV qui est float left*/
padding: 0 20px 15px 0;
}


/*------------*/
/* STYLE */
/*------------*/

body {
font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
background: #1C1C1C url(images/backg_main.gif) repeat-x left top;
color: #FFFFFF;
}

a {
color: #FEFF75;
}
a:hover{
color: #FFFFCC;
text-decoration: none;
}

#top h1 { /*titre-image en background*/
	height: 134px;
	font-size: 18px;
	background: transparent url(images/top.jpg) no-repeat left top;
	text-indent: -5000px; /*permet d'expulser le texte de l'ecran */
}
#top h2 {
	font: bold 12px/12px arial, sans-serif;
	color: #BEBEBE;
	text-align: right;
	margin: 0 10px 0 0;
}

#content h1 {
font-weight: bold;
font-size: 18px;
margin: 0 0 20px 0;
color: #AAAAAA;
}

#content h3 {
font-weight: bold;
font-size: 15px;
margin: 0 0 20px 0;
color: #AAAAAA;
}

#content p {
text-align: justify;
margin: 10px 0 20px 0;

}

#content li {
	margin-left: 25px;

}

#content ul {
margin: -20px 0 20px 0;

}

#footer {
font-size: 11px;
color: #AAAAAA;
text-indent: 210px;

}


#nav ul{
	list-style-type: none;
	margin-left: 25px;
	margin-bottom: 30px;
}
#nav ul li{
	margin-bottom: 5px;
}
#nav li a, #nav li a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
}
#nav li a {
	color: #FFFFFF;
}
#nav li a:hover {
	color: #FFC42B;
	background: url(images/puce_nav.gif) no-repeat left center;
} 
.b {
	font-weight: bold;
}

.b1 {
	font-weight: bold;
	font-size: 18px;
}
.bu {
	font-weight: bold;
	text-decoration: underline;
}
