﻿/* DEFAULTS
/* DEFAULTS
---------------------------------------------------------*/

html
{
    background-color:#ffffff;
}

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /*margin: 0px;*/
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #696969;
    text-align: center;
    width:auto;
}

a:link, a:visited
{
    color: #034af3;
    text-align: left;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
    
}
a img
{
    border: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    width:auto;
    height:auto;
    background-color: #fff;
    /*margin: 20px 10px 0px 10px;*/
    margin: 0px 0px 0px 0px;
    /*border: 1px solid #496077;*/
    /*padding:0px 10px 0px 10px;*/
    padding:0px 0px 0px 0px;
    /*max-width: 480px;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    /*width: 100%;*/
    width:auto;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    /*margin: 12px 8px 8px 8px;*/
    margin: 0px 0px 0px 0px;
    /*min-height: 420px;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    /*width: 200px;*/
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color:#ffffff;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    /*background-color: #465c71;*/
    /*border: 1px #4e667d solid;*/
    color: #dde4ec;
    display: block;
    /*line-height: 1.35em;*/
    padding: 0px 0px;
    text-decoration: none;
    /*white-space: nowrap;*/
   
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    /*width: 320px;*/
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    /*width: 320px;*/
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*Tableau de bord*/

#titre_tableau
{
    /*color:#29abe2;*/
    margin-top:0px;
    font-weight:bold;
    font-size:20px;
}

#nom_tableau
{
    color:#29abe2;
    margin-bottom:10px;
    font-weight:bold;
}

#tableau_de_bord
{
   
    padding:10px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    /*color:#29abe2;*/
    /*width:900px;*/
    border-radius:5px;
            -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

.main
{
    background-color:#ffffff;
    padding:5px;
}

#tableau
{
    /*border:1px solid #c2c2c2;
    border-radius:5px;*/
}

#trois_tab
{
    max-width:524px;
    font-size:10px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    border-spacing:0px;
}

#trois_tab table
{ 
    max-width:524px;
}

.tab_journalier
{
    border:1px solid #c2c2c2;
    border-radius:5px;        
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    
    padding-top:7px;
    padding-bottom:7px;
    padding-left:4px;
    padding-right:4px;
    
}

.titre_tab_journalier
{
    font-weight:bold;
    font-size:13px;
}

.icone_coin
{
    position:absolute;
}
.icone_journalier
{
 width:28px;
 height:28px;
 position:relative;
 background-image:url('../images/icone/journalier.png');
 top:-25px;
 left:-15px;
}

.tab_hebdo
{
        padding-top:7px;
    padding-bottom:7px;
    padding-left:4px;
    padding-right:4px;
   border:1px solid #c2c2c2;
   border-radius:5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;   
}

.icone_hebdo
{
 width:28px;
 height:28px;
 position:relative;
 background-image:url('../images/icone/hebdo.png');
 top:-25px;
 left:-15px;
}


.titre_tab_hebdo
{
    font-weight:bold;
    font-size:13px;
}


.tab_capital
{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:4px;
    padding-right:4px;
    border:1px solid #c2c2c2;
    border-radius:5px;
           -webkit-border-radius: 5px;
        -moz-border-radius: 5px; 
    /*min-height:86px;*/
}

.icone_capital
{
 width:28px;
 height:28px;
 position:relative;
 background-image:url('../images/icone/activite.png');
 top:-25px;
 left:-15px;
}


.titre_tab_capital
{
    font-weight:bold;
    font-size:13px;
}

.date
{
   /*color:#29abe2;*/
   font-size:200%;
   font-weight:bold;
}

.journee
{
   font-size:17px;
   font-weight:bold;
   text-decoration:underline;
}

#tableau_journee
{
    max-width:518px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    /*padding:10px;*/
    border:1px solid #c2c2c2;
    border-radius:5px; 
            -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

#modif_journee
{
    max-width:520px;
    margin-left:auto;
    margin-right:auto; 
    /*padding:10px;*/
    border:1px solid #c2c2c2;
    border-radius:5px;  
            -webkit-border-radius: 5px;
        -moz-border-radius: 5px;    
    margin-top:3px;
}

#modif_journee a
{
    text-decoration:none;
    color:#000000;
}

#partie_journee
{
    max-width:520px;
    margin-left:auto;
    margin-right:auto;
}

.matin
{
    
    padding:10px;
    border:1px solid #c2c2c2;
    border-radius:5px;    
              -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
    margin-top:5px; 
}

.titre_matin
{
    background-color:#58c3f0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    color:#ffffff;
}

.icone_matin 
{
    background-image:url('../images/matin.png');
    width:28px;
    height:24px;
    position:relative;
    top:-15px;
    left:-15px;
}

.midi
{
    padding:10px;
    border:1px solid #c2c2c2;
    border-radius:5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    margin-top:5px;       
}

.titre_midi
{
    background-color:#58c3f0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    color:#ffffff;
}

.icone_midi
{
    background-image:url('../images/midi.png');
    width:28px;
    height:24px;
    position:relative;
    top:-15px;
    left:-15px;
}

.soir
{
    padding:10px;
    border:1px solid #c2c2c2;
    border-radius:5px;
               -webkit-border-radius: 5px;
        -moz-border-radius: 5px; 
    margin-top:4px;      
}

.titre_soir
{
    background-color:#58c3f0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    color:#ffffff;
}

.icone_soir
{
    background-image:url('../images/soir.png');
    width:28px;
    height:24px;
    position:relative;
    top:-15px;
    left:-15px;
}

.zone_activite
{
    padding:10px;
    border:1px solid #c2c2c2;
    border-radius:5px;
               -webkit-border-radius: 5px;
        -moz-border-radius: 5px; 
    margin-top:4px;      
}

.titre_activite
{
    background-color:#58c3f0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    color:#ffffff;
}

/*POPUP*/
    #recherche, #recherche2, #recherche3, #recherche_favoris, #recherche_activite, #recherchemodifier, #aide1
    {
        position:absolute;
        top:15px;
        margin-left:auto;
        margin-right:auto;
        display:block;
        background-color:#ffffff;
        z-index:1;
        overflow:auto;
        padding:0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        
        
    }

#affichage_recherche, #affichage_recherche2, #affichage_recherche3, #affichage_favoris, #affichage_activite, #affichermodifier, #affichage_aide1
{
    /*background-color:#ffffff;*/
    padding: 10px;
    /*margin:10px;*/
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 380px;
    overflow: auto;
    -moz-box-shadow: 8px 8px 5px 0px #9b9b9b;
    -webkit-box-shadow: 8px 8px 5px 0px #9b9b9b;
    -o-box-shadow: 8px 8px 5px 0px #9b9b9b;
    box-shadow: 8px 8px 5px 0px #9b9b9b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=5);
}

#affichage_recherche a, #affichage_recherche2 a, #affichage_recherche3 a, #affichage_favoris a, #affichage_activite a, #affichermodifier a, #affichage_aide1 a 
{
    /*text-decoration:none;*/
    color: #29abe2;
}

#centrage, #centrage2, #centrage3, #centragefavoris, #centrageactivite, #centragemodifier, #centrageaide1
{
    display: none;
    position: relative;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}     
    
    .icone_fermer
    {
        width:28px;
        height:28px;
        position:relative;
        top:0px;
        left:0px;
        z-index:50;
    }   
    
    .espace
    {
        max-width:470px;
        height:1px;
        overflow:hidden;
    }
    
    #fond_transparent
    {
        position:absolute;
        top:0px;
        left:0px;
        background-image:url('../images/fond_transparent.png');
        width:100%;
        height:100%;
        z-index:60;
        
    }
    
    .favoris
    {
        background-image:url('../images/super-mono-3d-part2-90.png');
        width:28px;
        height:28px;
    }
    
    .activite
    {
        background-image:url('../images/super-mono-3d-part2-90.png');
        width:28px;
        height:28px;
    }
    
    .supprimer
    {
        background-image:url('../images/supprimer.png');
        width:28px;
        height:28px;
    }
    
    .modifier
    {
        background-image:url('../images/modif.png');
        width:28px;
        height:28px;
    }
    
    
    .ajout_aliment
    {
        background-image:url('../images/super-mono-3d-66.png');
        width:28px;
        height:28px;        
    }
    
    .time
    {
        background-image:url('../images/journalier.png');
        width:28px;
        height:28px;        
    }    
    
    .activite
    {
        background-image:url('../images/activite.png');
        width:28px;
        height:28px;        
    }        
    
        
    .creer_aliment
    {
        background-image:url('../images/icone/super-mono-3d-96.png');
        width:28px;
        height:28px;        
    }
    
    .afficher_l_aide 
    {
        background-image: url('../images/aide.png');
        width: 28px;
        height: 28px;
    }    
    
    #profil_diet
    {
        background-color:#ffffff;
        /*border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;    */ 
    }
    
    .ss_titre_tableau
    {
        font-weight:bold;
        color:#29abe2;
        margin-top:10px;
    }
    
    #infos_gen
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:left;
    }
    
        #infos_perso
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:left;
    }
    
        #infos_paiement
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:left;
    }
    
