/* ## CLASSES CSS TOUJOURS UTILISEES ## */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding:10px;
background-image: url('images/back.jpg');
background-repeat: repeat-x;
background-color:#02569f;
}
div, td, tr, form, table{
font-size: 1em;
}
form{
margin:0px;
border:0px;
}
#conteneur{
width:910px;
padding: 10px;
margin:0 auto;
margin-bottom: 5px;
text-align: left;
background-color:#ffffff;
border:3px solid #00275f;
}
#chemin{
color: #4b413f;
margin-bottom:5px;
}
#chemin a{
color: #4b413f;
}
#chemin a:hover{
text-decoration:none;
}
#header{
border-bottom:1px #ffffff;
height: 142px;
}
.lienfooter{
color:#ffffff;
width:100%;
padding:0px;
margin:0px;
}
.lienfooter a{
color:#eef2f6;
}
.lienfooter a:hover{
text-decoration:none;
}
#content{
margin-top:10px;
z-index:1;
}
#content h1{
color: #4b413f;
font-size: 1.4em;
font-weight:bold;
text-align:left;
}
#content h2{
color: #4b413f;
margin-bottom:15px;
font-size: 1.1em;
font-weight:bold;
text-align:left;
text-decoration:underline;
}
#content h3{
color: #4b413f;
font-size:1em;
text-align:left;
}
#content h4{
color: #4b413f;
font-size:1.3em;
text-align:left;
}
#content img{
border : 1px solid #cac5c2;
}
#content li{
background-image: url('images/puce_optimalog-orange.gif');
background-repeat: no-repeat;
background-position: left 9px;
vertical-align:top;
list-style-type: none;
padding-left: 12px;
color: #4b413f;
font-size: 1.0em;
text-align:justify;
margin-left:20px;
padding-left:30px;
line-height:3.5em;
}
#content a {
color: #4b413f;
font-size: 1.0em;
}
#content a:hover{
color: #4b413f;
font-size: 1.0em;
text-decoration:none;
}
#content p{
color: #4b413f;
font-size: 1.2em;
text-align:justify;
}
.cadrecontenu{
background-color: #eeeae8;
font-size: 1.0em;
color: #a49e9b;
text-align:center;
font-weight:bold;
border:1px solid #cac5c2;
padding:5px;
}
.submit{
color: #a49e9b;
font-weight:bold;
background: #ffffff;
border:1px solid #cac5c2;
margin:5px;
}
.cadrecontenu a{
font-size: 1.0em;
color: #a49e9b;
text-align:center;
}
.cadrecontenu a:hover{
text-decoration:none;
}
.menuclient{
border:1px solid #cac5c2;
padding: 10px;
color: #a49e9b;
}
#contentclient a{
color :#a49e9b;
}
#contentclient a:hover{
color: #a49e9b;
}
#contentpanier{
color :#f59f22;
}
#contentpanier a{
color :#f59f22;
}
#contentpanier a:hover{
color: #f59f22;
}
.panier {
/* style du titre panier */
border:1px solid #ffab32;
border-bottom: 0px;
height: 29px;
width: 190px;
font-size: 1.2em;
font-weight: bold;
text-align: center;
color: #FFFFFF;
background-image: url('images/back_menu_panier.gif');
}
.panier div{
background-image:url('images/caddie.gif');
background-repeat:no-repeat;
background-position:10px center;
padding-left:20px;
}
.form{
/* classe pour tout les formulaires */
border:1px solid #cac5c2;
margin:3px;
padding: 2px;
background: #fff;
color: #4b413f;
}
.submitmenuclient{
/* classe pour le bouton submit du menu client */
border:1px solid #cac5c2;
margin:3px;
padding: 2px;
font-weight: bold;
color: #a49e9b;
background: #eeeae8;
}
.titremenuclient{
/* style du titre client */
border:1px solid #cac5c2;
border-bottom: 0px;
height: 29px;
width: 190px;
font-size: 1.2em;
font-weight: bold;
text-align: center;
color: #a49e9b;
background-image: url('images/back_menu_client.gif');
}
.menupanier{
/* conteneur du menu panier */
border:1px solid #ff8e33;
width: 170px;
padding: 10px;
}
/* ## FIN DES CLASSES TOUJOURS UTILISEES ## */
.plan{
margin-top:5px;
margin-bottom:5px;
margin-left:40px;
text-align:left;
color:#4b413f;
}