/* 
    Created on : 2 avr. 2010, 22:11:59
*/



img {
    border: 0pt none ;
    padding: 0px;
    margin: 0px;
}
#logo {
    display: block;
    position: absolute;
    left: 5px;
    width: 98%;
    top: 5px;
    height: 100px;
    background-image: url(../logo2.jpeg);
    text-align: left;
}



/************************************************/

body {
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: rgb(225, 231, 238);
    font-family: Arial,Helvetica,sans-serif;
}

h2{
    margin: 2px;
    padding: 0px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #500039;
    color: white;
    line-height: 26px;

    text-align: center;
    border-radius: 6px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid white;
}


/************************************************/
#articles {
    display: block;
    position: absolute;
    left: 1%;
    width: 47%;
    top:400px;
    height: auto;

}

#articles h2 {
    background-color: #3ca839;
}

/************************************************/

#zonedroite {

    display: block;
    position: absolute;
    left: 51%;
    width: 47%;
    top:400px;
    height: auto;
}




.texte{
    text-align: justify; 
    margin: 6px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: -2px -2px 2px #cbd0e3, 2px 2px 2px white ;
    -webkit-box-shadow: -2px -2px 2px #cbd0e3, 2px 2px 2px white ;
    -moz-box-shadow:  -2px -2px 2px #cbd0e3, 2px 2px 2px white ;
    border: 1px solid #a8b0d4;
}
.boitetext {
    margin: 0 0 6% 0;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    color: #500039;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: inset 1px 1px 0px white, 1px 1px 0px white ;
    -webkit-box-shadow: inset 1px 1px 0px white, 1px 1px 0px white ;
    -moz-box-shadow: inset 1px 1px 0px white, 1px 1px 0px white ;
    border: 1px solid #a8b0d4;
}

/*****************************/

.bouton, .bouton:visited {
    display: block;
    padding: 4px 10px 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 1em /2em ;
    -moz-border-radius: 1em /2em ;
    -webkit-border-radius: 1em /2em;
    box-shadow: 0 0 2px #000, inset -3px -10px 6px rgba(80,80,80,0.4);
    -moz-box-shadow: 0 0 2px #000, inset -3px -10px 6px rgba(80,80,80,0.4);
    -webkit-box-shadow: 0 0 2px #000, inset -3px -10px 6px rgba(80,80,80,0.4);
    position: relative;
    cursor: pointer;
    background-color: #3ca839;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    margin: 10px auto 30px auto;
    border: 2px solid white;
}


h1{
    text-shadow: 1px 2px 3px rgba(0,0,0,0.25);
    font-weight: bold;
    font-size: 30px;
    color: #500039;
    border: 8px solid #3ca839;
    background-color: white;
    margin: 60px 10% 60px 10%;
    padding: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px ;
    box-shadow: 4px -4px 4px rgba(0,0,0,0.25), -4px -4px 4px rgba(0,0,0,0.25), 4px 4px 4px rgba(255,255,255,1), -4px 4px 4px rgba(255,255,255,1) ;
    -webkit-box-shadow: 4px -4px 4px rgba(0,0,0,0.25), -4px -4px 4px rgba(0,0,0,0.25), 4px 4px 4px rgba(255,255,255,1), -4px 4px 4px rgba(255,255,255,1) ;
    -moz-box-shadow:  4px -4px 4px rgba(0,0,0,0.25), -4px -4px 4px rgba(0,0,0,0.25), 4px 4px 4px rgba(255,255,255,1), -4px 4px 4px rgba(255,255,255,1) ;
}


#boutiqueBio, #porcelaineLimoges {
    display: block;
    position: absolute;
    left: 1%;
    width: 47%;
    top:100px;
    height: 300px;
    overflow: auto;
}
#porcelaineLimoges {
    left: 51%;
}

#porcelaineLimoges .bouton,#porcelaineLimoges .bouton:visited {
    background-color: #500039;
}

#porcelaineLimoges h1 {
    border-color:  #500039;
}

 .bouton:hover, #porcelaineLimoges .bouton:hover{
    background-color: #a9014b;
    left: 5px;
}

.bouton:active	{ 
    top: 5px;
}


/*********** pub ***********/
#pub{
    display: block;
    position: absolute;
    left: 210px;
    width: 72%;
    top: 5px;
    height: 62px;
}

.zonepub{
    display: block;
    float: left;
    width: 100%;
    height: 62px;
    padding: 0;
    margin: 0;
    border: 2px solid white;

    background-color: white;

    border-radius: 20px /60px ;
    -moz-border-radius: 20px /60px ;
    -webkit-border-radius: 20px /60px ;
    -khtml-border-radius: 20px /60px ;
    box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    -khtml-box-shadow: 0 0 2px #000;

}

.zonepub2{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    border: 4px solid #500039;
    height: 54px;
    width: 99%;
    background-color: white;

    border-radius: 20px /60px ;
    -moz-border-radius: 20px /60px ;
    -webkit-border-radius: 20px /60px ;
    -khtml-border-radius: 20px /60px ;

    background-image: url(pub.png);

    background-repeat: repeat-x;
    font-size: 26px;
    overflow: hidden;
    font-weight: bold;
    color: white;
    line-height: 26px;
}



/************************************************/

