@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.fullDescription{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
	text-align:justify;
}

.SStitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#535353;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#229996;
}

.textBleu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4cbed3;
}

.textVert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#91dc2f;
}

.textRouge{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
}

.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#000000, solid, 1px;
}

.DottedBorderTab{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right-color:#898989;
	border-right-style:dotted;
	border-right-width:thin;
}

/**********************************************/
/* scroll bar css */

div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

/* this is actually PRGM_list
div#wn	{ 
    position:relative;
    width:457px; height:412px;
    overflow:hidden;
	}
*/
    
div#scrollbar { 
  position:relative;
  width:10px; height:412px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:412px;
  background: #336;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 