
/* Thème
======================================*/

body {font : 11px/18px Verdana ; background : #eee ; margin: 0; padding: 0;}
p, td, li, div {font : 11px/18px Verdana}
input, select, textarea {font : 11px Verdana}
input {border : 1px solid #aaa}
input.checkbox {border : 0}
a {color : #457ACC ; text-decoration : none}
a:hover {text-decoration : underline}

/* Layout
======================================*/

#container {margin : 0 auto ; width : 950px ; background: #fff ; border-right : 1px solid #ccc ; border-left : 1px solid #ccc}
#body {width:100%}
#body-right {width : 300px ; padding-left : 20px}   
#body-left {padding: 5px 0 5px 0}
#en-tete {margin : 35px 0 0}


/* Header
======================================*/

#en-tete-compte {position: absolute; top:0; width: 902px; min-height: 16px; height: auto !important; height: 16px; margin: 0 0 10px 0 ; padding: 4px 10px 4px 10px ; background: #e7e7e7  url(/images/bg/sp-1.gif) repeat-x 0 0 ; border: 1px solid #b3b3b3 ; border-top: 0; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px ; -moz-border-radius: 0px 0px 10px 10px ; border-radius: 0px 0px 10px 10px}
#en-tete-compte a {display: inline}
#en-tete-compte a.warning {font-weight : bold ; color : #c00 ; padding-right : 20px ; background : url(/images/icones/ae.png) right -2px no-repeat}

/* Footer
======================================*/

#footer p {text-align : center}
#footer a {color : #666}
#footer #barre {background : #ddd ; padding : 3px}


/* Menu
======================================

/*background: #888 url(/images/bg/menu.gif) repeat-x top left;*/

/* style the outer div to give it width */
.menu { margin-top: 6px; position:relative; z-index:3 }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:24px; background: #888 url(/images/bg/menu.gif) repeat-x top left; }

/* style the sub-level lists */
.menu ul ul {width:17em;border-bottom:15px solid #CCE2A8;border-top:1px solid #eaeaea;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:24px;line-height:24px;font-weight:bold}

/* style the sub level list items */
.menu ul ul li {display:block;width:14em;height:auto;position:relative;line-height:1em;border-bottom:1px solid #eaeaea;border-right:0px solid #fff;font-weight:normal; z-index:3}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background: #888 url(/images/bg/menu.gif) repeat-x top left;padding:0 1em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#888; color:#fff;width:14em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:16.5em; w\idth:14.5em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the level hovers */
/* first */
.menu a:hover {color:#000;background:#CCE2A8;text-decoration:none;}
.menu :hover > a {color:#000;background:#CCE2A8;text-decoration:none;}
/* second */
.menu ul ul a:hover{color:#534;background:#CCE2A8;text-decoration:none;}
.menu ul ul :hover > a {color:#534;background:#CCE2A8;text-decoration:none;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0;width:16em;background:#fff;z-index:10}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto;}



/* Fil d'Ariane
======================================*/ 
ul#ariane li {margin-top : 5px ; float: left; background : url(/images/puces/fleche-bleue.gif) 0 6px no-repeat ; padding: 0 12px 16px 16px !important; padding: 0 12px 8px 16px; }
ul#ariane li a {text-decoration : none}

/* S'identifier
======================================*/ 
.bloc {margin-top : 20px ; position : relative ; background : #f6f6f6 ; border : 1px solid #ccc ; padding : 0 8px}
.bloc form {margin-top : 10px}
.bloc input {margin : 0}
.bloc .titre {position : absolute ; top : -12px ; margin : 0  ; font-weight : bold ; background : #fff ; padding : 1px 5px}
.bloc td {padding : 8px 8px 0 0}


