body {
	text-align:center;
	background-color: #eee;
	padding:0px;
	margin:0px;
}

.global {
/* définition de la boite 1 */
  position:fixed ; /* positionne la boite dans l'écran */
  top:0px ; /* à 80 pixels du haut de page */
  left: 0px ; /* et 30% du bord gauche de la page */
  width:100% ; /* largeur de la boite */
  border:solid black 1px; /* bordure de la boite */
  z-index: -1;
  
	}

.left { float:left;}
.cuvees {width:70px; margin:0.55%; display:inline-block}

div#page {
	/* centrage firefox */
	position:absolute;
	left:50%;
	top:50%;
	width:80%;
	margin-left: -40%;
	height:430px;
	margin-top: -215px;
}

div#entete {
	margin: 0px;
	padding: 0px;
}

div#enteteflash {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

div#bas {
	/* centrage firefox 
	margin-left: auto;
	margin-right: auto;*/
	/* largeur obligatoire pour centrer le bloc */		
	width: 80%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]background-image: url(logo-navarre-accueil.png); */
	padding: 10px;
}

div#bas p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #444;
}

div#bas p a{
	text-decoration: none;
	color: #DA7D21;
}

div#bas p a:hover{
	text-decoration: underline;
	color: #F00;
}

.actus {
	font-size: 14px;
	height: 260px;
	width: 200px;
	border: 1px solid #C79D47;
	float: right;
	margin-left: 20px;
	margin-right: 50px;
	background-color: #F5ECB1;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-image: url(images/fondactus.jpg);
	margin-top: 20px;
}

.actustitre {
	font-size: 14px;
	border: 1px none #7D6126;
	padding: 5px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	text-align: center;
	color: #666666;
	background-color: #FAF6DA;
	letter-spacing: 0.1em;
	height: 18px;
	margin-top: -5px;
	margin-right: -2px;
	margin-bottom: 5px;
	margin-left: -2px;
	background-image: url(images/fond-titre-actus.gif);
}
.actuscorp {
	font-size: 10px;
	border: 1px none #999999;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	overflow: auto;
	height: 220px;
}

div#entete .actus p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
}

div#entete .actus p a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	color: #996600;
	font-weight: bold;
}
