/* CSS Document */

#conteneur {
width:800px;
height:100%;
position:relative;
margin:0 auto;
}

#bandeau{
width:800px;
height:200px;
background-image:url(images/ajc_normal.jpg);
}
#header {
width:800px;
height:50px;
background-image:url(images/Sans-titre-1_04.jpg);
position:relative;
}

#menu {
position: absolute;
top: 15px;
left: 0;
margin-left:30px;
z-index:100;
width: 800px;
height: 100px;
}
#menu dl {
float: left;
width: 90px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #FFFFFF;
color: #0099FF;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
padding-left:0px;
}

#menu li a, #menu dt a {
color: #0099FF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
/*background: #eee;*/
color:#FF00FF;
}
#news li a:hover{
/*background: #eee;*/
color:#FF00FF;
}
#ephemeride span a:hover{
color:#FF00FF;
}
#page{
width:800px;
height:100%;
background-image:url(images/Sans-titre-1_05.jpg);
}
html>body #page{
margin-top:-15px;
}
#footer{
width:800px;
height:63px;
background-image:url(images/Sans-titre-1_06.jpg);
}

body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#site {
	position: absolute;
	z-index: 1;
	top : 137px;
	left : 133px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray;
	width: 650;
}

a {text-decoration: none;
color: black;
color: #222;
}

#rssforum a:over{
color:#FF00FF;
}


.Style1 {
	color: #0099FF;
	font-family: "Trebuchet MS";
}
.Style3 {color: #0099FF; font-family: "Trebuchet MS"; font-weight: bold; }
.Style5 {
	color: #0099FF;
	font-family: "Trebuchet MS";
	font-size: larger;
	font-weight: bold;
}
#news{
	width:700px;
	margin-left:50px;
	margin-top:15px;
}
#news a:over{
	color:#FF00FF
}
