@font-face {
   font-family: "Hemihead";
   src: url(hemihead.ttf) format("truetype");
}

#site_title {
   font-family: "Hemihead", sans-serif;
   font-size: 17px;
   color: white;
}

#site_title a{
   color: #666666;
}

html{
   font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
}

body {
   background: #ffffff;
   /*background-image: url('../img/asphalt600.jpg');*/
   overflow-y: scroll; /* Show scrollbars */
}

a {
   text-decoration: none;
}

a.disabled {
   pointer-events: none;
}

.gras{
   font-weight: bold;
}

.float_droite{
   float:right; 
}

.texte_droite{
   text-align: right;
}

.texte_centre{
   text-align: center;
}

.bleu{
   color: blue;
}

.croix_noire{
   font-size:larger;
   cursor:pointer;
}

.plus_grand{
   font-size:larger;
}

.smaller{
   font-size:smaller;
}

#page-wrap {
   width: 1000px;
   margin: 0 auto;
   padding-bottom: 8px;
   border-radius: 5px;
   box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
                0 -1px 0 rgba( 255, 255, 255, 0.4);
	 /*background: linear-gradient( to top, #dddddd, #efefef);*/            
   background: white; 
   overflow: auto;
}

#menu_site {
   font-size: 80%; 
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   padding: 8px 20px 10px 20px;
   list-style: none;
   text-align: left;
   background: #007399; 
}
#menu_site a {
   color: white;
}
#menu_site a:hover{
   text-decoration: underline;
}
#menu_site ul{
   list-style-type: none;
   margin: 0 5px;
   padding: 4px;
   overflow: hidden;
}
#menu_site ul li {
   padding: 0 8px;
   float: left;
}

div#menu_jeu {
   color: white;
   font-size: 95%;
   margin: 8px;
   border-radius: 6px;
   background-color: #007399;
   padding: 3px;
}
#menu_jeu ul{
   list-style-type: none;
   margin: 0 5px;
   padding: 4px;
   overflow: hidden;
}
#menu_jeu ul li {
   float: left;
}

#menu_gauche {
   float: left;
   font-size: 80%;
   width: 160px;
   margin-left: 0px;
   margin-top: 0px;
   padding: 16px 0;
}
#menu_gauche ul{
   list-style-type: none;
   margin: 0;
   padding-left: 10px;
   overflow: hidden;
}
#left_menu_high li {
   padding: 6px 0px;
}
#left_menu_low {
   margin-top: 10px;
}
#left_menu_low a {
   color:darkslategrey;
   padding: 2px;
}
.left_menu_low_div {
   padding: 4px 4px 4px 10px;
   transition-duration: 0.8s;
}
.left_menu_low_div:hover {
   background: #ddd;
}

#submenu a {
   text-decoration: none;
}
 #submenu ul{
   list-style-type: none; 
   margin: 0 5px;
   padding: 0px 1px;
   overflow: hidden;
}
#submenu ul li {
   float: left;
   margin: 0px 1px;
}
#submenu a {
   color: darkslategrey;
   padding: 0px 10px;
}

.submenu_span {
   padding: 4px 4px 4px 4px;
   transition-duration: 0.8s;
}
.submenu_span:hover {
   background: #ddd;
}

#main {
   font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
   font-size: 80%;
   padding: 8px;
   margin-left: 169px;
   margin-top: 8px;
   margin-right: 8px;
   margin-bottom: 0px;
   border-width: 0 0 0 1px;
   border-style: solid;
   border-color: lightgrey;
   min-height: 600px;
}
#content a:hover {
   text-decoration: underline;
}

#index_site {
   font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
   font-size: 80%;
   padding: 8px;
   min-height: 600px;
}

#footer {
   padding: 8px;
	text-align: center;
   color: gray;
   clear: left;
}

#go_on {
   background-color: white; 
   color: black; 
   padding: 4px 8px;
   border: 2px solid #4CAF50;
   border-radius: 8px;
   transition-duration: 0.4s;
}
#go_on:hover {
   color: white;
   background: rgb(27, 119, 27);
   padding: 4px 8px;
   border: 2px solid rgb(27, 119, 27);
}
#dont_go {
   color: white;
   background: #9c2c2c;
   padding: 4px;
   border: 2px solid #7c0a0a;
   border-radius: 8px;
   cursor: default;
   pointer-events: none;
   transition-duration: 0.4s;
}

