/* CSS Document */
/*
<STYLE type="text/css">
body {
background-image:url(design/fond_saintvalentin.jpg);
background-repeat:no-repeat;
background-position:center top;
}
</style>
*/
/* LIENS */
#listeProduits .unProduit .commanderDetails .commander a {
float:left;
height:30px;
width:115px;
font-family:Verdana;
/*font-size:.66em;*/
/*font-weight:700;*/
text-align:center;
/*color:#3073BD;*/
text-decoration:none;
padding-top:2px;
margin-top:5px;
border-right:1px solid #7BC4D9;
}


#listeProduits .unProduit .commanderDetails .details a {
float:left;
height:30px;
width:115px;
font-family:Tahoma;
/*font-size:.66em;*/
/*font-weight:700;*/
text-align:center;
/*color:#3073BD;*/
text-decoration:none;
padding-top:2px;
margin-top:5px;
/*border:1px solid #000;*/
color:#5F961C;
}

#listeProduits .unProduit .commanderDetails a:hover {
color:#811E88;
background:none;
/*text-decoration:underline;*/
}

#listeProduits .unProduit .commanderDetails .jecommande a:hover
{
font-size:15px;
font-weight:400;
color:black;
}

#listeProduits .unProduit .prix {
/*font-weight:700;*/
color:#811E88;
font-size:17px
}

/* Ajout du 08 mars 2010 */

#texteRef #texteCompletRef{
font-size:11px;
text-align:justify;
display:none;
}

#texteRef #texteCompletRef h2{
font-size:13px;
}

.submenu{
font-size:11px;
}

a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}

a.info span {
   display: none; /* on masque l'infobulle */
}

a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: block; /* on affiche l'infobulle */
   position: absolute;
   width:250px;
   height:145px;
   /* white-space: nowrap; on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   /*background: white;*/
   background-image:url(bulle.png);
   background-repeat:no-repeat;



   color: black;
   padding: 3px;
   padding-top:20px;

   /*border: 1px solid green;*/
   /*border-left: 4px solid green;*/
   text-decoration: none;
   text-align:left;
   text-transform:none;
   font-weight:normal;
}


/* Nouvelle tetiere Octobre 2010*/
#tetiere ul {
padding:0;
margin:0;
list-style-type:none;
}
 
#tetiere li {
padding:0;
margin:0;
float:left; /*pour IE*/
}

#headerV3
{
position:absolute;
left:735px;
top:40px;
font-size:0.4em;
text-align:center;
color:#7C1076;
}

#headerV3 a {
text-decoration:none;
color:#7C1076;
}

#headerV3 #desclogo
{
font-size:12px;
padding:0;
margin:0;
}

#headerV3 h1
{
font-size:12px;
padding:0;
margin:0;
}

#headerV3 span
{
font-size:12px;
}

.titrePage h2
{
float: left;
text-transform: uppercase;
font-weight: 700;
font-size: 0.65em;
padding-left: 20px;
margin-left: 8px;
background-color: transparent;
background-image: url("../../../design/fleche-verte2.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left 2px;
color: #811e88;
}

#TxtPiedDePage {
border-top:1px dotted #efefef;
}

#TxtPiedDePage h3 {
font-family:Tahoma,Arial;
font-size:12px;
margin-top:5px;
margin-bottom:5px;
}

#TxtPiedDePage #image {
width:110px;
position:relative;
float:left;
}

#TxtPiedDePage #texte {
float:left;
font-family:Arial;
font-size:11px;
width:600px;
text-align:justify;
}

/* CSS 3 Button */
.css3-submit-button input[type=submit] {
width:100px;
}

.css3-submit-button {
width:100px;
}

.css3-submit-button{
background:#A3D158;
background:-moz-linear-gradient(90deg, #A3D158, #9AC102); /* Firefox */
background:-webkit-gradient(linear, left top, left bottom, from(#9AC102), to(#A3D158)); /* Webkit */
border:1px solid #9AC102;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-moz-box-shadow:0 1px 0 #fff;
-webkit-box-shadow:0 1px 0 #fff;
color:#fff;
cursor:pointer;
font-family:Arial,sans-serif;
font-size:12px;
font-weight:bold;
/*margin-left:120px;*/
padding:5px 10px;
text-decoration:none;
text-shadow:0 1px 1px #333;
text-transform:uppercase;
border-color:#093c75;
}

.css3-submit-button:hover {
background:#9AC102;
background:-moz-linear-gradient(90deg, #9AC102, #A3D158);
background:-webkit-gradient(linear, left top, left bottom, from(#A3D158), to(#9AC102));
border-color:#093c75;
text-decoration:none;
}

.css3-submit-button:active, css3-sumbit-button:focus, css3-submit-button:active, css3-submit-button:focus{
background:#A3D158;
background:-moz-linear-gradient(90deg, #A3D158, #9AC102);
background:-webkit-gradient(linear, left top, left bottom, from(#9AC102), to(#A3D158));
border-color:#093c75;
outline:none;
}
