/**************************************************
 *                 ELEMENT HTML                   *
 **************************************************/
    body{
        font-family: verdana;
        font-size: 10px;
        background-color: #990033;
        text-align: center;
    }
    
    a{
        color: #990033;
    }
    
    a:hover{
        color: black;
        text-decoration: none;
    }
/**************************************************
 *             ARCHITECTURE DE LA PAGE            *
 **************************************************/
    #contenu{
        margin-top: 50px;;
        margin-left: auto;
        margin-right: auto;
        width: 750px;
        text-align: center;
        background-color: white;
    }
    
    #contenu_admin{
        margin-top: 50px;;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        text-align: center;
        background-color: white;
        height: 500px;
    }
    
    #haut{
        height: 77px;
    }
    
    #gauche{
        float: left;
        width: 96px;
        background-color: white;
        height: 320px;
    }
    
    #gauche_admin{
        float: left;
        width: 150px;
        background-color: white;
    }
    
    #principal{
        margin-left:100px;
        width: 646px;
        background-color: white;
    }
    
    #principal_admin{
        width: 646px;
        background-color: white;
        margin-left: auto;
        margin-right: auto;

    }
    
    #titre{
        position: absolute;
        font-size: 12px;
        font-family: verdana;
        font-weight: bold;
        color: #990033;
        width: 255px;
        text-align: right;
        height: 40px;
        padding-top:20px;
        background: url(../images/ligne.gif) no-repeat 0px 35px;
    }
    
    #navigation{
        text-align: left;
        padding-left: 50px;
    }
/**************************************************
 *                      MENU                       *
 **************************************************/
     #menu_general{  
      	background-color: #000;
      	text-align: left;
      	font-family:verdana;
        font-size:10px;
        font-weight: bold;
    }
    
    #menu_general ul{
        background-color: #000;
        height: 28px;
      	margin : 3px 0px 0px 0px;
        padding : 0px 0px 0px 0px;
      	list-style-type: none;
    }
    
    #menu_general li{
        display: block;
        padding: 5px 0px 0px 12px;
        margin: 0px 0px 0px 0px;
        float: left;      
        width: auto;
        height: 23px;
        background-color: black;
    }
        
    #menu_general li a{
      	color: #fff;
        text-decoration: none;
        vertical-align: middle;
        padding: 8px;
    }
    
    #menu_general li a:hover{
      	color: yellow;
      	background-color: #990033;
        text-decoration: none;
    }
    
/**************************************************
 *                  PRINCIPAL                     *
 **************************************************/
    #principal,#principal_admin{
     	  font-family: verdana;
     	  font-size: 10px;
     	  text-align: left;
    }

    #principal span.titre,#principal_admin span.titre{
        font-family: verdana;
        font-size: 14px;
        font-weight: bold;
        color: #bf2c4a;
    }
    
    #principal span.titre_menu{
        font-family: verdana;
        font-size: 14px;
        font-weight: bold;
        color: #5d625c;
        margin: 20px;
        padding: 20px;
    }
    
    #principal span.partenaire,#principal_admin span.partenaire,{
        font-family: verdana;
        font-size: 12px;
        font-weight: bold;
        color: #bbbbbb;
        padding: 0px 0px 0px 20px;
    }
    
    #principal th,#principal_admin th{
        font-family: verdana;
        font-size: 10px;
        color: #990033;
        text-align: center;
    }
    
    #principal td,#principal_admin td{
        font-family: verdana;
        font-size: 10px;
        color: #990033;
        text-align: center;
    }
    
    #principal td.centrage,#principal_admin td.centrage{
        text-align: left;
    }

    #principal td.libelle{
        padding-left:20px;
        text-align: left;
        font-weight: bold;
        width: 150px;
    }
    
    #principal td.valeur{
        text-align: left;
        font-size: 10px;
    }
    
    #principal td.valeur input{
        width: 500px;
        border: solid 1px #cccccc;
    }
    
    #principal input{
        width: 200px;
        border: solid 1px #5d625c;
    }
    
    #principal input.modification{
        width: 100px;
        border: solid 1px #cccccc;
    }
    
    #principal select{
        font-family: verdana;
        font-size: 10px;
        border: solid 1px #cccccc;
    }
    
    #principal input.m_largeur{
        width: 40px;
        border: solid 1px #cccccc;
        text-align: right;
    }
/**************************************************
 *                  RECHERCHE                     *
 **************************************************/
    #recherche{
        font-family: verdana;
        font-size: 10px;
        margin-top: 10px;
        margin-left: 102px;
        margin-right:32px;
    }
    
    #recherche table{
        font-family: verdana;
        font-size: 10px;
        font-weight: bold;
    }
    
    #recherche select,input{
        font-family: verdana;
        font-size: 10px;
        font-weight: normal;
    }
    
    .rch_select_on{
        font-style: normal;
        color: black;
    }
    
    .rch_select_off{
        font-style : italic;
        color : #cccccc;
    }

    .tableau_recherche{
        background-color: #efefef;
		width: 610px;
		border: solid 1px #990033;
		
    }
    
    .tableau_recherche th{
        text-align: left;
        font-size: 12px;
        color: #990033;
    }
    
    .tableau_recherche select{
        border: solid 1px #cccccc;
    }
    
    .tableau_recherche input{
        width: 200px;
        border: solid 1px #cccccc;
    }
