/* CSS Document */

/* *************************
	STYLE PAGE D'ACCUEIL UNIQUEMENT
	
	*******************************
*/

		/* { border: 1px solid black; }*/
body {
	text-align: center; /* internet explorer */
	background-color: #EBF4F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
	position: relative;
	width: 790px;
	height: 500px;
	margin: 40px auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../image/page1.gif);
}

#accessible {
	position: absolute;
	top: 0px;
	left: 0;
	width: 200px;
	height: 450px;
	padding:30px 0 0 10px;
		}
		
#accessible ul {
	margin:0;
	padding:20px 0 0 0;
	list-style-type: none;

		}
		
#accessible li {
	margin:0 0 0 -90px;
	padding:0 0 0 105px;
	font-size: 12px;
		}
		
#accessible li a {
	color: #1C6979;
		}

#accessible li a:hover {
	color: #163A3A;
		}
		
#accessible h1 {
	margin:0 0 0 0;
	padding:0 0 0 10px;
	bottom: 0;
}

#accessible h3 {
	margin:100px 0 0 0;
	padding:0 0 0 10px;
	bottom: 0;
	color: #1C6979;
	font-size: 14px;
			}
			
#menus {
			position: absolute;
			top: 0; right: 0;
			width: 590px;
			height: 450px;
		}
		
#canevas {
			position: relative;
			width: 100%;
			height: 100%;
		}
		
#canevas #menu1, #canevas #menu2, 
#canevas #menu3, #canevas #menu4 {
	background-color: inherite;
		}
		
#canevas #menu1 {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 180px;
	height: 205px;
	padding: 0 0 0 5px;
	background-image: url(../image/MquiSuijeAcc.gif);
		}
		
#canevas #menu2 {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 300px;
	height: 120px;
	padding: 0 0 0 5px;
	background-image: url(../image/autreMenuAcc.gif);
		}
#canevas h4 a {	
background-color: inherite; color: #1C6979; border-color:inherite; text-decoration: none;font-weight: bold;
}

#canevas h4 a:hover {
	background-color: inherite;
	color: #163A3A;
}

#canevas #menu3 {
	position: absolute;
	top: 180px;
	right: 20px;
	width: 300px;
	height: 120px;
	padding: 0 0 0 5px;
	background-image: url(../image/autreMenuAcc.gif);
		}
		
#canevas #menu4 {
	position: absolute;
	top: 320px;
	right: 20px;
	width: 300px;
	height: 120px;
	padding: 0 0 0 5px;
	background-image: url(../image/autreMenuAcc.gif);
		}
	
			
#canevas ul {
			margin:0;
			padding:42px 0 0 0;
		}
		
#canevas li a{
	color:#1C6979;
	text-decoration: none;
	font-weight: bold;
	background-color: inherite;
}
#canevas li a:hover{
	color:#163A3A;
	text-decoration: none;
	font-weight: bold;
	background-color: inherite;
}
		
#canevas li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			display: inline;
		}

#pied {
	bottom: 0;
	width: 790px;
	height: 50px;
	position: absolute;
	left: 250px;
	font-size: 13px;
}		

#pied a {
	color: #1C6979;
		}

#pied a:hover {
	color: #163A3A;
		}
