.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: pointer;
color:#00A056;
background: url(../images/logos/arrow_droite.gif) no-repeat center left;
/*padding: 0px 0px 0px 11px;*/
  font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 11px; 
  margin: 0px 0px 12px 0px;
}

/*.arrowlistmenu*/ .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
background: url(../images/logos/arrow_bas.gif) no-repeat center left;
color:#832A30;
/*padding: 0px 0px 0px 17px;*/
  font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 17px; 
  margin: 0px 0px 12px 0px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}











/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #832A30; /*url(../images/logos/pattern.gif) repeat*/;   /* 832930 */
  color: #555;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}
/*
h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #832A30;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #777;
}
*/
h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  /*color: #F99D1C;*/
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  margin: 0px 0px 3px 0px;  
  /*color: #777;*/
}

.h4_onglet1 { color: #E18B13; } /* Orange */
.h4_onglet2 { color: #C4BE0F; } /* Vert clair */
.h4_onglet3 { color: #4B4BFD; } /* Bleu foncé */
.h4_onglet4 { color: #F74545; } /* Rouge */
.h4_onglet5 { color: #FB3388; } /* Rose */
.h4_onglet6 { color: #78A726; } /* Vert */
.h4_onglet7 { color: #B355A0; } /* Violet */
.h4_onglet8 { color: #0095A7; } /* Bleu */

.h1_onglet1 { color: #E18B13; } /* Orange */
.h1_onglet2 { color: #C4BE0F; } /* Vert clair */
.h1_onglet3 { color: #4B4BFD; } /* Bleu foncé */
.h1_onglet4 { color: #F74545; } /* Rouge */
.h1_onglet5 { color: #FB3388; } /* Rose */
.h1_onglet6 { color: #78A726; } /* Vert */
.h1_onglet7 { color: #B355A0; } /* Violet */
.h1_onglet8 { color: #0095A7; } /* Bleu */

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.bouton
{ float: left; 
  border-right: 0px solid;
}

.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 0px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 5px solid #D5E05C;
}
.blockquote_onglet1 { border-left-color: #E18B13; } /* Orange */
.blockquote_onglet2 { border-left-color: #C4BE0F; } /* Vert clair */
.blockquote_onglet3 { border-left-color: #4B4BFD; } /* Bleu foncé */
.blockquote_onglet4 { border-left-color: #F74545; } /* Rouge */
.blockquote_onglet5 { border-left-color: #FB3388; } /* Rose */
.blockquote_onglet6 { border-left-color: #78A726; } /* Vert */
.blockquote_onglet7 { border-left-color: #B355A0; } /* Violet */
.blockquote_onglet8 { border-left-color: #0095A7; } /* Bleu */

/* ligne hr */
hr {
border: 0;
height: 1px;
width: 100%;
text-align: left;
}
.hr_onglet1 {
color: #E18B13;
background-color: #E18B13;
}
.hr_onglet2 {
color: #C4BE0F;
background-color: #C4BE0F;
}
.hr_onglet3 {
color: #4B4BFD;
background-color: #4B4BFD;
}
.hr_onglet4 {
color: #F74545;
background-color: #F74545;
}
.hr_onglet5 {
color: #FB3388;
background-color: #FB3388;
}
.hr_onglet6 {
color: #78A726;
background-color: #78A726;
}
.hr_onglet7 {
color: #B355A0;
background-color: #B355A0;
}
.hr_onglet8 {
color: #0095A7;
background-color: #0095A7;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 10px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content, #site_content_big
{ 
  margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 776px;
  background: #FFF url(../images/logos/main.gif) repeat-y;
  /*color: #555;*/
  color: #00526E;
}

#top
{ background: url(../images/logos/top.gif) no-repeat center;height: 27px;margin:0;padding:0;
}

/* logo */
#logo
{ width: 760px;
  height: 150px;
  /*border-top: 1px solid #F2F2F0;*/
  background: #fff url(../images/logos/banniere.gif) no-repeat left center;
  color: #FFF;
}

/* navigation menu */
#menubar
{ background: #00526e url(../images/logos/menu.gif) repeat;
  width: 760px;
  height: 60px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a  
{ font-family: verdana, sans-serif;
  font-size:12px;
  font-weight:bold;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 16px 10px 0px 15px;
  text-align: left;
  border-right: 0px solid #97CA3D;
  background: transparent;
  color: #ffffff;	   
}

ul#menu #current
{ background: url(../images/logos/menu_sel_gauche2.gif) left no-repeat; 
}

ul#menu #current a
{ background: url(../images/logos/menu_sel_droite.gif) right no-repeat; 
  color: #832A30;
}

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ color: #832A30;
} 

#search
{ float: right; 
  padding: 18px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #696771; 
  padding: 2px;
}

input.searchbutton
{ background: #696771; 
  border: 0px; 
  padding: 1px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* Sous Menu */
/* sous_menu.css */

/* main content */
#site_content_big
{ font-size:12px;
  width: 730px;
  overflow: hidden;
} 

#site_content
{ font-size:12px;
  width: 760px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem{
  text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem1,
.sidebaritem2, 
.sidebaritem3,
.sidebaritem4,
.sidebaritem5,
.sidebaritem6,
.sidebaritem7,
.sidebaritem8
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}


.sidebaritem1 h1, .sidebaritem1 h3, .sidebaritem1 p,
.sidebaritem2 h1, .sidebaritem2 h3, .sidebaritem2 p,
.sidebaritem3 h1, .sidebaritem3 h3, .sidebaritem3 p,
.sidebaritem4 h1, .sidebaritem4 h3, .sidebaritem4 p,
.sidebaritem5 h1, .sidebaritem5 h3, .sidebaritem5 p,
.sidebaritem6 h1, .sidebaritem6 h3, .sidebaritem6 p,
.sidebaritem7 h1, .sidebaritem7 h3, .sidebaritem7 p,
.sidebaritem8 h1, .sidebaritem8 h3, .sidebaritem8 p
{ margin: 8px 10px 10px 12px;
}

.sidebaritem1 ul,
.sidebaritem2 ul,
.sidebaritem3 ul,
.sidebaritem4 ul,
.sidebaritem5 ul,
.sidebaritem6 ul,
.sidebaritem7 ul,
.sidebaritem8 ul
{ /*border-top: 1px solid #DDDCE4;*/
  border-top: 1px solid #D5E05C;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem1 li,
.sidebaritem2 li,
.sidebaritem3 li,
.sidebaritem4 li,
.sidebaritem5 li,
.sidebaritem6 li,
.sidebaritem7 li,
.sidebaritem8 li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D5E05C;
}

/*
.sidebaritem1 li a, .sidebaritem1 li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(../images/logos/pastille_orange.gif) no-repeat left center;
  color: #00A056; 
  padding: 0px 0px 0px 20px;
  display: block;
}
*/
.sidebaritem1 li a, .sidebaritem1 li a:hover,
.sidebaritem2 li a, .sidebaritem2 li a:hover,
.sidebaritem3 li a, .sidebaritem3 li a:hover,
.sidebaritem4 li a, .sidebaritem4 li a:hover,
.sidebaritem5 li a, .sidebaritem5 li a:hover,
.sidebaritem6 li a, .sidebaritem6 li a:hover,
.sidebaritem7 li a, .sidebaritem7 li a:hover,
.sidebaritem8 li a, .sidebaritem8 li a:hover
{ height: 16px;
  text-decoration: none; 
  color: #00A056;
  
  /*font-family: verdana, sans-serif;
  font-size: 0.95em;
  word-spacing:-0.2em;
  letter-spacing:-0.01em;*/
   
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  display: block;
}
.sidebaritem1 li a, .sidebaritem1 li a:hover
{ background: transparent url(../images/logos/pastille_orange.gif) no-repeat left center; }
.sidebaritem2 li a, .sidebaritem2 li a:hover
{ background: transparent url(../images/logos/pastille_vert_clair.gif) no-repeat left center; }
.sidebaritem3 li a, .sidebaritem3 li a:hover
{ background: transparent url(../images/logos/pastille_bleu_fonce.gif) no-repeat left center; }
.sidebaritem4 li a, .sidebaritem4 li a:hover
{ background: transparent url(../images/logos/pastille_rouge.gif) no-repeat left center; }
.sidebaritem5 li a, .sidebaritem5 li a:hover
{ background: transparent url(../images/logos/pastille_rose.gif) no-repeat left center; }
.sidebaritem6 li a, .sidebaritem6 li a:hover
{ background: transparent url(../images/logos/pastille_vert.gif) no-repeat left center; }
.sidebaritem7 li a, .sidebaritem7 li a:hover
{ background: transparent url(../images/logos/pastille_violet.gif) no-repeat left center; } 
.sidebaritem8 li a, .sidebaritem8 li a:hover
{ background: transparent url(../images/logos/pastille_bleu.gif) no-repeat left center; } 

/*
.sidebaritem1 li a.current, .sidebaritem1 li a:hover, .sidebaritem1 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_orange.gif) no-repeat left center;
  color: #832A30;
}
*/
.sidebaritem1 li a.current, .sidebaritem1 li a:hover, .sidebaritem1 li a.current:hover,
.sidebaritem2 li a.current, .sidebaritem2 li a:hover, .sidebaritem2 li a.current:hover,
.sidebaritem3 li a.current, .sidebaritem3 li a:hover, .sidebaritem3 li a.current:hover,
.sidebaritem4 li a.current, .sidebaritem4 li a:hover, .sidebaritem4 li a.current:hover,
.sidebaritem5 li a.current, .sidebaritem5 li a:hover, .sidebaritem5 li a.current:hover,
.sidebaritem6 li a.current, .sidebaritem6 li a:hover, .sidebaritem6 li a.current:hover,
.sidebaritem7 li a.current, .sidebaritem7 li a:hover, .sidebaritem7 li a.current:hover,
.sidebaritem8 li a.current, .sidebaritem8 li a:hover, .sidebaritem8 li a.current:hover
{ color: #832A30; 
}
.sidebaritem1 li a:hover,
.sidebaritem2 li a:hover,
.sidebaritem3 li a:hover,
.sidebaritem4 li a:hover,
.sidebaritem5 li a:hover,
.sidebaritem6 li a:hover,
.sidebaritem7 li a:hover,
.sidebaritem8 li a:hover
{ text-decoration:underline; 
}
.sidebaritem1 li a.current, .sidebaritem1 li a:hover, .sidebaritem1 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_orange.gif) no-repeat left center; }
.sidebaritem2 li a.current, .sidebaritem2 li a:hover, .sidebaritem2 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_vert_clair.gif) no-repeat left center; }
.sidebaritem3 li a.current, .sidebaritem3 li a:hover, .sidebaritem3 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_bleu_fonce.gif) no-repeat left center; }
.sidebaritem4 li a.current, .sidebaritem4 li a:hover, .sidebaritem4 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_rouge.gif) no-repeat left center; }
.sidebaritem5 li a.current, .sidebaritem5 li a:hover, .sidebaritem5 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_rose.gif) no-repeat left center; }
.sidebaritem6 li a.current, .sidebaritem6 li a:hover, .sidebaritem6 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_vert.gif) no-repeat left center; }
.sidebaritem7 li a.current, .sidebaritem7 li a:hover, .sidebaritem7 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_violet.gif) no-repeat left center; } 
.sidebaritem8 li a.current, .sidebaritem8 li a:hover, .sidebaritem8 li a.current:hover
{ background: transparent url(../images/logos/pastille_select_bleu.gif) no-repeat left center; } 

/* page content */
#content_container_big
{ text-align: left;
  width: 730px;
  float: left;
  padding: 15px 15px 15px 0px;
}
#content_big
{ /*text-align: left;*/
  font-size:12px;
  text-align:justify;
  width: 700px;
  padding: 8px 15px 8px 15px;
  background: #FFF;
}

#content_container
{ text-align: left;
  width: 525px;
  float: left;
  padding: 15px 15px 15px 0px;
}

#content
{ /*text-align: left;*/
  font-size:12px;
  text-align:justify;
  width: 495px;
  padding: 8px 15px 8px 15px;
}

#content a, #content_big a
{ background: transparent;
  /*color: #AA60D4;*/
  color: #00A056;
}

#content a:hover, #content_big a:hover
{ background: transparent;
  text-decoration:underline;
  /*color: #A4A4A4;*/
  color: #832A30;
}

/* L'ajout d'une image sur les liens ne fonctionne pas sous IE 6 */
#content a[href$='.pdf'], #content_big a[href$='.pdf'] {
background:transparent url(../images/logos/acrobat.png) center left no-repeat;
display:inline-block;
padding-left:18px;
line-height:15px;
}
#content a[href$='.swf'], #content_big a[href$='.swf'] {
background:transparent url(../images/logos/flash.png) center left no-repeat;
display:inline-block;
padding-left:18px;
line-height:15px;
}
#content a[href$='.xls'], #content_big a[href$='.xls'], 
#content a[href$='.csv'], #content_big a[href$='.csv'] {
background:transparent url(../images/logos/excel.png) center left no-repeat;
display:inline-block;
padding-left:18px;
line-height:15px;
}
#content a[href$='.doc'], #content_big a[href$='.doc'] {
background:transparent url(../images/logos/word.png) center left no-repeat;
display:inline-block;
padding-left:18px;
line-height:15px;
}
#content a[href$='.gif'], #content_big a[href$='.gif'],
#content a[href$='.jpg'], #content_big a[href$='.jpg'],
#content a[href$='.jpeg'], #content_big a[href$='.jpeg'] {
background:transparent url(../images/logos/picture.png) center left no-repeat;
display:inline-block;
padding-left:18px;
line-height:15px;
}
#content a[href$='.ppt'], #content_big a[href$='.ppt'],
#content a[href$='.ppsx'], #content_big a[href$='.ppsx'],
#content a[href$='.pps'], #content_big a[href$='.pps'] {
background:transparent url(../images/logos/powerpoint.png) center left no-repeat;
display:inline-block;
padding-left:18px;
line-height:15px;
}
/* fin de la mise en forme des liens sous Mozilla ou safari */

.sidebaritem1, #content,
.sidebaritem2, #content,
.sidebaritem3, #content,
.sidebaritem4, #content,
.sidebaritem5, #content,
.sidebaritem6, #content,
.sidebaritem7, #content,
.sidebaritem8, #content
{ background: #FFF;
}

/* footer */
/*
#footer
{ width: 720px;
  height: 42px;
  padding: 26px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid #F2F2F0;
  background: #00526e url(../images/logos/menu.gif) repeat;
  color: #333;
}
*/
#footer
{ /*width: 720px;
  height: 42px;
  padding: 26px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid #F2F2F0; */
  background: url(../images/logos/bottom.gif) no-repeat center;height: 27px;
  /* color: #333; */
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{ background: transparent;
  color: #333;
}

/*#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}*/
#content a, #footer a{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
.rtop, .rbottom{display: block; background: #D4E15B;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #DDDCE4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 330px; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F1EBF0; 
  color: #444;
}

.date
{ border-top: 1px solid #DDDCE4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}


 .text, input, select, textarea {  
  /*border:1px solid #85d2dd;
  color:#0095a7;
  background-color:#f4f9e2;
  font-size:12px;
  font-family:arial; */
   
  font-family:arial;
  font-size:13px;
  font-weight:bold;
  color:#0095a7;
 }
 select {  
  font-size:13px;
 }
 textarea {  
  font-size:16px;
 }




    /* BUTTONS */
	.buttons a, .buttons button,
    #content_big .buttons a, #content_big .buttons button,
	#content .buttons a, #content .buttons button{
        display:block;
        float:left;
        margin:0 7px 0 0;
        background-color:#eaeaea; /* color OK */
        border:1px solid #0095a7; /* color OK */
        border-top:1px solid #85d2dd; /* color OK */
        border-left:1px solid #85d2dd; /* color OK */
    
        font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
        font-size:100%;
        line-height:130%;
        text-decoration:none;
        font-weight:bold;
        color:#565656;
        cursor:pointer;
        padding:5px 10px 6px 7px; /* Links */
    }
    .buttons button,
	#content_big .buttons button,
	#content .buttons button{
        width:auto;
        overflow:visible;
        padding:4px 10px 3px 7px; /* IE6 */
    }
    .buttons button[type],
	#content_big .buttons button[type],
	#content .buttons button[type]{
        padding:5px 10px 5px 7px; /* Firefox */
        line-height:17px; /* Safari */
    }
    *:first-child+html button[type]{
        padding:4px 10px 3px 7px; /* IE7 */
    }
    .buttons button img, .buttons a img,
	#content_big .buttons button img, #content_big .buttons a img,
	#content .buttons button img, #content .buttons a img{
        margin:0 3px -3px 0 !important;
        padding:0;
        border:none;
        /*width:16px;
        height:16px;*/
    }
    /* STANDARD */
    button:hover, .buttons a:hover,
    button:hover, #content_big .buttons a:hover,
	button:hover, #content .buttons a:hover{
        background-color:#dff4ff;
        border:1px solid #c2e1ef;
        color:#336699;
    }
    .buttons a:active,
	#content_big .buttons a:active,
	#content .buttons a:active{
        background-color:#6299c5;
        border:1px solid #6299c5;
        color:#fff;
		font-size:85%;
    }
	
/* QUAND ACTIF, IMAGE DEVIENT PLUS PETITE */
    .buttons a:active img,
	#content_big .buttons a:active img,
	#content .buttons a:active img{
        width:12px;
		height:12px;
    }
/* FIN IMAGE ACTIF PETITE */	
    
    /* POSITIVE */
   button.positive, .buttons a.positive, 
   #content_big button.positive, #content_big .buttons a.positive,
   #content button.positive, #content .buttons a.positive{
        color:#0095A7; /* color OK 00A056 */
    }
    .buttons a.positive:hover, button.positive:hover,
	#content_big .buttons a.positive:hover, button.positive:hover,
	#content .buttons a.positive:hover, button.positive:hover{
        background-color:#E6EFC2;
        border:1px solid #C6D880;
        color:#00526E; /* color OK 00A056 */
		text-decoration:none;
    }
    .buttons a.positive:active,
	#content_big .buttons a.positive:active,
	#content .buttons a.positive:active{
        background-color:#D5E05C; /* color OK DDECA2 */
        border:1px solid #00A056; /* color OK */
        color:#00526E; /* color OK 00A056 */
		text-decoration:none;
    }
    
    /* NEGATIVE */
    .buttons a.negative, button.negative,
    #content_big .buttons a.negative, button.negative,
	#content .buttons a.negative, button.negative{
        color:#0095A7; /* color OK 832a30 */
    }
    .buttons a.negative:hover, button.negative:hover,
	#content_big .buttons a.negative:hover, button.negative:hover,
	#content .buttons a.negative:hover, button.negative:hover{
        background:#fbe3e4;
        border:1px solid #fbc2c4;
        color:#00526E; /* color OK 832a30 */
		text-decoration:none;
    }
    .buttons a.negative:active,
	#content_big .buttons a.negative:active,
	#content .buttons a.negative:active{
        background-color:#FC7A83;
        border:1px solid #832a30;
        color:#00526E; /* color OK fff */
		text-decoration:none;
    }
	
	
	
	
