body {
overflow:auto;
font-family:Arial;
font-size:13px;
margin: 0;
/* Ajout benoit */
background-color: #006CA2;
/* Fin ajout benoit */

padding: 0;
height:100%;
}
 
p {
margin:0;
padding:0;
} 



#imgHeader {
    left: 50%;
    margin-left: -491px;
    position: relative;
}

#divHeader {
    background-color: #CCCCCC;
}

#divContent,#lienRetourContainer {
    border: 0 solid;
    left: 50%;
    margin-left: -491px;
    margin-top: 20px;
    position: relative;
    width: 980px;
}

#lienretour {
    margin-left: 866px;
    position: relative;
    cursor:pointer;
}

.hidden {
	display:none;
}

#headers {
    background-color: #003E2D;
    color: white;
    font-size: 33px;
    height: 53px;
    overflow: hidden;
    .top:0px;
}

#headers img {
float:right;
}

#mainGestion {
    left: 50%;
    margin-left: -490px;
    margin-top: 100px;
    position: absolute;
    width: 980px;
}

.catTitle {
    color: #4F4F4F;
    font-size: 27px;
    letter-spacing: -1px;
    margin-bottom: 23px;
}

.catTitle span {
   font-size: 16px;
}

.catTitleAction {
    float: right;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 40px;
}

a.buttonAdd {
    background-color: #3764A0;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 4px 4px 8px #888888;
    color: white;
    padding: 10px;
    text-decoration: none;
}

.gestion_valeurs {
cursor: pointer;
}

.gererTypeProduction {

}


#nav li ul li a.actif {
background-color: #DDDBDB;
}

.gestion_droits_utilisateur {
    cursor: pointer;
    margin-top: 2px;
    position: relative;
}

.infosAdmin {
font-weight: normal;
font-size: 11px;
font-style: italic;
color:#9E9E9E;
}

.eyeView {
    position: relative;
    top: 4px;
}

.imagePreview {
    max-width: 385px;
}