/* Cr&eacute; &eacute; le: samedi 21 janvier 2006 */
/* pour turbivo.com*/
/* par Ren&eacute; Snyders*/
body {
    font-size: 1em;
    font-family: Helvetica Neue, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
td.centre-fond {
    color: #000060;
    background: white no-repeat fixed center;
    vertical-align: top
}
td.centre-blanc {
    color: #000060;
    background-image: none;
    background-color: white;
    vertical-align:top;
}
td.banniere {
    color: #000060;
    background: white url("images/logos/logo_turbivo.jpg") repeat-x;
    width: auto;
    height: auto;
    vertical-align: top
}
td.menu {
    color: #000060;
    background: white;
    text-align: left;
    margin: 0;
    width: 150px;
    vertical-align: top;
    border: 0
}
div.centre {
    margin-top: 40px;
    margin-left: 20px;
}
div.menu {
    font-size: 0.75em;
    font-weight: normal;
    color: #981F3E;
    background-color: transparent;
    text-align: center;
}
div.encodage  { 
    font-size: 1em; 
    font-weight: normal; 
    background-color: transparent; 
    text-align: center }

/* Titres pour les pages... */
h1  {
    font-size: 1em;
    text-decoration: none;
    text-indent: 0 }
h2  {
    font-size: 0.95em;
    text-indent: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3  {
    font-size: 0.95em;
    text-indent: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h4  {
    font-size: 0.95em;
    text-indent: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h5  {
    font-size: 0.95em;
    text-indent: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Titres pour le sommaire (avec retrait)... */
h1.sommaire  {
    font-size: 1em;
    text-decoration: none;
    text-indent: 0
}
h2.sommaire  {
    font-size: 0.85em;
    text-indent: 20px;
    margin-top: 5px;
    margin-bottom: 2px;
}
h3.sommaire  {
    font-size: 0.8em;
    text-indent: 40px;
    margin-top: 0px;
    margin-bottom: 1px;
}
h4.sommaire  {
    font-size: 0.8em;
    text-indent: 60px;
    margin-top: 0px;
    margin-bottom: 1px;
}
h5.sommaire  {
    font-size: 0.8em;
    text-indent: 80px;
    margin-top: 0px;
    margin-bottom: 1px;
}

/* propri&eacute;t&eacute;s des liens par d&eacute;faut */
a:link {
    text-decoration: none;
    color: #225CA4;
    background-color: transparent;
    font-size: 1em;
}
a:visited {
    font-style: italic;
    text-decoration: none;
    background-color: inherit;
    color: #225CA4;
}
a:hover {
    background-color: #C6D9FF;
    color: #225CA4;
}
a:active {
    background-color: #C6D9FF;
    color: #225CA4;
}

/* Propriétés pour les différentes couleurs (liens et texte) */
.lienbleu {
    color: #6699FF;
    background-color: transparent;
}
a.lienbleu:link {
    color: #6699FF;
    background-color: transparent;
}
a.lienbleu:visited  {
    color: #6699FF;
    background-color: transparent;
}
a.lienbleu:hover {
    background:#C6D9FF;
    color: inherit;
}

.lienrouge {
    color: #FF0033;
    background-color: transparent;
}
a.lienrouge:link {
    color: #FF0033;
    background-color: transparent;
}
a.lienrouge:visited {
    color: #FF0033;
    background-color: transparent;
}
a.lienrouge:hover {
    background:#C6D9FF;
    color: inherit;
}

.lienvert {
    color:#009933;
    background-color: transparent;
}
a.lienvert:link {
    color:#009933;
    background-color: transparent;
}
a.lienvert:visited {
    color:#009933;
    background-color: transparent;
}
a.lienvert:hover {
    background-color:#C6D9FF;
    color: inherit;
}
/* alignement */
.alignegauche {
    text-align : left ;
}
.alignedroite {
    text-align : right ;
}
.alignecentre {
    text-align: center;
}

/* texte de copyright en bas de page */
.copyright {
    text-align: center;
    color: #000060;
    background-color: transparent;
    font-size: 0.7em;
}
a.copyright:link {
    color: #225CA4;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.1em;
}
a.copyright:visited {
    color: #225CA4;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.1em;
}
table.copyright  {
    text-align: left;
    border: none;
    margin-left: 10px;
    margin-bottom: 6px;
}

/* divers */

p {
    margin-top: 20px;
}

div {
    margin-top: 5px;
}

table {
    text-indent : 0px;
    margin : 0px;
    border : 0px none ;
    width : 100% ;
    text-align: left;
}
table.petit {
    margin : 3px;
    border : 1px;
    text-align: left;
    width: auto;
}

img {
    border : 0 none ;
}
