/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
	background-color:#AA8922;
	color:white;
	font-size:12px;
	font-weight:bold;
	border:1px solid #EFB;
	padding:1px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
}

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	text-decoration:none;
	color:white;
	padding:2px 1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#EFB;
	color:black;
	text-decoration:none;
}

img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

}
body {
    background-image:url(./fondraquettes.jpg);
	background-color:#b5b3ca;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-attachment:fixed;
	scrollbar-base-color:#5555aa;
	scrollbar-track-color:#ffff00;
	scrollbar-arrow-color:#ff00ff;
}
.infobulle{
  z-index: 99; 
  color: #FFFFFF;
  position: absolute;  
  visibility : hidden;
  border: 1px solid #ffff00;
  padding: 2px;
  font-family: Trebuchet MS;
  align: center;
  font-size: 10pt;
  background-color: #0000ff;
}
a:hover {color:#ff0000;}
a {text-decoration:none; color:#0000ff;}
.Style1 {color: #FFFF00; font-weight: bold; font-size: x-small; text-transform:uppercase;}
.Style2 {color: #FFFF00; font-weight: bold; font-size: 15px; text-transform:uppercase;}
.Style3 {color: #FF0000}
.Style4 {color: #FFFF00; font-weight: bold; font-size: 15px;}
.Style5 {color: #0000FF; font-weight: bold; font-size: x-small; }
.Style7 {font-size: 18px; color: #000080; font-family: "Mongolian Baiti","MS Courier New", "Times New Roman", Times, serif; padding: 10px; /* Marge intérieure de 12px */}
.Style7:first-letter /* Je veux que la première lettre de mes paragraphes... */
{
   float: left; /* Flotte à gauche */
   font-size: 2em; /* Fasse une hauteur de 3 lignes */
   font-family: "MS Courier New", "Times New Roman", Times, serif; /* Soit mise en MS Courier New si possible*/
   color: #000080;
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 2px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
}
.Style10 {color: #0000CC}
.Style12 {color: #5555ff; font-weight: bold; font-size: x-small; }
.Style13 {color: #ffffff; font-weight: bold; font-size: 15px; }
.liste_image1 {width: 346px; height: 250px; float: left; color: #5555ff; text-align: center; margin: 1px; border: 3px inset #ffff00; padding: 0px; font-weight: bold; font-size: 15px;}
.liste_image2 {width: 692px; float: left; color: #5555ff; text-align: center; margin: 1px; border: 3px inset #ffff00; padding: 0px; font-weight: bold; font-size: 15px;}
.liste_image {width: 202px; height: 270px; float: left; color: #5555ff; text-align: center; margin: 1px; border: 1px inset #ffff00; padding: 0px; font-size: 15px;}

select, option 
{
white-space:normal; width:600px; background-color:#000000; color: #ffff00; text-align: center;
}
img, src
{
border: 10px
}
 a.bouton2:link
{
width:150px;
height:30px;
text-decoration:none;
color:#ffff00;
text-align:center;
font-weight:bold;
background-color:#0000ff;
padding:5px;
border-style:outset;
border-width:5px;
border-color:silver
}
a.bouton2:visited
{
width:150px;
height:30px;
text-decoration:none;
color:#ffff00;
text-align:center;
font-weight:bold;
background-color:#0000ff;
padding:5px;
border-style:outset;
border-width:5px;
border-color:silver
}
a.bouton2:hover
{
width:150px;
height:30px;
text-decoration:none;
color:#00ff00;
text-align:center;
font-weight:bold;
background-color:#000000;
padding:5px;
border-style:inset;
border-width:7px;
border-color:silver
}
.bouton2
{
text-align:center;padding:5px;
}
