@charset "utf-8";
/* Document CSS */
body {
 font-family:Arial, sans-serif;
}

a:link { color:#000000; text-decoration: none; }
a:visited {text-decoration: none; color: #000000; }
a:hover {text-decoration: none; color: #0000FF; cursor: pointer; }
a:active {text-decoration: none; }

.titre {
	font-size:30px;
	font-weight: bold;
}
.sectionDroit {
	position:relative;
	left: 500px;
}
/* Menu *************************************************************************************/

.containerMenu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom:20px;
  width:850px;
  text-align:center;
}

#menu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a{
	color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
    background: rgb(80,80,80);
	background: -moz-linear-gradient(rgb(150,150,150),  rgb(80,80,80));	
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(150,150,150)), to(rgb(80,80,80)));
	background: -webkit-linear-gradient(rgb(150,150,150),  rgb(80,80,80));
	background: -o-linear-gradient(rgb(150,150,150),  rgb(80,80,80));
	background: -ms-linear-gradient(rgb(150,150,150),  rgb(80,80,80));
	background: linear-gradient(rgb(150,150,150),  rgb(80,80,80));
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: rgb(150,150,150); 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* Contenu de la page ****************************************************************************/
.contenu {
	margin: auto;
	width: 800px;
	padding: 0px;
}

.sectionTitre {
	color: white;
	font: bold;
	background-color:#111;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	border-radius: 4px;
}

.sectionRangee {
	border-bottom: 1px solid #111;
	padding: 0px;
	margin-top:5px;
}
.sectionLabel {
	display: inline-block;
	width: 230px;
	padding: 3px;
	text-align: right;
	vertical-align: middle;

	
}
.sectionInput {
	display: inline-block;
	width: 450px;
	padding: 3px;
	
}

.colGauche {
	display: inline-block;
	width: 230px;
	padding: 3px;
	/*padding-top:40px;*/
	vertical-align:top;
	text-align:center;
}
.colDroite {
	display: inline-block;
	width: 550px;
	padding: 3px;
	vertical-align: top;
	text-align:center;
}

.messageErreur {
	width: 80%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	padding: 5px;
	border: 1px solid red;
}
.message {
	width: 80%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	font-weight: bold;
	padding: 5px;
	
}

.infoSupp {
	font-style: italic;
	color: #909090;
}

.colTitre {
	display: inline-block;
	/*background-color:rgb(210,210,210);*/
	margin: 0px;
	padding: 3px;
	font-weight: bold;
}

.colInfo{
	display: inline-block;
	margin: 0px;
	padding: 3px;
	vertical-align: middle;
}

.texteBlanc {
	color:#000000;
}
.texteGras {
	font-weight:bold;	
}

/* Formulaires ***********************************************************************************/
input, select {
    width: 100%;
    padding: 8px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 transition: background-color 5000s ease-in-out 0s;
}

input:focus, select:focus { 
    border: 1px solid #111;
	background-color: rgb(220,220,220);
	outline: none;
}


button {
    width: 100%;
    background-color: gray;
    color: white;
    padding: 8px 20px;
    margin: 4px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: rgb(80,80,80);
}

/* Statistiques ****************************************************************************/
.titreStats {
	border-bottom: 1px solid #111;
	background-color:#CCCCCC;
	padding:5px;
	font-weight:bold;
	text-align:center;
}

.contenuArbitreStats{
	width:150px;
	display:inline-block;
	text-align: right;
	padding-right:5px;
}

.sousMenuStats {
margin-left: 175px;	
}

/* Modal *****************************************************************************************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-contenu {
	position: relative;
	top:0px;
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: calc(100% - 100px);
  height: calc(100% - 120px);

  
 overflow: auto; /* Enable scroll if needed */
	
	
   /* background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
	width: calc(100% - 30px);
	height: calc(100% - 50 px);
	overflow: auto;*/
	
    /*width: 800px;*/
	
	/*nouveau
	max-width: 100%;
  
	  /*height: 400px;
	  max-height: 100%;
	  
	  position: fixed;
	  
	  z-index: 100;
	  
	  left: 50%;
	  top: 50%;
	  
	  /* Use this for centering if unknown width/height 
	  transform: translate(-50%, -50%);*/

}
.modal-scroll {
	overflow-x: auto;
	overflow-y: auto;	
}

/* The Close Button */
.x {
	margin-top:-5px;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.x:hover,
.x:focus {
    color: rgb(255,0,0);
    text-decoration: none;
    cursor: pointer;
}

.affmin {
	color:#030;	
}

.affmaj {
	color:#900;
}
