body {
margin: 20;
padding: 0;
background: white;
font: 80% tahoma;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	z-index:100;
	width: 970;
	padding-left: 15px;
	padding-top: 130px;
	left: 141px;
	top: 12px;
}
#menu dl {
float: left;
width: 10em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
}
#menu dd {
border: 1px solid #17385E;
}
#menu li {
text-align: center;
background: #83AFE0;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a:hover {

}
#menu li a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
top : 138px;
left : 309px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}
.style1 {color: #FF0000}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1A3D64;
	text-decoration: none;
	border:0px;

}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1A3D64;
	text-decoration: none;
	border:0px;

}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	border:0px;

}
a img {
	border: none;
	}

h1 {
	font-family: Tahoma;
	font-size: 24px;
	}

h2 {
	font-family: Tahoma;
	font-size: 18px;
	}
	
h3 {
	font-family: Tahoma;
	font-size: 18px;
	}


ul#menu
{
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	float:right ;
	text-align: center ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 100px ;
	line-height: 29px ;
	color: #FFFF00;
	 /* On décale le texte de 40px du bord gauche */

	text-decoration: none ;
	background: url(images/rollnavig.jpg) no-repeat 0 -29px; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

ul#menu li a:hover
{
	background: url(images/rollnavig.jpg) no-repeat 0 0px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	color: #ffffff ;
}

texte {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
.texte {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: justify;

}
.adresse {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
.petitTEXTE {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.topTITRE {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #1A3D64;
}
.topSOUSTITRE {

	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #83AFE0;
}
.TITRE {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #1A3D64;
}
.texteforum {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.textePS {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: justify;

}
.petitTEXTECOMMENTAIRE {
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;

}
.textePSCopie {

	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
.justify {
	text-align: justify;
}
