/* CSS Document */
body {
	margin: 0;
	background-image: url(img/fond.jpg);
	background-repeat: repeat-x;
	background-position: inherit;
}
body,td,th {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	/*color: #efe3c3;*/
	color: #FEECAF;
	text-decoration: none;
}
.liens {  
	font-family: Trebuchet MS, sans-serif; 
	color: #FFCC33; 
	text-decoration: none;
	
}
.liensunderline {  
	font-family: Trebuchet MS, sans-serif;
	color: #FFCC33; 
	text-decoration: underline;
	
}
.liensunderlineorange {  
	font-family: Trebuchet MS, sans-serif;
	color: #FF9900; 
	text-decoration: underline;
	
}
.Style1 {
	/*color: #efe3c3;*/
	color: #FEECAF;
	letter-spacing: 2pt;
}
.Style2 {
	color: #FFCC33;
	letter-spacing: 1pt;
}
.Style3 {
	color: #FEECAF;
	letter-spacing: 1pt;
}
.Style4 {
	color: #FF9900;
	letter-spacing: 1pt;
}
.Style1pt {
	/*color: #efe3c3;*/
	color: #FEECAF;
	font-size: 11px;
	letter-spacing: 1pt
}

.flottante {
	margin: 2px;
	float: left;
	width: 68px;
	height: 68px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
}
.displayFlottant {
	margin: 2px;
	float: left;
	width: 400px;
	height: 400px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	
}
.titreFlottant {
	margin: 2px;
	float: left;
	width: 68px;
	height: 68px;
	text-align: right;
}
.texteFlottant {
	margin: 2px;
	float: left;
	width: 144px;
	height: 68px;
	text-align: left;
	line-height: 16px;
	border-top: solid;
	border-right: solid;
	padding-left: 3px;
	/*border-style: solid; */
	border-width: 1px;*/
}

.conteneur {
	position: absolute;
	bottom: 50px;
	left: 85px;
	right: 15px;
	z-index: 2;
	
}
.piedDePage {
	position: absolute;
	bottom: 0px;
	left: 85px;
	right: 15px;
	z-index: 2;
	
}
.deco{
	background-image: url(img/deco.jpg);
	height: 100%;
	width: 55px;
	position: absolute;
	top: 0px;
	left: 9px;
	z-index: 1;
	
}
hr {
	clear: both;
	visibility: hidden;
}
