.ArrierePlan
{
    background-image: url(images/bare2.jpg);
    /*background-image: url(images/mer.gif);*/
    /*background-color: #ccffff;*/
}

.corps
{ 
    
    margin: 10px auto;
    width: 1000px;
    height: 820px;
    text-align: left;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    /*border-right: aquamarine 1px solid;
    border-top: aquamarine 1px solid;
    border-left: aquamarine 1px solid;
    border-bottom: aquamarine 1px solid;*/
    position: relative;
    background-color: white;
    }


/* Zone EN-TETE*/
.EnTete
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    color: Blue;
    width: 1000px;
    height: 90px; /*border-right: #00ffcc 1px ridge;
    border-top: #00ffcc 1px ridge;
    border-left: #00ffcc 1px ridge;
    border-bottom: #00ffcc 1px ridge;*/
    /*background-image: url(images/fecampPano2.gif);*/
    background-position:right;
    background-repeat: no-repeat;
}

.login
{
    position: absolute;
    font-weight: bold;
    color: #339933;
    font-style: italic;
    text-decoration: underline overline;
}

.logo
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.rotator
{
    position: absolute;
    top: 0px;
    left:300px;
    z-index: 2;
    width: 700px;
    height: 89px;
    text-align: right;
}
.bandeau
{
    position: absolute;
    top: 0px;
    left: 320px;
}

.menuH
{
    position: absolute;
    left: 0px;
    top: 90px;
    width: 1000px;
    height: 30px;
    background-image: url(images/bare2.jpg);
}


                          /* Zone CENTRE DE PAGE */
/* zone gauche de la page*/
.pagegauche
{
    text-align: left;
    position: absolute;
    top: 120px;
    left: 0px;
    z-index:0;
    width: 200px;
    height: 700px;
    /*border-right: aquamarine 1px ridge;
    border-top: aquamarine 1px ridge;
    border-left: aquamarine 1px ridge;
    border-bottom: aquamarine 1px ridge;*/
    background-image: url(images/PageGauche4.gif);
    background-repeat: no-repeat;
}
/*zone droite de la page */
div.Contenu
{   
    position:absolute;
    top:5px;
    left:0px;
    width:800px;
    height:680px;
    overflow:auto;
}
div.Contenu1
{   
    position:relative;
    top:5px;
    left:10px;
    width:780px;
    height:600px;/*660px*/
    overflow:auto;
}


.page
{
    text-align: left;
    position: absolute;
    top: 120px;
    left: 200px;
    width: 800px;
    height: 700px;
    /*border-right: aquamarine 1px ridge;
    border-top: aquamarine 1px ridge;
    border-left: aquamarine 1px ridge;
    border-bottom: aquamarine 1px ridge;*/ /*background-image: url(images/ArrPlan3.gif);
    background-repeat:no-repeat;*/
    background-color: white;
}



/* Zone PIED DE PAGE */
.Pied
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: center;
    font-size: 10px;
    vertical-align: bottom;
}


/* TITRE */
h1,h2,h3,h4
{
    margin: 0;
	font-family: verdana;
	font-size: 11px;
}
h1
{
    margin-top: 1em;
    margin-bottom: 1.12em;
    font-size: 16px;
    font-weight: bold;
    color: #0033ff;
    position: relative;
}
h2
{ 
    font-weight: normal;
    /*text-indent: 15px; /*retrait 1èreligne*/
    position: relative;
    /*margin-left:5px;
    margin-right: 5px;*/
    text-align: justify; 
}

h3
{
    font-weight: bold;
}

h4
{
    font-size: 13px;
    font-weight: bold;
    color: #0033ff;
    /*position: relative;*/
}

/* Format articles*/

#entete2
{
    margin-top: 0.2em;
    background-color: #66cccc;
    width: 370px;
    border-bottom: #738294 thin solid;
    border-right: #738294 thin solid;
    display: block;
    position: relative;
    height: 40px;
}
#entete
{
    margin-top: 2.0em;
    background-color: #66cccc;
    width: 700px;
    border-bottom: #738294 thin solid;
    border-right: #738294 thin solid;
    display: block;
    position: relative;
    height: 20px;
}

#article2
{
    float: left;
    position: relative;
    top: 3px;
    font-weight: bold;
}
#article
{
    float: left;
    position: relative;
    top: 3px;
}
    
#prix2
{
    text-align: right;
    position: relative;
    top: 3px;
    right: 10px;
    color: #FF0000;
    font-weight: bold;
}
#prix
{
    text-align:right;
    position: relative;
    top: 3px;
    right:20px;

}

