 
 body {margin:0px; padding:0px; background-color:#979FBA}
  .main{font-family:Tahoma ; font-size:12px;  color:#0F103E; text-align:justify; }
  .white{font-family:Tahoma; font-size:12px;  color:#FFFFFF;}
  .blue{font-family:Tahoma; font-size:13px;  color:#4B4BC2;}
  .red{font-family:Tahoma; font-size:15px;  color:#FF0000;}
  .menu{font-family:Tahoma; font-size:13px;  color:#FFFFFF; text-decoration:none}




  .input{
  		width:137px; height:19px;
		border-width:1px;
		border-style:solid;
		border-color:#C8CBCE;
		background-color:#FFFFFF;font-family:Tahoma; font-size:11px;  color:#626262;
		}

		
	  .textarea{
  		width:279px; height:119px;
		border-width:1px;
		border-style:solid;
		border-color:#C8CBCE;
		background-color:#FFFFFF;font-family:Tahoma; font-size:9px;  color:#626262;
		overflow:auto
		}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 200px;
height: 70px;
margin-top: -10px; /* moitié de la hauteur */
margin-left: -25px; /* moitié de la largeur */
border: 1px solid #424c6d;
color: #424c6d;
background-color: #7373b5;
text-align:center;
vertical-align:middle;
font-family:Tahoma;
}
 

/* BUTTONS */

.buttons button, .buttons table{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:200%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:8px 20px 6px 14px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 1px -1px 0 !important;
    padding:0;
    border:none;
}