/* d?but du hack "fixed" permettant de fixer le menu fixe sous IE */
/*body { /* red?fini les propri?t?s de toute la page */
	overflow-y: hidden ; /* fonction microsoft supprimant les ascenseurs sous IE */
	margin: 0; /* la marge du body est ? 0 pixels */
	padding:0;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
} /* marge int?rieure ? 0 pixels */
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et sup?rieur */*/

.content { /* boite prenant toute la page sauf le menu fixe*/
height: 100%; /* la hauteur de la boite occupe 100% de l'?cran */
overflow: auto} /* on rajoute un ascenseur droit ? la boite */
/* fin du hack "fixed" permettant de fixer le menu fixe sous IE */

.menu1 { /* menu fixe en bas de l'?cran */
position: absolute ; /* position du menu = par rapport ? la boite parent (ici le body) */
left:50% ;
margin-left: -50% ; /*pour aller avec le stype globalDiv*/
top: 10px ; /* Le bas du menu est ? 0 pixels du bas de l'?cran */
/*left: 20 ; La gauche du menu est ? 0 pixels du bas de l'?cran */
width: 15% ; /* largeur du menu = 98% de l'?cran */
height: 200px ; /* hauteur du menu = 20 pixels */
/*background-color : red ;*/ /* la couleur du menu */
/*border-top: solid black 1px}*/ /* Bordure haute du menu */
}

.comments {
	background-color: #e3e3e3;/*#f7ffcf;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.commentsOmbre {
	background-color: #bfbfbf;/*#f7ffcf;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#globalDiv {
	position:absolute;
	left: 50%;
	width:850px;
	height:750px;
	margin-top: 2%; /*set to a negative number 1/2 of your height*/
	margin-left: -40%; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3; /* #d4ffa8;*/
}

#globalDivOmbre {
	position:absolute;
	left: 50.3%;
	width:850px;
	height:750px;
	margin-top: 2.3%; /*set to a negative number 1/2 of your height*/
	margin-left: -40%; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #cfcfcf; /* #d4ffa8;*/
}


#globalDivEns {
	position:absolute;
	left: 50%;
	width:850px;
 	height:1650px; 
	margin-top: 5%; /*set to a negative number 1/2 of your height*/
	margin-left: -40%; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

#globalDivEnglish {
	position:absolute;
	left: 50%;
	width:850px;
	height:850px;
	margin-top: 2%; /*set to a negative number 1/2 of your height*/
	margin-left: -40%; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

#LongSupplementToGlobalDiv {
	position:absolute;
	left: 50%;
	width:850px;
	height:2200px;
	margin-top: 850px; /*set to a negative number 1/2 of your height*/
	margin-left: -40%; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

#LongSupplementToGlobalDivEnglish {
	position:absolute;
	left: 50%;
	width:850px;
	height:2200px;
	margin-top: 1300px; /*set to a negative number 1/2 of your height*/
	margin-left: -40%; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

body>.menu1 {position:fixed} /* annule le hack "fixed" pour les autres navigateurs que IE */

.boite {width:20% ; height:800px ; border:2px solid black} /* boite servant ? faire d?filer l'?cran, en d?bordant de la page */


