/* Styles globaux */body {   background-color : #ffffff;  margin: 0;  padding: 0;  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}.br { font-size: 5px; }.date {   color: #9E9E9E;  font-weight: bold;  font-size: 10px;  font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  text-align: justify;  text-decoration: none;}.contenuhome {   color: #ffffff;  font-weight: bold;  font-size: 12px;  font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  text-align: justify;  text-decoration: none;}.contenu {   color: #000000;  font-weight: normal;  font-size: 12px;  font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  text-align: justify;  text-decoration: none;}.projet {   color: #FFFFFF;  font-weight: bold;  font-size: 18px;  font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  text-decoration: none;}.titre {   color: #B3B3B3;  font-weight: bold;  font-size: 16px;  font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  text-decoration: none;}.contenuProjet {   color: #B3B3B3;  font-weight: bold;  font-size: 11px;  font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  text-decoration: none;}a.lienhome:link{  color: #ffffff;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lienhome:visited{  color: #ffffff;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lienhome:hover{  color: #ffffff;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lien:link{  color: #646464;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lien:visited{  color: #646464;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lien:hover{  color: #646464;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: underline;}a.lienpage:link{  color: #000000;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lienpage:visited{  color: #000000;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: none;}a.lienpage:hover{  color: #000000;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  font-style: normal;  font-weight: normal;  text-decoration: underline;}a.lienprojet:link{  color: #B3B3B3;  font-family: Arial, Helvetica, sans-serif;  font-size: 11px;  font-style: bold;  font-weight: bold;  text-decoration: none;}a.lienprojet:visited{  color: #B3B3B3;  font-family: Arial, Helvetica, sans-serif;  font-size: 11px;  font-style: bold;  font-weight: bold;  }a.lienprojet:hover{  color: #B3B3B3;    font-family: Arial, Helvetica, sans-serif;  font-size: 11px;  font-style: bold;  font-weight: bold;  text-decoration: underline;}a.lientof:link {   color: #999999;    text-decoration: none; } a.lientof:visited {   color: #999999;    text-decoration: none; }a.lientof:hover {   color: #999999;    text-decoration: none; }                       /*    Styles for scrolling layers  	 Specify width and height in hold and wn, and in clip for wn */div#hold	{ 	position:relative; overflow:hidden;	width:300px; height:525px;   z-index:100; 	}div#wn	{ 	position:absolute; 	left:0px; top:0px; 	width:300px; height:510px; 	clip:rect(0px, 360px, 510px, 0px); 	overflow:hidden;		z-index:1; 	}div.content { 	position:absolute; visibility:hidden;	left:0px; top:0px; 	z-index:1; 	}/* gestion du texte de la page Montage de l'opˇration */	div#holdPage	{ 	position:relative; overflow:hidden;	width:100px; height:100px;   z-index:100; 	}div#wnPage	{ 	position:absolute; 	left:0px; top:0px; 	width:100px; height:100px; 	clip:rect(0px, 100px, 100px, 0px); 	overflow:hidden;		z-index:1; 	}/* Set small font-size or size/position of div's will be off in some browsers  */div#scrollbar {   position:relative; left:0; top:0;  width:11px; height:160px;   font-size:1px; z-index:1;  }div#track {   position:absolute; left:0; top:12px;  width:11px; height:136px;  background: url("images/nav/track.gif") #000000 repeat;  z-index:1;  }div#dragBar {  position:absolute; left:1px; top:1px;  width:9px; height:20px;  background-color:#FFFFFF;  z-index:1;  }  div#up { position:absolute; left:0; top:0; z-index:2 }  div#down { position:absolute; left:0; bottom:0; z-index:3 }  