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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/fond_2.jpg);
	background-repeat:repeat;
}

.txt_realisations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.fond{
	background-image:url(../images/fond.jpg);
	height:427px;
}
.scroll{
overflow:auto;
scrollbar-face-color:#ddd9cd;
scrollbar-darkshadow-color:#000000; 
scrollbar-shadow-color: #d8d2c3;
scrollbar-highlight-color: #d8d2c3;
scrollbar-3dlight-color: #d8d2c3;
scrollbar-track-color: #d8d2c3;
scrollbar-arrow-color: #000000;
}