@charset "utf-8";

body
{
   background: #330000;
}


#container
{
	position :    absolute;		/* On décide où placer notre image */
	background:black;
	width :          750px;		/* Largeur de notre image */
	left :             50%;		/* Image décalée du bord gauche de la moitié de la largeur de l'écran */
	margin-left :    -373px;		/* Puis on l'y rapproche de la moitié de la largeur de l'image pour la centrer */

	top:35px;
/*	height :         600px;		/* Hauteur de notre image */
	/*top :              50%;		/* Image décalée du bord haut de la moitié de la hauteur de l'écran */
	/*margin-top :     -298px;*/

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;

    border:2px solid;

}


#centre {
	width:596px;
	height: 446px;
	float:left;
	

    border:2px solid black;
}

#gauche {
	float: left;
	width:75px;
	height: 450px;
	z-index:0;
}

#haut {
	width: 750px;
	height: 75px;
	z-index:0;
}

#droite {
	float:left;
	width:75px;
	height: 450px;
}


#bas {
	width:750px;
	height: 75px;
	float:left;
}

.miniature
{
	width:71px;
	height:71px;
	float:left;

	border:2px solid black;
	
	opacity:0.7;
}


span:hover .miniature
{
	opacity:1;
}

span:hover .grande
{
	position:relative;
	width:596px;
	height:446px;
	display: inline;
	position: absolute;
	left: auto;
	top: auto;
	left:50%;
    margin-left:-298px;	
    top:50%;
    margin-top:-223px;
	z-index:1;
	
	
	
}

.grande
{
	
	display: none;
}

.fond
{
	position:relative;

	margin:10px;		
	background-color: #330000;
	opacity:0.7;			/* Transparence légère */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	z-index:10;
	padding: 1px;
	color:#ffcc33;
}


#container #centre img
{
	position:absolute;
	width:596px;
	height:446px;

	z-index:0;
	
}

#centre h1,h2,p
{
	text-align: center;
	margin: 0px;		
}

.onglet
{
	background:#330000;
	color:#FFF;
	position:relative;
	margin-left:50px;
	display:inline;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	z-index:10;
	padding: 10px;
	
	opacity: 0.7;
	
}

#text
{
	position:relative;
	margin-left:70px;	
	margin-right:70px;
	background:url(images/fondgris.png);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	z-index:inherit;
	padding: 5px;
	
	
}

#text h3
{
	margin:10px;
}

.onglet a
{
	text-decoration:none;
	color:#FFF;

}

.onglet:hover
{
	opacity: 1;	
}

#langue
{
	background:black;
	position :    absolute;		/* On décide où placer notre image */
	width :          135px;		/* Largeur de notre image */
	left :             75%;		/* Image décalée du bord gauche de la moitié de la largeur de l'écran */
	margin-left:     -75px;
	height :         20px;		/* Hauteur de notre image */
	top :              15px;		/* Image décalée du bord haut de la moitié de la hauteur de l'écran */
}

h2
{
	font-size: 22px;
}

#footer
{
	background:black;
	position :    absolute;		/* On décide où placer notre image */
	width :          750px;		/* Largeur de notre image */
	left :             50%;		/* Image décalée du bord gauche de la moitié de la largeur de l'écran */
	margin-left:     -371px;
	height :         15px;		/* Hauteur de notre image */
	top :              635px;		/* Image décalée du bord haut de la moitié de la hauteur de l'écran */
}


#footer p, #footer a {
	margin: 0; 
	padding: 0; 
	font-size:9px;
	text-decoration:none;
	color: #333;
}