#page   
   {
     position: absolute;
     width: 968px;        /* selon la largeur voulue */
     margin-left: -484px; /* moitie de width */
     left: 50%;           /* constant, toujours 50% */
     height: 674px;       /* selon la quantite de texte */
     margin-top: -337px;   /* moitie de height */
     top: 50%;            /* constant, toujours 50% */
     border: 1px solid #333;
     background-color: #eee;
   }
   #contenu { margin: 1em; }
.conteneurCentre 
{
	text-align: center;
	width: 100%;
}
.centre 
{
	margin-left: auto;
	margin-right: auto;
	width: 968px;
	height: 465px;
	text-align: left;
	margin-top:-1px;
	padding-top:-1px;
}
.bouton 
{
	vertical-align:5%;
}
.test
{
	width:650px;
	height:379px;
	overflow:auto;
	white-space:nowrap;
	border:solid 2px pink;	
}
.galerieApparent
{
	background-position:center;
	background-repeat:no-repeat;
	width:190px;
	float:left;
	height:298px;
	vertical-align:bottom
}
.transparent
{
filter: alpha (opacity=30);
-moz-opacity: .3; 
opacity: 0.3;
}
.opaque
{
filter: alpha (opacity=100);
-moz-opacity: 1; 
opacity: 1;
}
a{color:Black}
a:hover{color:Red}
a:active{color:Red}
a:visited{color:Black}
	


