@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left:0px;
}

body {
	background-color: #0073A3;
	margin-top: 0px;
}

#pageDome {
	width:1024px;
	height:700px;
	left:0px;
	top:0px;
	margin: 0px auto 0px auto;
}
#bandoHaut {
	left:0px;
	top:0px;
	width:1024px;
	height:133px;
	background-color: #00CCFF;
	margin: 0px auto 0px auto;
}
#logo {
	float: left;
	left:0px;
	top:0px;
	width:202px;
	height:133px;
}
#menu {
	overflow:hidden;
	left:202px;
	top:0px;
	width:822px;
	height:133px;
	background-image: url(images/index_002.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #00CCFF;
}

/****** Elements du MENU *******/

#menuhaut {
	float:right;
	top:0px;
	width:693px;
	height:185px;
}
#menuhaut ul {
	padding:1px;
	list-style-type:none;
	display: inline;
	width:136px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
}
#menuhaut li {
	float:left;
	margin:auto;
	padding:0px;
	background-color:#187DAB;
	font-size: 11px;
	list-style:none;
	border: none;
}
#menuhaut li a {
	display:block;
	width:130px;
	color:white;
	text-decoration:none;
	padding:3px;
	border: 1px solid;
	}
#menuhaut li a:hover {
	text-align:center;
	color:#003399;
	background-color: #00DDFF;
	border: 1px solid #FFFFFF;
	}
#menuhaut ul li ul {
	display:none;
	}    
#menuhaut ul li:hover ul {
	display:block;
	}
#menuhaut li:hover ul li {
	float:none;
	}

/*********************************************/

#centrePage {
	overflow:hidden;
	width:1024px;
	height:539px;
	left:0px;
	top:134px;
	background-image: url(images/index_14.jpg);
	background-repeat: no-repeat;
	background-position: 202px 0px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#bandoGauche {
	float:left;
	left:0px;
	top:134px;
	width:202px;
	height:539px;
	background-color: #0099CC;
}
#contenuCentre {
	overflow:auto;
	left:202px;
	top:134px;
	width:822px;
	height:539px;
}

#piedPage {
	left:0px;
	top:672px;
	width:1024px;
	height:28px;
	background-color: #33FFCC;
	margin: 0px auto 0px auto;
}

h1 {
	color:#0099FF;
	font-size:24px;
	padding-left:85px;
	}

#p1 {
	width:770px;
	padding-left:15px;
	text-align:left;
	padding-bottom:20px;
	padding-right: 5px;
	}
	
#p2 {
	width:450px;
	padding-left:15px;
	text-align:left;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
	background-color: #FFCC00;
}

