/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 2;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: center;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end meyer reset */



body
{
background: #1b890e url(grass.jpg);
width: 960px;
margin: 20px auto 20px auto;
font-family: Verdana, sans-serif;
}
@font-face {font-family: 'Lobster';src: url('Lobster.ttf');}
.barre
{
text-decoration: line-through;
}
img.bordure_image
{
display: block;
border: 6px solid green;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-icab-border-radius: 15px;
-khtml-border-radius: 15px;
margin: auto;
}
blockquote p /* Tous les paragraphes contenus dans un blockquote */
{
text-align: right;
}
#en_tete
{
width: auto; /* largeur */
margin-bottom: 30px;
padding: 15px;
border: 6px solid green;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-icab-border-radius: 15px;
-khtml-border-radius: 15px;
background: rgba(0, 0, 0, 0.7);
filter:alpha(opacity=70);
}
#container_menu
{
width: auto; /* largeur */
padding: 15px; /* marge intérieure */
margin-bottom : 30px; /* marge extérieure du dessous */
display: table-cell;
vertical-align: auto;
border: 6px solid green;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-icab-border-radius: 15px;
-khtml-border-radius: 15px;
background: rgba(0, 0, 0, 0.7);
filter:alpha(opacity=70);
}
div.colonne1 { 
 float: left; 
 width: 280px; 
 margin-right: 20px; 
 background: transparent; 
} 
div.colonne2 { 
 float: right; 
 width: 280px; 
 margin-left: 20px; 
 background: transparent; 
} 
div.centre { 
 overflow: hidden; 
 background: transparent; 
}
#pied
{
width: auto;
margin-top: 30px;
padding: 15px;
border: 6px solid green;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-icab-border-radius: 15px;
-khtml-border-radius: 15px;
background: rgba(0, 0, 0, 0.7);
filter:alpha(opacity=70);
}
#menu, #menu ul /* Liste */  
{
  padding : 0; /* pas de marge intérieure */
  margin : 0; /* ni extérieure */
		list-style : none; /* on supprime le style par défaut de la liste */
  line-height : 21px; /* on définit une hauteur pour chaque élément */
  text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
  font-weight : bold; /* on met le texte en gras */
  font-family : Verdana; /* on utilise Verdana, c'est plus beau ^^ */
  font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
  display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
  padding : 0; /* aucune marge intérieure */
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-icab-border-radius: 15px;
		-khtml-border-radius: 15px;
		background : green; /* couleur de fond verte */
  color : white; /* couleur du texte */
  text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
		font-style: normal;
  width: 182px; /* largeur */
}

