#exam a {font-size:1.25em;}

#exam div {
  display:block;
}
#exam #content {
  padding:0px;
  margin:0 auto;
}
#exam .titre {
  font-weight: bold;
  font-size: 30px;
  display:block;
  color:#bc3315;
  background:url('../img/bg.jpg') 50% 50% no-repeat;
  margin:5px;
  height:315px;
}
#exam #formulaire {
  margin:5px auto;
  padding:5px;
  text-align:center;
  font-weight: bold;
}
#exam #formulaire .form {
  margin:5px;
  padding:5px;
  background-color:#eee;
}
#exam #formulaire .required {
  font-size: 16px;
  font-weight: bold;
  color:red;
}

#exam #formulaire .form label {
  font-weight: bold;
  font-size: 18px;
}

#exam #resultat {
  clear:both;
  margin:5px;
  padding:0px;
  border:0px solid red;
  font-size: 18px;
  font-weight: bold;
}

#exam .loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  background-color: #eee;
}

#exam .loader {
  display: none;
  width:400px;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align:center;
  margin-left: -100px;
  margin-top: -200px;
  z-index:2;
  overflow: auto;
  border:2px solid red;
  background-color: #fff;
}

#exam .error {
  margin:0px;
  padding:10px;
  color:red;
  font-size: 18px;
  text-align:center;
  font-weight: bold;
  line-height:20px;
  display:block;
  background-color: #000;
}

#exam .error div {
  display:block;
}

#exam .error div.notfound {
  font-size:30px;
  display:block;
  color:#fff;
  padding:5px;
  line-height: 30px;
  width:100%;
}

#exam .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#exam .video-container iframe,
#exam .video-container object,
#exam .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#exam .bac {
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  display:block;
  color:green;
  background-color: #eee;
  padding:8px;
  margin:0px;
}

#exam .author {
  font-size: 11px;
}

#exam #data { 
  width: 100%;
  height:100%;
  border-collapse: collapse;
}

#exam table {
  margin: 0 auto; /* or margin: 0 auto 0 auto */
}

#exam #data th, #data td {
  padding: 3px;
  border: 1px solid #000;
  text-align: center;
}
#exam #data th {
  background: #999690;
  color: white;
  font-weight: bold;
}
#exam #data .admis{
  font-weight: bold;
  font-size: 30px;
  color:#2EFE64;
  background: #000;
}

#exam #fade {
  display: none;
  position:absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #ababab;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .70;
  filter: alpha(opacity=80);
}
#exam #modal {
  display: none;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 64px;
  height: 64px;
  padding:30px 15px 0px;
  border: 3px solid #ababab;
  box-shadow:1px 1px 10px #ababab;
  border-radius:20px;
  background-color: white;
  z-index: 1002;
  text-align:center;
  overflow: auto;
}
#exam #results {font-size:1.25em;color:red}
#exam #loaders {padding-bottom:10px;margin-bottom:10px;}

#exam .button {
  -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
  box-shadow:inset 0px 1px 0px 0px #cf866c;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
  background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
  background-color:#d0451b;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #942911;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:13px;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #854629;
}
#exam .button:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
  background-color:#bc3315;
}
#exam .button:active {
  position:relative;
  top:1px;
}
#exam .select {
  border: 0 !important;  
  -webkit-appearance: none;  
  -moz-appearance: none; 
  background: #0088cc url(../img/select-arrow.png) no-repeat 90% center;
  text-indent: 0.01px; 
  text-overflow: ""; 
  color: #FFF;
  padding: 8px;
  box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}
#exam .input {
  padding: 5px;
  font-size: 16px;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(66,66,66,.75);
  text-shadow: undefined 0px 0px 5px px rgba(66,66,66,.75);
}
#exam .input:focus {
  outline:none;
}