/*
 * Couleur du bleu des traits    : #708dbe
 * Couleur du bleu clair du menu : #96BDFF
 * Couleur du jaune des titre    : #FFFF9E
*/

* {
 margin: 0;
 padding: 0;
}

html {
  height: 100%;
  font-size: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #314D84 url(images/background.jpg) no-repeat top left;
    text-align: center;
    font: 0.7em Verdana,Arial,Helvetica,sans-serif;
    color: #FFF;
}

#global {
 position: relative;
 width: 100%;
 min-height: 100%;
 height: auto;
 border: 0;
 text-align: left;
}

#top{
  position: relative;
    min-height: 100%;
}


/* Header */
#header {
    height: 100px;
    margin: 0;
}

#header #title {
    position: absolute;
    width: 400px;
    height: 100px;
}

#header #title a {
    display: block;
    width: 400px;
    height: 100px;
}

#header #title span {
    display: none;
}

#header #fronton {
 position: absolute;
 top: 10px;
 right: 5%;
}

#header #fronton-ie {
 visibility: hidden;
 font-size: 10px;
 color: #96BDFF;
 text-align: center;
 position: absolute;
 top: 25px;
 right: 5%;
 width: 400px;
}

/* Styles de base styles */
h1,h2,h3,h4,h5,h6 {
    font-weight: lighter;
    color: #B7DCFF;
}

h1{
    font-size: 2.2em;
  color: #FFF;
}

h1#description {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #708dbe;
}

h2,dt {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
  padding-bottom: 3px;
    border-bottom: 1px solid #708dbe;
}

h3 {
  margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
h4{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
}
hr {
 border-bottom: 1px dashed #708DBE;
 border: 0 0 1px 0 !important;
 margin: 20px auto;
}
p, ul, ol {
    font-size: 1.1em;
    line-height: 1.2em;
}


a{
    color: #ffe900;
    text-decoration:none;
}
a:hover{
    color: #FFFFCE;
    text-decoration:underline;
}

.noborder,.noborder:hover {
    border:0;
    text-decoration: none;
}


/* content */
#content{
    min-height: 1000px;
    width: auto;
    margin: 30px 10px 0;
    text-align: left;
}

* html #content{
    min-height:400px;
    height:auto !important;
    height:400px;
}

#main{
    /*margin: 0 10px 0 200px;
    padding: 0 0 136px 20px;
    min-height: 1000px;*/
    margin: 0 28em 0 18em;
    padding: 0 20px 90px;
    border-left: 1px solid #708dbe;
}


/* Sidebar */
/*#sidebar {
    width: 170px;
    float: left;
    padding: 0 20px 0 10px;
}
*/

#sidebar {
  position: absolute;
    top: 130px;
    left: 0.6em;
    width: 17em;
  padding: 0 30px 0 10px;
}

#bande-droite {
 position: absolute;
 top: 130px;
 right: 1em;
 width: 27em;
 padding-left: 10px;
 margin-top: 1.5em;
 margin-left: 20px;
 border-left: 1px solid #708dbe;
 text-align: center;
}

/* Menu Principal */

ul.menu-principal {
 text-align: left;
 margin: 0;
 padding: 0;
 width: 180px;
 border-left: 1px solid #708dbe;
}

ul.menu-principal li {
 list-style-image: none;
 list-style-type: none;
 font-size: 1.2em;
 font-weight: bold;
 margin: 0 0 0 26px;
}

ul.menu-principal li.here {
 list-style-image: url(images/carre-jaune.gif);
 color: #FFF;
}

ul.menu-principal a {
 display: block;
 padding: 0;
 width: 100%;
 line-height: 1.4em;
 border-bottom: 0;
 margin: 0;
}

ul.menu-principal a:link,ul.menu-principal a:visited {
 color: #96BDFF;
 text-decoration: none;
 border-bottom: 0;
}