#menu li /* Elements des listes */
{ 
  float : left; 
  /* pour IE qui ne reconnaît pas "transparent" */
  border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
  border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
  position: absolute; /* Position absolue */
  width: 190px; /* Largeur des sous-listes */
  left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
  /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
  border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li 
{
  border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
  margin : -22px 0 0 182px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
  /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
  border-left  : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul 
{
  border-left  : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}
#menu a:hover /* Lorsque la souris passe sur un des liens */ 
{
  color: green; /* On passe le texte en vert... */
  background: white; /* ... et au contraire, le fond en blanc */
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
  left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
  left: auto; /* Repositionnement normal */
  min-height: 0; /* Corrige un bug sous IE */
}
/* Le corps de la page */
#corps
{
margin-top : 30px; /* marge extérieure */
padding: 15px; /* marge intérieure */
border: 6px solid green;
width: auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-icab-border-radius: 15px;
-khtml-border-radius: 15px;
background: rgba(0, 0, 0, 0.7);
filter:alpha(opacity=70);
}
#fond_blanc
{
margin: 20px auto 20px auto;
background: white;
width: auto;
}
#corps h1{text-shadow:2px 2px 4px #a9a9a9;color:#fff;text-align:center;font-family:'Lobster',verdana,serif;font-size:50px;line-height:70px;}
#corps h2
{
font-size: 25px;
line-height: 40px;
text-align: left;
color: green;
}
#corps h3{text-shadow:2px 2px 4px #a9a9a9;color:#fff;text-align:center;font-family:verdana,serif;font-size:30px;margin-bottom:20px}
p
{
color: white;
font-size: 1em;
font-family: Verdana, serif;
text-align: justify;
}
/* Liens */
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
text-decoration: line-through;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
background-color: green;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
text-decoration: underline;
color: green;
}
a /* Lien normal */
{
text-decoration: none;
color: white;
font-style: italic;
}
header a:hover .image /* Images cliquables survolées */
{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-icab-transform: rotate(360deg);
-khtml-transform: rotate(360deg);
transform: rotate(360deg);
-moz-transition: all 2s ease-out;
-webkit-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
-icab-transform: all 2s ease-out;
-khtml-transform: all 2s ease-out;
transition: all 2s ease-out;
}
footer a:hover .image /* Images cliquables survolées */
{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-icab-transform: rotate(360deg);
-khtml-transform: rotate(360deg);
transform: rotate(360deg);
-moz-transition: all 2s ease-out;
-webkit-transition: all 2s ease-out;
-o-transition: all 2s ease-out;
-icab-transform: all 2s ease-out;
-khtml-transform: all 2s ease-out;
transition: all 2s ease-out;
}
a img.image /* Images cliquables sans bordure */
{
	border: none;
}
.news
{
color: white;
font-size: 10px;
max-width: 600px;
font-family: Verdana, serif;
text-align: justify;
margin-bottom: 15px;
margin-left:auto;
margin-right:auto;
}
.alinea
{
text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
font-size: 10px;
}
.trois_colonnes
{
text-align: justify;
text-indent: 25px; /* Les paragraphes commenceront 25 pixels sur la droite */
-moz-column-count: 3;
-moz-column-gap: 1.5em;
-moz-column-rule: 1px solid #dedede;
-o-column-count: 3;
-o-column-gap: 1.5em;
-o-column-rule: 1px solid #dedede;
-webkit-column-count: 3;
-webkit-column-gap: 1.5em;
-webkit-column-rule: 1px solid #dedede;
-icab-column-count: 3;
-icab-column-gap: 1.5em;
-icab-column-rule: 1px solid #dedede;
-khtml-column-count: 3;
-khtml-column-gap: 1.5em;
-khtml-column-rule: 1px solid #dedede;
}
.inline
{
display: inline;
color: green;
font-size: small;
font-family: Verdana, serif;
text-align: justify;
}
.signature
{
text-align: center;
}
img.pointille
{
width: 164px;
height: 320px;
border: dashed green;
margin: 20px auto;
-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
-icab-transform: rotate(15deg);
-khtml-transform: rotate(15deg);
-moz-box-shadow: green 15px 15px 10px;
box-shadow: green 15px 15px 10px;
-webkit-box-shadow: green 15px 15px 10px;
-icab-box-shadow: green 15px 15px 10px;
-khtml-box-shadow: green 15px 15px 10px;
}
.clignote
{
color: white;
text-decoration: blink;
}
.imageflottante
{
float: left;
margin-top: 2em;
margin-right: 2em;
margin-bottom: 5em;
}
.imageflottante:hover
{
float: left;
margin-top: 2em;
margin-right: 2em;
margin-bottom: 5em;
-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-icab-transform: rotate(360deg);-khtml-transform: rotate(360deg);transform: rotate(360deg);-moz-transition: all 2s ease-out;-webkit-transition: all 2s ease-out;-o-transition: all 2s ease-out;-icab-transform: all 2s ease-out;-khtml-transform: all 2s ease-out;transition: all 2s ease-out;}
.imageblock
{
display: block;
margin: auto;
border: 2px solid green;
}
.centrer_des_blocks
{
width: 600px; /* On a indiqué une largeur (obligatoire) */
border: 1px solid green;
text-align: justify;
padding: 12px;
margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
margin-bottom: 20px;
}
.pied
{
font-size: 10px;
text-align: center;
}
hr
{
color: green;
height: 1px;
}
.caption /* Titre du tableau */
{
margin: auto; /* Centre le titre du tableau */
font-family: Verdana;
font-weight: bold;
font-size: 1.2em;
color: green;
margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

.table /* Le tableau en lui-même */
{
margin: auto; /* Centre le tableau */
border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
border-collapse: collapse; /* Colle les bordures entre elles */
}

.th /* Les cellules d'en-tête */
{
background-color: green;
color: white;
font-size: 1.1em;
font-family: Verdana;
}
.td /* Les cellules normales */
{
border: 1px solid green;
font-family: Verdana;
font-size: 1.1em;
color: white;
text-align: center; /* Tous les textes des cellules seront centrés*/
padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
.animation_gif
{
border: 10px outset green;
}
.lecteur_son
{
background-color: green;
height: 20px;
width: 200px;
}
#contenir1
{
width: 644px;
height: 250px;
border: 6px solid green;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-icab-border-radius: 15px;
-khtml-border-radius: 15px;
overflow:hidden;
margin: auto;
}
#contenir2
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#contenir3
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#contenir4
{
width: 644px;
height: 250px;
margin: auto;
border-top-color: green;
border-left-color: green;
border-right-color: green;
border-bottom-color: green;
border-top-width: 8px;
border-left-width: 8px;
border-right-width: 8px;
border-bottom-width: 8px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
}
#container
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#container00
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container01
{
width: 640px;
height: 480px;
border: 1px solid white;
-moz-box-shadow: 8px 8px 12px white;
-webkit-box-shadow: 8px 8px 12px white;
box-shadow: 8px 8px 12px white;
-icab-box-shadow: 8px 8px 12px white;
-khtml-box-shadow: 8px 8px 12px white;
margin: 0px auto 15px;
}
#container02
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container03
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container04
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container07
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container05
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container06
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container08
{
width: 480px;
height: 381px;
border: 10px outset green;
margin: auto;
}
#container09
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container10
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container11
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#container12
{
width: 320px;
height: 240px;
border: 10px outset green;
margin: auto;
}
#container13
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container14
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container15
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container16
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container17
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container18
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#container19
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container20
{
width: 640px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container21
{
width: 720px;
height: 480px;
border: 10px outset green;
margin: auto;
}
#container22
{
width: 560px;
height: 420px;
border: 1px solid green;
-moz-box-shadow: 8px 8px 12px green;
-webkit-box-shadow: 8px 8px 12px green;
box-shadow: 8px 8px 12px green;
-icab-box-shadow: 8px 8px 12px green;
-khtml-box-shadow: 8px 8px 12px green;
margin: auto;
}
.container23
{
width: 315px;
height: 315px;
border: 2px solid green;
-moz-box-shadow: 8px 8px 12px green;
-webkit-box-shadow: 8px 8px 12px green;
box-shadow: 8px 8px 12px green;
-icab-box-shadow: 8px 8px 12px green;
-khtml-box-shadow: 8px 8px 12px green;
margin: auto;
}
#container49{width:854px;height:470px;border:1px solid #a9a9a9;-moz-box-shadow:8px 8px 12px #a9a9a9;-webkit-box-shadow:8px 8px 12px #a9a9a9;box-shadow:8px 8px 12px #a9a9a9;-icab-box-shadow:8px 8px 12px #a9a9a9;-khtml-box-shadow:8px 8px 12px #a9a9a9;margin:20px auto 30px;}
#container50{width: 640px;height: 480px;border: 1px solid #a9a9a9;-moz-box-shadow: 8px 8px 12px #a9a9a9;-webkit-box-shadow: 8px 8px 12px #a9a9a9;box-shadow: 8px 8px 12px #a9a9a9;-icab-box-shadow: 8px 8px 12px #a9a9a9;-khtml-box-shadow: 8px 8px 12px #a9a9a9;margin:20px auto 30px;}
#container051{width:384px;height:288px;border:1px solid #a9a9a9;-moz-box-shadow:8px 8px 12px #a9a9a9;-webkit-box-shadow:8px 8px 12px #a9a9a9;box-shadow:8px 8px 12px #a9a9a9;-icab-box-shadow:8px 8px 12px #a9a9a9;-khtml-box-shadow:8px 8px 12px #a9a9a9;margin:auto;}
#container052{width:384px;height:288px;border:1px solid #a9a9a9;-moz-box-shadow:8px 8px 12px #a9a9a9;-webkit-box-shadow:8px 8px 12px #a9a9a9;box-shadow:8px 8px 12px #a9a9a9;-icab-box-shadow:8px 8px 12px #a9a9a9;-khtml-box-shadow:8px 8px 12px #a9a9a9;margin:auto;}
#container100
{
width: 768px;
height: 576px;
border: 1px solid green;
}
#container101
{
width: 768px;
height: 576px;
border: 1px solid green;
}
#container102
{
width: 768px;
height: 576px;
border: 1px solid green;
}
#container103
{
width: 768px;
height: 576px;
border: 1px solid green;
}
#assos
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#shimano
{
width: 400px;
height: 200px;
border: 10px outset green;
margin: auto;
}
#conteneur_defil
{ 
	width: 600px;
	height: 15px;
	border: 10px outset green;
	margin: auto;
	overflow:hidden;
	line-height:normal;
}
#cadre_defil
{
	position:relative; 
	width:600px; 
	height:17px; 
	overflow:hidden;
	vertical-align: middle;
	border:0px;
	}
#defile
{
	position:absolute;
	width:40500px;
	font-size:10px;
	color:white;
}
#form_minichat
{
margin-left: 0px;
width: 700px;
text-align: left;
color: white;
font-size: small;
line-height: normal;
}
.tableau_bilan
{
color: white;
margin-left: 40px;
font-size: 12px;
}
label
{
color: white /* Colorer en blanc tous les labels (bah oui, pourquoi pas en blanc ?) */
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
font-family: Verdana, serif;
color: white;
font-weight: bold;
}
fieldset
{
margin-bottom: 15px; /* Une marge pour séparer les fieldset */
background-color: transparent;
}
input[type=button]
{
 color: white;
 background-color: transparent;
	border : 0px;
	font-size: 10px;
}
form input[type="submit"] {
  padding: 5px 15px;
  border: none;
  background: #00cd00;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
form input[type="submit"]:hover, form input[type="submit"]:focus {
  background: green;
  cursor: pointer;
}
form input[type="reset"] {
  padding: 5px 15px;
  border: none;
  background: #00cd00;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
form input[type="reset"]:hover, form input[type="reset"]:focus {
  background: green;
  cursor: pointer;
}
.zoom {
height:800px;
margin:auto;
}
.zoom p {
text-align:center;
}
.zoom img {
width:240px;
height:320px;
border:1px solid;
}
.zoom img:hover {
width:599px;
height:800px;
}
a.button {
  color: white;
  font-style: normal;
  background-color: green;
  text-decoration: none;
  padding: 2px;
  border: 3px outset #fff;
}
a.button:hover {
  background-color: green;
  text-decoration: none;
  padding: 2px;
  border: 3px inset #fff;
}
.zoom01 {
height:937px;
margin:auto;
}
.zoom01 p {
text-align:center;
}
.zoom01 img {
width:448px;
height:317px;
border:1px solid;
color: green;
}
.zoom01 img:hover {
width:937px;
height:663px;
}
.awesome, .awesome:visited {
background: url(alert-overlay.png) repeat-x; 
display: inline-block; 
padding: 5px 10px 6px; 
color: #fff; 
text-decoration: none;
font-style: normal;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
-icab-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-icab-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
.awesome:hover{background-color: #111; color: #fff;}
.awesome:active{top: 1px;}
.small.awesome,.small.awesome:visited 			{ font-size: 11px; padding: ;}
.awesome,.awesome:visited,
.medium.awesome,.medium.awesome:visited{font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
.large.awesome,.large.awesome:visited{ font-size: 14px; padding: 8px 14px 9px;}
.green.awesome,.green.awesome:visited{ background-color: #91bd09;}
.green.awesome:hover{background-color: #749a02;}
.blue.awesome,.blue.awesome:visited{ background-color: #2daebf;}
.blue.awesome:hover{ background-color: #007d9a;}
.red.awesome,.red.awesome:visited{ background-color: #e33100;}
.red.awesome:hover{background-color: #872300;}
.magenta.awesome,.magenta.awesome:visited{background-color: #a9014b;}
.magenta.awesome:hover{ background-color: #630030;}
.orange.awesome,.orange.awesome:visited{background-color: #ff5c00;}
.orange.awesome:hover{background-color: #d45500;}
.yellow.awesome,.yellow.awesome:visited{background-color: #ffb515;}
.yellow.awesome:hover{background-color: #fc9200;}
p.p1 { 
 padding: 10px;
 background-color: green;
 margin-left: 30px;
 text-align: justify;
 width: 850px;
 margin-bottom: 10px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);	
}
p.p2 { 
 padding: 10px;
 background-color: #cc66ff;
 margin-left: 30px;
 text-align: justify;
 width: 850px;
 margin-bottom: 10px;
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
p.p3 { 
 padding: 10px;
 background-color: #ea9c00;
 margin-left: 30px;
 text-align: justify;
 width: 850px;
 margin-bottom: 10px;
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
a.bouton2 {
 padding: 8px;
 font-weight: bold;
	text-decoration : none;
	font-style: normal;
}
.vert222 {
 color: #ccff66;
 text-decoration: none;
 text-shadow:0 1px 1px rgba(0,0,0,.3);
 background-color: #00BF3C;
 background: -webkit-gradient(linear, left top, left bottom, from(#00BF3C), to(#007F28));
 background: -moz-linear-gradient(top, #00BF3C, #007F28);
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.vert222:hover {
 color: #a3cb53;
 background-color: #007f28;
 background: -webkit-gradient(linear, left top, left bottom, from(#007F28), to(#004014));
 background: -moz-linear-gradient(top, #007F28, #004014);
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.violet222 {
 color: #ccff66;
 text-decoration: none;
 text-shadow:0 1px 1px rgba(0,0,0,.3);
 background-color: #cc66ff;
 background: -webkit-gradient(linear, left top, left bottom, from(#00BF3C), to(#007F28));
 background: -moz-linear-gradient(top, #00BF3C, #007F28);
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.violet222:hover {
 color: #ccff66;
 background-color: #cc66ff;
 background: -webkit-gradient(linear, left top, left bottom, from(#007F28), to(#004014));
 background: -moz-linear-gradient(top, #007F28, #004014);
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.orange222 {
 color: #ccff66;
 text-decoration: none;
 text-shadow:0 1px 1px rgba(0,0,0,.3);
 background-color: #ffcc66;
 background: -webkit-gradient(linear, left top, left bottom, from(#00BF3C), to(#007F28));
 background: -moz-linear-gradient(top, #00BF3C, #007F28);
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
} 
.orange222:hover {
 color: #a3cb53;
 background-color: #ffcc66;
 background: -webkit-gradient(linear, left top, left bottom, from(#007F28), to(#004014));
 background: -moz-linear-gradient(top, #007F28, #004014);
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
	border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-icab-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-khtml-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#bevelfold
{
width: 615px;
height: 293px;
margin: auto;
}
.rotation{display:block;margin:0px auto 0px;border:0px;}
.rotation:hover {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-icab-transform: rotate(360deg);-khtml-transform: rotate(360deg);transform: rotate(360deg);-moz-transition: all 2s ease-out;-webkit-transition: all 2s ease-out;-o-transition: all 2s ease-out;-icab-transform: all 2s ease-out;-khtml-transform: all 2s ease-out;transition: all 2s ease-out}


ul {text-align: center;}

li {
  display: inline;
}

a[href$=".pdf"], a[href$=".xls"], a[href$=".doc"], a[href$=".docx"] {
	position: relative;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: #789 url("compte-rendu_fichiers/pdf2.png") no-repeat center 85%;
 border: 1px solid #000;
 display: inline-block;
 font-size: 15px;
 min-height: 120px;
 line-height: 1.2em;
 margin: 15px 2px;
 padding: 10px 10px 70px;
 text-align: left;
 text-decoration: none;
 vertical-align: top;
 width: 100px;
 word-wrap: break-word;
 color: white;
}

a[href$=".doc"], a[href$=".docx"] {
	background-image: url("compte-rendu_fichiers/doc2.png");
}
a[href$=".xls"], a[href$=".xlsx"] {
	background-image: url("compte-rendu_fichiers/xls2.png");
}

a[href$=".pdf"]:hover, a[href$=".xls"]:hover, a[href$=".doc"]:hover, a[href$=".docx"]:hover {
	background-color: #456;
}
a[href$=".pdf"]:focus, a[href$=".xls"]:focus, a[href$=".doc"]:focus, a[href$=".docx"]:focus {
	background-color: #456;
}

.example_desc {
font-family: Arial;
font-size: 18px;
}
.wide_spacing {
font-family: Arial;
font-size: 36px;
letter-spacing: 2px;
word-spacing: 8px;
}

nav.nouveau{line-height:1;font-size:11px;cursor:pointer;min-width:60px;max-width:148px;margin:0;padding:0;background: rgba(0, 0, 0, 0.7);filter:alpha(opacity=70);position:fixed;left:0;top:350px;text-align:center;overflow:hidden;color:#fff;z-index:1000;_display:none}nav.nouveau #navmenu{display:none}nav.nouveau:hover #navmenu{display:block}nav.nouveau:hover #navhdr{display:none}nav.nouveau h2{display:block;width:60px;margin-left:auto;margin-right:auto}nav.nouveau ul{text-align:left;width:148px;}nav.nouveau a{color:#fff;display:block;padding:6px 0 4px 16px;font-style:normal}nav.nouveau a:hover,nav.nouveau a:focus{background: rgba(0, 0, 0, 0.8);filter:alpha(opacity=80);outline:0}

.listeblock li {
counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
margin-bottom: 10px;
display: inline;
text-align:left}

ol.listeblock {text-align:left;counter-reset: repas} /* on initialise et nomme un compteur */

li.listeblock {
list-style-type: none;
counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
margin-bottom: 10px}

li.listeblock:before {
content: counter(repas); /* on affiche le compteur */
padding: 0 20px 6px;
margin-right: 8px;
vertical-align: top;
background: #678;
border-radius: 60px;
font-weight: bold;
font-size: 0.8em;
color: white}

.listeblock ol {
margin-top: 10px;
counter-reset: repas;
text-align:left;
font-family:Fontinsans, Verdana, serif;
font-size:1em} /* on initialise et nomme un compteur */

.listeblock li {
counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
margin-bottom: 10px;
display: block;
text-align:left}

.listeblock li:before {
content: counter(repas); /* on affiche le compteur */
padding: 3px 20px 3px;
margin-right: 8px;
vertical-align: middle;
background: #8a344b;
border-radius: 60px;
font-weight: bold;
font-size: 0.8em;
color: #fff}