/* ---------------------------------------------
              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;
}


/* ---------------------------------------------
                     articles
   --------------------------------------------- */
#articles {
    padding:5px;
    width:900px;
    margin: 0 auto;
}
#articles h1, #articles h2, #articles h3, #articles h4, #articles h5, #articles h6 {
    color:green;
    padding:0px;
    margin:0px;
}
#articles h1 {
    border-bottom:1px green solid;
    padding:5px;
}
#articles h2 {
    border-bottom:1px green solid;
    padding:5px;
    text-align:left;
}
#articles h3 {}
#articles h4 {}
#articles h5 {}
#articles h6 {}
#articles p {
    padding:5px;
    margin:0px;
    text-align:justify;
}
#articles p img {
    float:right;
    padding:0 0 10px 10px;
}
#articles a {
}
#articles a:hover {
    border-bottom:1px green solid;
}

#articles ul {}
#articles li {}
#articles dl {}
#articles dt {}
#articles dd {}

/* ---------------------------------------------
                     Edito
   --------------------------------------------- */
#edito {
}
.margedroite {
    margin-right:265px;
}

/* ---------------------------------------------
                     Zonepub
   --------------------------------------------- */
#zonepub {
    width:300px;
    height:250px;
    min-height:150px;
    float:right;
    padding:5px;
    margin-left:10px;
    margin-top:-80px;
    background-color:#fff;
}


/* ---------------------------------------------
                     Contenu
   --------------------------------------------- */
#contenu {
}


/* ---------------------------------------------
            Formulaire de recherche
   --------------------------------------------- */
#formulairerecherche {
    padding-top:10px;
    clear:both;
}
#demande {
    width:550px;
}

/* ---------------------------------------------
               Liste des recettes
   --------------------------------------------- */
#listearticles {
    padding-top:10px;
    /*clear:both;*/
}
#listearticles.avecpub {
    width:640px;
}
#listerarticles dl {
    border-bottom:1px green solid;
    padding:5px;
    margin:0px;
    width:850px;
}
#listearticles dt {
    padding:0; margin:0;
    color: green;
}
#listearticles dt a {
    font-size:14px;
    font-weight:bold;
    padding:5px;
    display:block;
    color:green;
}
#listearticles dt a:hover {
    border:none;
    background-color: green;
    color:#fff;
}
#listearticles dd {
    padding:0 5px; margin:0;
}
#listearticles dd a {
    padding: 0 5px;
}
#listearticles dd a:hover {
    border:none;
    background-color:green;
    color:#fff;
}
#listearticles dd em {
    font-weight:bold;
}
#listearticles h1 {
    border-bottom: 1px solid green;
}
#listearticles h1 a {
    display:block;
    text-decoration:none;
    color:green;
}
#listearticles h1 a:hover {
    border:none;
    background-color:green;
    color:#fff;
}

/* ---------------------------------------------
               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;}


