@charset "utf-8";
/* CSS Document */

body{
	background-color:#CCCCCC;
	margin:0%;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#tableauPhoto{
	margin-top:5%;
	height:500px;
	width:980px;
	background-repeat:no-repeat;
}

#tableauFlash{
	margin-top:5%;
	height:501px;
	width:980px;
}


.texte{
	overflow:auto;
	width:580px;
	height:313px;
}

.texteGauche{
	overflow:auto;
	width:500px;
	height:306px;
	scrollbar-face-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #FBF4DB;
	scrollbar-arrow-color: #ffffff;
}

.texteDroit{
	overflow:auto;
	width:300px;
	height:306px;
	scrollbar-base-color :#GGGGGG;

}

.textePresse{
	overflow:auto;
	width:730px;
	height:330px;
	scrollbar-base-color :#GGGGGG;
	


.titre{
 color:#990000;
 }


#monCalque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	color: #FFCC00;
	background-color: #990000;
	height: 100px;
	width: 500px;
}

