/* CSS Document */

/* hide from ie on mac \*/
html {
/*	height: 100%;
	overflow: visible;*/
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#logo {
	position:absolute;
	top : 0;
	
	left : 50%;
	margin-left : -430px;
	
	
	z-index:50;
}

#contenu {
	position : absolute;
	top : 90px;
	
	left : 50%;
	margin-left : -440px;
	
	width : 880px;
	height : 530px;
	
	z-index:100;
}


#colonne_0 {

	position : absolute;
	left : 0;
	top: 0;
	height: 550px;
	width : 480px;

}



#colonne_1 {
	height: 100%;
	position : absolute;
	top : 0;
	left : 500px;
	width : 380px;
}

#colonne_2 {
	z-index : -100;
	position: absolute;
	top : 500px;
	left : 20px;
	height : 189px;
	width : 764px;
	margin-left : 70px;
	margin-top : 20px;	
}

#btn_retour {
	position : absolute;
	top : -60px;
	left :740px;
}

img{
	border:0;
}



#siteWrapper{
	position: relative;
	width: 100%;
}

#preSite{
	background: #FFF url(../images/bg_banner.gif) repeat-x;
	height:112px;
	position:relative;
	width:100%;
}

#ad_banner{
	height: 90px;
	margin: 10px auto;
	width:728px;
}
#ad_bigbox{
	height: 270px;
	left: 50%;
	margin-left: -125px; /* should be -125px */
	position: absolute;
	top: 740px;
	width:300px;
}