/* ---------------------------------------------
              changement du nrcss.css
   --------------------------------------------- */
html {
    background-color: #ebe9a0;
    background-image:url("images/fondrecette5.jpg");
    background-position:50% top;
}
body {
    margin:0;
    padding:10px;
    background-color: #ebe9a0;
    background-image:url("images/fondrecette5.jpg");
    background-position:50% top;
}

img {border:none;}

#global {
    width:1040px;
    margin: 0 auto;
    background-image:url("images/blanc75.png");
    border: 1px green solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

/* ---------------------------------------------
                     en tete
   --------------------------------------------- */
#entete {
    height:190px;
    position:relative;
}
#imagebandeau {
}
#entete ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#entete li {
    float:left;
}
#menuA {
    position:absolute;
    top:160px;
    left:10px;
}
#menuB {
    position:absolute;
    top:160px;
    left:780px;
}

#menuA li a, #menuB li a {
    padding: 2px 8px;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
#menuA li a:hover, #menuB li a:hover {
    background-color:#fff;
    color:green;
}


/* ---------------------------------------------
                     Recette
   --------------------------------------------- */
#recette {
    padding:5px;
    width:900px;
    margin: 0 auto;
}
#recette h1, #recette h2, #recette h3, #recette h4, #recette h5, #recette h6 {
    color:green;
    padding:0px;
    margin:0px;
}
#recette h1 {
    border-bottom:1px green solid;
    padding:5px;
}
#recette h2 {
    border-bottom:1px green solid;
    padding:5px;
    text-align:left;
}
#recette h3 {}
#recette h4 {}
#recette h5 {}
#recette h6 {}
#recette p {
    padding:5px;
    margin:0px;
    text-align:justify;
}
#recette p img {
    float:right;
    padding:0 0 10px 10px;
}
#recette a {
}
#recette a:hover {
    border-bottom:1px green solid;
}

#recette ul {}
#recette li {}
#recette dl {}
#recette dt {}
#recette dd {}

/* ---------------------------------------------
                     Edito
   --------------------------------------------- */
#edito {
}
.margedroite {
    margin-right:265px;
}

/* ---------------------------------------------
                     Zonepub
   --------------------------------------------- */
#zonepubrecette {
    width:300px;
    height:250px;
    min-height:250px;
    float:right;
    padding:5px;
    margin-left:10px;
margin-right:-50px;
    margin-top:-80px;
    background-color:#fff;
}


/* ---------------------------------------------
                     Boitetop
   --------------------------------------------- */
#boitetop {
    width:250px;
    height:180px;
    min-height:150px;
    float:right;
    padding:0 0 5px 5px ;
    border-left:1px green solid;
}
#boitetop h1 {
    font-size:12px;
}
#boitetop ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#boitetop li {
}
#boitetop a {
    padding:5px;
    display:block;
    color:#000;
}
#boitetop a:hover {
    border:none;
    background-color:green;
    color:#fff;
    
}

/* ---------------------------------------------
                     Contenu
   --------------------------------------------- */
#contenu {
}


/* ---------------------------------------------
            Formulaire de recherche
   --------------------------------------------- */
#formulairerecherche {
    padding-top:10px;
    clear:both;
}
#demande {
    width:550px;
}

/* ---------------------------------------------
               Liste des recettes
   --------------------------------------------- */
#listerecettes {
    padding-top:10px;
/*    clear:both;*/
}
#listerecettes dl {
    border-bottom:1px green solid;
    padding:5px;
    margin:0px;
    width:600px;
}
#listerecettes dt {
    padding:0; margin:0;
    color: green;
}
#listerecettes dt a {
    font-size:14px;
    font-weight:bold;
    padding:5px;
    display:block;
    color:green;
}
#listerecettes dt a:hover {
    border:none;
    background-color: green;
    color:#fff;
}
#listerecettes dd {
    padding:0 5px; margin:0;
}
#listerecettes dd a {
    padding: 0 5px;
}
#listerecettes dd a:hover {
    border:none;
    background-color:green;
    color:#fff;
}
#listerecettes dd em {
    font-weight:bold;
}

/* ---------------------------------------------
               pied de page
   --------------------------------------------- */
#pieddepage {
    padding-top:4px;
	font-size:11px;
	clear:both;
	text-align:center;
	height: 20px;
	background-image:none;
    background-image: url(images/fondtitreform.png);
    background-color:green;
    color:#fff;
}
#pieddepage  a {    color:#fff;}
#pieddepage  a:hover {    color:#fff;    font-weight:bold;}


