/* CSS Document */

/*** Les globalites ***/
* {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    background: url(../images/fond.png) #ffffff 0 0 repeat-x;
    font-family: Verdana, Arial, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000000;
}
img {
    border: none;
    vertical-align: bottom;
}
.Fleft{
    float: left;
}
.Fright{
    float: right;
}
.Fclear{
    float: none;
}
.Spc{
    width: 1px;
    height: 1px;
}
/*** CART ****/
A.CheckoutTab:link {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
A.CheckoutTab:visited {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
A.CheckoutTab:hover {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none;
}
A.CheckoutTab:active {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: underline;
}
.CheckoutTabSel {
    COLOR: #330000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
}
.LineAfterCart {
    BACKGROUND-COLOR: #CECECE;
}
.LineBeforeCart {
    BACKGROUND-COLOR: #2AA5FF;
}


/*** L'ensemble de la page ***/
#content_vertical{
    margin: 0 auto;
    width: 1004px;
}
.fond_size {
    float: left;
    width: 1086px;
    min-height: 1000px;
    background: url(../images/bande_fond.png) 0 0 repeat-y;
}
.header{
    width: 986px;
    height: 300px;
    margin: 0px auto;
}
.menu_haut{
    width: 986px;
    height: 32px;
    padding-top: 195px;
}
.titre_haut{
    width: 986px;
    height: 32px;
    background: url(../images/fond_menu_haut.png);
    z-index: 1;
}

#menu, #menu ul /* Liste */    
{
    padding : 0; /* pas de marge intérieure */
    margin : 0; /* ni extérieure */
    list-style : none; /* on supprime le style par défault de la liste */
    line-height : 32px; /* on défini une hauteur pour chaque élément */
    text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
    font-weight : bold; /* on met le texte en gras */
}

#menu a /* Contenu des listes */
{
    display    : block; /* on change le type d'élément, les liens deviennent des balises de type block */
    padding    : 0; /* aucune marge intérieure */
    text-decoration : none; /* on supprime le style par défault des liens (la pluspart du temps = souligné) */
    width : 185px; /* largeur */
}

#menu li /* Elements des listes */    
{ 
    float : left; 
    /* pour ie qui ne reconnait pas "transparent" */
    border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
    position: absolute; /* Position absolu */
    width: 155px; /* Largeur des sous-listes */
    left: -999em; /* Hop, on envoi loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
    /* pour ie qui ne reconnait pas "transparent" (comme précédement) */
    border-top : 1px solid #1f5880; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

#menu li ul ul 
{
    margin        : -32px 0 0 155px ; /* On décale les sous-sous-listes qu'elles ne soient pas au dessus des sous-listes */    
    /* pour ie qui ne reconnait pas "transparent" (comme précédement) */
    border-left    : 1px solid #1f5880 ; /* Petite bordure à gauche pour ne pas coller ... */    
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
    left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
    left: auto; /* Repositionnement normal */
    min-height: 0; /* Corrige un bug */
}

#menu_v, #menu_v ul /* Liste */    
{
    padding : 0; /* pas de marge intérieure */
    margin : 0 auto; /* ni extérieure */
    list-style : none; /* on supprime le style par défault de la liste */
    line-height : 32px; /* on défini une hauteur pour chaque élément */
    text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu_v /* Ensemble du menu */
{
    font-weight : bold; /* on met le texte en gras */
}

#menu_v a /* Contenu des listes */
{
    display    : block; /* on change le type d'élément, les liens deviennent des balises de type block */
    padding    : 0; /* aucune marge intérieure */
    text-decoration : none; /* on supprime le style par défault des liens (la pluspart du temps = souligné) */
    width : 140px; /* largeur */
}

#menu_v li /* Elements des listes */    
{ 
    /* pour ie qui ne reconnait pas "transparent" */
    border-bottom : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

.ariane_haut{
    width: 966px;
    margin: 20px 5px 5px;
    height: 16px;
    line-height: 16px;
}
.menu_droit{
    width: 155px;
    padding: 0px 15px 5px 5px;
    margin-top: -20px;
}
.haut_petit_cadre_vert{
    height: 6px;
    width: 155px;
    padding-right: 10px;
    background: url(../images/haut_petit_cadre_vert.png) transparent bottom no-repeat;
}
.centre_petit_cadre_vert{
    width: 155px;
    padding-right: 10px;
    background: url(../images/centre_petit_cadre_vert.png) transparent center repeat-y;
}
.bas_petit_cadre_vert{
    height: 6px;
    width: 155px;
    padding-right: 10px;
    background: url(../images/bas_petit_cadre_vert.png) transparent top no-repeat;
}
.haut_petit_cadre_bleu{
    height: 6px;
    width: 155px;
    padding-right: 10px;
    background: url(../images/haut_petit_cadre_bleu.png) transparent bottom no-repeat;
}
.centre_petit_cadre_bleu{
    width: 155px;
    padding-right: 10px;
    background: url(../images/centre_petit_cadre_bleu.png) transparent center repeat-y;
}
.bas_petit_cadre_bleu{
    height: 6px;
    width: 155px;
    padding-right: 10px;
    background: url(../images/bas_petit_cadre_bleu.png) transparent top no-repeat;
}
.haut_grand_cadre_bleu_clair{
    height: 18px;
    width: 800px;
    background: url(../images/haut_grand_cadre_bleu_clair.png) transparent bottom no-repeat;
}
.centre_grand_cadre_bleu_clair{
    width: 800px;
    background: url(../images/centre_grand_cadre_bleu_clair.png) transparent center repeat-y;
}
.bas_grand_cadre_bleu_clair{
    height: 18px;
    width: 800px;
    background: url(../images/bas_grand_cadre_bleu_clair.png) transparent top no-repeat;
}

.contents{
    width: 800px;
    float: left;
    margin-top: -20px;
    padding-left: 5px;
}

.w_select{
    width: 80px;
}
/* Panier */

/*** Styles pour le menu de navigation ***/
/*** Accordéon ***/
#navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation a:hover {
    text-decoration: underline;
}

/* Les Formulaires */
form {
    margin: 0 auto;
    padding: 0;
}
#piedForm {
    text-align: center;
}
#piedForm input {
    font-weight: bold;
    margin-left: 1em;
}
#corpsForm, #corpsForm2{
    border: 1px solid black;
    color: black;
    margin: 0;
}
#corpsForm p, #corpsForm2 p{
    padding: 0;
    margin: 0 0 .2em 0;
}
#corpsForm2 legend{
    padding: 0px 10px;
    font-weight: bolder;
}
#corpsForm fieldset label {
    float: left;
    width: 20%;
    text-align: right;
    margin: 0;
    vertical-align: bottom;
    padding-right: 5px;
}
.espace{
    margin-bottom: 5px;
}            