#btn_enreg_profil
{
    max-width:520px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;  
}

#message_profil
{
    color:#ff0000;
    max-width:520px;
    margin-left:auto;
    margin-right:auto;   
    margin-bottom:10px;
    margin-top:10px;
}

#btn_renouveller
{
        background-image:url('../images/carte.png');
        width:46px;
        height:46px;      
}

    #suivi_diet
    {
        background-color:#ffffff;
        /*border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;   */ 
    }
    
    #graph_suivi
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:center;
    }    
    
    #modif_info_suivi
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:center;
    }
    
      #infos_suivi
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:center;
        margin-bottom:10px;
    }
    
        #tableau_IMC
    {
     max-width:520px;
     border:1px solid #c2c2c2;
        border-radius:5px;  
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;  
        margin-left:auto;
        margin-right:auto;  
        margin-top:10px;
        padding:10px;
        text-align:left;
        margin-bottom:10px;
    }  
    
    .graph
    {
        width:100%;
    }
    
    #graph_suivi img
    {
         width:100%;
    }
    
    /*AJOUT*/
    .fleche_gauche
    {
        background-image:url('../images/icone/super-mono-3d-part2-38.png');
    }
    
    .fleche_droite
    {
        background-image:url('../images/icone/super-mono-3d-part2-37.png');
    }    
    
    .btn_calculer
    {
         background-image:url('../images/icone/calc.png');
    }
    
    .btn_supprimer
    {
         background-image:url('../images/icone/supprimer.png');
    }
    
    .btn_modifier
    {
         background-image:url('../images/icone/modifier.png');
    }
    
    .btn_rechercher
    {
         background-image:url('../images/icone/loupe.png');
    }
    .btn_rechercher_plus
    {
         background-image:url('../images/icone/loupe_plus.png');
    }
    
    .btn_payer
    {
         background-image:url('../images/icone/carte.png');
    }

