div#conteneur,div#conteneur_home { 
		/*position:fixed !important;*/ 
		position: absolute; 
		top: 50%; 
		left: 50%; 
		margin-top: -276px; 
		margin-left: -376px; 
		width: 752px; 
		height: 552px; 
		padding: 0; 
		text-align: left; 
		border: 1px solid black; 
		background: #ffffff url(../images/fond.png) left top repeat-y; 
		color: inherit; 
} 
div#conteneur_home{
	border : none;
}
#entete{ 
	background-color: white; 
	width:100%; 
	height: 65px;	
} 
#bloc2{ 
	width:100%; 
	//height: 466px; 
	height: 468px; 
	font-size: 11px;
} 

#footer{ 
	clear:both;
	height: 19px; 
	line-height: 19px; 
	vertical-align: middle; 
	color: gray; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	background: white url(../images/or.jpg) left top repeat-x;
	padding-left: 14px;

} 
#droite { 
	width: 257px; 
	height: 100%; /*a supprimer, juste pour l'exemple*/;	
	float: left; 
} 
#gauche { 
	width: 492px; 
	height: 100%; /*a supprimer, juste pour l'exemple*/ 
	float: left; 
} 
/*
#centre { 
	width: 468px; 
	height:466px;
	float: left; 
	overflow:auto;
}
*/
#centre { 
	width: 470px; 
	height:468px;
	float: left; 
	overflow:auto;
}

#article_content{
	padding:8px;
}
.scroll{
	overflow-y:auto;
}
#centre.noscroll{
	overflow:hidden;
}

#extremeg  { 
	float: left;
	width:20px;
	
}#extremeg p { 

	margin:0;
	padding:20px 0 0 0 ;
}

.trait{ 
	background: white url(../images/or.jpg) left top repeat-x; 
	
}
/**** couleur de fond noir pour la partie centrale****/
.fond{
	background-color: #993333;
}

/**************************************
les couleurs des fonds et titres h1
***************************************/
 /********** fond bleu *********/
.fond1{ background-color: #6699ff; }
 /********** titre bleu *********/
.titre1{ color: #99ccff;}


  /********** fond rouge *********/
.fond2{ background-color: #993333; }
  /********** titre rouge *********/
.titre2{ color: #cc6666; }


  /********** fond or *********/
.fond3{ background-color: #996600; }
  /********** titre rouge *********/
.fond3 div h1.titre3{ color: #cc9933; }
h5.titre3{ color: #cc9933; border-bottom: 1px solid #cc9933; margin-right:14px; }
.titre3{ color: #cc9933;}

  /********** fond or *********/
.fond4{ background-color: #3366cc; }
  /********** titre rouge *********/
.fond4 div h1.titre4{ color: #3366cc; }
h5.titre4{ color: #3366cc; border-bottom: 1px solid #3366cc; margin-right:14px; }
.titre4{ color: #3366cc;}

/*********
le diaporama
**********/
#diaporama img#photo{
margin:60px 0 20px 24px;
}

#legende{ 
	float:left; 
	width:370px; 
	color:black; 
	padding-top:0;
	height: 60px;
	line-height: 60px;
	vertical-align:top;
	text-align:left !important;
}
#legende p{
	text-align:left;


}
#centre p{
	text-align:left;

}
#fondfleche{ 
	float:left; 
	width:75px;
	height: 60px;
	line-height: 40px;
	vertical-align:top;
}

a#imagehome,
a#imagehome:visited{
	background: transparent url(../images/montage3.jpg) left top no-repeat;
	display:block;
	width: 469px;
	height: 466px;
}
a#imagehome:hover{
	background: transparent url(../images/montage4.jpg) left top no-repeat;
}



/* Ajouts du 05/07/2008 */
#newsTitre{
width:76px;
height:36px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/newsTitre.jpg);
background-repeat:no-repeat;
margin-top:225px;
}
#blockNews{
width:209px;
height:162px;
margin-left:auto;
margin-right:auto;
border:solid;
border-width:1px;
border-color:#799add;
margin-top:3px;
padding:12px;
text-align:justify;
color:#FFFFFF;
}
.bleuNews{
color:#b6e3ff;
}