/********************/
/* LIEN EVITEMENTS  */
/********************/
#evitement {text-align:center; color:rgb(175,175,175);font-weight:bold;}
#evitement li{display:inline;list-style:none;}
#evitement li.derniere_nav a {border-right:none;}
#evitement a {padding-left:5px;padding-right:5px; color:rgb(175,175,175);font-weight:bold;border-right:1px solid rgb(175,175,175);}
#evitement fieldset {border:0;}
#evitement legend {display:none; color:rgb(175,175,175);font-weight:bold;}
#evitement label {color:rgb(175,175,175);font-weight:bold;}
#evitement select {color:rgb(80,80,80); width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
#evitement input.button {margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
#evitement input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/***************/
/*  1. GLOBAL  */
/***************/

/* HEADER */
#header {width:960px; }
#header-top {width:967px; height:110px; margin-top:10px; background:url(../img/header-bg.png) no-repeat -0px 24px; margin-left:-7px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
#header-bottom {width:960px; background:#FFFFFF url(../img/menu.png) repeat-x top left;}
#header-breadcrumbs {clear:both; width:960px; padding:0.5em 0 0.5em 0; background-color:#FFFFFF; border-bottom:solid 1px rgb(175,175,175);}
#header .round-border-topleft {width:25px; height:25px; position:absolute; z-index:100; background:url(../img/bg_head_corner_topleft_25px.gif) no-repeat; margin-top:-3px; margin-left:-3px;}
#header .round-border-topright {width:25px; height:25px; position:absolute; z-index:100; background:url(../img/bg_head_corner_topright_25px.gif) no-repeat; margin-top:-3px; margin-left:932px;}

/*************/
/*  2. HEAD  */
/*************/
a.sitelogo {width:51px; height:51px; position:absolute; z-index:1; margin:18px 0 0 15px; background:url(../img/logo.png) no-repeat;}
.sitename {width:500px; height:45px; position:absolute; z-index:1; margin:55px 0 0 20px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.sitename h1 { font-weight:normal; font-size:240%;}
.sitename h1 a {height:34px; background:transparent url(../img/logo_haut.resized.png) top left no-repeat; text-indent:-9999px; display:block;}
.sitename strong {color:#bf0003;}
.sitename h2 {height:13px; background:transparent url(../img/logo_bas.png) top left no-repeat; text-indent:-9999px;  margin:-2px 0 0 0px; color:#FFFFFF; font-weight:normal; font-size:120%;}
.sitename p {font-weight:normal; color:rgb(125,125,125); font-size:130%; margin-top:0;}
.sitename a{text-decoration:none; color:#FFFFFF;}
.sitename a:hover {text-decoration:none; color:#FFFFFF;}

.nav0 {width:468px; height:60px; overflow:hidden; position:absolute; z-index:2; margin-left:495px !important /*Non-IE6*/; margin-left:494px /*IE6*/;}
.nav0 ul {float:right; padding:0 20px 0 0;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {padding:0 0 0 3px;}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {height:60px; border: 2px solid #a1ada4;}

.nav1 {width:370px; position:absolute; z-index:3; margin:85px 0 0 595px;}
.nav1 ul {float:right; padding:0 8px 0 0; font-weight:normal;}
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:#FFFFFF; text-decoration:none; font-size:110%;}
.nav1 li a.bouton {background: transparent url(../img/bouton.png) no-repeat 50% 0; text-align:center; width:62px; height:19px;}
.nav1 a:hover {text-decoration:none; color:#D4D4D4;}

/*Drop-down menu*/
.nav2 {white-space:nowrap /*IE hack*/; float:left; width:720px; background:transparent; height:32px; color:rgb(100,100,100); font-size:130%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;}
.nav2 ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:32px; line-height:32px; padding:0 16px 0 16px; text-decoration:none; font-weight:normal; color: rgb(100,100,100);}
.nav2 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav2 ul li:hover {position:relative;} /*Sylvain IE hack*/
.nav2 ul li:hover a {background:#FFFFFF url(../img/menu_down.png) top left repeat-x; text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:30px; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175);  border-right:solid 1px rgb(175,175,175);  border-bottom: solid 1px rgb(175,175,175); background:#FFFFFF; font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {background-color:rgb(215,215,215); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {position:absolute; top:0; left:-1px; border-collapse:collapse;}
.nav2 ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background:#FFFFFF url(../img/menu_down.png) top left repeat-x; text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:2.1em; t\op:2.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175);  border-right:solid 1px rgb(175,175,175);  border-bottom: solid 1px rgb(175,175,175); background:rgb(240,240,240); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {background:rgb(215,215,215); text-decoration:none;} /*Color subcells hovering mode*/

#header-bottom form {float:right; margin:5px 7px 0px 0; padding:0 3px 0 4px; background: transparent url(../img/search-bg.gif) 100% 50% no-repeat;}
#header-bottom form fieldset {border:none; padding-bottom:5px; }
#header-bottom form input.field {background: none; border:none; width:190px; padding: 3px 0 0 10px;}
#header-bottom form input.button {border:none; background:none;width:1.5em;}
#header-bottom form input:hover.button {cursor:pointer;}

#header-breadcrumbs ul {float:right; width:970px; list-style:none; padding:0 15px 0 0px; font-family:verdana,arial,sans-serif;text-align:right;}
#header-breadcrumbs ul li {display:inline; padding:0 10px 0 10px; font-weight:normal; color:rgb(125,125,125); font-size:100%; }
#header-breadcrumbs ul li.on {/*background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%;*/ border-left:1px solid #949494;}
#header-breadcrumbs ul a {color:#949494; text-decoration:none; }
#header-breadcrumbs ul a:hover {color:#6E6E6E; text-decoration:underline;}

#header-breadcrumbs .searchform {float:right; width:290px; padding:0 17px 0px 0px !important /*Non-IE6*/; padding:0 12px 0px 0px /*IE6*/;}
#header-breadcrumbs .searchform form fieldset {float:right; border:none;}
#header-breadcrumbs .searchform label {color:rgb(100,100,100); font-weight:bold;}
#header-breadcrumbs .searchform input.field {width:10.0em; padding:0.2em 0 0.2em 0; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%; }
#header-breadcrumbs .searchform input.button {width:3.0em; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:120%;}
#header-breadcrumbs .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

