/* PAGE */
body
{
	background 			: url(img/bg-body.gif);
	text-align			: center; 	
	margin-top			: 0px;
	color				: #FFFFFF;
    font-size			: 14px;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
}
/* CONTENEUR SITE */
.cont
{	width				: 932px;
	margin-left			: auto;
 	margin-right		: auto;
}
/* CONTENEUR CENTRAL */
.tab
{   background 			: url(img/bg-cont.gif);
	height				: 712px;
	margin-left			: auto;
 	margin-right		: auto;
}
/* bandeau */
.bandeau
{	background			: url(img/bg-bandeau.gif);
	text-align			: left;
}
.bord
{	border-width		: 0px;
}
/* MENU HAUT */
#menu-haut
{ 	background			: url(img/bg-menu.gif);
 	height  			: 32px;
  	line-height			: 30px;
	margin		 	 	: 0px;
	padding		 	 	: 0px;
}
#menu-haut ul
{	background			: url(img/bg-menu-cat.gif);
    list-style-type 	: none;
	margin		  		: 0px;
	padding		  		: 0px;
}
#menu-haut li
{
	display 			: inline;
	margin				: 5px;
	margin-right		: 5px;
    padding				: 0px;

}
#menu-haut li a
{
	color				: #FFFFFF;
    font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	text-decoration 	: none;
}
/* bandeau */
.bandeau
{	background			: url(img/bg-bandeau.gif);
	text-align			: left;
}
.bord
{	border-width		: 0px;
}
/* MENU BANDEAU */
#menu-bandeau
{
	float				: right;
 	height  			: 32px;
  	line-height			: 30px;
	
}
#menu-bandeau ul
{	list-style-type 	: none;
	margin		  		: 0px;
	padding		  		: 0px;
}
#menu-bandeau li
{
	display 			: inline;
	margin				: 2px;
	margin-left			: 2px;
    padding				: 0px;

}
#menu-bandeau li a
{
	color				: #FFFFFF;
    font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	text-decoration 	: none;
}
/* COPYRIGHT */
.copy
{
	background			: url(img/bg-copy.gif);
	color				: #FFFFFF;
	height				: 139px;
    font-size			: 13px;
	font-family			: "Times New Roman", Times, serif;
	font-weight			: bold;
	text-align			: center;
	line-height			: 70px;
	width				: 932px;
}
/* LIENS */
A, A:hover, A:active, A:visited
{
	text-decoration		: none;
	color:#FFFFFF;
}
/* MENU THUMBAILS*/
#menu-thumbails
{
	width				: 860px;
	text-align			: center;
	padding-top			: 15px;
}
#menu-thumbails ul
{
    list-style-type 	: none;
	padding		  		: 0px;
}
#menu-thumbails li
{
	display 			: inline;
	margin				: 5px;
    padding				: 0px;
	width				: 102px;
}
A img
{
	border				:0px ;

}

