/* CSS Document NL - Cadre photo de droite Liens*/
#Contenant {
	position: absolute;
	top: 320px;
	left: 12%;
	width: 75%;
	height:auto;
	border: 2px solid #FF9933;
	display:block;
	-moz-border-radius: 15px;	
}

h1 {
	position: absolute;
	top:220px;
	left: 12%;
	width: 73%;
	height:auto;
	font-size: 2em;	
	font-weight: bold;
	color:#FF3366;
	text-align:center;
	padding:1% 1% 1% 1%;
	border: 2px solid #FF9933;
	-moz-border-radius: 15px;
	
}

.lienssimple {
	color:#FF6633;
	font-weight:bold;
	text-decoration:none;
}
.lienssimple:hover {
	color:#FF9933;
	font-weight:bold;
	text-decoration:none;
}
.banpart {
	border: 4px solid #FF9933;
	width:506px;
	height:110px;

}
.banpart:hover {
	border: 4px solid #FFCC66;
	width:506px;
	height:110px;

}

