/* CSS Document */

*{margin: 0px; padding: 0px;}

p {font-family: "Cambria", "Times New Roman";
text-align:justify;
}


body {
	margin-left:auto;
 	margin-right:auto;
 	width: 800px;
	background-color: #333333;
}

h1 {
  font-size: 18px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  color:#990000;
  margin-bottom:20px;
}

h2 {
  font-family: "Cambria", "Times New Roman";
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-left: 20px;
  margin-bottom:20px;
}

h3 {
  font-size: 10px;
  font-weight: bold;
  color: #069;
}

h4{ font-family: "Cambria", "Times New Roman";
}

hr {border-style:dotted;border-color:#CCCCCC}
/* Layout */

li {font-family: "Cambria", "Times New Roman";}

#top {
  width: 800px;
  height: 150px;
  background: url(../images/banniere.jpg) no-repeat;
}

#topnav {
	width: 800px;
	background-color: #009900;
	height: 22px;
}


#topnav li
{
margin-left: 30px;
line-height: 20px;
list-style: none;
float: left;
font-size:16px;
font-family: "Cambria", "Times New Roman";
}

#topnav li a
{
margin:0px;
float: left;
width: 100px;;
display: block;
color: #000000;
text-decoration: none;
text-align: center;
}

#topnav a:hover
{
margin:0px;
float: left;
width: 100px;;
display: block;
color: #000000;
text-align: center;
text-decoration:underline;
}

 #cont
 {
 margin:0px;
 width: 740px;
 background-color: #FFFFFF;
 Padding: 30px;
}

#footer_bottom {
	background-color: #FFFFFF;
	color: #cccccc;
	text-align: right;
	margin:0px 0px 0px 0px;
	padding-right:3px;
	font-size: 11px;
	height: 50px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer_bottom a{
	color: #acee3a;
}
#footer_bottom a:hover {
	color: #7ee208;
}