.alerte_rouge {
	text-align: center;
	color: #000;
	background: red;
	border-radius: 4px;
	background: linear-gradient( to top, red, #FA5858);
}

.alerte_verte{
	text-align: center;
	color: #000;
	background: #66cc00;
	padding: 5px;
	border-radius: 4px;
	margin: 4px;
}

.nth tr:nth-child(even) {
   background-color: #eeeeee;
}
.nth tr:nth-child(odd) {
   background-color: #ffffff;
}
.nth th {
   color: white;
   background-color: black;
}

.actualite_titre{
   font-size: 105%;
   font-weight: bold;
   color: #007399;
   margin: 12px 0px 4px 0px;
}

#menu_site .droite {
   float:right; 
}

#formular label{
   display:block;
   float:left;
   width:160px;
   height:26px;
   color:white;
   padding-top:9px;
   padding-left: 5px;
   text-shadow:0px -1px 0px rgba(0,0,0,0.2);
   border-radius:5px 0px 0px 5px;
   background:#0099cc;
   box-shadow:0px 1px 1px #000 inset;
}
#formular input[type="password"], #formular input[type="text"], #formular input[type="email"]{
   display:inline-block;
   width:265px;
   height:29px;
   padding:3px 10px;
   border:none;
   color:#1f2026;
   border-radius:0px 5px 5px 0px;
   box-shadow:0px 1px 1px 1px #000 inset;
}
#formular input[type="password"]:focus{
   outline:none;
   box-shadow:0px 0px 3px #000;
}

form input[type="submit"]{
   border:none;
   padding:5px 10px;
   font-size:1em;
   font-weight:bold;
   background: linear-gradient( #777, #4C4C4C);
   border-radius: 8px;
   text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
   box-shadow: 0 -1px 0 rgba( 255, 255, 255, 0.4);
}
form input[type="submit"]:active{
   box-shadow: 1px 1px 10px black inset, 
               0 1px 0 rgba( 255, 255, 255, 0.4);
}

.tiny{
   font-size: 70%;
}

.italique{
   font-style:italic;
}

.forum{
   border-radius: 5px;
   border: 1px solid black;
   border-color: grey;
   padding: 5px;
}

.forum td{
   height: 20px;
}

.forum_titre{
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-top: 1px solid blue;
   border-left: 1px solid blue;
   border-right: 1px solid blue;
   padding: 5px;
   font-size: 150%;
}

.forum_message{
   border-left: 1px solid blue;
   border-right: 1px solid blue;
   border-bottom: 1px solid blue;   
}

.forum_message_titre{
   background-color: lightblue;
   padding: 5px;
}

.forum_message_contenu{
   padding: 5px;
}

.forum_message_contenu p{
   margin: 0px;
}

.forum_signalement{
   text-align: right;
   font-size: 70%;
   padding-right: 5px;
   padding-bottom: 5px;
}

.titre2{
   font-size: 110%;
   font-weight: bold;
}

.titre_parcours{
   border-radius: 5px;
   padding: 1px 10px 10px 10px;
   border: 3px black solid;
}

.titre_parcours_colore{
   border-radius: 5px;
   padding: 0px 10px 10px 10px;
   background-color: white;
   color : #444444;
   border: 3px black solid;
}

.popuptext {
   position: absolute;
   top: 98px;
   right: 0;
   display: inline-block;
   cursor: pointer;
   user-select: none;
}
.popuptext {
   visibility: visible;
   width: 160px;
   background-color: #555;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 8px 0;
   position: absolute;
   z-index: 1;
   left: 50%;
   margin-left: -80px;
}
.show_popuptext {
   visibility: visible;
   -webkit-animation: fadeIn 1s;
   animation: fadeIn 1s;
}
.hide_popuptext {
   -webkit-animation: fadeOut 1s;
   animation: fadeOut 1s;
}
.hidden_popuptext {
   visibility: hidden;
}
@keyframes fadeIn {
   from {opacity: 0;}
   to {opacity:1 ;}
}
@keyframes fadeOut {
   from {opacity: 1;}
   to {opacity:0 ;}
}

.inbox_message {
   background-color: #f5f1f1;
   margin-bottom: 8px;
   border-style: solid;
   border-color: #eeeeee;
   border-width: 1px;
   border-radius: 4px;
}
.inbox_message {
   padding: 4px;
}
.inbox_message_body {
   padding: 4px;
}

.icon_18 {
   width: 18px;
   height: 18px;
}

.counter {
   color: black; 
   text-align: center
}

#day_races {
   background-color: #eeeeee;
   border-radius: 5px;
   padding: 5px;
   margin-bottom: 10px;
}

#day_races_title {
   font-weight: bold;
}

.red_border {
   border-style: solid;
   border-color: red;
   border-width: 1px;
   border-radius: 4px;
}