html, body {
    margin: 0;
    padding: 0;
}
html {font-size: 100%;}
body {font-size: 0.9em;}
.noire{
      color: #000;
}
a.libel_lien{
    text-decoration: none;
    font-size: small;
    color: black;
  
}
.fenetre {
    line-height: 0.9em;
    float:left;
    background: #f0f9ff; 
    background: -moz-linear-gradient(-45deg, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); 
    background: linear-gradient(135deg, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); 
    border: 2px outset #DED983;
    text-align:center;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0.5%;
    width: 97.5% ;
    height:95%;
}
.majuscule
{
    text-transform: uppercase;
}
.bandeau{
    padding-top: 5px;
    background-color: blanchedalmond;
}
.gauche{
    text-align: left;
}
.droite{
    text-align: right;
}
.centre{
    text-align: center;
}
.vert{
    color: #57DF25;
}
.rouge{
    color: red;
}
.noir{
      color: #000;
}
.gras{
     font-weight: bold;
}
.fondrose{
    background-color: #FFDDDD;
}
.fondjaune{
    background-color: #FFFFCC;
}
.fondvert {
    background-color: #9FED7E;
}
.fondorange {
    background-color: #F9BA46;
}
.fondbleu {
    background-color: #91C8FF;
}
.fondrouge{
    background-color: #FF5959;
}
.composants{
    background-color:#79B0F3;   
}
.majuscule
{
    text-transform: uppercase;
}
.ingredients{
    	background-color:#DA542E; 
}
.accueil{
    background-color:#669934; 
}
.recettes{
    background-color:#613DBB; 
    
}
.outils{
    background-color:#BAC20D; 
}
.titre{
    
}
.cadrenoir{
       border: 2px solid black; 
}
.cadrebasnoire{
       border-bottom:   2px solid black; 
         border-left:   2px solid black; 
           border-right:  2px solid black; 
}
.logo{
    border: 0px; 
    display:inline-block;
    width:40px;
    height:40px;
}
.imageGateau{
       width:150px;
    height:auto;
}
.logolong{
    border: 0px; 
    display:inline-block;
    width:300px;
    height:50px;
}
.minilogo{
    border: 0px; 
    display:inline-block;
    width:20px;
    height:20px;
}
.etoile{
    color: red;
}
.mini{
    font-size: small;
}
.accueil{
     background-color:#B1DCE2;  
}
.utilisateurs{
     background-color:black;  
}

.outil{
     background-color:#333333;  
}
.error{
    color: red;
}

/*DEBUT DES IMAGES ICONES*/
#nouvRecette{
    background:url("../images/nouvRecette.png") no-repeat;
}
#nouvOutil{
    background:url("../images/nouvOutil.png") no-repeat;
}
#nouvComposant{
    background:url("../images/nouvComposant.png") no-repeat;
}
#nouvIngredient{
    background:url("../images/nouvIngredient.png") no-repeat;
}
#recette{
    background:url("../images/gateau.png") no-repeat;
}
#retour{
    background:url("../images/retour.png") no-repeat;
}
#listeCourses{
    background:url("../images/organizer.png") no-repeat;
}
#maison{
    background:url("../images/maison.png") no-repeat;    
}
#minisupprime{
    background:url("../images/supprime.png") no-repeat;
}
#print{
background:url("../images/printer.png") no-repeat;   
}
a:hover input#print{cursor: pointer;}