.btn_enregistrer {
    text-align: center;
    margin: 10px auto 20px;
    display: block;
    background-image: url('../images/icone/enreg.png');
}
    /*MENU*/
    #menu
    {
        position:absolute;
        width:100%;
        z-index:100;
    }
    
    .menu_principal
    {
    max-width:180px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:1px;
    padding-right:5px;
    background-color:#565f62;
    border-radius:5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    float:none;
    font-weight:bold;
     z-index:100;
    }

     .btn_affiche_maide
 {
     width:28px;
     height:28px;
     background-image:url('../images/aide.png');
     position:absolute;
     right:7px;
     z-index:-1;
 }
    
    /*Page d'accueil*/
    #texte_accueil
    {
        max-width:700px;
        margin:20px;
        text-align:justify;
    }
    
 #btn_affiche_menu
 {
     width:28px;
     height:28px;
     background-image:url('../images/menu.png');
     position:relative;
     left:7px;
     
 }

 #btn_affiche_aide
 {
     width:28px;
     height:28px;
     background-image:url('../images/aide.png');
     position:absolute;
     right:7px;
     z-index:-1;
 }
 
 #affiche_menu
 {
     width:40px;
     background-color:#565f62;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:0px;
    padding-right:4px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;   
    margin-left:0px;
    position:relative;
    top:5px;
    border-bottom:1px solid #c2c2c2;
    
 }
    

/*Commun*/
#global
{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
#banniere
{
    max-width:1200px;
    height:180px;
    background-color:#29abe2;
   /* margin-top:5px;*/
    padding-top:5px;
}

#logo
{
    /*border:1px solid #ffffff;*/
    width:200px;
    max-width:30%;
    position:absolute;
    float:left;
	margin-left:10px;
	margin-top:10px;
    z-index:10;
}

#logow
{
    max-width:100%;
    /*min-height : 99px;*/
}

#pied
{
    max-width:1200px;
    height:50px;
    background-color:#e166d8;
}

#tab_connexion
{
    width:166px;
    min-height:145px;
    max-height:165px;
    text-align:left;
    font-size:12px;
    background-color:#ffffff;
    border:1px solid #c2c2c2;
     border-radius:5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   padding:5px;   
   float:right;   
   position:relative;
   margin-right:10px; 
   z-index:20;
}

#msg
{
    font-color:#ff0000;
}

#texte_banniere
{
    float:left;
}

#identification_auto
{
    margin-bottom:4px;
}

#titre_accueil
{
   
    margin-top:20px;
    text-align:left;
    font-size:22px;
    font-weight:bold;
}

#texte_accueil
{
    float:left;
}


#lien_inscription
{
    margin-top:20px;
    
}

/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;
    /* growing background image */
    background-image:url(white.png);
    /*
    width after the growing animation finishes
    height is automatically calculated
    */
    width:400px;
    max-width:90%;
    /*overflow-y:auto;*/

    /* some padding to layout nested elements nicely  */
    padding:15px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
#overlay {
    /*background-image: url('../images/fond_transparent.png');
      color: #efefef;
    */
    background-color:white;  
    height:80%;
    max-height:500px;
    border-radius: 5px;
  
}
div.contentWrap 
{
    height:100%;
    overflow-y:auto;
}