a, a:link, a:visited, a:active
{
  color: #495b6f;
  font-family: Arial, Verdana, Helvetica;
  font-size: 11px;
  text-decoration: none;
}
a:hover { text-decoration: none; }
.nothing, a.nothing, a.nothing:visited,  a.nothing:link, a.nothing:active, a.nothing:hover
{
  color: #000;
  text-decoration: none;
  font-family: Verdana, Helvetica;
  font-size: 11px;
}
a.normal:link, a.normal:visited, a.normal:active, a.normal:hover
{
  color: #000;
  font-family: Arial, Verdana, Helvetica;
  font-size: 11px;
  text-decoration: none;
}


.menu, a.menu, a.menu:visited, a.menu:link, a.menu:active, a.menu:hover
{
 color: #ffffff;
  display: block;
  float: left;
 padding: 8px 15px 10px 15px;
 /*  background-color: #0950a0;*/
  font-weight: bold;
  text-decoration: none;
  text-transform:uppercase;
  font-family: Verdana, Helvetica;
 background:url('images/menu.gif') repeat-x;
  font-size: 11px;
}
.menu_sel, a.menu_sel, a.menu_sel:visited, a.menu_sel:link, a.menu_sel:active, a.menu_sel:hover, a.menu:hover {
  /*  background-color: #495b6f;*/
 background:url('images/menu_sel.gif') repeat-x;
 color:#fff;
}
/* corrige les navigateurs qui rajoutes des marges a la con */
div, table, p, img, td {
  /*   padding: 0px;*/
   margin: 0px;
}
img {
 border: 0px;
}
/* ASTUCE : corrige les passages a la ligne sur les images dans des TD, l'envelopper dans un p */
.imblock {
  line-height: 1px;
  font-size: 1px;
}
.menu_sep {
  float: left;
  width: 3px;
}

