html {
	/*
	background-image: url(fond-glass-blue.jpg);
	background-repeat:repeat;
	*/
	/*background-color: #0E3070;*/
	background-color: #EAEAEA;
	height: 100%;
	padding: 0px;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Nexa Lite",Arial, Helvetica, sans-serif;
	width: 950px;
	background-color: #FFF;
	min-height: 100%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	font-size: 12px;
	/*font-weight: bold;*/
}
a {
	color: #005D96;
	text-decoration: none;
}

td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#bandeau {
	background-color: #FFF;
	width: 950px;
	height: 100px;
	position: relative;
}
.Titre {
	font-size: 36px;
	text-align: center;
	color: #014D87;
	font-weight: bolder;
}
#logo_gauche {
	float: left;
}
#logo_droite {
	float: right;
}
#facebook {
	float: right;
	margin-right: 10px;
}

h1 {
	text-align: center;
	font-size: large;
	margin: 0px;
	padding: 0px;
	color: #014D87;
}
.Tableau {
	background-color: #EAEAEA;
	cellspacing: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.Ligne_de_titre {
	background-color: #CBCBCB;
	color: #06F;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
.Ligne_de_tableau {
	padding: 10px;
}
.menuLien {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 5px;
}
.menuLien:hover {
	border-bottom-color: #599C29;
	border-left-color: #599C29;
	color: #06F;
}
.Bouton {
	color: #06F;
}
.grosBouton {
	height: 50px;
	color: #06F;
	font-weight: bold;
}
.test {
	overflow: hidden;
	clip: rect(5px,5px,5px,5px);
	height: 27px;
	width: 30px;
}


a {
	color: #06F;
}

a:hover {
	color: #599C29;
	text-decoration: none;
}

.selectionne {
	color: #599C29;
	font-weight: bolder;
	text-decoration: none;
}

#carte_france {
	width: 600px;
	float: left;
	margin-left: 100px;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6.5px 13px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}

.button:hover {
	background: #599C29;
	color: #FFF;
}

.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}
div.boutonchoix {
	position: relative;
	color: #000000;
	width: 280px;
	text-align: left;
}
div.boutonchoix a:link, div.boutonchoix a:visited {
	display: block;
	text-decoration: none;
	color: #005D96;
	border-top-width: 3px;
	border-left-width: 25px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #005D96;
	border-right-color: #005D96;
	border-bottom-color: #005D96;
	border-left-color: #005D96;
	padding-left: 10px;
}
div.boutonchoix a:hover {
	text-decoration: none;
	color: #96CA2D;
	border-top-color: #96CA2D;
	border-right-color: #96CA2D;
	border-bottom-color: #96CA2D;
	border-left-color: #96CA2D;
}
div.bouton {
	/*position: relative;*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #CBCBCB;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF4F3), to(#CBCBCB));
	background: -webkit-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -moz-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -ms-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -o-linear-gradient(top, #EDF4F3, #CBCBCB);
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	margin: 5px;
	width: 240px;
	/*font-weight: bold;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.boutonR {
	/*position: relative;*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #CBCBCB;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF4F3), to(#CBCBCB));
	background: -webkit-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -moz-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -ms-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -o-linear-gradient(top, #EDF4F3, #CBCBCB);
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	margin: 5px;
	width: 100px;
	/*font-weight: bold;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.bouton2L {
	/*position: relative;*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #CBCBCB;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF4F3), to(#CBCBCB));
	background: -webkit-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -moz-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -ms-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -o-linear-gradient(top, #EDF4F3, #CBCBCB);
	line-height:15px;
	text-align:center;
	font-size: 1.0em;
	vertical-align:middle;
	margin: 5px;
	width: 240px;
	/*font-weight: bold;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.NboutonR {
	/*position: relative;*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #CBCBCB;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF4F3), to(#CBCBCB));
	background: -webkit-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -moz-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -ms-linear-gradient(top, #EDF4F3, #CBCBCB);
	background: -o-linear-gradient(top, #EDF4F3, #CBCBCB);
	line-height:22px;
	text-align:center;
	font-family:"Nexa Lite",Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	vertical-align:middle;
	margin: 5px;
	width: 160px;
	font-weight: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.bouton a:link, div.bouton a:visited, div.bouton2L a:link, div.bouton2L a:visited, div.boutonR a:link, div.boutonR a:visited,  div.NboutonR a:link, div.NboutonR a:visited {
	display: block;
	text-decoration: none;
	color: #000;
}
div.bouton a:hover, div.bouton2L a:hover, div.boutonR a:hover, div.NboutonR a:hover {
	text-decoration: none;
	color: #000;
	background-color: #D7EEF6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boite {
	border-radius: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 10px;
  }

h2 {
	color: #014D87;
	margin-top: 0px;
}
.rouge {
	color: #FB0000;
}
/* Gradient généré avec http://gradcolor.com/css3-gradient.php?c=3 */

/*.barreGradient{
	position:absolute;
	border-radius: 7px;
	width:80px;
	height:15px;
 background-color:#de2500;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#de2500, endColorstr=#ffff00);
 background-image:-moz-linear-gradient(left, #de2500 10%, #ffff00 40%,#26d100 90%);
background-image:linear-gradient(left, #de2500 10%, #ffff00 40%,#26d100 90%);
background-image:-webkit-linear-gradient(left, #de2500 10%, #ffff00 40%,#26d100 90%);
background-image:-o-linear-gradient(left, #de2500 10%, #ffff00 40%,#26d100 90%);
background-image:-ms-linear-gradient(left, #de2500 10%, #ffff00 40%,#26d100 90%);
 background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(10%,#de2500), color-stop(40%,#ffff00),color-stop(90%,#26d100));}



.barreVide {
	width: 80px;
	height: 15px;
	padding: 1px;
	background-color: #333;
	border-radius: 7px;
	text-align:left;
}*/
/*Ajout affichage tables*/
/*section {
  position: relative;
  padding-top: 30px;
}


.container {
  overflow-y: auto;
  height: 70%;
  width:9000px;
}

th div{
  position: absolute;
  font-size: 0.9em;
  top: 0;
  -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
       -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg);
}
.listing {
	border-collapse:collapse;

}


.listing td{
	border:solid;
	border-width:1px;
	border-style:solid;
}*/