﻿
#contenupage 
{
    color:#086b96;
    font-size :3;
    font-family:@helvetica;
    }


.titrepagecontenu
{
    padding: 10px;
    text-align: justify;
}

.produit
{
    width: 690px;
    text-align: left;
    margin-left: 5px;
    float:left;
}

.options
{
    width: 690px;
    height: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    float: left;
    border: solid 1px black;
    margin-left:5px;
    margin-right:5px;
    padding-top: 5px;
   background-color:rgb(0,166,19);
   color:#fff;
   
}


.produittitre
{
    width: 100%;
    height: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    float: left;
    border: solid 1px black;
    padding-top: 5px;
   background-color:rgb(242,212,11);/*#5d91a7;*/
   color:rgb(42,42,68);/*#fff;*/
   
}


.produitphoto
{
    width: 265px;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.produitdescriptif
{
    width: 425px;
    float: left;
}

.table_descriptif
{
    border: "1";
    border-spacing: 0px;
    text-align: center;
    width:100%;
    max-width: 690px;
    float: left;
    margin-top: 5px;
    margin-right: 4px;
    margin-left: 4px;
    border: solid 1px black;
}
.table_descriptif .col1
{
    text-align: left;
}

.table_descriptif .ligne1
{
    text-align: center;
}

.table_descriptif td
{
    border: solid 1px black;
}
 

.separationproduit
{
    width: 100%;
    height: 15px;
    float: left;
}
.produitphoto2
{
    width:690px;
    margin-left:5px;
    margin-right:5px;
    text-align:center;
    float:left;
    }
    

.tableoption
{
    border: "1";
    border-spacing: 0px;
    text-align: justify;
    width: 690px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    border: solid 1px black;
}

.tableoption td
{
    border: solid 1px black;
}

.tableoption .evidence
{
    font-weight: bold;
    }
    
.titreproduits
{
  width:690px;
  text-align:center;
  text-transform:uppercase;
   text-decoration:underline;
  font-size: x-large;
  margin-bottom:15px;
  margin-top:10px;
  color:#022636;
  font-size:30px;
  margin-left:4px;
  float:left;
}
    