/**
 * Defaults
 */
body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #00aeef;
    background-image: url('/medias/img/background.gif');
}

/**
 * Main
 */
 #main {
     width: 100%;
     height: 100%;
     min-width: 953px;
}

#bar {
    background-color: #00aeef;
    content : '';
    width: 100%;
    height: 16px;
}

/**
 * Container
 */

#container {
    width: 953px;
    background-color: #fff;
    margin-top: 0;
    margin-left : auto;
    margin-right: auto;
    margin-bottom: 0;
}


/**
 * Section
 */

#section {
    height: 38px;
    vertical-align: top;
}

/**
 * Header
 */

#header {
    margin-top: 5px;
    position: relative;

}

#header .logo {
    position: absolute;
    top: -39px;
    left: 20px;
}

:focus {
    outline: none;
}

#header .entete_titre {
    font-weight: bold;
    font-size: 14px;
    margin-left: 135px;
    text-transform: uppercase;
}

#header .image {
    margin-top: 15px;
}

#content {
    background-color: #fff;
}

/**
 * Boutons
 */
.big_button, .button {
    display: block;
    cursor: pointer;
    cursor: hand;
    border: 0;
    text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
    background-color: #fff;
}

.button {
    height: 22px;
}

.big_button {
    height: 27px;
}

.big_button:hover, .big_button.active {
    background-position: 0 -27px;
}

.button:hover, .button.active {
    background-position: 0 -22px;
}

.btn_section_publique_fr {
    width: 237px;
    background-image: url('/medias/img/btn_publique.png');
}

.btn_section_scientifique_fr {
    width: 237px;
    background-image: url('/medias/img/btn_scientifique.png');
}

.btn_section_publique_en {
    width: 237px;
    background-image: url('/medias/img/btn_public.png');
}

.btn_section_scientifique_en {
    width: 237px;
    background-image: url('/medias/img/btn_scientific.png');
}

.btn_envoyer_fr {
    width: 68px;
    background-image: url('/medias/img/btn_envoyer_publique_fr.png');
}

.btn_envoyer_en {
    width: 45px;
    background-image: url('/medias/img/btn_envoyer_publique_en.png');
}

.btn_inscrire_fr {
    width: 68px;
    background-image: url('/medias/img/btn_inscrire_publique_fr.png');
}

.btn_inscrire_en {
    width: 68px;
    background-image: url('/medias/img/btn_inscrire_publique_en.png');
}

.btn_retour_fr {
    width: 68px;
    background-image: url('/medias/img/btn_retour_publique_fr.png');
}

.btn_retour_en {
    width: 68px;
    background-image: url('/medias/img/btn_retour_publique_en.png');
}


/**
 * Clearfix
 */
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

address {
    font-style: normal;
    margin: 0;
    padding: 0;
}

p {
    color: #656565;
    font-size: 13px;
    text-align: justify;
}

img {
    border: 0;
}
:focus {
    outline: none;
}
a {
    color: #656565;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bottom_right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.smaller {
    font-size: 80%;
}
.fine {
    font-size: 35%;
    line-height: 35%;
}

.strong {
    font-weight: bold;
}
.bigger {
    font-size: 1.3em;
}
.spacer {
    margin-top: 15px;
}
.italic {
    font-style: italic;
}
.bottom_spacer {
    margin-bottom: 15px;
}

.right_spacer {
    margin-right: 10px;
}

.top_spacer {
    padding-top: 4px;
}

.stick {
    margin-bottom: 2px;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}

.tight {
    letter-spacing: -1px;
}

.hidden {
    display: none;
}

/**
 * Boîte de recherche
 */
 .searchbox input {
    border: solid 1px #c3c7c8;
    color: #c3c7c8;
    height: 14px;
    width: 180px;
    padding-left: 10px;
    padding-top: 2px;
}

 .searchbox a {
    display: inline-block;
    color: #00aeef;
    margin-left: 5px;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}

 .searchbox a:hover {
    display: inline-block;
    color: #fff;
    background-color: #00aeef;
    margin-left: 5px;
    padding: 2px 2px 2px 2px;
}


/**
 * Colonnes
 */

 .col1 {
     float:left;
     overflow: hidden;
     width: 225px;
     background-color: #fff;
     /*min-height: 520px;*/
     padding: 20px 0px 10px 0px;
}

 .col2 {
     overflow: hidden;
     margin-left: 225px;
     padding: 20px 30px 10px 30px;
     width: 668px;
     background-color: #fff;
     /*min-height: 520px;*/
}

.borders {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #B6B6B6;
    border-bottom: solid 1px #B6B6B6;
    min-height: 500px;
    margin-bottom: 15px;
}

/**
 * Menu
 */

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.menu ul li {
    padding: 0;
    margin: 0;
}

