/*----------------------------------------------*/
/* -------- DESIGN POUR LE SITE -------- */
/*----------------------------------------------*/

/* -------- DESIGN GENERAL -------- */
/*---------- PURPLE DESIGN --------*/

body{
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
  font:0.8em/1.5 "arial",sans-serif;
  background: #464A53 ;
}
#sections_liens{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  margin-top:2px;
  border: 0px solid #dddddd;
  border-top: 0px;
}
#sections_liens a{
  font-size: 0.85em;
  padding: 0 15px 0 15px;
}
#sections_liens a {
  color:#ACB1BD;
}
#sections_liens a:hover {
  color:#FFF;
}
#site{
  width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  border: 0px solid #dddddd;
  text-align: left;
  position: relative;
  z-index: 0\9; /* Nécessaire pour arrondis sous IE8*/
}
#header{
  width: 100%;
  margin:0;
  margin-top:10px;
  box-sizing: border-box;
  padding: 0 0 0 0;
  padding-left:180px;
  text-align:center;
}
#menu_horizontal{
  position: relative;
  display:inline-block;
  background-color:#8F9297;
  color:white;
/*  color: #ACB1BD; */
  padding-top:1px;
  padding-bottom:1px;
  padding-left:4px;
  padding-right:5px;*/
  font-size: 1em;
}

#menu_horizontal strong {
  display:block;
}
#menu_horizontal .showhide {
  display:none;
}
#menu_horizontal:hover .showhide {
  display:block;
  width:280px;
  position:absolute;
  z-index:2;
  top:0px;
  right:-10px;
  border:1px solid black;
  padding:5px;
/*  background: #464a53;*/
  background-color:#8F9297;
  margin-right:5px;
  text-align:left;
}
#menu_horizontal p {
  margin:0px;
}
#menu_horizontal label {
  display:inline-block;
  width:150px;
}
#menu_horizontal input, #menu_horizontal select{
  font-size: 0.9em;
  width: 80px;
}
#menu_horizontal #connexion_rapide label, #menu_horizontal #connexion_rapide .validation2{
  padding-left: 0px;
}
#menu_horizontal a {
  color:black;
  padding:0px;
  font-size:0.9em;
}

#connexion_admin {
  float: right;
  padding-right: 35px;
  padding-top: 5px;
}
#connexion_admin a{
  color: #ACB1BD;
  font-weight: bold;
}
#connexion_admin a:hover{
  color: #FFF;
}
#connexion_rapide p{
  margin: 0;
}
#menu{
  position:absolute;
  top:0px;
  left:0px;
  width: 160px;
  margin: 0 0 0 0;
  border: 0px;
  padding: 0px 10px 10px 10px;
  list-style:none;
}
#menu p{
  margin: 0;
  width: 160px;
  padding-top: 12px;
  padding-bottom: 0px;
  border-bottom: 0px solid white;
  color: white;
  text-align: center;
  font-size: 1.1em;
  font-weight:bold;
}
#menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  width: 160px;
  font-family: "Trebuchet MS";
}
#menu li{
  margin: 0;
  padding: 0;
}
#menu ul li a{
  display: block;
  min-height: 20px;
  background:url("../images/nav-link.gif") 0 50% no-repeat;
  padding:3px 10px 3px 15px;
  text-decoration: none;
  color: #AEB6BD;
  font-size: 1em;
  border-bottom:1px solid #6A6E7D;
}
#menu ul li:hover a{
  color:#FFF;
  background:url("../images/nav-active.gif") 0 50% no-repeat;
  font-weight:bold;
}

#corps{
  width: 100%;
  border: 0px solid #dddddd;
  margin: 0;
  box-sizing: border-box;
  padding: 5px 15px 20px 15px;
  min-height: 400px;
  padding-left:180px;
}

#footer{
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border: 0px solid #464a53;
  color: #ACB1BD;
  font-size: 1.3em;
}
#footer a {
  color:#ACB1BD;
}
#footer a:hover {
  color:#FFF;
}


/* -------- PROPRIETES GENERALES -------- */
/*------------------------------------------------*/

h1{
  text-align: center;
  color: white;
  padding: 5px 0 5px 0;
  text-decoration: none;
  background-color:#8F9297;
  margin:auto;
  max-width:1200px;
}
h2{
  color: white;
  background-color:#8F9297;
  padding: 5px 0 5px 0;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}
