@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #504e53;
	outline:none;
}
body {
	background-image: url(../WD_IMAGES/pageAccueil/bgBodyAccueil.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


a img { border:none;}

#containerAccueil {
	width: 985px; 
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 560px;
}

table {
	margin: 0px;
	padding: 0px;
}
#rubriques {
	position: absolute;
	left: 95px;
	top: 300px;
}
#rubriques a:hover { cursor:pointer; }
#texteAccueil {
	width: 355px;
	position:absolute;
	text-align:justify;
	right:58px;
	top:250px;
}
#bottom { text-align:right; position:absolute;bottom:-20px;right:55px; color:#999999 }#bottom a {
	color: #333333;
	text-decoration: underline;
}
#bottom a { color:#666666;}
#bottom a:hover { color:#CCCCCC; text-decoration:none;}
