/* Recettes */
section#recettes {
    background: #0080C0;
    background: url('../gfx/bluebg.jpg');
    padding: 10px 40px;
}

section#recettes a.toplink {
    margin-top : -10px;
    position: absolute;
    right : 15%;
    background: #01323D;
    padding: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow : 0px 15px 20px rgba(0,0,0,.3);    
}

section#recettes hgroup h1 a {
    color: #66AAFF;
    font-size: 40px;
    font-family: 'Sonsie One', cursive;
    text-decoration: none;
    text-shadow: 5px 5px 15px rgba(0,0,0,.6);  
}

section#recettes hgroup h1 a:hover { color: #66AAFF; }

section#recettes hgroup h2 {
    color: #66BBFF;
    margin-top: -20px;
    font-size: 16px;
    font-family: 'Sonsie One', cursive;
    text-shadow: 5px 5px 15px rgba(0,0,0,.6);     
}

section#recettes p, section#recettes ul li {
    font-size: 14px;
    color: white;
    width: 600px;
    left: 0;
    right: 0;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;    
}

section#recettes ul { list-style: circle; }

section#recettes ul li { margin-bottom: 15px; }

section#recettes h3 {
    font-size: 22px;
    font-family: 'IM Fell DW Pica', serif; 
    color: lightgrey;
    width: 600px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 5px 15px rgba(0,0,0,.6);
}

section#recettes a { color: cyan; }

section#recettes a:hover {
    color: yellow;
    text-decoration: none;
}