#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -450px; /* moitié de la largeur */
     }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #0A6AA0 ;
    scrollbar-shadow-color: #085580;
    scrollbar-highlight-color: #0F9DED;
    scrollbar-3dlight-color: #8fbc8b;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #C2DEED;
    scrollbar-arrow-color: #eee8aa;
}
.cadreTxt {
	border: 2px solid #194886;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #194886;
	text-decoration: none;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 899px;
	height: 383px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #194886;
	text-decoration: none;
}
.bordure {
	border: 2px solid #194886;
}


.txtCadreTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0A6AA0;
}

div#blocTxt {
	width: 349px;
	height: 176px;
	overflow: auto;
	padding: 7px;
	text-align: justify;
	background-image: url(../images/grille.jpg);
      }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	color: #0A6AA0;
	text-decoration: none;
}

.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 2px solid;
	border-color:#194886;
	padding: 10px;
	text-align:justify;
	font-family: Verdana, Arial;
	font-size: 10px;
	color:#194886;
	background-color: #EAF1FB;
	width: 260px;
}

