div 
{
    text-align:center;
    font-size: small;
    font-family: Arial, Verdana, Georgia;
}

a:link{text-decoration:none}

p 
{
    display: block;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
}

body
{
    margin: 0;
    background-image: url(../../imgs/extensiblehead.jpg);
    background-repeat: repeat-x;
}

input, select
{
    font-family: Arial, Verdana, Georgia;
    font-size: 11px;	
}

div#bandeau 
{
    margin: auto;
    width: 1300px;
    height: 200px;
    background: url(../../imgs/new.png) no-repeat ;
}

div#CorpsGeneral
{
    position:relative; 
    margin: auto;
    width:1000px;
    top:0px;
}

div#CorpsGeneral2
{
    position:relative; 
    margin: auto;
    width:1400px;
    top:0px;
}

div#EnteteFormulaire
{
    background-color:#f5f5f5;
    border:1px solid #f5f5f5;
    box-shadow:1px 1px 12px #555;
    -moz-box-shadow:1px 1px 12px #555;
    -webkit-box-shadow:1px 1px 12px #555;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

div#CorpsFormulaire
{
    background-color:#ffffff;
    border:1px solid #ffffff;
    box-shadow:1px 1px 12px #555;
    -moz-box-shadow:1px 1px 12px #555;
    -webkit-box-shadow:1px 1px 12px #555;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

div#CorpsFormulaire2
{
    position:relative; 
    margin-left: auto;	
    border:solid 1px #f5f5f5;
    background-color:#f5f5f5;
    -webkit-box-shadow: 1px 1px 12px #555;
    -moz-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;	
}

div#EnteteAccueil
{
    z-index:1;
    position:relative;
    margin-left: -50px;
    width:250px;
    height:40px;
    border:solid 1px #dae894;
    background-color: #dae894;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
}

div#CorpsAccueil
{
    position:relative;
    margin: auto;
    width:1000px;
    height:300px;
    top:20px;
    border:solid 1px #FFFFFF;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
}

div#Alerte
{
    text-align:left;
    position:relative; 
    margin: auto;
    width:1050px;
    top:30px;
}

div#connexion
{
    position:relative; 
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    border:solid 1px #00ffff;
    background-color:#00ffff;
    -webkit-box-shadow: 1px 1px 12px #555;
    -moz-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
}

/*********************************************************************************/
/*********************************************************************************/
/*Boutons de formulaire*/

input.BAjout 
{
    background:url(../../imgs/ajout.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}

input.BValid 
{
    background:url(../../imgs/valid.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}

input.BSupp 
{	
    background:url(../../imgs/supp.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}

input.BConsult 
{
    background:url(../../imgs/consult.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}

input.BFinalise 
{
    background:url(../../imgs/finalise.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}

input.BDepli 
{
    background:url(../../imgs/depli.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}

input.BOuverture 
{
    background:url(../../imgs/ouverture.png) top right no-repeat;
    border:none;
    width:20px;
    height:20px;
    cursor: pointer;
}