/* CSS Référencement */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#defilant{
	width:950px;
	text-align:justify;
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	cursor:text;
}

#defilant a{
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	cursor:pointer;
}

#defilant a:hover{
	font-size:11px;
	color:#CCCCCC;
	font-weight:inherit;
	cursor:pointer;
}

#defilant ul li {
	display:inline;
}

#cadreaccueil {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	clear:both;
}

#cadreliens {
	position:absolute;
	bottom:-400px;
	text-align:justify;
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	cursor:text;
}

#cadreliens h1 {
	font-size:11px;
}

#cadreliens ul li {
	display:inline;
}

#cadreliens a{
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	cursor:pointer;
}

#cadreliens a:hover{
	font-size:11px;
	color:#CCCCCC;
	font-weight:inherit;
	cursor:pointer;
}