.ul_onglet1 li, 
.ul_onglet2 li, 
.ul_onglet3 li, 
.ul_onglet4 li,
.ul_onglet5 li,
.ul_onglet6 li,
.ul_onglet7 li,
.ul_onglet8 li 
{ 	  
  /*list-style-type:none;
  list-style-image:url(../images/logos/li_onglet1.gif);
  background-repeat:no-repeat;
  background-position:0% 50%;
  padding-left:15px;
  vertical-align:text-top;
  */
/*  margin-left:9px;
  padding-right:Opx;
*/


  list-style-position:outside;
  margin-left:1px;
  list-style-type:none;
  padding-left:15px;
  

}

.ul_onglet1 li{  background:url(../images/logos/li_onglet1.gif) no-repeat 0 0.4em; /*list-style-image:url(../images/logos/li_onglet1.gif);*/ }
.ul_onglet2 li{  background:url(../images/logos/li_onglet2.gif) no-repeat 0 0.4em; }
.ul_onglet3 li{  background:url(../images/logos/li_onglet3.gif) no-repeat 0 0.4em; }
.ul_onglet4 li{  background:url(../images/logos/li_onglet4.gif) no-repeat 0 0.4em; }
.ul_onglet5 li{  background:url(../images/logos/li_onglet5.gif) no-repeat 0 0.4em; }
.ul_onglet6 li{  background:url(../images/logos/li_onglet6.gif) no-repeat 0 0.4em; }
.ul_onglet7 li{  background:url(../images/logos/li_onglet7.gif) no-repeat 0 0.4em; }
.ul_onglet8 li{  background:url(../images/logos/li_onglet8.gif) no-repeat 0 0.4em; }


.infobulle{
width:230px;
text-align:center;
margin: 0px;
padding: 10px 10px 10px 10px;
line-height: 1.7em;

position: absolute;   
visibility : hidden;
border: 1px solid #0095a7;
padding: 10px;
font-family: Verdana, Arial;
font-size: 10px;
background-color: #ffffff;
}