/* CSS Document */

.body {
	margin-top:0;
	margin-left:0;
	background-color:#FFFFF;
	text-align:center; /* for IE */ 
}

.container {
	position: relative; /* on positionne le conteneur */ 
	margin-left: auto; 
	margin-right: auto; 
	width:950px;
	height:594px;
	background-color:#FFFFFF;
	text-align:left; /* reset text alignment */  
}
.textePage {
	color: #005f30;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.cadrePrincipal{
	position:absolute;
	left:23px;
	top:6px;
	width:905px;
	height:568px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:15;
}


.partieGauche {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:594px;
	background-color:#FFFFFF;
	z-index:10;
}

.partieCentre{
	position:absolute;
	left:40px;
	top:0px;
	width:905px;
	height:594px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:9;
}
.partieDroite {
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:594px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}

.partieGauche1 {
	position:absolute;
	background-image:url(images/Gauche_1.gif);
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}

.partieGauche2 {
	position:absolute;
	background-image:url(images/Gauche_2.gif);
	background-repeat:repeat-y;
	left:0px;
	top:40px;
	width:40px;
	height:514px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}

.partieGauche3 {
	position:absolute;
	background-image:url(images/Gauche_3.gif);
	left:0px;
	top:554px;
	width:40px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}

.partieCentre1 {
	position:absolute;
	background-image:url(images/Centre_1.gif);
	background-repeat:repeat-x;
	left:0px;
	top:0px;
	width:905px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:5;
}
.partieCentre2 {
	position:absolute;
	left:-17px;
	top:6px;
	width:905px;
	height:570px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:5;
}

.partieCentre4 {
	position:absolute;
	background-image:url(images/Centre_4.gif);
	background-repeat:repeat-x;
	left:0px;
	top:554px;
	width:905px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:5;
}

.partieDroite1 {
	position:absolute;
	background-image:url(images/Droite_1.gif);
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}

.partieDroite2 {
	position:absolute;
	background-image:url(images/Droite_2.gif);
	background-repeat:repeat-y;
	left:0px;
	top:40px;
	width:40px;
	height:514px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}

.partieDroite3 {
	position:absolute;
	background-image:url(images/Droite_3.gif);
	left:0px;
	top:554px;
	width:40px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:0px;
	z-index:10;
}