body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}

#page
{
	position: relative;
	margin-top: 0; /* mettre 0 pour coller en haut */
}

#entete			/* voir (../inc/inc-bandeau.html) */
{
	height: 150px;
	background-image: url(img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: none;
	display: block; width: 240px; height: 65px;
	top: 40px;
	left: 20px;
	position: absolute;
}

#entete .nom-site span  /* on cache le nom du site  */
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#pubhaut {
	position: absolute;
	top: 45px;
	left: 400px;
}

#menu-rubriques { position: absolute; top: 195px; width: 150px;}
#encart
{
	position: absolute;
	top: 195px;
	right: 0px;
	width: 150px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

#bloc-contenu
{
	margin: 45px 155px 5px;
}

#menu-principal {
	position: absolute;
	margin-top: 0;
	margin-left: 0px;
	width: 150px;
	top: 160px;
	left: 750px;
}

/* padding: .2em 1em .2em 1em;
	margin: 0 1px 0 0; */

#menu-principal li a
{
	margin: 0;
	padding: 0;
} 

#menu-principal ul li 
{ float: left; }

/* Menu de navigation */

#menu-recherche { width: 135px; }
#menu-recherche.menu ul li {
}

.formulaire_recherche input.forml {
	background-image: none;
}

#navigator {
float:left;
width:100%;
border-bottom: 2px solid #cccccc;
border-top:1px solid #fff;
background:#fff;
margin: 0 0 0px 0;
padding:0 0 2px;
}

#navigator ul {
float:left;
width:100%;
margin:0;
padding:0;
background: #666666;
list-style-type:none;
}

#navigator li {
display:inline;
padding:0;
margin:0;
}

#navigator a {
background: #666666;
border-right:1px solid #000;
border-bottom:0;
padding:20px 40px 4px 10px;
margin:0;
color:#fff;
text-decoration:none;
display:block;
float:left;
width:auto;
font:bold 0.94em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
letter-spacing:1px;
}

#navigator a:hover,
#navigator a:focus {background: #b3b3b3;}

#navigator .select a {
background: #ffcc14;
color:#000;
text-shadow:2px 2px 2px #777;
}

#navigator .select a:hover {background: #ffcc14;}

#navigator .select a:focus {background:#F1F8E1;}

#navigator a:active {
background:#920D02;
color:#fff;
}


