	
body
{
	background: url('/design/degrade.bmp') repeat-y;
	background-color: #b3d9ec;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.8em;
	margin-top: 0;
}

#banniere
{	
	margin: 10px;
	text-align: center;
}

#barre
{
	height: 25px;
	background-color: #e6f2f8;
	border: 1px solid rgb(0,128,192);
	-moz-border-radius: 10px;
	margin-right: 5px;
}

#barre a
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,128,192);
}

.barre_gauche
{
	line-height: 25px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.barre_droite
{
	line-height: 25px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#menu
{	
	float: left;
	width: 16%;
}

#menu a
{
	text-decoration: none;
	color: rgb(0,128,192);
}

#menu h1
{	
	color: rgb(0,128,192);
	font-size: 1em;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

.sousmenu
{
	background-color: #e6f2f8;
	border: 1px solid rgb(0,128,192);
	-moz-border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
}

.sousmenu ul
{
	list-style-image: url("/design/ancre.gif");
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.texte
{
    float: right;
	width: 80%;
	background-color: white;
	border: 1px solid rgb(0,128,192);
	-moz-border-radius: 10px;
	margin-top: 10px;
	margin-right: 5px;
	padding: 10px;
    text-align: justify;
}

.texte h1
{	
	color: rgb(0,128,192);
}

.texte p:first-letter
{
   font-weight: bold;	
   color: rgb(0,128,192);
}

.signature
{
   color: gray;
	clear:both;
}
   
.centre
{	
	text-align: center;
}

.gauche
{
   float: left;
	border: none;
	margin-right: 10px;
}

.droite
{
   float: right;
	border: none;
	margin-left: 10px;
}

.stop {
	clear:both;
}


a img
{
	border: none;
}

.miniature
{	
	padding: 5px;
}

.tableau
{
   border-collapse: collapse;
}
.tableau td, .tableau th
{
   text-align: left;
   border: 1px solid black;
   padding: 5px;
}

acronym
{
  border-bottom: 1px dotted gray;
  cursor: help;
}

.haut {  
	width: 22px;  
	height: 36px;  
	border: none;  
	background: url("/design/fleches.png") no-repeat left top;  
}  
.haut:hover {   
	background: url("/design/fleches.png") no-repeat right top; 
} 

.bas {  
	width: 22px;  
	height: 36px;  
	border: none;  
	background: url("/design/fleches.png") no-repeat left bottom;  
}  
.bas:hover {  
	background: url("/design/fleches.png") no-repeat right bottom;  
} 

.normal
{
	text-decoration: none;
	color: black;
}	
.normal:hover strong
{
	letter-spacing: 1px;
}
.normal:hover
{
	font-weight: bold;
}

.message
{
	background-color: #e6f2f8;
}

h1 a
{	
	font-size:0.5em;
}