/*-------------------------------------->>>Main Styles<<<<-----------------------------------------*/
html, body {
margin:0;
padding:0;
background: #ffffff url('images/ble.jpg');
background-repeat:no-repeat;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 13px;
}

a {
color: #7fed00;
text-decoration: none;
}

a img {
color: #aafe30;
}

a:hover {
color: #aafe30;
text-decoration: underline;
}

#header {
background:url(images/titre.png) top center no-repeat;
height: 150px;
width: 762px;
margin-left: auto;
margin-right: auto;
}

#contenu {
height: 450px;
width: 758px;
margin-left: auto;
margin-right: auto;
border-width: 2px;
border-color: #000000;
border-style: solid;
}

#space {
width: 762px;
height: 25px;
background:url(images/separation.gif);
margin-left: auto;
margin-right: auto;
}

#footer {
width:762px;
height: 35px;
background: url('images/footer.gif') bottom no-repeat;
text-align: center;
color: #2e2e2e;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

#footer p {
margin: 0px 10px;
padding: 10px;
}

#footer a {
color: #7fed00;
text-decoration: none;
}

#footer a:hover {
color: #aafe30;
}

.h1 {
	color: #7fed00;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7fed00;
}

.h2 {
color: #6c6c6c;
font-size: 15px;
}

.p {
color: #666;
text-align: justify;
line-height: 130%;
}

