@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#haut
{
	position:absolute;
	width:100%;
	height:11%;
	left:0%;
	top:0%;
	
}
#gauche
{
position:relative;
	float:left;
	width: 60%;
	height:100%;
	overflow: auto;
	padding-left: 20%;
	padding-right: 3%;
	
}
#droite
{
position:relative;
	float: right;
	width:15%;
	height:100%;
	

	
	
}
#milieu
{
	position: absolute;
	width:100%;
	height:70%;
	left:0%;
	top:23%;
	
}
#bas
{
	position:absolute;
	width:100%;
	height:5%;
	left:0%;
	top:91.5%;
	
}
#ph
{
	position:absolute;
	width:9%;
	height:16%;
	left:0%;
	top:0%;
	z-index:1001;
	
}
#ph1
{
	position:absolute;
	width:9%;
	height:16%;
	left:0%;
	top:30%;
	z-index:1001;
	
}
#ph1 img
{
width:100%;
	
}

#menu
{
position: absolute;
width:100%;
height:10%;
left:0%;
top:12%;
}
h3
{
	font-size: 18px;
	color: #107A94;
	font-style: normal;
	font-weight: normal;
}
#milieu a {
	font-size: 11px;
	color: #847DA9;
	text-decoration:underline;
	}
	
	hr{
	background-color: #CCCCCC;
	height: 5px;
	}
	
	#carte
	{
	position:relative;
	width:60%;
	height:50%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F4F4F4;
	}
#ligne
{
	background-color: #999999;
	height: 20px;
	width: 5px;
}