ul.menu-principal a:hover {
 color: #FFF;
 border-bottom: 0;
}

/* La zone principale Main */

#main p {
    line-height: 1.5em;
    margin:5px 10px 15px 0;
}

#main ul {
    margin: 5px 10px 20px 0;
  list-style-type: none;
}

#main ul li{
    line-height: 1.35em;
    padding-left: 10px;
    background:transparent url(images/point-jaune.gif) no-repeat 0 6px;
}

#main ol{
    margin: 0 10px 10px 30px;
}

#main ol li{
    line-height: 1.35em;
    padding-left: 0;
    padding-bottom:0px;
}

#main ul ul {
 margin: 5px 10px 5px 10px;
}

#main ul li ul li {
    background:transparent url(images/souspuce.gif) no-repeat 3px 7px;
}

#main blockquote {
 margin: 10px auto;
 font-size: 0.9em;
 padding: 10px;
 background-color: #395A9A;
 -moz-border-radius: 15px;
}

.jaune-gras {
 color: yellow;
 font-weight: bold;
}

p.citation {
 margin: 10px 20px 10px 20px !important;
 border: 2px dashed #3E5DA4;
 padding: 10px;
 font-style: italic;
}

#follow {
 display: block;
 height: 75px;
 background: transparent url(images/twitter.png) center top no-repeat;
 margin-bottom: 20px;
}

#follow span {
 display: none;
}

/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
    font:11px "Courier New",Courier,sans-serif;
    color: #af454a;
}

img {
    border:none;
}

#main img {
  float: right;
  margin: 5px 0 5px 5px;
    border: 0;
}

#main div.center img {
  float: none;
  margin: 10px auto 10px auto;
    border: 0;
}

/******************/
/* Videos         */
/******************/

iframe {
 margin: 10px auto 20px 0
}

/******************/
/* Tableaux       */
/******************/

table {
 margin: 10px 0px;
 font-size: 0.9em;
 padding: 1px;
 border-radius: 3px;
 -o-border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border: 1px #7A9DD0 solid;
 border-collapse: collapse;
}

td {
 padding: 5px 8px;
 vertical-align: middle;
 border: 1px #3B649F solid;
}


/******************************/
/* Notes en bas de page       */
/******************************/

span.note {
 vertical-align: super;
 color: yellow;
 font-weight: bold;
 font-size: 9px;
}

div.notes {
 margin: 40px auto;
 line-height: 1em;
 padding: 5px;
 background-color: #395A9A;
 -moz-border-radius: 15px;
}

div.notes h3 {
 font-weight: bold;
 font-size: 12px;
 margin: 0 0 5px;
 padding: 2px;
}

div.notes span.notes-normales {
 color: #FFF;
 font-weight: normal;
 font-size: 9px;
 margin: 0 5px;
}

div.notes p {
 font-weight: bold;
 font-size: 11px;
 margin: 0 5px !important;
}

div.notes ul {
 font-weight: normal;
 font-size: 9px;
 margin: 5px 15px 5px 0 !important;
}

div.notes ul li {
 background-image: none !important;
}

div.notes ul span {
 font-weight: bold;
 color: yellow;
}

div.notes ul a {
 color: #ffffce;
}

/* Encart au sein d'un article */

div.encart {
 margin: 40px auto;
 line-height: 1em;
 padding: 5px;
 background-color: #395A9A;
}

div.encart h3 {
 font-weight: bold;
 font-size: 12px;
 margin: 0 0 5px;
 padding: 2px;
}

div.encart p {
 font-weight: normal;
 font-size: 9px;
 margin: 5px 0 !important;
}

div.encart ul {
 font-weight: normal;
 font-size: 9px;
 margin: 0 15px 5px !important;
 list-style-type: none;
 list-style-image: none;
}

/* Nom de l'auteur de l'article */

p.auteur-article {
  text-align: right;
  font-style: italic;
}

