/* CSS Document */


#global{
 position : relative;
 margin : 0px;
 padding: 0px;
 z-index:1;
}
#site {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 760px;
}
#bandeau {
	position: relative;
	top:5px;
}
#menu {
	position: absolute;
	top: 210px;
	z-index:2;
	}
#contenu {
	clear: both;
	position: relative;
	top: 35px;
	text-align: center;
	}
#basdepage{
	position: relative;
	top:50px;
	margin: auto;
}

p {
	margin:0px;
	padding:0px;
}
			
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dl {
float: left;
width: 108px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #000000;
}
#menu li a, #menu dt a {
	color: #E67918;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: small;
}
#menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #446A99;
}

#menu dt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #E67918;
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #222;
	font-size: small;
}
