/* CSS Document */
body {
	color: #FFFFCC;
	background-color: #060606;
	text : #FFFFCC;
	/*left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;*/
	text-align:center;
	/*clip:  rect(0px 0px 0px 0px);*/
	/*border: 0px;*/
	scrollbar-face-color:#333333; 
	scrollbar-arrow-color:#060606; 
	scrollbar-track-color:#060606; 
	scrollbar-shadow-color: ''; 
	scrollbar-highlight-color:''; 
	scrollbar-3dlight-color:''; 
	scrollbar-darkshadow-Color:''; 
}

img{
	border:none;
}

a { color: #FFFFFF; } 
a:visited { color: #FFFFFF; }
a:active { color: #FFFFFF; }

.corps {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.news_date {
	color: #FFFFCC; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}
.news_texte {
	color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

div#bloc1, div#bloc2 {
   	width : 656;
   	height : 579;
}


div#bloc1 {
	background-image : url(/images/interface_15.png);
    position : absolute;
  	background-position : top left;
	background-repeat : no-repeat;
}

div#bloc2 {
	overflow : auto;
}


div#bloc3 {
   	padding : 5px 5px 5px 5px;
}

div#divNews{
	position: relative;
	width:110px;
	height:200;
	top:20;
	left:10;
}

div#divAvantage{
	position: relative;
	width:110;
	height:200;
	top:130;
	left:10;
}

div#divPhoto {
	position:relative;
	top:20;
   	width : 180;
   	height : 579;
	overflow:auto;
}


/*
.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
	}
*/