@charset "utf-8";

#ADCLOSE,#ADHEAD,#ADIMG,#AD,.adstyle1 {display:none}

# *{margin: 0;  
	padding: 0;
	outline:none;}

# html{height: 100%;}  

body {font-family : arial;
  font-size : 12px;
  height:100%;
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  background-image:url(../images/background.png);
  background-repeat:repeat-x;
}


/* ---------------------------------------------Page index.html--------------------------------------------- */

#banner {background-image:url(../images/banner_fond.png);
	width:100%;
	height: 165px;
	text-align:center;}

#global {margin:auto;
	width:980px;
	position:relative;
	height:100%;
	min-height: 100%;  
	margin: 0 auto;  
	padding: 0 4px 0 4px; /* padding à gauche et à droite pour l'ombre */
	filter: none;
	background: url('../images/ombre.png') repeat-y;
}
	
#menu {width:980px;
	height:50px;
	text-align:center;
	position:relative;
	background-color:#666;
	background-image:url(../images/menu_barre2.png);
	outline:0;}
	
#footerSlidesContainer	{background-image:url(../images/separator.png);
	height:59px;
	display:block;
	padding-left: 37px;
	padding-right:37px;
	padding-top: 15px;
	font-size: 0.85em;
	color:#949494;}
	
#big_bloc {color:#000;
	background-image:url(../images/background_bloc_left2.png);
	width:980px;
	height:100%;
	min-height:100%;
	position:relative;
	padding-bottom: 80px;}
	
#pub { width: 100%;
	height: 65px;
	color:#000;
	bottom: 0px;
	position:absolute;
	padding-top: 10px;
	background-image:url(../images/fondpub.png);
	text-align:center;}
	
#bloc_left {width:145px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	height:100%;
	left:auto;
	float:left;
	text-align:left;
	position:relative;}
	
#bloc_right {width:700px;
	height: 100%;
	color:#CCC;
	float:right;
	text-align:left;
	position:relative;}
	
#footer {width:980px;
	height:30px;
	background-image:url(../images/footer.png);
	position:relative;}
