body,html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url('images/fond_accueil.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
img {
	border: none;
}
.spacer{
	clear: both;
}

#page {
	width: 965px;
	height: 595px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -485px;
	
	/*border: solid 1px red;*/
}

/***********************/
/****** fla photos ******/
/***********************/
#galerie_fla {
  position: relative;
  top: 70px;
  left:-50px;
}

/***********************/
/****** bloc_haut ******/
/***********************/
#bloc_haut {
	width: 965px;
	height: 461px;
	
	/*border: solid 1px orange;*/
}

/*************************/
/****** haut_gauche  *****/
#haut_gauche {
	width: 580px;
	height: 464px;
	float: left;
	
	/*border: 1px solid yellow;*/
}

/*
** bloc_actualite
*/
#bloc_actualite {
	width: 400px;
	height: 151px;
	margin-top: 229px;
	margin-left: 2px;
	padding-top: 10px;
	padding-left: 16px;
	background-image: url('images/fond_actualite.png');
	background-repeat: no-repeat;
	
	/*border: 1px solid red;*/
}
.titre_actu {
	margin-bottom: 20px;
	font-size: 16px;
}

/*
** CSS pour les actualités
*/
.news_style
{
	display:none;
	margin:0px;
	padding:0px;	
}
.news_show, .news_border 
{
	width:370px;
	height:80px;
	margin:0px;
	padding:0px;
	
	/*background-color: white;*/
}
/*
.buttondiv
{
	position: absolute;
	padding: 5px 5px 5px 5px;
	background-color:white ;
	border: 1px solid gray;
	border-top:none;
	height:20px;
}*/
/*
**  FIN
*/

/*************************/
/****** haut_droite  *****/
#haut_droite {
	width: 380px;
	height: 464px;
	float: left;
	
	/*border: 1px solid red;*/
}

/*
** outils
*/
#bloc_outils{
	width: 380px;
	height: 15px;
	float: right;
	margin-top: 60px;
	
	/*background-color: blue;*/
}
.lien_outils{
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
	color: #e7f7ff;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/fond_outils.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.lien_outils:hover{
	color: #fff;
}
#bouton_drapeau{
	display: block;
	width: 18px;
	height: 13px;
	float: left;
	margin-left: 7px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
#bouton_drapeau:hover{
	background-position: right;
}

/******************/
/****** menu ******/
/******************/
#bloc_menu{
	height: 28px;
	padding: 1px 0px 0px 0px;
	
	/*border: solid yellow 1px;*/
}
#bloc_menu a{
	display: block;
	float: left;
	padding: 5px 17px 2px 18px;
	background-image: url(images/trait_menu_haut.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	font-size: 16px;
	
	/*background-color:blue;*/
}

/**********************/
/****** bloc_bas ******/
/**********************/
#bloc_bas {
	height: 105px;
	
	/*background-color: red;*/
}

/************************/
/****** bas_gauche ******/
#bas_gauche {
	width: 500px;
	height: 85px;
	float: left;
	margin: 20px 0 0 20px;
	text-align: justify;
	
	/*background-color: pink;*/
}

/************************/
/****** bas_droite ******/
#bas_droite {
	float: right;
	padding: 0 5px 0 5px;
	font-size: 10px;
	
	/*background-color: brown;*/
}
#bas_droite a:hover {
	color: #6da6c1;
}

/*
** bouton_accueil
*/
#bloc_bouton_accueil {
	width: 300px;
	height: 47px;
	margin-top: 30px;
	margin-bottom: 25px;
	
	/*border: 1px solid black;*/
}
.bouton_accueil {
	width: 42px;
	height: 53px;
	display: block;
	float: right;
	margin-left: 7px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}
.bouton_accueil:hover{
	background-position: bottom;
}