body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #404040;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a {text-decoration:none; color: #FFFFFF;}
a:hover {color:#CCCCCC; text-decoration:none;}

/* Message Box */
.Box_Info, .Box_Success, .Box_Warning, .Box_Error {
    margin: 10px 0px;
    padding:12px;
 
}
.Box_Info {
    color: #00529B;
    background-color: #BDE5F8;
}
.Box_Success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.Box_Warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.Box_Error {
    color: #D8000C;
    background-color: #FFD2D2;
}

/* Titre */
titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-variant: normal;
	font-weight: 700;
	color: #333333;
	text-shadow: 0px 1px #666666;
}

/*Image*/
img {
  vertical-align:middle;
}


/* Tableau Dashboard et Autres*/
#Dashboard {
    border-collapse: collapse;
    width: 96%;
	margin-left:auto; 
    margin-right:auto;
}

#DisplayZone {
    border-collapse: collapse;
	/*border: 1px solid #ddd;*/
    width: 90%;
	margin-left:auto; 
    margin-right:auto;
	border-radius:6px;
	outline: 1px solid #ddd;
	outline-offset: -1px;
	overflow: hidden;
}

#DisplayZone td, #DisplayZone th {
    padding: 8px;
}

#DisplayZone tr:nth-child(even){background-color: #f2f2f2;}

#Dashboard td, #Dashboard th {
    border: 1px solid #ddd;
    padding: 8px;
}

#Dashboard tr:nth-child(even){background-color: #f2f2f2;}

#Dashboard th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #000000;
    color: white;
}


/* Boutons pour a href*/
ClasseGrey300 {
  background: #333333;
  box-shadow: 0px 2px 0px #666666;
  width: 300px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

ClasseRed300 {
  font-size: 12px;
  background: #C00000;
  box-shadow: 0px 2px 0px #666666;
  width: 300px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

ClasseBlue300 {
  background: #000040;
  box-shadow: 0px 2px 0px #666666;
  width: 300px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

/* Boutons pour a href*/
ClasseGrey100 {
  margin : 6px;
  background: #333333;
  box-shadow: 0px 2px 0px #666666;
  width: 100px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}




/* Display pour a href*/
ClasseGrey300 a {display:block}
ClasseRed300 a {display:block}
ClasseBlue300 a {display:block}
ClasseGrey100 a {display:block}



/* Boutons pour Submit*/
.ClasseGrey300_Submit {
  color: #FFFFFF;  
  background: #333333;
  border: none;
  box-shadow: 0px 2px 0px #666666;
  width: 300px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.ClasseBlue300_Submit {
  color : white;
  background: #6495ED;
  border: none;
  box-shadow: 0px 2px 0px #666666;
  width: 300px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}