/* Le bloc de sources en bas d'article */

a.lien-reaction {
  display: block;
  font-weight: bold;
  padding: 20px 0 10px 45px;
  background: transparent url(images/questions.png) 0 10px no-repeat;
  border-top: 1px solid #708dbe;
  margin-bottom: 10px;
}

div.lectures-complementaires {
  background: transparent url(images/net.png) 0 0 no-repeat;
  min-height: 40px;
  margin-bottom: 10px;
}

div.sources {
  background: transparent url(images/book.png) 0 0 no-repeat;
  min-height: 40px;
  margin-bottom: 10px;
}

div.lectures-complementaires p, div.sources p {
  font-size: 1em;
  font-weight: bold;
  color: #FFF;
  padding-left: 45px;
  margin-bottom: 0;
}

div.lectures-complementaires ul, div.sources ul {
  margin: -10px 0 0 0 !important;
  padding-left: 45px;
}

/* Classes de la liste des Le saviez-vous? (voir aussi vers h2 - ligne 70)*/

div.saviezvous h2.date {
 display: none;
 margin: 0;
 font-size: 0.85em;
 border: 0;
 text-align: right;
 color: #708dbe;
 clear: both;
}

div.saviezvous a.lien-reaction {
 margin: 0;
 color: #FFF;
 display: block;
 height: 20px;
 font-size: 0.85em;
 border: 0;
 padding: 2px 0 0 25px;
 background: transparent url(images/questions-petit.png) top left no-repeat;
 font-weight: normal;
 font-style: italic;
 text-align: left;
}

div.saviezvous div.sources {
 background: transparent url(images/book-petit.png) top left no-repeat;
 min-height: inherit;
 font-size: 0.85em;
 padding-left: 25px;
 margin: -5px 0 -15px 0;
 font-weight: normal;
}

div.saviezvous div.sources p {
  font-weight: normal;
  height: 20px;
  color: #FFF;
  margin: 0;
  padding: 0;
}

div.saviezvous div.liste-tags {
 float: left;
 display: none;
}

div.saviezvous ul {
 margin-top: -15px !important;
}


/* Plan de la synthèse du SIDA */

div.plan h2 {
margin-top: 30px;
}

div.plan h3 {
color: #FFF;
font-size: 14px;
margin-left: 15px;
margin-right: 15px;
}

div.plan h4 {
color: #FFF;
font-size: 12px;
margin: 15px 30px 5px;

}

div.plan h5 {
color: #FFF;
font-size: 11px;
font-weight: bold;
margin-left: 45px;
margin-right: 45px;
}

div.plan ul {
margin-top: -10px;
margin-left: 65px !important;
margin-right: 70px;
font-size: 11px;
}

div.plan p {
margin-left: 30px;
margin-right: 30px;
font-size: 11px;
}

div.plan a {
text-decoration: none;
}

div.plan span.petit {
font-size: 9px;
}

div.plan span.souligne {
border-bottom: 1px solid yellow;
font-weight: bold;
}

div.plan a:hover {
border-bottom: 1px #FFFFCE dotted;
}


/* Gallerie de la page Bickel */

div#galerie img {
 float: none;
 border: 0 !important;
}




/****************/
/* Divers       */
/****************/

.center {
 text-align: center;
}

.gauche {
 float: left;
}

.droite {
 float: right;
}

.spacer {
 clear: both;
}


/* very bottom curve */
#bottom{
    position: absolute;
    bottom: 0;
    right: 0;
  z-index: 1;
    background: transparent url(images/background-bas.jpg) bottom right no-repeat;
  height: 60px;
  width: 100%;
}

/*********************************/
/* Spécificités                  */
/*********************************/

/* Charte du forum */


#id611 #main ul {
 width: auto;
}

#id611 #main ul li {
 background-image: none;
 padding-left: 0;
 margin: 5px 0
}

