/* général */
body {
	background: #5C5B60;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	}

#bande_haut {
	width:1000px;
	height: 200px;
	position:relative;
	margin: 0px auto;
	padding: 0;
	background: url("images/haut.jpg") no-repeat;
	}
#bande_bas {
	width:1000px;
	height: 50px;
	position:relative;
	margin: 0px auto;
	padding: 0;
	background: url("images/bas.jpg") no-repeat;
	}	
#accueil {
	width:314px;
	height:90px;
	position: absolute;
	top: 66px;
	left: 348px;
	}
#main {
	width:1000px;
	height: auto;
	position:relative;
	margin: 0px auto;
	padding: 0;
	background-color: #ffffff;
	clear: both;
	}

	
#col_gauche {
	width:130px;
	height: auto;
	margin: 10px;
	padding: 0;
	float: left;
	}
#col_central {
	width:630px;
	height: auto;
	margin: 10px;
	padding: 0;
	float: left;
	text-align: center;
	}
#col_droite {
	width:180px;
	height: auto;
	margin: 10px;
	padding: 0;
	float: right;
	}
	

/* banniere horizontale immopub */
	
.bann {
	width:640px;
	height:124px;
	margin: 20px auto;
	padding: 0;
	background: url("images/imbann.gif") no-repeat;
	}		

.bann1 {
	float: left;
	width:440px;
	height:112px;
	margin: 2px;
	padding: 4px 0px 4px 0px;	
	}	
	
.bann2 {
	float: right;
	width:160px;
	height:112px;
	margin: 2px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	}

.banntexte1 {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}	

.banntexte2 {
	color: #404040;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	}
	
.gauche {
	text-align: left;
	}	
	
		
a {
	color: #B10037;
	}	
	
a:hover {
	color: #919095;
	}
	

   
.gras {
	font-weight: 600;
	}
		
a img {
	border: none;
	}
	
	
	



