body {
	/*margin: auto auto auto auto; margin: 0;
	padding: 10px;*/
	/*background-image: url(Drapeau_1024X768.jpg) no-repeat;*/
	font: normal small "Times New Roman", Times, serif;
	color: #000000;
	background: url(img/backNoel.jpg) repeat-x;
	background-position: center;
	background-color: Black;
}

#tout {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 982px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -491px; /* moitié de la largeur */ 
     }


#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 982px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -491px; /* moitié de la largeur */ 
	  /*background: url(img/rouge_noir.jpg) no-repeat;*/
	  background: url(img/rouge_noir.jpg) no-repeat;
     }
	  
	  
	  #sousGlobal {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 878px;
     height: 496px;
     margin-top: -248px; /* moitié de la hauteur */
     margin-left: -439px; /* moitié de la largeur */ 
	
     }
	  
#animFlash{
	width: 100%;
	height: 100%;
	z-index: 1;
}	  
	  
	  
	  #drapeau {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 878px;
     height: 476px;
     margin-top: -248px; /* moitié de la hauteur */
     margin-left: -439px; /* moitié de la largeur */ 
	  padding-top: 20px;
	 
	 /* background: url(img/drapeau.jpg) no-repeat;*/
     }

/* Header */

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 447px;
	height: 115px;
	margin: 0 auto;
	background: url(img/logo.jpg) no-repeat;
	
}

/* Content */

#texteDefilant {
	position: relative; /* on positionne le conteneur */
	width: 447px;
	height: 18px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom:10px;
	background: url(img/defilant.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#zoneTexte {
	
	position: relative; /* on positionne le conteneur */
	width: 447px;
	height: 190px;
	margin: 0 auto;
	padding-top: 10px; /*padding-bottom:20px;*/
/*margin-bottom: 10px;*/
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: Blue;
	text-decoration: none;
	font-size: 9pt;
	
}

a:hover {
	text-decoration: none;
	color: Red;
}

b {
	color: Red;
	font-size: 12pt;
	text-decoration: underline;
}

h1 {
	text-align: left;
	letter-spacing: -.075em;
	font-size: 14pt;
	color: #003366;
	font-style:normal;
	font-family:"Futura Md";
	font:"Futura Md";
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.1em;
	font-weight: bold;
	color: #9D9D9D;
}

h3 {
	color: #003366;
	font-size: 10pt;
	text-align: justify;
	line-height: 10pt;
	font-style:normal;
	
}

h4 {
	color: #CC0000;
	font-size: 11pt;
	text-align: justify;
	line-height: 9pt;
	font-style:normal;
}

h5 {
	color: #003366;
	font-size: 10pt;
	text-align: center;
	line-height: 11pt;
	font-style:normal;
}


#scroll {
	overflow: auto;
	height: 186px;
	padding-right:10px;
}


/* Menu */

#clavier{
	width: 100%;
	height: 100%;
	z-index: 1;
}	


#menu {
	position: relative;
	margin-left: auto;
   margin-right: auto;
   /*padding-top:20px;*/
	width: 448px;
	height: 38px;
}

#musicEqualizer {
	float: right;
	width: 32px;
	height: 32px;
}

#cliquezEtoile {
	float: left;
	width: 200px;
	height: 80px;
	margin-left: 5px;
	margin-right: 10px;
}

#copyrigth {
	float: right;
	margin-top: 600px;
	margin-right: 20px;
	height: 30px;
	color: #00B4B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 60px;
	height: 40px;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 1.8em;
	color: #000000;
}

#menu .first a {
	background: none;
}

#menu a:hover {
}




#leftImg
{
float:left;
padding: 0 0px 0px 0;
}



#lightbox{
	background-color:#eee;
	font-size: 15px;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


