@charset "utf-8";
/* CSS Document */


@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}
	
	/* masquer les éléments superflus */

	.hide_mobile {
		display: none !important;
	}
	
	/* Un message personnalisé */

	body:before {
		content: "Version mobile du site";
		display: block;
		text-align: center;
		font-style: italic;
		color: #777;
	}
}








body
{
	background-color: #330000;
	color: #300;
}


.wrap {
  display: inline-block;
  -webkit-box-shadow: 0 0 70px #fff;
  -moz-box-shadow: 0 0 70px #fff;
  box-shadow: 0 0 70px #fff;
  margin-top: 10px;
}

/* a little "umph" */
.decor {
  background: #cc5106;
  background: -webkit-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
  background: -moz-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
  background: -o-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
  background: linear-gradient(left, white 50%, #6EAF8D 50%);
  background-size: 50px 25%;;
  padding: 2px;
  display: block;
}

a {
	text-decoration: underline blink;
	color: #0f9;
  
}

ul {
	list-style: none;
	position: relative;
	text-align: center;
	margin: auto;
}

li {
  float: left;
}

/* clear'n floats */
ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

nav {
  position: relative;
  background: #cc56106;
  background-image: -webkit-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  background-image: -moz-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  background-image: -o-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  background-image: linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #0E0E0E;
  -webkit-box-shadow: 2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* prime */
ul.primary li a {
  display: block;
  padding: 8px 12px;
  border-right: 1px solid #3D3D3D;
}

ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {
  
  color: #000;
}

/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 35%;
  display:none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 15px 30px;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}

/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
}

/* keeps the tab background white */
ul.primary li:hover a {
	background: #fff;
	color: #666;
	text-shadow: none;
}

ul.primary li:hover > a{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 

@media only screen and (max-width: 600px) {
  .decor {
    padding: 1px;
  }
  
  .wrap {
    width: 100%;
    margin-top: 0px;
  }
  
   li {
    float: none;
  }
  
  ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }
  
  ul.sub {
    display: block;  
    position: static;
    box-shadow: none;
    width: 100%;
  }
  
  ul.sub li a {
    background: #272727;
  	border: none;
    color: #8B8B8B;
  }
  
  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
}
}
#CONTENEUR {
	background-color: #330000;
	height: auto;
	width: auto;
	font-family: "Leelawadee UI Semilight";
	position: relative;
	font-size: 24px;
	color: #FFF;
	margin: auto;
}
#BANNIERE HAUT {
	background-color: #333;
	height: 350px;
	width: 900px;
}
#MENU {
	left: auto;
	right: auto;
	font-size: 24px;
	margin: auto;
}
#CONTENU {
	float: none;
	width: 90%;
	margin: auto;
	position: relative;
	color: #FFF;
	font-size: 24px;
	font-family: "Chaparral Pro";
	text-align: center;
	background-color: #330000;
}
#BANNIERE FIN {
}
.GAUCHETEXT {
	float: left;
}
.BIENVENUE {
	font-size: 40px;
	color: #F60;
	text-decoration: underline;
}
TEXTORANGE {
	color: #F60;
}
.TEXTORANGE {
	color: #F60;
	font-size: 24px;
	text-align: center;
}
.souligne {
	text-decoration: underline;
}
#cadreG {
	float: left;
	width: 45%;
}
#cadreD {
	float: right;
	width: 45%;
}
#textegauche {
	text-align: left;
}
.textegauche {
	text-align: left;
}
.bienvenuebleu {
	color: #0FF;
}
.texteplusgros {
	font-size: 36px;
}
.italic {
	font-style: italic;
}
#CONTENEUR #CONTENU p .textegauche {
	text-align: left;
}
.clignotant {
	text-decoration: blink;
}
.clignot {
	text-decoration: blink;
}
.GAUCHETEXT {
	float: left;
}
.BIENVENUE {
	font-size: 40px;
	color: #F60;
	text-decoration: underline;
}
TEXTORANGE {
	color: #F60;
}
.TEXTORANGE {
	color: #F60;
	font-size: 24px;
	text-align: center;
}
.souligne {
	text-decoration: underline;
}
#cadreG {
	float: left;
	width: 45%;
}
#cadreD {
	float: right;
	width: 45%;
}
#textegauche {
	text-align: left;
}
.textegauche {
	text-align: left;
}
.bienvenuebleu {
	color: #0FF;
}
.texteplusgros {
	font-size: 36px;
}
.italic {
	font-style: italic;
}
#CONTENEUR #CONTENU p .textegauche {
	text-align: left;
}
.clignotant {
	text-decoration: blink;
}
.clignot {
	text-decoration: blink;
}
.couleurparent {
	color: #D89C10;
}
.couleurresult {
	color: #E71818;
}
.GAUCHETEXT {
	float: left;
}
.BIENVENUE {
	font-size: 40px;
	color: #F60;
	text-decoration: underline;
}
TEXTORANGE {
	color: #F60;
}
.TEXTORANGE {
	color: #F60;
	font-size: 24px;
	text-align: center;
}
.souligne {
	text-decoration: underline;
}
#cadreG {
	float: left;
	width: 45%;
}
#cadreD {
	float: right;
	width: 45%;
}
#textegauche {
	text-align: left;
}
.textegauche {
	text-align: left;
}
.bienvenuebleu {
	color: #0FF;
}
.texteplusgros {
	font-size: 36px;
}
.italic {
	font-style: italic;
}
#CONTENEUR #CONTENU p .textegauche {
	text-align: left;
}
.clignotant {
	text-decoration: blink;
}
.clignot {
	text-decoration: blink;
}
.debutrouge {
	color: #F0F;
}
.TEXTORANGE1 {	color: #F60;
	font-size: 24px;
	text-align: center;
}
.textegauche1 {	text-align: left;
}
.LIEN {	clear: none;
	display: inline;
}
.texte26 {
	font-size: 26px;
}
.souligne1 {
	text-decoration: underline;
	text-align: left;
}
.texteplusgros1 {	font-size: 36px;
}
a {
	font-family: "Courier New", Courier, monospace;
	-moz-border-radius: 50PX;
}

/* cercle bouton */

}#ROND {
	background-color:#E4EFFF;
border:1px solid #9FC6FF;
padding:5px;
/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:10px 0;
}
.DRDR {
	-moz-border-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-topright: 50PX;
}
