@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	/*line-height: 1.5em;*/
	font-family:Geneva, Arial, "Helvetica", sans-serif;
	font-size:12px;
	color:#CCCCCC;
	background-color:#000000;
	background:url(../images/background.jpg) top center;
	margin-top:0px;
}

h1 {
text-align:center;
}

#intro {
position: relative;
width: 1024px;
margin: 0 auto;
background-color:#000000;
border:1px solid;
border-color:#990000;
}

#footer_intro {
	clear: both;
	font-size:11px;
	color:#666666;
	width: 1024px;
	text-align:center;
}

#footer_intro a {
	color:#666666;
	
}

#footer_intro a:hover {
	color:#999999;
	text-decoration:underline;
}


#conteneur {
position: relative;
width: 1024px;
margin: 0 auto;
background-color:#000000;
border:1px solid;
border-color:#990000;
}



#header {
width: 1024px;
/*padding-left:50px;
padding-right:50px;*/
margin-top:0px;
background-color:#000000;
}

#menu {
position: absolute;
top:200px;
width: 200px;
height:500px;
}

#newsletter  {
    font-size:11px;
	font-weight: bold;
	position: absolute;
	top:200px;
	right:5px;
	color:#FFFFFF;
	background:url(../images/bg_newsletter.jpg) no-repeat;
}

#titre {

}

fieldset {
border:1px solid;
border-color:#990000;
}

legend {
font-size:14px;
font-weight:bold;
color:#999999;
}

#contenu {
margin:0px;
}


#menu ul {
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#menu li {
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
	list-style-image: none;
	color: #999999;
}


#menu a {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	list-style-image: none;
}

#menu a:hover {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}


#centre {
margin-top:40px;
padding-left:200px;
padding-right:150px;
}


#centre a {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	list-style-image: none;
}

#centre a:hover {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	background-color: #333333;
}

#footer {
	clear: both;
	font-size:11px;
	color:#FFFFFF;
	width: 1024px;
	
	background:url(../images/footer.jpg) no-repeat;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}