@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%;
    text-align: center;
}

#header{
	border: 0px;
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width:1400px;
	height:168px;
	background-image:url("http://www.faffag.org/Fiche/FondTop.gif");
	background-repeat: no-repeat ;
}
#global{
	border: 0px;
	position: center;
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
}
#menu_gauche{
	border: 0px;
	float:left;
	position:relative;
	width: 200px;
	height:790px;
	background-color: transparent ;
	background-image:url("http://www.faffag.org/Fiche/M1/FondM1.gif");
	background-repeat: no-repeat ;
	overflow:auto;
}
#menu_droite{
	border: 0px;
	float:right;
	position:relative;
	height:790px;
	text-align:left;
	width: 224px;
	background-color: transparent ;
	background-image:url("http://www.faffag.org/Fiche/M2/FondM2.gif");
	background-repeat: no-repeat ;
	overflow:hidden;
}
#page_principale{
	border: 0px;
	float:left;
	position:relative;
	left:0px;
	width:970px;
	background-color: transparent;
}

#footer{
	border: 0px;
	position:relative;
	width: 1400px;
	height:80px;
	clear:both;
}
