#centre {
	background: url("../images/fond_contact.gif") repeat-y;
	z-index:1;
}

/* POUR LES PAGES INTERNE */ 

#topContact {
	width: 785px;
	height: 38px;
	background-image: url("../images/top_contact.jpg");
 	}
 	
#leftContact {
	width: 123px;
	float: left ;
	height: 350px;
	background: url("../images/left_contact.jpg") no-repeat top;
	z-index:2;
 	}
 

	
#Contact {
	width: 468px;
	float: left ;
	padding-left: 30px;
	padding-right: 10px;
	font: 13px/17px arial,sans-serif ;
	color: #1a171b;
	/* background-color : blue ; */
 	}

#rightContact {
	width: 153px;
	float: left ;
	/* background-color : red ; */
	font: 11px arial,sans-serif ;
	color: #1a171b;
 	}
 	
#rightContact h1 {
	font: 27px arial,sans-serif ;
	color: #999;
	margin-top: 95px;
	margin-bottom: 10px;
	}
 	
#Contact h1 {
	font: 33px/33px arial,sans-serif ;
	color: #666;
	font-weight: bold ;
	width: 446px;
	border-bottom: 1px solid #666666;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#Contact p {
	width: 446px;
	font: 13px/17px arial,sans-serif ;
	color: #1a171b;
	}
	
#Contact p a {
	color: #0066cc;
	text-decoration: underline;
	}
	
#Contact td {
	font: 12px arial,sans-serif ;
	color: #666;
	font-weight: bold ;
	}
	
#Contact input.texte {
	height: 12px ;
	width: 309px;
	border: 1px solid #bbbbbb ;
	}
	
#Contact textarea {
	height: 50px ;
	width: 385px;
	border: 1px solid #666 ;
	}