body {
margin: 0px;
background-color: #ffffff;
}

body,th,td,ul,ol,p,blockquote {
font-family: verdana, sans-serif;
font-size: 12px;
}

p {
padding: 0px;
margin-top: 0px;
margin-bottom: 14px;
margin-right: 0px;
}

ul,ol {
padding: 0px;
margin-left: 10px;
}

form {
margin: 0;
padding: 0;
}

li {
padding: 0px;
}

.ssTitre {
font-size: 14px;
font-family: verdana, Times New Roman;
font-weight: bold;
color: #000000;
text-align: left;
}
a.ssTitre:hover {
color: #FFFFFF;
text-decoration: none;
}
a.ssTitre:link {
color: #FF0000;
text-decoration: none;
}
a.ssTitre:active {
color: #FF0000;
text-decoration: none;
}
a.ssTitre:visited {
color: #FF0000;
text-decoration: none;
}
a.ssTitre:visited:hover {
color: #FFFFFF;
text-decoration: none;
}

.ssRubrique {
margin-left: 10px;
font-size: 12px;
font-family: verdana, Times New Roman;
color: #000000;
text-align: left;
}

a.ssRubrique:link {
color: #FFFFC0;
text-decoration: none;
}

.titreSection {
font-size: 20px;
background-color: #D83C00;
font-family: verdana, Times New Roman;
color: #660000;
text-align: left;
}

.petitTitreSection {
font-size: 15px;
font-weight: bold;
background-color: #D83C00;
font-family: verdana, Times New Roman;
color: #660000;
}

.TitreTableau {
font-family: verdana;
font-size: 12px;
font-weight: bold;
background-color: #FFFFC0;
}

.LigneTableau {
font-family: verdana;
font-size: 12px;
background-color: #FFFFFF;
}


.LigneTableauAlignGauche {
font-family: verdana;
font-size: 12px;
background-color: #FFFFFF;
text-align: left;
}

.NoteTableau {
font-family: verdana;
font-size: 12px;
background-color: #FFFFFF;
}


.tableauCad {
font-family: verdana;
font-size: 12px;
background-color: #FFFFFF;
}

.menu {
color: #E76600;
}

.texteOrange {
font-size: 10px;
color: #E76600;
}


a {
text-decoration: none;
color: #000000;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a.menuNavigation:link, a.menuNavigation:visited {
        background-color: inherit;
        color: #0000FF;
        text-decoration: none;
}

a.menuNavigation:active, a.menuNavigation:hover {
        background-color: inherit;
        color:#cc0000;
}

a.menuPub:link, a.menuPub:visited {
        background-color: inherit;
        color: #0000FF;
        text-decoration: none;
        font-weight: bold;
	cursor: default;
}

a.menuPub:active, a.menuPub:hover {
        background-color: inherit;
        color:#0000ff;
	cursor: default;
}


a.LienAide:link, a.LienAide:visited {
        background-color: inherit;
        text-decoration: none;
	cursor: help;
}

a.LienAide:active, a.LienAide:hover {
        background-color: inherit;
	cursor: help;
}



.hoverTab {
   border-width: 2px;
   border-color: #DDDDDD #787878 #CFCFCF #DDDDDD;
   border-style: solid;
   background-color: #CDCDCD;
   color: #575757;
   cursor: hand;
}

body div.banner { display: block } /* Overrides 'none' in banner-*.css */

.logo { display: none }		/* No need for two W3C icons */

div.banner {
  margin: 0;
  font-size: 90% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;		/* Fallback if 'fixed' is not supported */
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}
div.banner {
  position: fixed;		/* Overrides 'absolute' above */
}
div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #999;		/* Override according to type of page */
  border: thin outset #999;	/* Override this color together with bg */
  color: white;
}

/*
div.banner a { display: block; margin: 0 0.5em }
div.banner a + a { border-top: 2px groove #999 }
*/
div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #999 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: black; color: white }

div.banner img { height: 24px; float: none; vertical-align: middle }

/*
div.banner p:after {
  content: "Navigate";
  font-weight: normal;
  display: block;
  width: 6em;
  margin-bottom: -1.6em;
  margin-top: 0.2em;
  margin-right: auto;
  margin-left: auto;
  background: #FF6;
  color: #037;
  border: thin solid #005A9C;
  text-align: center;
  padding: 0.15em;
}
*/

CTooltip { position:absolute; top:0px; left:0px; z-index:2; width:280; visibility:hidden; font: 8pt MS Comic Sans,arial,sans-serif; background-color: #FFFFE6; padding: 8px; border: 1px solid black; }
