/* CSS Document */

/* Calques de position */
#global {
	left:0px;
	top:0px;
	width:100%;
	height:10px;
	margin-left:0px;
	z-index:1;
	}
#placement {
	position:relative;
	width:1000px;
}
#top_left {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:50px;
	z-index:2;
	overflow:auto;
}
#top_right {
	position:absolute;
	left:600px;
	top:0px;
	width:400px;
	height:50px;
	z-index:3;
	overflow:auto;
}
#top_middle {
	position:absolute;
	left:200px;
	top:0px;
	width:400px;
	height:50px;
	z-index:4;
	overflow:auto;
}
#navigation {
	position:absolute;
	left:0px;
	top:50px;
	width:200px;
	height:500px;
	z-index:2;
	overflow:auto;
}
#content_left {
	position:absolute;
	left:200px;
	top:50px;
	width:400px;
	height:500px;
	z-index:2;
	overflow:auto;
}
#content_right {
	position:absolute;
	left:600px;
	top:50px;
	width:400px;
	height:150px;
	z-index:2;
	overflow:auto;
}
#content_right_bottom {
	position:absolute;
	left:600px;
	top:200px;
	width:400px;
	height:350px;
	z-index:2;
	overflow:auto;
}
#bottom_left {
	position:absolute;
	left:0px;
	top:550px;
	width:600px;
	height:50px;
	z-index:2;
	overflow:auto;
}
#bottom_right {
	position:absolute;
	left:600px;
	top:550px;
	width:400px;
	height:50px;
	z-index:2;
	overflow:auto;
}
/* Fin des calques de position */

/* Calques de style */
.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	color:#CC6600;
}
.legende {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	color:#CC6600;
}
.legende2 {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	color:#CC6600;
	font-style:italic;
	margin-top:5px;
}
.plan {
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	color:#CC6600;
}
.texte {
	padding:10px; 
	vertical-align:top;
	font-weight:bold;
}
.texte_leger {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	text-align:center;
}
/* Calques de balise */
img {
border:none;

}
a {
	font-family: Verdana, sans-serif, Arial;
	font-size:10px;
	font-weight:normal;
	color:#CC6600;
	text-decoration:none;
}
a.plan {
	font-family: Verdana, sans-serif, Arial;
	font-size:12px;
	font-weight:normal;
	color:#CC6600;
	text-decoration:none;

}
a:hover {
	color:#999999;
}
body {
	font-family: Verdana, sans-serif, Arial;
	font-size: 14px;
	text-align:justify;
}

