/* 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 : -455px;
	
	
	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;

	width : 250px;
}

	#c0_about {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		color : #5d5d5d;
	}
	
	#c0_news {
		margin-top : 25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color : #5d5d5d;
	}

	#c0_contact {
		margin-top : 25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		color : #5d5d5d;
	}

	#c0_contact a{
		font-weight:bold;
		color : #3bb576;
		text-decoration:none;
	}

	#c0_contact a:hover{
		text-decoration:underline;
	}

#colonne_1 {
	position : absolute;
	top : 0;
	left : 270px;
	width : 480px;
	height:550px;
}


#colonne_2 {
	margin-top : -7px;
	margin-left : 780px;
	width : 100px;
	
}

#colonne_3 {
	z-index : -100;
	position: absolute;
	top : 500px;
	left : 20px;
	height : 189px;
	width : 764px;
	margin-left : 70px;
	margin-top : 20px;
	
}

#mailinglist_inset {
	position:absolute;
	top : 10px;
	right : 50%;
	margin-right : -490px;
	
	z-index:60;
}


input.text {
	position : absolute;
	top : 20px;
	left : 0px;
	padding : 0;
	margin : 0;
}

#submit-btn {
	position : absolute;
  top : 20px;
  left : 146px;
  margin: 0;
  border: 0;
  padding : 0;
  height : 20px;
  width : 19px;
  background: transparent url(../images/go.jpg) no-repeat center;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}


button {
	margin : 0;
	padding : 0;
	border : 0;
	border : none;	
}

#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: -165px; /* should be -125px */
	position: absolute;
	top: 740px;
	width:300px;
}