.menu ul li a {
    color: #00aeef;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.menu ul li a:hover, .menu ul li a.active {
    background-color: #00aeef;
    color: #fff;
}

.menu ul li a span {
    border-top: solid 1px #b6b6b6;
    padding: 8px 0px 5px 0px;
    margin: 0 24px 0 24px;
    display:block;
}
.menu ul li a:hover span, .menu ul li a.active span {
    border-top: none;
    padding: 9px 0px 6px 0px;
}

.menu ul li.last a span {
    border-bottom: solid 1px #b6b6b6;
}

/**
 * Dernières nouvelles
 */

 #news {
     margin: 20px 24px 20px 24px;
     padding: 10px 10px 10px 10px;
     background-color: #e5f6fd;
}

#news .content>h2 {
     font-size: 13px;
     margin: 0;
     padding: 0;
     padding-bottom: 5px;
     margin-bottom: 11px;
     border-bottom: solid 1px #00adef;
     white-space: nowrap;
     text-transform: uppercase;
     letter-spacing: -0.01px;
}

#news .content>span {

}

#frs {
    margin: 20px 24px 20px 24px;
}


a.menu {
    display: inline-block;
    color: #00aeef;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}

a.menu:hover {
    color: #fff;
    background-color: #00aeef;
}


fieldset {
    border: 0;
    padding: 0;
}

fieldset label {
    display: block;
    color: #656565;
}

fieldset .col1>div, fieldset .col2>div {
    margin: 0px 0px 10px 0px;
}

fieldset .col1 {
    float: left;
    overflow: hidden;
    width: 200px;
}

fieldset .col2 {
    margin-left : 200px;
    width: 440px;
    overflow: hidden;
}

fieldset .col3 {
    clear: both;
    width: 670px;
    overflow: hidden;
}

fieldset .col1 input {
    border: solid 1px #656565;
    width: 180px;
}

fieldset .col2 textarea {
    border: solid 1px #656565;
    height: 120px;
    width: 440px;
}

fieldset .col3>input {
    border: solid 1px #656565;
    width: 668px;
}

/**
 * Listes
 **/

ul.liste {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

ul.liste li {
    padding: 15px 0 0 0;
}

ul.liste li.reponse {
    color: #656565;
    padding-left: 15px;
    font-size: 13px;
}

ul.liste li p {
    display: block;
    text-align: justify;
    color: #656565;
}

ul.liste li a {
    text-decoration: none;
    font-size: 13px;
    color: #656565;
}

ul.liste li a:hover {
    text-decoration: underline;
}

ul.liste li a.strong {
    font-weight: bold
}

/**
 * Erreurs & Message
 **/
.errors {
    border: dashed 1px red;
    width: 670px;
    color: red;
    margin-top: 5px;
}

.errors>h2 {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0px 0px 15px;
}

.message {
    border: dashed 1px #00aeef;
    width: 670px;
    color: #00aeef;
    margin-top: 5px;
}

.message>h2 {
    color: #00aeef;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0px 15px 15px;
}

.message ul, .errors ul {
    list-style: none;
}

/**
 * Nouvelles
 */

.titre {
    font-weight: bold;
    color: #656565;
    font-size: 13px;
}

.description {
    color: #656565;
    padding-left: 10px;
}

.description>img.thumb {
    float: left;
    padding: 0 10px 10px 0;
}

.description img.pdf {
    vertical-align: middle;
    padding-right: 5px;
}

.description a {
    text-decoration: underline;
}

.description a:hover {
    text-decoration: none;
}

.read_more, .read_more a {
    font-weight: normal;
    color: #00aeef;
    font-size: 11px;
}

/**
 * Sous Menus
 */
 .sous_menu {
     margin-left: -2px;
     padding-bottom: 15px;
}
 .sous_menu a {
     display: inline-block;
     padding: 2px 4px 2px 4px;
     color: #00aeef;
     font-weight:bold;
     text-decoration: none;
}

 .sous_menu a:hover, .sous_menu a.active {
     background-color: #00aeef;
     color: #fff;
}

#infections {
    border: solid 1px black;
    border-collapse: collapse;
    width : 100%;
}

#infections tr, #infections td, #infections th {
    border: solid 1px black;
    height: 25px;
}

#infections td.disease {
    background-color: #E5F6FD;
    padding-left: 10px;
    width: 250px;
}

#infections td, #infections th {
    color: #656565;
}

/** Axes **/
ul.axes {
  float: left;
  width: 670px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.axes li {
  float: left;
  width: 335px;
  margin: 0;
  padding: 0;
  text-align: center;

}

ul.axes li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}


ul.axes li div {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.cv>img {
    float: left;
}

.col2 .col1 div:first-child {
    display: none;
}

