/* CSS Document NL - Cadre photo de droite Tarifs*/
#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;
}
table {
	margin:auto}
.bantable {
	background-color:#FF9933;
	background-image:url(../images/Scan/orangefaq.jpg);
	background-repeat:no-repeat;
}
.sstitretable {
	background-color:#FFCC66;
	font-weight:bold;
}
table { 
	border-width: thin;
	border-style: solid;
	border-color: #FF9933;
	
}

td {
	border-width: thin;
	border-style: solid;
	border-color: #FFCC66;
}


