html,body {
margin: 0;
padding: 0;
background-color : black; 
}

p,ul,li,td {
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : white; 
/*background-color : white; */
}

h1 {
font-size : 13px; 
font-family :  Arial;
color : white; 
text-align: center;
padding-left:0px;
padding-right:0px;
margin-top:0px;
margin-bottom: 0
}

h2 {
font-size : 12px; 
font-family :  Arial;
color : white; 
text-align: center;
padding-left:15px;
margin-top:0px;
margin-bottom: 5
}

boutons {
font-size : 12px; 
font-family :  Arial;
color : white ; 
text-align: center;
z-index:1;
}
gauche {
text-align: left;
padding-left:5px;
}
droite {
text-align: left;
padding-left:505px;
}

a:link {color: white; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}

#zero {
	/*position:absolute;*/
	left: 0px;
	top: 0px;
	z-index:2;
	}


#global {
	position:absolute;
	left: -275px;
	top: 0px;
	width: 550px;
	height: 300px;
	margin-top: 20px; /* moitié de la hauteur */
margin-left: 50%; /* moitié de la largeur */
	/*border: 1px solid #333;*/
	background-color: #000000;
	visibility: visible;	/*border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;*/
}

#global2 {
	position:absolute;
	left: -400px;
	top: 0px;
	width: 800px;
	height: 600px;
	margin-top: 20px; /* moitié de la hauteur */
margin-left: 50%; /* moitié de la largeur */
	/*border: 1px solid #333;*/
	background-color: #000000;
	visibility: visible;	/*border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;*/
}


*.img {
width: 550px;
height: 400px;
margin: 0 auto; 
}



*.whitetitle_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: inherit;
	color: #FFFFFF;
}
*.Normaltext_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #660000;
	text-shadow: inherit;
}

A.Slink3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-shadow: inherit;
}

A.Slink3:hover {
	color:#FFFFFF;
}

*.Normaltext    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: inherit;
	color: #000000;
	text-shadow: inherit;
}

*.whitetitle    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: inherit;
	color: #FFFFFF;
}


/*A.Slink2 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-shadow: inherit;
}
A.Slink2:hover {
	color:#FFFFFF;
}
A.Slink {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-shadow: inherit;
}
A.Slink:hover {
	color:#FF9715;
}*/