body {
	text-align:center;
	background-color: #f4f4f4;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background: linear-gradient( to bottom, #ffffff, #ffffff 50%, #f4f4f4 50%, #f4f4f4);
	background-size: 100% 5px;
}

.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 {
display: inline-block; 

}
.cuvees a .front {
display:block;

}
.cuvees a .back {
display:block;
transform: rotateY( 180deg );
}

.cuvees a .flipped {
  transform: rotateY( 180deg );
}

.cuvees a {

	backface-visibility: hidden;
 width: 100%;
 height: 100%;
 transform-style: preserve-3d;
 transition: transform 1s;
 transform-origin: right center;

background-color: #fff;
color: #444;
display: inline-block;
font-size: 0.9em;
min-height: 130px;
padding: 20px;
text-decoration: none;
vertical-align: top;
border:1px solid #ccc;
width:100%;
}

.cuvees a:hover {
	

	
background-color: #9cf;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}






div#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#entete {
	margin: 0px;
	padding: 0px;
}

div#enteteflash {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

div#bas {
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]background-image: url(logo-navarre-accueil.png); */
}

div#bas p {
margin: 10px 0;
}

div#bas p a {
background-color: #258aab;
border-radius: 4px;
color: #fff;
padding: 5px 10px;
text-decoration: none;
}

div#bas p a:hover{
background-color: #fa0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div#bas h1 {
color: #00a5ff;
font-size: 1.2em;
margin: 10px 0;
padding: 10px 0 0;
}


.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;
}

.boxline h2 {
background-color: #fff;
color: #aaa;
display: inline-block;
float: right;
font-size: 0.8em;
font-weight: normal;
margin-right: -10px;
padding: 0 5px;
text-align: right;
width: auto;
}
.boxline h3 { margin-bottom: 10px;
margin-top: 0;}
.boxline h4 {
  border-bottom: 1px solid #fff;
  color: rgba(0, 0, 0, 0.5);
}
.boxline .boxpied {
color: #888;
font-size: 0.7em;
margin-top: 7px;
padding: 0;
text-align: right;
}
.boxline .date{ color:#555; font-size:0.95em; font-weight:bold;}
.boxline a {
background-color: rgba(255, 255, 255, 0.6);
border: 2px solid #ddd;
color: #045780;
display: block;
margin: 10px 0;
padding: 12px 20px;
text-align: left;
text-decoration: none;
height:100%;
}
.boxline a:hover {
	background-color: #DEEFF9;
	color:#222;
	text-decoration: none;
	transition:all 0.5s ease 0s;
	box-shadow: 0 0 25px #0003;
	border: 2px solid #017480;
}
.boxlineImg { text-align:center; }