h3{
  color: black;
  margin-left: 20px;
  font-weight: normal;
  text-decoration: none;
}
h4{
  font-weight: normal;
  text-decoration: none;
}
a, a:visited{
  text-decoration: underline;
  color: #8E2B00;
}
a:hover{
  text-decoration: underline;
  color:#756B54;
}
input[type=submit]{
  background: #dddddd;
  border: 3px double black;
  cursor: pointer;
}
input[type=submit]:hover{
  background: white;
  border: 3px double black;
}


h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

/* -------- DESIGN DES SCRIPTS -------- */
/*--------------------------------------------*/

/* -------- ARTICLE  -------- */
.article{
  display:block;
  background-color:#E6E6E6;
  border-radius:6px;
  padding:0px;
  padding-bottom:20px;
  margin:auto;
  max-width:1200px;
  margin-top:10px;
  
}
.article h2 {
  margin:0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px
}
.article p {
  padding:10px;
  padding-bottom:0px;
}

/* -------- EDITO  -------- */
.edito{

}

/* -------- SOUVENIR -------- */
a.souvenirs-menu{
  width: 400px;
  display: inline-block;
  margin: 10px;
  padding: 4px 4px 4px 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  background: #fdf8e8;
  min-height: 60px;
  color: black;
  text-decoration: none;
  border: 3px solid #8E2B00;
}
  a:hover.souvenirs-menu{
  background: #8E2B00;
  border: 3px solid #fdf8e8;
  text-decoration: none;
}
.souvenirs-menu img{
  display: block;
  float: left;
  margin-right: 20px;
  height: 65px;
}
.photo a{
  display: block;
  float: left;
  margin: 5px;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
}
.photo img{
margin: 0;
  border: 1px solid #8E2B00;
}

/* -------- ANNIVERSAIRE -------- */
.anniversaire{
  margin: auto;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.8em;
}
.anniversaire td{
  padding: 6px;
  border-top: 1px solid black;
}
.anniversaire th{
  font-weight: bold;
  padding: 0 6px 10px 6px;
}
#annifajourdhui{
  margin: auto;
  font-size: 1.15em;
}

/* -------- DOCUMENTS -------- */
#documents {
  text-align: center;
  margin: 0 15px 50px 15px;
}
#documents table{
  margin: auto;
  border-collapse: collapse;
  vertical-align: middle;
}
#documents img{ /*Pour les icones*/
  height: 35px;
}
#documents th{
text-decoration: underline;
padding: 40px 0 10px 0;
}
#documents td{
  text-align: center;
  border-bottom: 1px solid black;
  padding: 3px 10px 3px 10px;
}

/* -------- NEWS -------- */
.news{
  width: 100%;
  margin:auto;
  max-width:1200px;
  margin: 30px auto 20px auto;
  position: relative;
  background-color:#E6E6E6;
  border-radius:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.news h4{
  width: 100%;
  height: 26px;
  color: white;
  background:#8F9297;
  border-radius:6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  text-align: center;
  margin:0;
  padding-top: 5px;
  text-decoration: none;
}
.news_date{
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 0.8em;
}
.news_commentaire{
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 0.8em;
}
.news_contenu{
  padding: 35px 10px 10px 10px;
}
.news_page{
  font-size: 0.8em;
  text-align: center;
}

/* -------- CALENDRIER -------- */
.calendrier-sections
{
  width: 600px;
  float: left;
  text-align: left;
}
.calendrier-sections-valider
{
  width: 100px;
  float: right;
}
.calendrier-titre{
  position: relative;
  text-align: center;
  width: 400px;
  margin: 10px auto 30px auto;
}
.calendrier-precedent, .calendrier-suivant{
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
}
.calendrier-precedent{
  top: -5px;
  left: 0px;
}
.calendrier-suivant{
  top: -5px;
  right: 0px;
}
.calendrier-mois{
  width: 695px;
  margin: auto;
}
.calendrier-jour_nom{
  font-weight: bold;
  text-align: center;
  width: 95px;
  float: left;
  margin: 2px;
}
.calendrier-jour{
  position: relative;
  width: 87px;
  height: 40px;
  padding: 20px 3px 0px 3px;
  border: 1px solid black;
  float: left;
  margin: 2px;
  font-size: 0.75em;
  overflow: auto;
  background: #fdf8e8;
}
.calendrier-jour-transparent{
  width: 95px;
  height: 40px;
  float: left;
  margin: 2px;
}
.calendrier-jour:hover{
  background: #8E2B00;
  color: white;
  cursor: pointer;
}
.calendrier-jour:hover .calendrier-jour-numero{
  color: white;
}
.calendrier-jour p{
  margin: 0;
}
.calendrier-jour-numero{
  position: absolute;
  top: 3px;
  left: 4px;
  color: #868686;
}
.calendrier-anniversaire{
  position: absolute;
  top: 3px;
  right: 4px;
}
#calendrier_details{
  min-height: 300px;
  width: 650px;
  margin: auto;
  background: none;
}
.calendrier-details-img{
  float: left;
}
.calendrier-details-contenu{
  margin-left: 140px;
  padding-top: 10px;
}
.calendrier-details-commentaires{
  margin-left: 20px;
}

