/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/
html,body { height:100%; }

body {
    margin: 0;
    padding: 0;
    background: #F4FBFF url(../images/template/img01.jpg) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #405A67;
}

h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #4F6977;
}

h1 {
    letter-spacing: -1px;
    font-size: 44px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 15px;
}

h4 a {
    font-size: 16px;
    text-decoration: none;
}

p, ul, ol {
    margin: 0 0 1em 0;
    line-height: 1.5em;
    text-align: justify;
}

p {
}


blockquote {
    font-style: italic;
}

ul {
}

ol {
}

a {
    color: #38B5F1;
}

a:hover {
    text-decoration: none;
}

small {
}

hr {
    display: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
}

img.right {
    float: left;
    margin: 0 0 0 15px;
}

img.center {
    display: block;
    margin: 0 auto;
}


/* Header */

#header {
    width: 954px;
    height: 183px;
    margin: 0 auto;
    background: url(../images/template/img02.jpg);
}

/* Publicité haut de page */

#pubHaut {
    float:left;
    text-align:center;
    height:95px;
    width:100%;
    padding:10px 0 0 10px;
}

/* Logo */

#logo {
    clear:both;
    float: left;
}

#logo h1, #logo h2 {
    float: left;
    color: #FFFFFF;
}

#logo h1 {
    padding: 5px 0 0 35px;
    font-weight: bold;
    line-height:38px;
}

#logo h2 {
    padding:10px 0 0 25px;
    font-size: 14px;
    font-weight: bold;
    line-height:33px;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

nav {
    width:100%;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
}
nav ul {

    margin: 0;
    padding: 0;
}
nav li {
    margin: 0 2px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

nav a {
    line-height: 100%;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
nav a:hover {
    border-bottom-style: solid;
    border-width: 0.5px;
}
nav .current a {
    background: #2196f3;
    color: #FFFFFF;
    border-radius: 5px;
}

nav .currentDefault {
    display:none;
}

nav .currentMenu {
    display:none;
}


/* Page */

#page {
    width: 954px;
    margin: 0 auto;
    background: #FFFFFF url(../images/template/img03.jpg) repeat-y;
}

#bg {
    background: url(../images/template/img06.jpg) no-repeat left bottom;
   // background-size: cover;
    min-height: 100%;
}

/* Content */

#content {
    float: left;
    width: 730px;
    min-height:400px;
    background: url(../images/template/img04.jpg) no-repeat;
    padding:8px 0 0 0;
}


/* Posts */

.post {
    width: 705px;
    padding: 15px 0px 10px 30px;
}

.colonne {
    padding:0 5px 0px 0px;
    width: 49%;
    float:left;
}

.colonne70 {
    width: 70px;
    float:left;
}

.colonne100 {
    width: 100px;
    float:left;
}

.colonne120 {
    width: 120px;
    float:left;
}


.colonne130 {
    width: 130px;
    float:left;
}

.colonne200 {
    width: 200px;
    float:left;
}

.colonne220 {
    width: 220px;
    float:left;
}

.colonne240 {
    width: 240px;
    float:left;
}

.colonne300 {
    width: 300px;
    float:left;
}

.colonne400 {
    width: 300px;
    float:left;
}

.colonne420 {
    width: 420px;
    float:left;
}

.colonne450 {
    width: 450px;
    float:left;
}

.colonne300 .image {
    width:30%;
}

.petiteColonneDroite {
    width: 220px;
    float:left;
    margin-left:20px;
}

.post .title {
    padding: 0 0 0 0px;
}

.post .image {
    float:right;
    margin:2px;
}

.post .imageG  {
    float:left;
    margin:2px;
    margin-right:20px;
}

.post .title a {
    color: #4F6977;
}

.post .date {
    margin: -26px 25px 15px 0;
    text-align: right;
    color: #79AFCD;
}

.post .entry {
    padding: 20px 50px 0 4px;
}

.post .meta {
    padding: 15px 12px;
    background: url(../images/template/img08.jpg) no-repeat left bottom;
}

.post .meta b {
    display: none;
}

.post .more, .post .comments {
    padding: 0 30px 0 20px;
}

.post .more {
    background: url(../images/template/img09.gif) no-repeat left center;
}

.post .comments {
    background: url(../images/template/img10.gif) no-repeat left center;
}

