body
{
background-color:#f69e00;
  margin: 0; /* pour éviter les marges */ 
  text-align: center; /* pour corriger le bug de centrage IE */
}
#global
{
width: 1000px;
max-width:1000px;
min-width: 1000px;
height: 600px;
max-height:600px; 
min-height:600px;
background: red;

  position:absolute; 
  left: 50%;  
  top: 50%; 
 
  margin-top: -300px; /* moitié de la hauteur */ 
  margin-left: -500px; /* moitié de la largeur */ 
}
.poster
{
width:648px;
height:600px;
background:white url(../imgs/pub_accueil.png) no-repeat left;
float: left;
}
.present_picture
{
width:348px;
height:600px;
background: white;
float: left;
}
.commande a
{
color:#f69e00;
}
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
.let_motiv
{
width:348px;
height:85px; 
background: white url(../imgs/let_motiv.png) no-repeat left;
}
.contener
{
width: 100%;
height: 600px;
background: white;
border: 1px solid white;
}
.thumb
{
width: 100%;
height: 410px;
}
.slideshowContainer
 {
	border: 1px solid white;
	width: 300px;
	height: 400px;
	background:white;
}

.loading
 {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail 
{
	outline: none;
	margin-left: 0px;
}

.slideshowThumbnail img 
{
	border: 1px solid #FF6600;
	background: white;
	padding: 4px;
}

a:hover.slideshowThumbnail img 
{
	border: 1px solid white;
	padding: 4px;
}
a
{
color: white;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.current img 
{
	border: 1px solid red;
	padding: 5px;
}

.outline 
{
	border: 1px solid white;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 135px;
	float: left;*/
}

/*************************************************************/