#id611 #main li b {
 font-size: 14px;
 color: yellow;
 font-weight: bold;
 border: 0px dotted;
 border-color: #FFFFA5;
 padding: 2px;
}




/*********************************/
/* Le Blog                       */
/*********************************/

#blog {
 width: auto;
 overflow: auto;
}

#blog .billet {
 margin-bottom: 60px;
}

#blog .billet h2 a { color: #B7DCFF }
#blog .billet h2 a:hover { color: #DAEDFF; text-decoration: none }

#blog h2,
#blog h3,
#blog .content { margin-left: 80px; }

#blog div.date {
 float: left;
 width: 75px;
 height: 55px;
 background: transparent url(images/fond-date.png) top left no-repeat;
 color: #FFF;
 padding: 12px 0 0;
 margin: 0;
}

#blog .date span {
 display: block;
 text-align: center;
 width: 50px;
 margin-left: 12px;
}


#blog h2 {
 margin: 0 0 0 80px !important;
 border: 0;
}

#blog h3 {
 font-size: 9px;
 font-weight: normal;
 margin-top: 0px !important;
 margin-bottom: 0px !important;
 padding-bottom: 2px;
 border-bottom: 1px solid #708dbe;
}

#blog .foot span {
 float: right;
 font-size: 9px;
 height: 20px;
 background: transparent url(images/questions-petit.png) top left no-repeat;
 padding: 2px 0 0 24px;
}

#blog span.h {
 font-size: 9px;
 display: none;
}

span.d {
 font-size: 12px;
 font-weight: bold;
}

span.m {
 font-size: 14px;
 font-weight: bold;
 margin-top: -3px;
}

span.y {
 font-size: 9px;
 margin-top: -1px;
}

/* Pagination du blog */

#pagination {
  text-align: center;
  color: #708DBE;
  font-size: 0.9em;
  margin-top: 50px;
  height: 100px
}
#pagination p {
  margin: 5px 10px;
  padding-top: 10px;
  border-top: 1px solid #708DBE;

}
#ditto_pages .ditto_currentpage {
  padding: 1px 5px 2px;
  margin-right: 1px;
  background-color: #708DBE;
  color: #fff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
#ditto_pages .ditto_off {
    border: 1px solid #708DBE;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
  background-color: #708DBE;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #708DBE;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #708DBE;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
#ditto_pages a:hover {
    background-color: #7FA1D9;
    color: #fff;
}

/************************************/
/* Le menu de droite (bande-droite) */
/************************************/

#bande-droite #bloc-dons p {
 margin: 10px 0;
 line-height: 1.4em
}

#bande-droite h1 {
 font-size: 12px;
 border-bottom: 1px solid #708dbe;
 text-align: left;
}

#bande-droite h1 a {
 float: right;
 border: 0;
}

#bande-droite h1 a img {
 margin-top: 0;
 border: 0;
}

#bande-droite h3 {
 font-size: 11px;
 text-align: left;
 margin-top: 0px;
 font-weight: normal;
 color: white
}

#bande-droite p,
#bande-droite li {
 font-size: 10px;
 text-align: left;
}

#bande-droite ul {
 margin: 0.5em 0 1.2em 0em;
}
#bande-droite li {
  list-style: none none;
  margin-bottom: 2px;
  line-height: 1.35em;
  padding-left: 10px;
  background:transparent url(images/point-jaune.gif) no-repeat 0 6px;
}


#bande-droite img {
 margin-top: 20px;
 float: none;
}



 /******************/
 /* Le bas du site */
 /******************/

/* footer */

.footer{
    width: 100%;
    text-align: center;
}


#copyright {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 210px;
}

#copyright span {
  font-size: 9px;
}

#copyright p {
  text-align: center;
}

a#dessous {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 25px;
 height: 25px;
}


/* Classes utiles */
span.nouveau {
 color: red;
 background-color: yellow;
}

.small { font-size: 0.9em }

