/* CSS style 1 */

body {
	background-color:#333333;
}

#page {
	background-color:#868686;
}

#banner {
	background-image:url(image/banner1.jpg);
}

#bgimage1 {

}

#bgimage2 {
	height:100%;
	width:600px;
	max-height:600px;
	right:0px;
	background-image:url(image/fond/bg_1_2.png); 		
	background-repeat:no-repeat;
	background-position:top;
}

.content a  {
	font-weight:bold;
	color:#595959;
}
.content a:visited {
font-weight:bold;
	color:#202020;
	}

.content a:hover {
	color:#404040;
}
