/* CSS Document */

#Header {
	background-image:  url("images/hdr.gif");
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 100px;
	border: 1px dotted #AAA;
	z-index: 3;
	}

#MenuGauche {
	position: absolute;
	left: -1px;
	top: 100px;
	width: 150px;
	height: 700px;

	z-index: 2;
	}

#Centre {
    padding-left:5px;
	position: absolute;
	left: 150px;
	top: 99px;
	width: 485px;
	height: 700px;
	border: 1px dotted #AAA;
	z-index: 1;
	overflow: auto;
	}

#MenuDroite {
	position: absolute;
	left: 645px;
	top: 100px;
	width: 160px;
	height: 700px;
	z-index: 4;
	}

#MenuBas {
	position: absolute;
	left: 150px;
	top: 790px;
	width: 630px;
	height: 90px;
	/* border: 1px dotted #AAA; */
	z-index: 5;
	}

.Bandeau {
	width: 460px;
	height: 23px;
	/*background-image: url("images/centre_bandeau.gif")*/
	}

.MGimage {
	border-bottom: 1px dotted #AAA;
	border-top: 1px dotted #AAA;
	}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #555;
	}

a{
	color : #FF6633;
	text-decoration: underline;}
a:link{
	color : #FF6633;
	text-decoration: underline;}
a:visited{
	color : #FF6633;
	text-decoration: underline;}
a:hover{
	color : #FF6633;
	text-decoration: none;}
	
a.menu{
	color : #555;
	text-decoration: none;}
a.menu:link{
	color : #555;
	text-decoration: none;}
a.menu:visited{
	color : #555;
	text-decoration: none;}
a.menu:hover{
	color : #AAA;
	text-decoration: none;}
