*/* CSS Document */
#Centre {
	background-color : #000000;
	border-left : 5px solid #000000;
	border-right : 10px solid #000000;
	width : 1100px;
	height : 500px;
	display : block;
}
#Contact {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #DDDDDD;
	position:relative;
	float:left;
	left : 120px;
	top : 50px;
}
#Contact a:link, #Lien a:visited{
	color : #DDD;
	text-decoration : none;
}
#Contact a:hover {
	color : #00FFFF;
	/*font-weight : bold;*/
	text-decoration : none;
  }
#Lien {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #DDDDDD;
	position:relative;
	float:left;
	left : 320px;
	top : 50px;
}
#Lien a:link, #Lien a:visited{
	color : #DDD;
	text-decoration : none;
}
#Lien a:hover {
	color : #00FFFF;
	/*font-weight : bold;*/
	text-decoration : none;
  }
.TitreContact {
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color : #FF3300;
	font-size : 12pt;
	padding-left:0px;
	padding-right:5px;
	padding-bottom:0px;
}


