html,body{
	 height:100%;
}

body {
	margin: 0px; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	padding: 0px;
	background-color: #DFD0AB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

#global_horz {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color: #B3C1C6;
}
#global_vert {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 530px;
     margin-top: -265px; /* moitié de la hauteur */
     margin-left: -400px;
}
#global_vert_popup {

     position:absolute;
     left: 50%; 
     top: 50%;
     width: 400px;
     height: 500px;
     margin-top: -200px; /* moitié de la hauteur */
     margin-left: -200px;
}
#global_horz p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 1em;
	padding-bottom: 3px;
	padding-left: 1em;
}
#global_horz a {
	font-weight: bold;
	color: #6B9196;
	text-decoration: none;
}
#global_horz a:hover {

	font-weight: bold;
	color: #6B9196;
	text-decoration: underline;
}
#global_horz h2 {
	font-size: x-small;
	margin: 0px;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#global_vert_plan {

     position:absolute;
     left: 50%;
     width: 589px;
     height: 552px; /* moitié de la hauteur */
     margin-left: -295px;
}
#global_vert_planb {
	position:absolute;
	left: 50%;
	width: 589px;
	height: 552px;
	margin-top: -276px; /* moitié de la hauteur */
	margin-left: -295px;
	top: 50%;
}

