/* 
    Document   : style_BD
    Created on : 12 avr. 2011, 15:44:46
    Author     : BART
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.img_droite {
    float: right;
}
.img_gauche {
    float: left;
}
#presentation_produit{
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #006ec7;
    border-bottom-color: #006ec7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    height: 300px;
}
#presentation_produit_menu{
    float: right;
    margin: 0px;
    width: 260px;
}
#presentation_produit_menu ul{
    margin: 0px;
}
#presentation_produit_menu ul li{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #006ec7;
    margin: 0px;
    padding: 4px;
    height: 40px;
    list-style-type: none;
    display: block;
    background-color: #ddffff;
}
#presentation_produit_menu ul li a, #presentation_produit_menu ul li a:link, #presentation_produit_menu ul li a:visited{
    color:#006ec7;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}
#presentation_produit_menu ul li a:hover{
    color: #FF0000; /* rouge */
    text-decoration: underline;
}
.featurecontentvisible{background-color: white;}
.featurecontent img{
    float: left;
}
.featurecontent h3{
    font-style: normal;
    font-weight: bold;
    color: #006ec7;
}
#presentation_produit_suite{
    margin-top: 20px;
}
#presentation_produit_suite h3{
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
    color: #006ec7;
}
#presentation_produit_suite .center{
    text-align: center;
}