body, .normal
{
  font-family: Verdana, Helvetica;
  font-size: 11px;
  color: #000;
  margin: 0px;
}
.red { color: #F00; }
.bgglobal {
  background-color: #fff;
  padding: 0px;
}

table.main {
 width: 886px;
  background-color:#495b6f;
}
table.center {
 margin-left:auto; margin-right:auto;
}
div.bgmenu {
  /*  background-color: #0950a0;*/
  /* height: 25px;
 padding: 0px;
 width:638px;*/
}
td.main {
 width: 886px;
 background-color: #FFF;
}
div.content {
  /* background: url('images/bgcontent.jpg') 0px 0px no-repeat #FFF;*/
  background-color:#495b6f;
 min-height: 350px;
 /*_height: 350px; /* feinte IE pour simuler le min-height */
 /* padding: 10px;*/
 /* text-align: justify;*/
}

td.content_std, div.content_std {
  background-color:#fff;
  min-height: 348px;
  border-width: 1px;
  border-style: solid;
  border-color: #6E748C;
}

img.absmiddle { vertical-align: middle }


form { display: inline; }
label {cursor: pointer; }
.pointer { cursor: pointer; }
.button { cursor: pointer; font-weight: bold; }
.help { cursor:help; }

div, p, table
{
  font-family: Verdana, Hevetica;
  font-size: 11px;
  border: 0px;
}
p { margin: 0px; padding: 0px; }

.line_0, .line_ { line-height: 20px; }
.line_1 { line-height: 20px; background-color: #fbb533; }
.line_over { color:#FFF; line-height: 20px; background-color: #d4b7c9;}

h1, .h1, .h1:visited, .h1:link, .h1:active, .h1:hover
{
  color: #495b6f;
  text-transform: uppercase;
  font-family: Arial Black, Helvetica;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
h2, .h2, .h2:visited, .h2:link, .h2:active
{
 color: #495b6f;
 text-transform: uppercase;
 font-family: Arial, Helvetica;
 font-weight: bold;
 font-size: 17px;
 line-height: 25px;
 }
h3, .h3, .h3h, .h3:visited, .h3:link, .h3:active
{
 color: #495b6f;
 text-transform: uppercase;
  font-family: Arial Black, Verdana, Helvetica;
  font-size: 12px;
}
h4, .h4, .h4:visited, .h4:link, .h4:active
{
  
  text-align: center;
  font-family: Arial, Verdana, Helvetica;
  font-size: 10px;
  font-weight: Bold;
}
h5, .h5, .h5:visited, .h5:link, .h5:active
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
}
h6, .h6
{
  /*  color : #b1d0ef; */
 color: #0950a0;
  text-transform: uppercase;
  font-family: Arial, Verdana, Helvetica;
  font-size:12px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #666;
  font-size: 17px;
  line-height: 1.4em;
 width:750px;
}
input, select, textarea, .chps
{
  background-color: #eef3f7;
  font-family: Verdana, Helvetica;
  font-size: 11px;
  border-width: 1px;
  border-color: #696969;
  padding-left: 2px;
  padding-right: 2px;
}
select:focus, select:hover, textarea:focus, textarea:hover, input:focus, input:hover { background-color: #EEEEFF; }
select { cursor: pointer; padding: 0px; z-index: 0; }
th
{
  text-align: center;
  color: #495b6f;
  font-size: 15px;
  height: 25px;
}
.th, a.th, a.th:link, a.th:visited, a.th:active, a.th:hover {
 color: #495b6f;
 font-size: 15px;
 font-weight: bold;
 height: 25px;
}

.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

.disabled { background-color: #FCC; }

legend { font-weight: bold; font-size: 1.1em; color: #0a50ae; }

.small { font-size: 10px; }
.contour
{
  border-width: 1px;
  border-style: solid;
  border-color: #6E748C;
}

.uc { text-transform: uppercase; }
.error { color: #F00; font-style: italic;}
input.error {  border: 1px solid #F00; }


.drag_box{ 
width:670px;
 background-color: #FBF9E9;
 text-align: left;
 line-height: 18px;
 font-weight: bold;
 color: #6B0035;
 font-size:10px;
}

ul.drag_box { margin: 0px; padding: 0px; position: relative; list-style-type: none;}
li.drag_box { position: relative; margin: 2px; padding: 5px; border: 1px solid #000; }

.diag_titre, a.diag_titre:link, a.diag_titre:hover, a.diag_titre:visited, a.dig_titre:active {background-color:#495b6f;  font-family: Arial, Helvetica, sans-serif;  font-size: 18px; color: #fff; }
.diag_titre2 { font-family: Arial, Helvetica, sans-serif;  font-size: 16px; color: #4A6373;}

.diag_titre3 {background-color:#495b6f; border-top: 1px solid #666;}

.content2 { background-color:#eef3f7; text-align:left;}
.numbers, a.numbers:hover, a.numbers:visited, a.numbers:active, a.numbers:link {
 width:25px;
 height:23px;
 padding-top:4px;
 background-image:url('images/fond_nb.gif');
 background-repeat:no-repeat;
 float:left;
 margin-left:10px;
 color:#c7f9d1;
 font-weight:bold;
 display:block;
}

.center { margin-left:auto; margin-right:auto; }
.tcenter { text-align: center; }

.note {
  border: 1px solid #c2d071;
  background: url('./images/info.png') 10px 10px no-repeat #f7fdcb;
  padding: 10px 10px 10px 50px;
    margin-bottom: 10px;
  width: 550px;
  min-height: 30px;
  _height: 50px;
}

.fond_header{
 background:url('images/fond_header.gif') repeat-x;
}
.fond_edito{
  background-color:#ff3b3c;
 color:#fff;
}
.accueil_fond_contact{
 background:url('images/accueil_fond_contact.gif') repeat-x;
}
.accueil_fond_news{
 background:url('images/accueil_fond_news.gif') repeat-x;
}
.accueil_fond_rdv{
 background:url('images/accueil_fond_rdv.gif') repeat-x;
}
.accueil_fond_stats{
 background:url('images/accueil_fond_stats.gif') repeat-x;
}
.accueil_fond_diagnostic{
 background:url('images/accueil_fond_diagnostic.gif') repeat-x;
}
.accueil_fond_carte{
  /*  background-color:#4aabcc;*/
 background:url('images/accueil_fond_carte.gif') repeat-x;
}
.edito_titre{
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;  
}
.accueil_titre, a.accueil_titre:hover, a.accueil_titre:link, a.accueil_titre:active, a.accueil_titre:visited{
  font-family: Arial, Verdana, Helvetica;
  font-size: 20px;
  font-weight:bold;
  text-decoration: none;  
 color:#fff;
}
.accueil_titre2, a.accueil_titre2:hover, a.accueil_titre2:link, a.accueil_titre2:active, a.accueil_titre2:visited{
  font-family: Arial, Verdana, Helvetica;
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;  
 color:#000;
  text-transform:uppercase;
}
.accueil_titre3, a.accueil_titre3:hover, a.accueil_titre3:link, a.accueil_titre3:active, a.accueil_titre3:visited{
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;  
 color:#fff;
}

a.edito_titre:hover, a.edito_titre:link, a.edito_titre:active, a.edito_titre:visited{
  font-family: Arial, Verdana, Helvetica;
  font-size: 11px;
  text-decoration: none;  
 color:#ffffff;
}

.menu_gauche{
 width:182px;
 min-height:350px;
 background-color:#495b6f;
}

.menu_rub{
  /* background:url('images/bandeau_rub.gif') no-repeat;*/
 background-color:#be0000;
}

/******************************
 **   TOOLTIP
 *******************************/
#tooltip {
 cursor: pointer;
 background-color: #EEE;
 border: 1px solid #000;
 position: absolute;
 display: none;
 z-index: 20000;
 padding: 10px;
 color: #000;
 font-size: 0.9em;
 -moz-border-radius: 6px;
}
#tooltipShadow {
 position: absolute;
 background-color: #555;
 display: none;
 z-index: 10000;
 opacity: 0.7;
 filter: alpha(opacity=70);
 -khtml-opacity:  0.7;
 -moz-opacity:  0.7;
 -moz-border-radius: 6px;
}
