@charset "utf-8";
/* CSS Document */

.my-body { 
	background-color:#3e6d93;
	background-image:url(../_images/_fond_ecran/fond_ecran_800.jpg); 
	background-repeat:repeat-x; 
	background-attachment:fixed; }

.my-enveloppe-ext 
	{ 
	width:930px;
	margin:auto; 
	}
	
.my-enveloppe-int 
	{ 
	width:900px;
	margin:auto; 
	}
	
.my-cent-pct-large
	{ 
	width: 100%;
	}
	
.my-cent-pct-hauteur
	{ 
	height: 100%;
	}
	
.my-no_text-decoration
	{ 
	text-decoration:none;
	}
	
.my-feux1 { position: absolute; left: 250px; top: 150px; }
.my-feux2 { position: absolute; left: 100px; top: 250px; }
.my-feux3 { position: absolute; left: 450px; top: 180px; }
.my-feux4 { position: absolute; left: 217px; top: 200px; }
.my-feux5 { position: absolute; left: 550px; top: 175px; }

.my-compteur-jour { position: absolute; left: 60px; }
.my-compteur-hr   { position: absolute; left: 165px; }
.my-compteur-min  { position: absolute; left: 270px; }
.my-compteur-sec  { position: absolute; left: 370px; }

/* Compteur a rebour */
#holder			{ width:450px; font-size:18px; height: 150px;  top: 20px; }
#timer 			{ top: 0px; left: 0px; width: 420px; height: 105px; }
#note 			{ top: 6px; height: 20px; width: 260px; }
.title 			{ width: 30px; }

.my-map-canvas { position:relative; width:466px; height:350px; left:220px; border:1px solid #000; box-shadow:10px 10px 5px rgba(0,0,0,0.6); z-index:2; }

.my-scroll-bar { overflow: auto; }



