body {
	scrollbar-face-color: #444f7c ; 
	scrollbar-shadow-color: #5c6794;
	scrollbar-highlight-color:#5c6794;
	scrollbar-3dlight-color:#444f7c ; 
	scrollbar-arrow-color: #5c6794 ; 
	scrollbar-track-color: #5c6794; 
	scrollbar-darkshadow-color: #444f7c;
	background-image:url(img/fond-bleu.jpg);
}

/* Style liens généraux */ 
a:link{
	text-decoration:none;
	font-weight:bold;
	color:#d2007b;
	background:transparent;
	}
a:active{
	text-decoration:none;
	font-weight:bold;
	color:#d2007b;
	background:transparent;
	}
a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#d2007b;
	background:transparent;
	}
a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#d2007b;
	background:transparent;
	}
	
/* Style liens contact */ 
a#contact:link{
	text-decoration:none;
	font-weight:bold;
	color:#ff8000;
	background:transparent;
	}
a#contact:active{
	text-decoration:none;
	font-weight:bold;
	color:#ff8000;
	background:transparent;
	}
a#contact:visited{
	text-decoration:none;
	font-weight:bold;
	color:#ff8000;
	background:transparent;
	}
a#contact:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#ff8000;
	background:transparent;
	}

/* Styles d'images habillant le texte */	
img#habillage{
	float:left;
	padding-right: 5px;
	}

/* Structure de pages */ 
div#all { 
	position: relative;
	width: 1034px;
	height:715px;
    margin-left: auto; 
    margin-right: auto; 
	padding:0px;
	background-image:url(img/fond.jpg);
}	
div#logo{
	position:absolute;
	top:6%;
	left:4.5%;
	width:188px;
	height:76px;
	}
div#menu{
	position:absolute;
	top:15px;
	left:29%;
	width:686px;
	height:87px;
	}
div#text {
	position: absolute;
	width:838px;
	height:490px;
	top:115px;
	left: 5%;
	font-family:  Verdana; 
	font-size: 12px; 
	color:#444f7c;
	font-style: normal; 
	text-align:justify;
	}
div#textint {
	position: absolute;
	overflow:auto;
	width:795px;
	height:450px;
	top:180px;
	left: 19%;
	font-family:  Verdana; 
	font-size: 12px; 
	color:#444f7c;
	font-style: normal; 
	text-align:justify;
	}
div#textoffre {
	position: absolute;
	width:795px;
	height:490px;
	top:130px;
	left: 19%;
	font-family:  Verdana; 
	font-size: 12px; 
	color:#444f7c;
	font-style: normal; 
	text-align:justify;
	}
div#imgint {
	position: absolute;
	width:217px;
	height:456px;
	top:150px;
	left:4.5%;
	}
div#footer{
	position:absolute;
	top:630px;
	left:5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444f7c;
	}
