/* Général ------------------------------------------------------------------------------------- */

body, p, legend, label, input {
    font: normal 8pt verdana, helvetica, sans-serif;
}



/* Forms --------------------------------------------------------------------------------------- */
fieldset {
    padding: 10px;
    border: 2px #000000 solid;
    margin: 10px;
	border-radius: 5px;
    background: #d5ffff;
    /* Old browsers */
    background: -moz-radial-gradient(top, #d5ffff 1%, #ededed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d5ffff), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(top, #d5ffff 1%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(top, #d5ffff 1%, #ededed 100%);
    /* Opera 11.10+ */
    background: -ms-radial-gradient(top, #d5ffff 1%, #ededed 100%);
    /* IE10+ */
    background: radial-gradient(to bottom, #d5ffff 1%, #ededed 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5ffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}

fieldset.sansLabel {
    padding: 10px;
    border: 2px #000000 solid;
    margin: 10px;
	border-radius: 5px;
    background: #c0c0c0;
}

legend {
    font-weight: bold;
    color: #000000;
}

form label {
    float: left;
    width: 200px;
    margin: 3px 0px 0px 0px;
}

button.bleu {
  -moz-border-radius: 15px;
  -moz-box-shadow: #6E7849 6px 6px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #70fcff;
  background-image: -moz-linear-gradient(90deg, #269a9c, #70fcff);
  background-image: -ms-linear-gradient(90deg, #269a9c, #70fcff);
  background-image: -o-linear-gradient(90deg, #269a9c, #70fcff);
  background-image: -webkit-linear-gradient(90deg, #269a9c, #70fcff);
  background-image: linear-gradient(90deg, #269a9c, #70fcff);
  border-radius: 15px;
  border: 2px solid #4a5032;
  box-shadow: #6E7849 6px 6px 10px;
  color: #000000;
  display: inline-block;
  /*font-size: 4em;*/
  margin: auto;
  padding: 15px;
  text-decoration: none;
  text-shadow: #000000 10px 10px 15px;
  transition: all 0.5s ease;
  width: 20%;
  height: 20%;
}
button.bleu:hover {
  background-color: #25b0bb;
  background-image: -moz-linear-gradient(90deg, #1039e5, #25b0bb);
  background-image: -ms-linear-gradient(90deg, #1039e5, #25b0bb);
  background-image: -o-linear-gradient(90deg, #1039e5, #25b0bb);
  background-image: -webkit-linear-gradient(90deg, #1039e5, #25b0bb);
  background-image: linear-gradient(90deg, #1039e5, #25b0bb);
  padding: 15px;
}

button.vert {
  -moz-border-radius: 15px;
  -moz-box-shadow: #6E7849 6px 6px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #acff70;
  background-image: -moz-linear-gradient(90deg, #548a24, #acff70);
  background-image: -ms-linear-gradient(90deg, #548a24, #acff70);
  background-image: -o-linear-gradient(90deg, #548a24, #acff70);
  background-image: -webkit-linear-gradient(90deg, #548a24, #acff70);
  background-image: linear-gradient(90deg, #548a24, #acff70);
  border-radius: 15px;
  border: 2px solid #4a5032;
  box-shadow: #6E7849 6px 6px 10px;
  color: #000000;
  display: inline-block;
  /*font-size: 4em;*/
  margin: auto;
  padding: 15px;
  text-decoration: none;
  text-shadow: #000000 10px 10px 15px;
  transition: all 0.5s ease;
  width: 20%;
  height: 20%;
}
button.vert:hover {
  background-color: #70a428;
  background-image: -moz-linear-gradient(90deg, #1c8725, #70a428);
  background-image: -ms-linear-gradient(90deg, #1c8725, #70a428);
  background-image: -o-linear-gradient(90deg, #1c8725, #70a428);
  background-image: -webkit-linear-gradient(90deg, #1c8725, #70a428);
  background-image: linear-gradient(90deg, #1c8725, #70a428);
  padding: 15px;
}

button.rouge {
  -moz-border-radius: 15px;
  -moz-box-shadow: #6E7849 6px 6px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #fd786d;
  background-image: -moz-linear-gradient(90deg, #b96a6d, #fd786d);
  background-image: -ms-linear-gradient(90deg, #b96a6d, #fd786d);
  background-image: -o-linear-gradient(90deg, #b96a6d, #fd786d);
  background-image: -webkit-linear-gradient(90deg, #b96a6d, #fd786d);
  background-image: linear-gradient(90deg, #b96a6d, #fd786d);
  border-radius: 15px;
  border: 2px solid #4a5032;
  box-shadow: #6E7849 6px 6px 10px;
  color: #000000;
  display: inline-block;
  /*font-size: 4em;*/
  margin: auto;
  padding: 15px;
  text-decoration: none;
  text-shadow: #000000 10px 10px 15px;
  transition: all 0.5s ease;
  width: 20%;
  height: 20%;
}
button.rouge:hover {
  background-color: #ff4b3d;
  background-image: -moz-linear-gradient(90deg, #a3190a, #ff4b3d);
  background-image: -ms-linear-gradient(90deg, #a3190a, #ff4b3d);
  background-image: -o-linear-gradient(90deg, #a3190a, #ff4b3d);
  background-image: -webkit-linear-gradient(90deg, #a3190a, #ff4b3d);
  background-image: linear-gradient(90deg, #a3190a, #ff4b3d);
  padding: 15px;
}

input {
	color: #0568CD;
	margin: 3px 3px 0px 0px;
    border: 2px #000000 solid;
}

input.sansLabel {
	color: #0000ff;
    margin-left: 200px;
}

/* Styles et couleurs -------------------------------------------------------------------------- */
.requis {
    color: #c00;
}

.erreur {
    color: #b53558;
}

.succes {
    color: #090;
}

.info {
    font-style: italic;
    color: #E8A22B;
}

.rapport {
    font-style: italic;
    color: #000000;
}

.rapportbleu {
    font-style: italic;
    color: #0000ff;
}

.rapportrouge {
    font-style: italic;
    color: #800080;
}

.rapportvert {
    font-style: italic;
    color: #80ff80;
}
/* Blocs constituants -------------------------------------------------------------------------- */
div#menu{
	border: 2px solid #0568CD;
	padding: 10px;
	margin: 10px;
}
div#corps{
	margin: 10px;
}

/* Tableaux -------------------------------------------------------------------------------------*/
table{
	border-collapse: collapse;
}
tr.pair{
	background-color: #efefef;
}
tr.impair{
	background-color: #fff;	
}
th{
	color: #0568CD;
	border: 1px solid #0568CD;
	padding: 5px;
}
th.action{
	border: 1px solid #900;
	color: #900;
}
td{
	border: 1px solid #ddd;
	padding: 5px;
}
td.action{
	text-align: center;
}