body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
}

#ban {
	width:800px;
	height:25px;
}

a {
	text-decoration: underline;
	color: #0E4E9D;
}

a:hover {
	text-decoration: none;
	color: #494747;
}


input {
	border:1px solid #3C3A3A;
}

/* Effet glossy sur H1 et H2 

h1, h2 {
	  font: bold 300%/100% "Lucida Grande";
	  position: relative;
	  color: #000;
	}
	
	h2 {
		font-size: 150%;
		color:#0066EE;
	}
	
	h1 span, h2 span {
	  background: url(gradient-glossy.png) repeat-x;
	  position: absolute;
	  top:3px;
	  display: block;
	  width: 100%;
	  height:27px;
	}
	
	h2 span {
	  top: 0px;
	  background: url(gradient-white.png) repeat-x;
	  height: 14px;
	}
	
*/	

#test {
	border:1px;
}

#raison {
	text-align:center;
	width:800px;
}

#raison1, #raison2, #dev_raison1, #dev_raison2 {
	margin-right: 10px;
}

#raison1, #raison2, #raison3 {
	float:left;
	width:260px;
	height:138px;
	border:0px;
}

#dev_raison1, #dev_raison2, #dev_raison3 {
	float:left;
	width:260px;
	border:0px;
	text-align:justify;
	font-size:12px;
}

.img_raison {
	width: 70px;
	height:70px;
	border: 1px solid #000000;
	float:left;
	margin-left:3px;
	margin-right: 11px;
	margin-bottom:3px;
}




#raison1 {
	background-image: url("../images/ventes_directes.png");
}

#raison2 {
	background-image: url("../images/visibilite.png");
}

#raison3 {
	background-image: url("../images/accueil.png");
}

#footer {
	background-image: url("../images/ban_allo_dispos.png");
	width:800px;
	height:128px;
}

#contact {
	background-color: #A71218;
	text-align:left;
	width:783px;
	height:125px;
	clear:both;
}

	
	
	
	