﻿/* Menu stylesheet */


/* 
PUBLIC MENU STYLE - START 
*/
.slogan /* Titre sur le bandeau "Vos rendez-vous en un clic"*/
{
     padding-left:125px; 
     padding-top:47px; 
     font-size:14px; 
     color:Black; 
     font-weight:bold;
}
#menucontainer
{
    position: relative;
    top: -28px;
    height: 28px;
    color: #FFFFFF;
    width: 100%;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    margin: 0px 0px 0px 0px;
    left: 10px;
}
#menunav
{
    position: relative;
    height: 28px;
    left: 10px;
    font-size: 1em; /*text-transform: uppercase;*/
    font-weight: bold; /*background: #fff url(../images/menu/menu-blue-normal.gif) repeat-x bottom left;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#menunav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
    float: left; /*background: #fff url(../images/menu/menu-blue-normal.gif) repeat-x bottom left;*/ /*background-color: #96CEE6;*/
    margin: 0px 0px 0px 0px;
}
#menunav ul li
{
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    background: #ffffff url(../images/menu/menu-blue-normal.gif) repeat-x bottom left;
}
#menunav ul li.red
{
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    background: #ffffff url(../images/menu/menu-red-1.png) repeat-x bottom left;
}
#menunav ul li a
{
    display: block;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 10px 0 10px;
    height: 28px;
    line-height: 200%; /* PKOI ??? */
}
#menunav ul li a span
{
    padding: 12px 10px 0px 0px;
    height: 28px;
    float: left;
}
#menunav ul li a:hover
{
    color: #fff;
    background: transparent url(../images/menu/menu-blue-hover.gif) repeat-x bottom left;
}
#menunav ul li.red a:hover
{
    color: #ffffff;
    background: transparent url(../images/menu/menu-red-1-highlight.png) repeat-x bottom left;
}
#menunav ul li a:hover span
{
    display: block;
    width: auto;
    cursor: pointer;
}
#menunav ul li a.current, #menunav ul li a.current:hover
{
    color: #000000; /*background: #1D6893 url(../images/menu/menu-blue-hover.gif) repeat-x bottom left;*/ /*background: #FFFFFF url(../images/menu/menu-blue-selected.gif) repeat-x bottom left;*/ /*background: transparent;*/
    background: #FFFFFF; /*line-height: 275%;*/
    line-height: 200%;
    border-bottom: transparent;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-top: solid 1px #000000;
}
#menunav ul li a.current span
{
    display: block;
    padding: 0 5px 0 0;
    width: auto; /*background: #1D6893 url(../images/menu/menu-blue-hover.gif) no-repeat top right;*/
    height: 28px;
}
/* PUUBLIC MENU STYLE - END */



