@charset "windows-1252";

body
{
    background-color: #white;
    font-face: Trebuchet MS;
    font-size: 15px;		 
    padding-top: 0;
    margin: 0 0 0 0;
}		  

a img 
{ 
    border: none; 
} 

a
{
    text-decoration: none;
}

.titre
{
    width: 100%;
    text-align: center; 
    font: Verdana; 
    font-weight: bold;
    font-size: 30px;
    color: #3C3C43; 
    background-color: #DFDEF5;
}

a.rond 
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  vertical-align: middle;
  background-color: #AEAEAE;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: black;
}

a.rond:hover
{
  background-color: #0000CC;
  cursor: hand;
  color: white;
}

.merr
{
	color: red;
	font-weight: bold;
	font-size: 15px;
}

.mok
{
	color: green;
	font-weight: bold;
	font-size: 15px;
}

/* Fenetre modale */
.cf
{
  text-align: center;
}

.cf:before, .cf:after
{
  content: "";
  display: table;
}

.cf:after
{
  clear: both;
}

.droite
{
  float: right;
}
 
.oModal 
{
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
 
.oModal:target
{
  opacity: 1;
  pointer-events: auto;
}
 
.oModal:target > div
{  
  background: #FFE7BA;
  margin: 10% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div
{
  max-width: 600px;
  height: 400px; 
  position: relative;
  margin: 1% auto;
  padding: 0px 0px 1px 0px;
  border-radius: 5px;
  background: #eee;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div header,.oModal > div footer
{
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
}

.oModal .footer
{
  border: none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}
 
.oModal > div h2
{
  margin: 0;
}
 
.oModal > div .btn
{
  float: right;
}
 
.oModal > div section,.oModal > div > header, .oModal > div > footer
{
  padding: 15px;
}

.oModal h2
{
  font-size: 20px;
}

.oModal .divForm
{
  margin-top: 5px;
}

.oModal label
{
  width: 100px;
  display: inline-block;  
  vertical-align: top;
  margin-left: 5px;
  font-weight: bold;
}

.oModal input[type="text"]
{
  width: 450px; 
  background: #FFFACD;
}

.oModal textarea
{
  width: 450px;
  height: 300px;
  background: #FFFACD;
}

.oModal header
{
  background: #CDB38B;
  text-align: center;
}

.oModal footer
{
  padding-top: 5px;
}