.post h1 {
    color:#38b5f1;
}

.bleu {
    color:#38b5f1;
    font-weight: bold;
}

.imageT {
    margin: 0 auto;
    text-align: center;
    width: 280px;
}

.texteSigne {
    width:450px;
    float:left;
}

.imageSigne {
    width:210px;
    float:left;
    margin: 0 auto;
    text-align: center;
}

.centre {
    margin: 0 auto;
}

.menuHorizontale {
    list-style-type: none;
    width:80%;
    margin:auto;
    padding:0 5px 0 5px;
    display: block;
    text-align:center;
}




.menuHorizontale li {
    padding:0 4px 2px 4px;
    display: inline-block;
}

.menuMeteo {
    width:100%;
}

.menuMeteo li {
    padding:2px 8px 3px 8px;

    box-sizing: border-box;

}

.menuMeteo li a:hover{
    border-bottom: 1px solid #1d68a7;
    margin-bottom:-1px;
    display:block;
}


.menuVerticale {
    margin-left:0px;
    padding-left: 0px;
}

.menuVerticale li {
    padding:0 4px 10px 4px;
    list-style-type: none;

}

.important{
    margin:0px;
    padding:5px;
    background-color:#FFFFFF;
    color:black;
    text-align:center;
    border : dotted 2px #38b5f1 ;
    background-image: url(../images/carte-du-ciel-mini.jpg);
}

.important p {
    text-align:center;
}



/* About Box */

#about-box {
    width: 180px;
    height: 162px;
    margin-top:15px;
    padding: 18px 10px 0 10px;
    background: url(../images/template/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: normal;
}

#about-box p {
    font-size: 12px;
}


#another-box {
    text-align: center;
    width: 180px;
    padding: 13px 10px 0 10px;
}

#another-box h2 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
}

#another-box p {
    text-align: center;
    font-size: 12px;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 215px;
    background: url(../images/template/img05.jpg) no-repeat;
}

#sidebar ul {
    width: 206px;
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

#sidebar li {
}

#sidebar li ul {
    width: auto;
    padding: 0 15px 0 10px;
}

#sidebar li li {
    padding: 5px 0 5px 0;
    background: url(../images/template/img13.gif) repeat-x;
}

#sidebar li li.first {
    padding-top: 0;
    background: none;
}

#sidebar li h2 {
    font-size: 17px;
    padding: 30px 0 40px 10px;
    background: url(../images/template/img12.jpg) no-repeat left bottom;
}

#pubSideBar {
    width:100%;
    padding:10px 5px 10px 20px;
}

#pubGauche {
    padding:10px 15px 10px 20px;
}

#partenaire {
    text-align:right;
    width:93%;
}


/* Footer */

#footer {
    padding: 30px 0 0 0;
}

#footer p {
    text-align: center;
    font-size: 12px;
    color: #83B3CE;
}

#footer a {
    color: #83B3CE;
}

#piedimpression {
    display: none;
}

.listeC a{
    text-decoration: none;
    margin-left: 9px;

}

.selectionner a {
    color:black;
}

.clear {
    clear:both;
}

.divCenter {
    margin:auto;
    text-align:center;
}

#chargement h2 {
    margin-top:15px;
    color:blue;
}


#resultat {
    width:680px;
    min-height: 20px;
    margin: 10px auto;
    margin-left: auto;
    margin-right: auto;
}

#resultat .lettre {
    float:left;
    width:68px;
    height:100px;
    padding:0px;
    margin:0px;
    font-size:0.9em;
}

#resultat .lettre p {
    text-align: center;
}


/* WEBMASTER */
.input_group {
    width: 300px;
    min-height:28px;
    text-align:right;
}

.input_group label {
    width:80px;
}

.center {
    text-align:center;
}
.carreCouleur {
    float:right;
    width : 30px;
    height : 30px;
    margin-left: 10px;
    margin-top:3px;
    border: 1px solid black;

}

.champform {
    padding : 5px;
}

.champform label {
    min-width: 80px;
}

.erreur {
    display:block;
    color:white;
    width:80%;
    margin:10px 10px 10px 25px;
    border-radius: 5px;
    background-color: #EEBB55;
    padding:10px 3px 8px 20px;
    font-style:normal;

}

.jaune {
    font-weight: bold;
}
