/************** CSS GÉNÉRAL **************/
body{
	margin:0;
	background-image:url(../images/bck_fond.jpg);
	background-repeat:repeat;
	background-color:#000000;
}


/************** CSS MAINFRAME **************/
div#mainFrame{
	background-image:url(../images/bck_fondMain2.jpg);
	background-repeat:no-repeat;
	width:1028px;
	height:702px;
	position:relative;
}


/************** CSS MENU DU HAUT **************/
div#menuHaut{
	position:absolute;
	left:374px;
	top:123px;
}


/************** CSS CONTENU **************/
div#contenu{
	position:absolute;
	left:74px;
	top:159px;
	width:897px;
}

div#contenu table{
	margin:0;
	padding:0;
	color:#A8A8A8;
	font-family:"trebuchet MS";
	font-size:11px;
}

div#contenu table p{
	margin-top:10px;
	margin-bottom:0;
}

div#contenu table a{
	color:#A8A8A8;
	text-decoration:none;
}

div#contenu table a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


/************** CSS MENU BAS DE PAGE **************/
div#menuBas{
	position:absolute;
	left:74px;
	top:527px;
}

div#basDePage{
	position:absolute;
	left:74px;
	top:570px;
}

div#basDePage table{
	color:#777777;
	font-family:"trebuchet MS";
	font-size:10px;
}

p#adresseWeb{
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
	color:#A8A8A8;
	margin:0;
	padding-top:15px;
}

div#basDePage table a{
	color:#777777;
	text-decoration:none;
}

div#basDePage table a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
