﻿body {
	background : url('css/gfx/FdEcran.jpg') repeat-x fixed;
	margin : 0;
}

#fixe-haut {
	background : #6c123c url('css/gfx/fond-head.gif') repeat-x;
	height : 150px;
	left : 0;
	position : fixed; 
	top : 0;
	width : 100%;
	z-index:999;
}

#fixe-haut p {
	font : bold italic 48px times new roman, serif;  
	margin : 0 auto;
	padding-top : 0px;
	width : 900px;
}

#fixe-bas {
	background : #f0f0f0; 
	border-top : 2px solid #aaaaaa;/**#dedede;**/
	bottom : 0;
	height: 40px; 
	width:100%;
	left: 0px; 
	position : fixed;
	visibility: visible;
	width : 100%;
	z-index:10;
}

#fixe-bas p {
	font : bold 28px verdana, sans-serif;
	margin : 0;
	padding-top : 0px;
	text-align : center;
	color: #CCA6CE;
}

#container-principal {
  background-image: url('../img/11.png');
	font : normal 12px verdana, sans-serif;
	left: 0px; 
	margin-left: auto;
	margin-right: auto;
	padding : 0 0 0 0;
  position : absolute;
	text-align: center;
	top: 188px;
	width : 900px;
	z-index:0;
}
