
#content h1
{
   width : 300px;
   margin-bottom : 0px;
}

#product-content img
{
   float : right;
   padding-top : 30px;
}

/*
 * products page
 */


#product-link img
{
   padding-left : 200px;
}

div.product
{
    margin-bottom : 0px;
    width : 780px;
}

div.product p
{
    margin-bottom : 0px;
    width : 450px;
}

div.product img
{
    margin-bottom : 0px;
    float : left;
}

div.product ul
{

    width : 160px;
    margin-left : 0px;
    margin-right : 10px;
}

#content h2
{
    border-bottom: 1px solid #a0a0a0;
    width: 150px;

    color: #2b80de;
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
    margin-left: 20px;
    margin-top: 30px;
    padding-left: 5px;
}


/*
 * stations
 */


div.station
{
    width : 250px;
    float: left;
}

div.station p 
{
    width : 250px;
}

div.product-notebook
{
    width : 600px;
}

div.product-notebook img
{
    float : right
}
/*
 * banniere
 */
 
#banniere img
{
    float : left;
    padding-top : 0px;
    margin : 1px;
}

#banniere
{
    width : 780px;
    padding-bottom : 80px;
    margin-top : 0px;
    padding-top : 0px;
}

/*
 * peripheriques
 */

div.product-periph
{
    margin-bottom : 0px;
    width : 780px;
}

div.product-periph p
{
    margin-bottom : 30px;
    padding-bottom : 0px;
    width : 450px;
}

div.product-periph img
{
    margin-top : 0px;
    margin-right : 100px;
    width:10%;
    height:10%;
    float : right;
}

legend
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #2053c5;
   font-weight: bold;
}

fieldset
{
   margin-bottom: 15px;
   background-color: #e7f5ff;
   width: 400px;
}


table
{
   margin: auto;
   border: 0px outset;
   border-collapse: collapse;
   font-size: 8pt
}

th
{
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td
{
   background-color: #e7f5ff;
   vertical-align: center;
   border: 1px solid black;
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   text-align: left;
   padding: 5px;
}
