/* simple copie du ficher .css inclus dans le répertoire ADMIN du GSW */



body /* données générales de la page */
{ 

	background-color: #ece9df;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}

.textepage	/* texte de la page principale */
            /* attention, la hauteur et la largeur doivent correspondre à la place prévue pour le texte */
  {
  color : #637292; 
  font-size : 12px; 
  text-align:justify;  
  font-family : 'Arial';
  font-size : 12px;
  margin-bottom: 0px;

/*
  height: 412px; 
  width: 470px;
  border-style :none;
  overflow: auto;
*/    
  }

.textepage a { 
color : #80b6d2; 
text-decoration : none; 
} 
.textepage a:hover { 
color : #929395; 
text-decoration : none; 
} 

.menuA		/* le menu principal */
{
font-family : 'Arial';
font-size : 11px;
color : #929395; 
text-decoration : none;     
margin-bottom: 0px;   
}

.menuA a { 
font-family : 'Arial';
font-size : 11px;
color : #929395; 
text-decoration : none; 
} 
.menuA a:hover {
font-family : 'Arial';
font-size : 11px; 
color : #80b6d2; 
text-decoration : none; 
} 



.tableauA 	/* le tableau principal */
{ 
font-family : 'Arial';
font-size : 12px;              
}

.news	/* le texte des news, en bas de page */
{
  font-family : 'Arial';
  color : #5f5932; 
  font-size : 10px;         
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.news a { 
color : #80b6d2; 
text-decoration : none; 
} 

.news a:hover { 
color : #929395; 
text-decoration : none; 
} 



.copyright {
font-family : Arial;
font-size : 9px;
margin-bottom: 0px;
}

.copyright a {
font-family : Arial;
font-size : 9px;
color: #80b6d2;
text-decoration: none;   
}

.copyright a:hover {
font-family : Arial;
font-size : 9px;
color: #929395;
text-decoration: none;   
}

img {
display: block;
margin-left: 0px;
margin-right: 0px;   
margin-top: 0px;
margin-bottom: 0px; 
}
