body{
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('../images/background.jpg');

	
}
#maPage{
	/*	if internet explorer*/
	width: 950px;
	height: auto;
	margin: 31px auto 30px auto;
	text-align: left;
	display: block;
}
#header{
	width: 100%;
	height: 101px;
	/*background-color: blue;*/
}
#navigation{
	width: 100%;
	height: 46px;
	/*background-color: fuchsia;*/
}

#navigation div{
	float: left;
	height: 46px;
}
.itemSelected{
	background-image: url('../images/ItemNavigationHover.png');
	background-repeat: repeat-x;
}
.itemHover{
	background-image: url('../images/ItemNavigationHover.png');
	background-repeat: repeat-x;
}
.sousItemNavigation{
	background-color: #C63B7B;
	position: absolute;
	z-index: 999;
}
.sousItemLien{
	line-height: 30px;
	width: 100%;
	text-decoration: none;	
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
	z-index: 999;
	color: #fff;
	
}
.lienNavigation{
	line-height: 45px;	
	text-decoration: none;	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	z-index: 999;
	color: #fff;
	
	
}


#contenu{
	background-color: white;
	width: 100%;
	min-height: 500px;
	height: auto;
	overflow: visible;
	padding: 0px;
}

#piedPage{
	display: block;
	width: 100%;
	height: 65px;
	background-image: url('../images/backgroundFooter.png');
	background-repeat: repeat-x;
}
#footer{
	text-align: left;
	height: 65px;
	width: 70.45%;
	margin: auto auto;

}

/* Le slider */

#s3slider {
   width: 950px; /* important to be same as image width */
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   top: 0px;
   left: 0px;
   z-index: 19;
}
#s3slider ul,li{
	list-style: none;
	z-index: 20;
}
#s3sliderContent {
	z-index: 21;
   width: 950px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: -16px; /* important */
   margin-left: -40px; /* important */
   /* IE7, IE8 */
   top/*\**/: 0px\9; /* important */
   margin-left/*\**/: 0px\9; /* important */
   
}

.s3sliderImage {
	z-index: 22;
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   top: 0px; /* important */
   left: 0px; /* important */
}

.s3sliderImage span {
	z-index: 23;
   position: absolute; /* important */
   top: 20px;
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 150px;
   background-color: #000;
   filter: alpha(opacity=50); /* here you can set the opacity of box with text */
   -moz-opacity: 0.5; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.5; /* here you can set the opacity of box with text */
   opacity: 0.5; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

/* Forum */

#headerForum{
	line-height: 50px;
	width: 100%;
	background-color: silver;
	height: 50px;
	
}
#BlockNewsLetter{
	margin-left: auto;
	margin-right: auto;
	background-color:#27baf2;
	width:283px;
	z-index: 300;
}