/* -------- COMMENTAIRES -------- */
.commentaire{
  border: 1px solid #8E2B00;
  margin: 0px 10px 15px 10px;
}
.commentaire_auteur{
  background: #8E2B00;
  color: white;
  border-bottom: 1px solid #8E2B00;
  padding: 3px 0 3px 25px;
  font-size: 90%;
}

.commentaire_date{
  float: right;
  font-size: small;
  margin: 0 10px 0 0;
}
.commentaire_contenu{
  margin: 10px;
}

/* -------- FORMULAIRE -------- */
.formulaire label{
  clear: left;
  width: 30%;
  float: left;
  text-align: left;
  margin-left: 20%;
  margin-bottom: 5px;
}
.formulaire fieldset{
  width: 80%;
  margin: auto;
  background: transparent;
  border: 1px solid #8e2b00;
}
.formulaire legend{
  font-weight: bold;
  border: 1px solid #8e2b00;
  background: #8e2b00;
}
.formulaire legend a{
  color: black;
}
#formulaire_interieur{
  padding: 10px;
}
.formulaire .validation{
  margin-top: 10px;
  text-align: center;
}
.formulaire #id_textarea_bbcode{
  display: block;
  width: 80%;
  margin: auto;
}
.formulaire .captcha{
  position: relative;
  top: 3px;
}


/* -------- DIVERS -------- */
/*----------------------------*/

/* -------- BBCODE COMMANDE -------- */
.bbcode{
  width: 90%;
  padding: 7px 0 3px 0;
  margin: 10px auto 10px auto;
  border: 1px solid gray;
  background: #e8f0f4;
  text-align: center;
  clear: both;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
}
.bbcode img{
  cursor: pointer;
}
.bbcode img:hover{
  background: none;
}
.bbcode select{
  position: relative;
  bottom: 5px;
}
form .id_textarea_bbcode-label{
/* A SUPPRIMER */
}

/* -------- AUTRES --------  */
.erreur{
  font-weight: bold;
  text-align: center;
  border: 1px solid red;
  margin: 10px 20px 10px 20px;
  padding: 5px 10px 5px 10%;
  background-color: #FFD0D0;
  background-image: url("../../images/erreur.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
.erreur ul{
  font-weight: normal;
}
.ok{
  font-weight: bold;
  color: green;
  text-align: center;
  border: 1px solid green;
  margin: 10px 20px 10px 20px;
  padding: 15px 10px 15px 10%;
  background-color: #D8FFBC;
  background-image: url("../../images/ok.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
.fin_float{
  clear: both;
}
a img{
  border: none;
}
.centré{
  text-align: center;
}
.gauche{
  text-align: left;
}
.droite{
  text-align: right;
}
.gras{
  font-weight: bold;
}
.souligné{
  text-decoration: underline;
}.italique{
  font-style: italic;
}.barré{
  text-decoration: line-through;
}
.clear{
  clear: both;
}
.petit{
  font-size: small;
}
.tpetit{
  font-size: x-small;
}
.grand{
  font-size: large;
}
.tgrand{
  font-size: x-large;
}
/* RAJOUTE POUR WEB MOBILE */#btnMenu_mobile {display: none;}#title_mobile {display: none;}