/* 
PUBLIC SUBMENU - START 
*/
#submenunav_description
{
    padding-left: 180px; /*130px*/
    padding-right: 50px; /*10px;*/
}
#submenunav
{
    width: 150px;
    float: left;
    margin-left: 3px;
    margin-right: 10px;
    margin-bottom: 176px;
    margin-top: 15px;
    text-align: left;
}
#submenunav ul
{
    color: #006699;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#submenunav ul li
{
}
#submenunav ul li a
{
    text-decoration: none;
    color: #006699;
}
#submenunav ul li a:hover
{
    /*text-decoration: underline;*/
}
#submenunav ul li a.current, #submenunav ul li a.current:hover
{
    /* text-decoration: underline;*/
    font-weight: bold;
}
/* PUBLIC SUBMENU - END */

/* MENU PARRAINAGE - START */
.menuparrainagetopleft
{
    height: 40px;
    width: 20px;
    background: url(/images/cadres/parrainage/parrainage_01.gif);
}
.menuparrainagetop
{
    background: url(/images/cadres/parrainage/parrainage_02.gif) repeat-x top;
    vertical-align: top;
}
.menuparrainagetopright
{
    height: 40px;
    width: 34px;
    background: url(/images/cadres/parrainage/parrainage_05.gif);
}
.menuparrainageleft
{
   background: url(/images/cadres/parrainage/parrainage_06.gif) repeat-y;
} 
.menuparrainagecenter
{
    background-color:#FFE07E;
}
.menuparrainageright
{
    background: url(/images/cadres/parrainage/parrainage_08.gif) repeat-y;
}
.menuparrainagebottomleft
{
    height: 28px;
    width: 20px;
    background: url(/images/cadres/parrainage/parrainage_11.gif);
}
.menuparrainagebottom
{
    background: url(/images/cadres/parrainage/parrainage_12.gif) repeat-x bottom;
}
.menuparrainagebottomright
{
    height: 28px;
    width: 34px;
    background: url(/images/cadres/parrainage/parrainage_14.gif);
}

 /* MENU PARRAINAGE - STOP */
/* MENU PROFESSIONNEL - START */
.menuprofessionneltopleft
{
    height: 37px;
    width: 18px;
    background: url(/images/cadres/professionnel/professionnel_01.gif);
}
.menuprofessionneltop
{
    background: url(/images/cadres/professionnel/professionnel_02.gif) repeat-x top;
    vertical-align: top;
}
.menuprofessionneltopright
{
    height: 37px;
    width: 28px;
    background: url(/images/cadres/professionnel/professionnel_05.gif);
}
.menuprofessionnelleft
{
   background: url(/images/cadres/professionnel/professionnel_07.gif) repeat-y right;
} 
.menuprofessionnelcenter
{
    background-color:#DDEBFF;
}
.menuprofessionnelright
{
    background: url(/images/cadres/professionnel/professionnel_09.gif) repeat-y;
}
.menuprofessionnelbottomleft
{
    height: 23px;
    width: 18px;
    background: url(/images/cadres/professionnel/professionnel_13.gif);
}
.menuprofessionnelbottom
{
    background: url(/images/cadres/professionnel/professionnel_14.gif) repeat-x bottom;
}
.menuprofessionnelbottomright
{
    height: 23px;
    width: 28px;
    background: url(/images/cadres/professionnel/professionnel_15.gif);
}

 /* MENU PROFESSIONNEL - STOP */
  /*  LOGGED MENU STYLE - START  */ .staticMenu
{
    background: #ffffff url(../images/menu/menu-blue-normal.gif) repeat-x bottom left;
    border: transparent;
    height: 27px;
    color: #ffffff;
    margin-left: 1px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
/*.staticMenuItem
{
  color: #ffffff;
  height: 27px;
}*/
.staticMenuItem a
{
    color: #ffffff;
    margin-left: 2px;
    margin-right: 5px; /*font-weight: bold;*/
}
.staticHover a
{
    color: #05e100;
}
.staticSelected a
{
    color: #ffffff;
    font-weight: bold;
}
.dynamicMenu
{
    color: #ffffff;
    height: 27px;
    background: #ffffff url(../images/menu/menu-blue-normal.gif) repeat-x bottom left;
}
.dynamicMenuItem
{
    color: #ffffff;
    height: 27px;
    background: #388eb2;
}
.dynamicSelected
{
}
.dynamicHover
{
}
/* LOGGED MENU STYLE - END */

/* CADRE MENU - START */
.menuinfo
{
    padding-top: 45px;
}
.menutopleft
{
    height: 27px;
    width: 29px;
    background: url(../images/cadres/encadrer/cadre_03.gif);
}
.menutop
{
    background: url(../images/cadres/encadrer/cadre_04.gif);
}
.menutopright
{
    height: 27px;
    width: 32px;
    background: url(../images/cadres/encadrer/cadre_06.gif);
}
.menuleft
{
    background: url(../images/cadres/encadrer/cadre_08.gif) repeat-y;
}
.menuright
{
    background: url(../images/cadres/encadrer/cadre_11.gif) repeat-y right;
}
.menubottomleft
{
    background: url(../images/cadres/encadrer/cadre_14.gif);
    height: 33px;
    width: 29px;
}
.menubottom
{
    background: url(../images/cadres/encadrer/cadre_15.gif);
}
.menubottomright
{
    background: url(../images/cadres/encadrer/cadre_16.gif);
}
/* CADRE MENU - STOP */
/* CADRE CONTOUR - START */
.contourtopleft
{
    height: 24px;
    width: 23px;
    background: url(../images/cadres/trait/trait_03.gif);
}
.contourtop
{
    background: url(../images/cadres/trait/trait_04.gif);
}
.contourtopright
{
    height: 24px;
    width: 27px;
    background: url(../images/cadres/trait/trait_06.gif);
}
.contourleft
{
    background: url(../images/cadres/trait/trait_08.gif) repeat-y;
}
.contourright
{
    background: url(../images/cadres/trait/trait_10.gif) repeat-y right;
}
.contourbottomleft
{
    background: url(../images/cadres/trait/trait_13.gif);
    height: 24px;
    width: 23px;
}
.contourbottom
{
    background: url(../images/cadres/trait/trait_14.gif);
}
.contourbottomright
{
    background: url(../images/cadres/trait/trait_15.gif);
}
/* CADRE CONTOUR - STOP */
/* ETIQUETTE HISTORY - START */
.etiquettehistory
{
    background-position: center;
    background-image: url(/images/background/etiquettehistory.gif);
    background-repeat: no-repeat;
    color: White;
    height: 42px;
    width: 138px;
    border: "0";
}
.bordurehistory
{
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-top: white; 
}
/* ETIQUETTE HISTORY - STOP */
/* POST IT - START */
.postittop
{
    background:url(/images/cadres/postit/postit_01.jpg);
    width: 325px;
    height:47px;
}
.postitleft
{
    background:url(/images/cadres/postit/postit_02.jpg);
    width: 24px;
    height:194px;

}
.postitcenter
{
    background:url(/images/cadres/postit/postit_03.jpg);
    width: 286px;
    height:194px;
    font-family: Arial, Sans-Serif;
    text-align: left;
}
.postitright
{
    background:url(/images/cadres/postit/postit_04.jpg);
    width: 15px;
    height:194px;
}
.postitbottom
{
    background:url(/images/cadres/postit/postit_05.jpg);
    width: 325px;
    height:34px;
}

/* POST IT - STOP */
a img
{
    border:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
