html * {
	margin: 0;
	padding: 0;
	/*border: 1px solid #C8788B;*/
	}

body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #FCFDFF;
}


#container {width: 620px; margin: 0 auto 0; padding: 0; 
  position: relative; text-align: left;}
  
#header {background:  url(../images/top.jpg) no-repeat center top;
  height: 105px; width: 620px;   top: 0px; left: 0px;}
  
#footer {
	display: block;
	float:left;
 	height: 15px; 
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #65738C;
	text-align:center;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6C3586;
	text-decoration: none;
}
  
#cel_flash {
	display:block;
	float:left;
	background:  url(../images/cel_flash.jpg) no-repeat left top;
  	height: 241px; 
	width: 620px;   
	/*top: 0px; 
	left: 0px;*/
}

#cel_haut {
	display:block;
	float:left;
	background:  url(../images/cel_haut.jpg) no-repeat left top;
  	height: 37px; 
	width: 620px;   
	top: 0px; 
	left: 0px;
}

#cel_centre {
	display:block;
	float:left;
	background:  url(../images/cel_centre.jpg) repeat-y left top;
	width: 620px;   
	top: 0px; 
	left: 0px;
	padding: 0px 0px 30px 40px;
}

#cel_bas{
	display:block;
	float:left;
	background:  url(../images/cel_bas.jpg) no-repeat left top;
  	height: 16px; 
	width: 620px;   
	top: 0px; 
	left: 0px;
}


#colGauche {
	display:block;
	float:left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9FA9B3;
}

#colGauche h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #86829D;
	font-weight: normal;
	margin-bottom: 15px;
}

#colDroite {
	display:block;
	float:right;
	width: 300px;
	height: 250px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C3586;
	background-image: url(../images/fdContact.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
}

#placeCoords {
	display: block;
	margin-left: 60px;
	margin-top: 100px;
}

#placeCoords a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C3586;
	text-decoration: none;
}


#placeCoords a:hover {
	color: #9C95DE;
}

