body {
     margin: 0; /* pour éviter les marges */
	 padding: 0px;
    /* text-align: center;*/ /* pour corriger le bug de centrage IE */
	 min-height: 708px;
	 background-color: #898a8c;
     }

.globalintro {
    margin-left: auto;
    margin-right: auto;
    /*width: 758px;*/
    /*text-align: left; /* on rétablit l'alignement normal du texte */
	padding-top: 25px;
	position:relative;
}

.containerintro {
	margin: auto;	
	width:933px;
	height:706px;
	border-bottom : 1px solid white;
}

img {
	border:0px;
}

#gauche {
	float: left;
	
}

#barre_gauche {
	float: left;
	width : 16px;
	background-color: #898a8c;
}

#barre_droite {
	float: left;
	width : 16px;
	background-color: #898a8c;
}

#block_text {
	float: left;
	width : 510px; 
	background-color: #898a8c;
}


.texte {
	color: white;
	font-family: verdana;
	font-size: 14px;
	margin-left: 25px;
	margin-right: 25px; 
	font-style: italic;
	text-align: justify;
}

#menu{
	clear: both;
	width: 380px;
	margin:auto;
	padding-top: 10px;	
}

.menu-over{
	font-size: 24px;
	font-family: times new roman;
	/*font-weight: bold;*/
	font-style: italic;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

li a{
	background-image: url("/images/menu.jpg");
	text-decoration: none;
	color: black;
	letter-spacing: 7px;
	display: block;
	padding-left: 25px;
	height: 30px;
	background-repeat: no-repeat;
}

li a:hover{
	background-image: url("/images/menu-over.jpg");
	text-decoration: none;
	color: white;
	letter-spacing: 7px;
	display: block;
	padding-left: 25px;
	height: 30px;
	background-repeat: no-repeat;
}
