.onglet
{
    display:inline-block;
    margin-left:3px;
    margin-right:3px;
    padding:3px;
    border:1px solid black;
    cursor:pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#list5{
    top:50%;
}

.onglet_0
{
    background:#4F96C0;
    background-image: linear-gradient(#FFF, #4F96C0);
    border-bottom:1px solid black;
}
.onglet_1
{
    background:#8DF1FF;
    background-image: linear-gradient(#FFF, #8DF1FF);
    border-bottom:0px solid black;
    padding-bottom:4px;
}
.contenu_onglet
{
    background-color:#8DF1FF;
    border:1px solid black;
    margin-top:-1px;
    padding:5px;
    display:none;
}

.none{
    display: none;
}

.systeme_onglets{
    margin-left: 21%;
}

#entete{
    font-size: 20px;
    background-color: #4F96C0;
    cursor:pointer;
}

.cel {
    background-color: #8DF1FF;
    cursor: pointer;
}

.celtri{
    background-color: #51DCF1;
    cursor: pointer;
}


#verdatre{
    background:#2E618E none repeat scroll 0% 0%;
    text-align: right;
    margin-right: 2px;
}

#cssmenu > ul > li > a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: #2E618E;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    margin:2px;
}


#logpan{
    position: absolute;
    width: 20%;
}

#img{
    margin-left: 20%;
}

body{
    font-family: tahoma, arial, helvetica, "bitstream vera sans", sans-serif;
}


/*HEADER*/
#center{
    text-align: center;
}

.center{
    text-align: center;
}

#general{
    border:none;
    width: 100%;
}

#petit{
    width:15%;
    vertical-align: top;
}

#grand{
    width: 85%;
    vertical-align: text-top;
}

#list{
    width: 100%;
}

#droite{
    text-align: right;
}

#machin {
    width: 180px;
    background-color: #4F96C0;
    background-repeat: repeat-x;
    background-image: url("../../images/btn.png");
    padding:2px;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
}



#machinG {
    width: 180px;
    background-color: #4F96C0;
    background-repeat: repeat-x;
    background-image: url("../../images/btn.png");
    padding:2px;
    cursor: pointer;
    font-weight: bold;
}


#titre{
    padding-left: 20%;
}

#titre{
    padding-left: 40%;
}

/*TEXTE*/
#contenu{
    border-radius: 0;
    background-color: white;
}

#welcome{
    border: none;
    color: #22A4D5;
    font-weight: bolder;
    margin-left: 30%;
}

#error{
    border: none;
    color: #CC2A35;
    font-weight: bolder;
    margin-left: 30%;
}

#rouge{
    border: none;
    color: #CC2A35;
    font-weight: bolder;
}

fieldset{
    border-radius: 10px;
    margin-bottom: 10px;
}

legend{
    border:1px solid grey;
    border-radius: 10px;
    font-style: italic;
    padding-left:5px;
    padding-right: 5px;
}

ul{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


.medecin{
    border-radius: 10px;
    background-image: url(../images/bg_classeur.png);
    background-repeat: repeat-x;
    border: 1px solid gray;
    color: blue;
    box-shadow: 2px 2px 2px 2px #CCC;
    padding: 5px 5px 0px 5px;
    margin-bottom: 15px;
}

.nom{
    font-size: 150%;
    font-weight: bold;
}


#plan h5{
    font-size: 100%;
    padding:0;
    margin:0;
}
iframe{
    width:100%;
}

#plan a{
    font-size:100%;
    font-weight: bold;
    padding:0;
    margin:0;
}

fieldset a{
    font-weight: bold;
}

a{
    text-decoration: none;
}

.noir{
    color:black;

}

.blanc{
    color:white;
}

html{
    background-image: url(../../images/bg_bas.png);
    background-repeat: no-repeat;
}

header{
    margin-bottom: 50px;
}

.hidden{
    visibility: hidden;
}

/*BODY*/
body{
    color: black;
    background-image: url(../../images/EF_logo_small.png);
    background-repeat: no-repeat;
    background-position: right top;

}

#docDef{
    border: 2px solid orange;
}

#contenu{
    margin-right: 5%;
    margin-left: 5%;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-top: none;
    padding: 25px 0px 0 10px;
    background-image: url(../../images/bg_classeur.png);
    background-repeat: repeat-x;
}

#menu{
    border:none;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid grey;

}
#menu li {
    text-align: center;
    float: left;
    border-radius: 10px 10px 0 0;
    margin-right: 0px;
    padding: 0 5px 0 5px;
    font-weight: bold;
    font-size: 125%;
    font-style: normal;
    margin-right: 5px;
}


.courant{/*onglet de la page courante*/
    background-color: rgb(184,224,239);
    color: black;
    border-top: 1px solid grey;
    border-left:1px solid grey;
    border-right:1px solid grey;
    height:30px;
    border-bottom: 5px solid rgb(184,224,239);;
}

.passif{/* onglet des autre page*/
    background-color: #DCDCFF;
    color: white;
    height:35px;
}

.passif:hover{
    background-color: rgb(184,224,239);
}

#colone_droite{
    float: left;
    width: 45%;
}
.image{
    width: 70px;
    height: 70px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.right{
    text-align: right;
}
#colone_gauche{
    float: left;
    width: 45%;
    margin-right: 50px;
    margin-left: 5px;
}

#medecins{
    margin-bottom: 100px;
}

#haut_de_page{
    display: none;
}


/********************************/
/**********FORMULAIRE************/
/********************************/

.label{
    float: left;
    width:20%;
    font-weight: bold;
    padding:0;
}

.labelId{
    float: left;
    width:30%;
    font-weight: bold;
    padding:0;
}



input{
    padding: 0;
    width:20%;
    height: 25px;
    margin: 2px;
}

.radio{
    width:2%;
}

#input{
    padding: 0;
    width:20%;
    height: 75px;
    margin: 2px;
}

.inputId{
    padding: 0;
    height: 25px;
    margin: 2px;
    width:46%;
}

.trucmuch{
    padding: 0;
    height: 25px;
    margin: 2px;  
    width: 100%;
}

select{
    width: 20%;
}

.bouton{
    width: 180px;

    background-repeat: repeat-x;
    background-image: url("../../images/btn.png");

    cursor: pointer;
    font-weight: bold;
}

.buton{
    width: 40% !important; 
    background-repeat: repeat-x;
    background-image: url("../../images/btn.png");
    cursor: pointer;
    font-weight: bold;
}

.submit{
    margin-left: 20%;
}

form input, form text {
    border: 1px solid rgb(127, 157, 185);
}

form input:focus, form text:focus, form select:focus {
    border: 2px solid rgb(80, 185, 86);
}

p{
    margin:0;
    padding:0;
}

#flottant{
    position: absolute;
    top: 7%;
    right: 12%;
    border: none;
}

#floton{
    margin-right: 12%;
}