/**************************************************
 *                  AUTHENTIFICATION              *
 **************************************************/
    table.auth{
        /*padding: 120px 100px 100px 180px;*/
        /*height: 320px;*/
    }
    table.auth td{
        height: 60px;
        width: 150px;
    }
/**************************************************
 *                     FORMULAIRE                 *
 **************************************************/
    #principal table.formulaire td,#principal_admin table.formulaire td{
        text-align: left;
    }
 
/**************************************************
 *                       LISTES                   *
 **************************************************/
    .tableau_affichage_0 td{
        background-color: #fcfcfc;
    }
 
    .vignetteVH,.vignetteVB{
        border: solid 1px #cccccc;
        height: 150px;
        width: 200px;
        text-align: center;
    }
    
    .vignetteVH td.libelle,.vignetteVB td.libelle{
        font-weight: bold;
        width: 80px;
    }
    .vignetteVH td.valeur,.vignetteVB td.valeur{
        width: 180px;
        text-align: center;
        height:30px;
        vertical-align: top;
    }


    .vignetteHG,.vignetteHD{
        border: solid 1px #cccccc;
        height: 150px;
        width: 280px;
        margin:5px;
    }
    
    .vignetteHG td.libelle,.vignetteHD td.libelle{
        font-weight: bold;
        width: 80px;
    }
    .vignetteHG td.valeur,.vignetteHD td.valeur{
        width: 120px;
        
    }

/**************************************************
 *                      DETAILS                   *
 **************************************************/
    .details{
       height: 300px;
    }
    
    .details td.libelle{
        font-weight: bold;
        width: 100px;
    }
    
    .details td.valeur{
        width: 200px;
    }
    
    .details td.titre{
        font-size: 14px;
    }
    
    .titre_details{
        font-weight: bold;
    }
    .details td.details_photo{
        border-right: solid 1px #cccccc;
    }
/**************************************************
 *                ADMINISTRATION                  *
 **************************************************/
   

    #gauche_admin ul{
        margin : 0;
      	padding : 10px 0 10px 5px;
      	list-style-type: none;
      	text-align: left;
      	 
    }
    
    #gauche_admin li{
        margin : 2px;
        width: 140px;
    }
    
    #gauche_admin li.titre{
        font-size: 12px;
        font-weight: bold;
    }
    
    #gauche_admin li a{
        display: block;
        background-color: #efefef;
      	margin: 0 0 2px 0;
      	padding : 5px 0 0 0;
      	color: #990033;
        text-decoration: none;
      	font-weight: normal;

    }
    #gauche_admin li a:hover{
        background-color: #990033;
        color: yellow;
        text-decoration: underline;
    }
    
    #gauche_admin .ecran{
        width: 113px;
        height: 13px;
        border: solid 1px #cccccc;
    }
    
    #gauche_admin input{
        width: 115px;
        height: 15px;
        border: solid 1px #cccccc;
        font-size: 10px;
    }
    
/**************************************************
 *                  MENU  ADMIN                   *
 **************************************************/
     #menu_admin{  
      	background-color: #5d625c;
      	text-align: left;
      	font-family:verdana;
        font-size:10px;
        font-weight: bold;
    }
    
    #menu_admin ul{
        background-color: ##5d625c;
        height: 28px;
      	margin : 3px 0px 0px 0px;
        padding : 0px 0px 0px 0px;
      	list-style-type: none;
    }
    
    #menu_admin li{
        display: block;
        padding: 5px 0px 0px 12px;
        margin: 0px 0px 0px 0px;
        float: left;      
        width: auto;
        height: 23px;
        background-color: #5d625c;
    }
        
    #menu_admin li a{
      	color: #fff;
        text-decoration: none;
        vertical-align: middle;
        padding: 8px;
    }
    
    #menu_admin li a:hover{
      	color: yellow;
      	background-color: #000000;
        text-decoration: none;
    }
        

/**************************************************
 *                     EDITEUR                    *
 **************************************************/
    #ecran_visualisation{
        width: 740px;
        height: 360px;
        border: solid 1px #cccccc;
    }

    #calque{
        position: absolute;
        width: auto;
        height: auto;
        border: solid 1px #cccccc;
        background-color: #efefef;
    }

    #calque td{
        width: 10px;
        height: 10px;
    }

    #calque tr.liste td{
        font-family: verdana;
        font-size: 10px;
        
    }
    
    #calque tr.liste:hover{
        background-color: #e0e0e0;
    }
    
    #calque tr.liste td a{
        text-decoration: none;
        color: black;
    }
    
    #calque tr.liste td a:hover{
        text-decoration: underline;
        color: black;
    }
    
    #liste_bouton{
        height: 20px;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
    }

/**************************************************
 *                      SAVE                      *
 **************************************************/
    #save{
        position: absolute;
        border: solid 1px #cccccc;
        background-color: #efefef;
        width: 240px;
        height: 100px;
    }

    #save table{
        height: 100px;
        width: 240px;
        font-family: verdana;
        font-size: 11px;
    }
    
    #save td{
        text-align: center;
    }