/* BLUE TABLE */
table.blue a, table.blue, table.blue tbody, table.blue tr, table.blue th, table.blue td, table.blue caption {
    color:#000;
}
table.blue tbody {
    background:#69c;
}
table.blue a {
    font-weight:bold;
}
table.blue a:visited {
    color:#333;
}
table.blue a:hover {
    text-decoration:none;
    color:#69c; 
}
table.blue {
    border-bottom:4px outset #9cf;
}
table.blue th a{
    border-bottom-width: 1px;
    border-bottom-style: dotted;    
}
table.blue, table.blue caption {
    border-top:4px outset #9cf;
    border-left:4px outset #9cf;
    border-right:4px outset #9cf;
}
table.blue caption {
    border-top:4px outset #9cf;
    font-weight:bold;
}
table.blue tbody tr:hover, table.blue th, table.blue tfoot, table.blue tfoot th {
    background:#9cf;
}
table.blue tbody tr:hover td {
    border:1px solid;
    border-color:#000 #fff #fff #000;
}
table.blue th, table.blue td {
    border:1px solid;
    border-color:#fff #000 #000 #fff;
}
table.blue td, table.blue th, table.blue caption {
    padding:5px;
    vertical-align:middle;
}
table.blue tfoot td, table.blue tfoot th, table.blue thead th {
    font-weight:bold;
    white-space:nowrap;
}

/* OTHER BLUE TABLE */
table.blues, table.blues, table.blues tbody, table.blues tr, table.blues th, table.blues td, table.blues caption {
    color:#000;
}
table.blues {
    border-collapse: collapse;
    border-spacing: 0px;
    background: #fff;
}
table.blues caption {
    font-weight:bold;
}
table.blues td, table.blues th, table.blues caption {
    vertical-align:middle;
}
table.blues tfoot td, table.blues tfoot th, table.blues thead th {
    font-weight:bold;
    white-space:nowrap;
}

/* PACKS TABLE */
table.simple, table.simple, table.simple tbody, table.simple tr, table.simple th, table.simple td, table.simple caption {
    color:#000;
}
table.simple {
    border-collapse: collapse;
    border-spacing: 0px;
    background: #fff;
}
table.simple caption {
    font-weight:bold;
}
table.simple td, table.simple th, table.simple caption {
    padding:5px;
    vertical-align:middle;
}
table.simple tfoot td, table.simple tfoot th, table.simple thead th {
    font-weight:bold;
    white-space:nowrap;
}

/* Formulaire */
.error{
    width: 50px;
    text-align: left;
    font-size: 10px;
    color: red;
}
.ligne label{
    float: left;
    width: 32%;
    text-align: right;
    vertical-align: bottom;
    padding-right: 5px;
}
/* Referencement */
#pieddepage{
    display: none;
}

/* Popup Panier */
#popup_panier{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 180px;
    margin-top: -143px;
    margin-left: -115px;

    border: 1px solid #003e8b;
    border-bottom:4px solid #003e8b;
    background: white;
    z-index: 500;
    cursor: pointer;
    font-size: 80%;
}

/* Navigation */
/* opened tab */
.titleHandle {
  background-image: url(../images/nav_corner_bg.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
.navTitle,
.navTitleOver {
  cursor: pointer;
  -moz-user-select: none;
}
.navOpened .navTitle .titleHandle {
  background-position: right bottom;
}
.navOpened .navTitleOver .titleHandle {
  background-position: right top;
}

.navClosed .navTitle .titleHandle {
  background-position: left bottom;
}
.navClosed .navTitleOver .titleHandle {
  background-position: left top;
}
.a_c_p_2{
    text-align:center;
    padding: 2px;
}
