body {
    color: black;
    background-color: #000000; 
    
    text-align: center;

    font-family: verdana, sans-serif ; ;
    font-size: 0.8em;
}

.Hidden{
display: none;

}
	
#container {
	width: 640px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffda00;
}
	
#left {
	
	width: 128px;
/*	height : 100%; */
	overflow: visible;
	float: left;
	margin-left: 0;/**/
	margin-right: 0;/**/
	
}


#right {
  width: 120px;
/*	display: none;*/
	overflow: visible;
	float: right;
	width: 1px;
}


#LigneHorizontale {
	overflow: hidden;
	float: none;/**/
	width: auto;/**/
	border: 1.5px solid #00378D;
	margin-left: 0px;/**/
	margin-right: 0px;/**/
	text-align: justify;
}	

#center {
	overflow: hidden;
	float: none;/**/
	width: 480px;/**/
	height : auto;
	margin-left: 1em;/**/
	margin-right: 1em;/**/
	margin-top: 0;/**/
	margin-bottom: 0;/**/	
	text-align: justify;
}	

#basDePage {  
  font-family:  arial, sans-serif;
  font-style : normal;
  font-weight: normal;
  letter-spacing : 0.1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #905000;
  font-size: 1.1em;
  margin : 0 0 0 0;
  padding : 0 0 0 0;
  border: 0;	
    background-image: url("../imgs/dot.png"); 
	
}

div.textCenter {
	text-align: center;
}

div.whiteBackground {
	border: 0px;
	width: 100%;

	margin-left: 0px;/**/
	margin-right: 0px;/**/
	background-color: #909090;
}


div.blueBackground {
	border: 2px;
	width: 100%;
	height: auto;
	margin : 0 0;
	margin-left: 0px;/**/
	margin-right: 0px;/**/
	background-color: #eeeeff;
	
	line-height: 1.4em;	

}

#Separator {
	line-height: 0.5em;
}

div.blueBackground .sb-inner { 
background-color: #f7fff6;
background-position: 0px 0px;
  background-repeat: no-repeat;

 }
div.blueBackground .sb-shadow { background-color: #000; }
div.blueBackground .sb-border { background-color: #00378D; }

