/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00;
	background-color:#CCCCCC;
}
#conteneur {
	width:800px;
	height: 700px;
	margin:0;
	background-color:#767e83;
}

*html #logo {
	padding: 5px 0 0 14px;
}

#logo {
	position:absolute;
	padding: 70px 0 0 14px;
	width:786px;
	height:63px;
	background-color:#FFFFFF;	
}

h1 {
	display:none;	
	}

*html #bandeau{
	position:absolute;
	top: 78px;
	left: 11px;
	width: 800px;
}

#bandeau{
	position:absolute;
	top: 156px;
	left: 8px;
	width: 800px;
}

*html ul#menu {
	top: 256px;
	left: -30px;
	width:800px;
}

ul#menu{
	position:absolute;
	top: 237px;
	left: 8px;
	width:760px;
	height:15px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;

	text-align:right;
}

ul#menu li{
	width:70px;
	height:20px;
	margin-right: 0px;
	margin-left: 0;
	padding-left: 2px;
	padding-right: 2px;
	list-style-type:none;
	font-weight:bold;
	text-align:center;
	display:inline;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
}

ul#menu li a{
	color:#FFFFFF;

	text-align:center;
	text-decoration:none;
}

ul#menu li a:hover{
	width:60px;
	height:15px;
	color:#66CCFF;
}

/*--------------------------------------COPYRIGHT-----------------------------------------*/
#petitLogo {
	position:absolute;
	top: 660px;
	left: 700px;
}

*html #copyright {
	top: 700px;
}

#copyright {
	position:absolute;
	top: 690px;
	left: 337px;
	width: 500px;

	font-size: 9px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	text-decoration: none;

}

a:link {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#85D0FF;
	text-decoration: none;
}

a:visited {
	color:#85D0FF;
	text-decoration: none;
}

/*------------------------------------------------MENU BAS--------------------------------------------*/
ul#menuBas{
	width:800px;
	height:50px;
	margin:10px 0 0 0 ;
	padding:0;
}

ul#menuBas li{
	float:left;
	margin-right:10px;
	list-style-type:none;
	text-align:center;
}

ul#menuBas li a{
	color:#999999;
	text-align:center;
	text-decoration:none;
}

ul#menuBas li a:hover{
	color:#ffffff;
}
