

html, body {
	height: 100%;
	margin: 0;
	background:#666;
	}

div#global {
	width: 1000px;
	margin: 0 auto;
	background: url(img/global2.png) center repeat-y;
	}

div#header{
	background :url(img/header.jpg) no-repeat;
	color : #fff;
	height: 146px;
	width : 1000px;
	}

div#center{
	overflow: auto;
	}


div#plan { 
	margin-right:0px;
	padding-right:0px;
	float: left;
	width: 300px;
	}

div#menu{
	margin-top:0px;
	padding-bottom:10px;
	background:#666;/*fond du menu horizontal : gris*/
	}

#menu li {
	margin-right:20px;
	margin-left:20px;
	padding-left:0px;
	padding-right:0px;
	display: inline ;/*crée un menu horizontal*/
	font-size:20px;
	text-align : justify;
	}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #900 ; /*fond quand on survole, on clique : rouge*/
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	padding-right:0px;
	padding-left:0px;
	text-align:justify;
	}

div#texte {
	margin:0;
	float: right;
	width: 700px;
	}


div#footer {
	width: 1000px;
	bottom: 0;
	background: #900 center no-repeat ;
	color: #dea;
	}
a {color:#000;text-decoration:none;}
a:link {color:#000;text-decoration:underline;}
a:active {color:#000;text-decoration:underline;}
a:hover {color:#fff;text-decoration:underline;}
a:visited {color:#900;text-decoration:underline;}

a.menu {color:#dea;text-decoration: none;}
a.menu:link{color:#dea;text-decoration: none;}
a.menu:active{color:#dea;text-decoration: none;}
a.menu:visited{color:#dea;text-decoration: none;}
a.menu:hover{color:#fff;text-decoration: underline;}

a.plan {color:#000;text-decoration: none;}
a.plan:link{color:#000;text-decoration: none;}
a.plan:active{color:#000;text-decoration: none;}
a.plan:visited{color:#900;text-decoration: none;}
a.plan:hover{color:#900;text-decoration: underline;}