@charset "utf-8";
/* CSS Document */

/** RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

ul { list-style:none; }

/** FIN RESET **/

/** TEMPLATE **/
img,div{behavior:url("../iepngfix.htc");}
input,textarea{position:relative;z-index:60;}
body{
	background-color:#000;
	background:url(../images/background.jpg) #0A0A0C top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
}
#global { 
  margin-left: auto; 
  margin-right: auto; 
  width: 900px; 
  text-align: left; /* on rétablit l'alignement normal du texte */ 
  position:relative;
}
#header{
position:relative;
height:107px;
}
#logofim{
padding-top:20px;
position:absolute;
z-index:10;
}
#menufim{
padding-top:70px;
position:absolute;
padding-left:665px
}
#cadre{
padding-bottom:20px;
}
#centre{
background:url('../images/spirale.png') top center no-repeat;
background-color:#000;
padding-top:30px;

z-index:20;
}
#cadre_small_contenu{
background:url(../images/fond_cadre_small.png) top center repeat-y;
width:305px;
z-index:10;
}
#cadre_big_contenu{
background:url(../images/fond_cadre_big.png) top center repeat-y;
width:390px;
}

#cadre_small_contenu form{
padding:15px;
color:#FFF;
font-size:12px;
}
#cadre_big_contenu form{
padding:15px;
color:#FFF;
font-size:12px;
z-index:30;
}
#cadre_big_contenu p{
padding:15px;
color:#FFF;
font-size:12px;
}
#cadeaux{
position:absolute;
top:370px;
left:200px;
}
div.petit_texte_gauche{
color:#fff;
font-size:10px;
width:200px;
text-align:justify;
padding-top:20px;
}
div.grand_texte_gauche{
color:#fff;
font-size:10px;
text-align:justify;
padding-top:20px;
width:220px;
padding-right:180px;
}
#footer{
text-align:center;
color:#333;
}
#footer a{
color:#666;
text-decoration:none;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left:  25%;
	width: 300px;
	height: 150px;
	padding: 16px;
	border: 2px solid blue;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align:left;
}