/*
CSS par défaut contenant le squelette d'une section
*/
/* 
    Created on : 5 mai 2015, 22:50:22
    Author     : meninblate
*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
}

a img,:link img,:visited img {
  border: none;
}

a {
  color: #414141;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  color: #414141;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

table {
  width: 100%;
}

#entete {
  height: 243px;
  margin-bottom: 52px;
  margin-right:	700px;
  position: static;
  z-index: 2;
}

#logo {
  bottom: 200px;
  height: 73px;
  margin-left: 645px;
  position: relative;
  width: 344px;
  z-index: 93;
}

.largeurPage {
  margin: 0 auto;
  width: 980px;
}

#largeur{
  margin: 0 auto;
  width: 980px;
}

#corps {
  background: #fff;
  border: 1px solid #333;
  box-shadow: 0 0 15px #000;
  margin: 0 auto;
  margin-bottom: -50px;
  margin-top: -213px;
  min-height: 800px;
  width: 980px;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  z-index: 90;
}

#center {
  border: 0;
  overflow: hidden;
  text-align: center;
}

/*  Menu   */
#top {
  height: 24px;
}

#menu {
  height: 20px;
  font-size: 10px;
  list-style-type: none;
}

#menu li {
  float: left;
  position: relative;
}

#menu li a {
  height: 20px;
  text-align: center;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: -4px;
  padding-top: 4px;
  display: block;
}

#menu li.selected a {
  color: #fff;
  text-decoration: none;
}

/* PAGE */

h2.titre_bloc {
  background-color: #F5F5F5;
  border: 1px solid #E2E2E2;
  border-radius: 1px;
  color: #41413F;
  text-align: left;
  padding: 1px 4px 2px 4px;
}

h2.titre_bloc .voir_plus a {
  float: right;
  font-size: 9px;
  padding-top: 4px;
  padding-right: 5px;
  color: #A5A9B2!important;
  margin-bottom: 7px;
}

h2.titre_bloc .voir_plus a:hover{text-decoration:none;}
.td_apercubloc {
  margin-bottom: 5px;
  vertical-align: top;
  background-color: #F2F2F2;
}

#gauche.accueil {
  float: left;
  width: 660px;
  min-height: 1100px;
  padding: 10px;
  background: #fff;
}

.align_bloc {
  float:      left;
  text-align: center;
  margin-bottom:  10px;
  width:      48%;
  margin-right:1%;
  margin-left:1%;
  margin-top:1%;
}
.align_bloc td {
  background: none repeat scroll 0 0 #F2F2F2;
  height: 23px;
  width: 6px;
}
.align_bloc td.date {
  color: #9F3D54;
  white-space: nowrap;
}
.align_bloc td.texte {
  text-align:left!important;
  white-space: nowrap;
  padding-left:3px;
}
.align_bloc table{
  border-collapse: separate;
}
h2 .align_bloc, h2 .align_affiche_mini {
  border-bottom: 1px solid black!important;
}

/**** ################# ACCUEIL ####################### ****/
#page.accueil {
  padding: 0px;
  background-color: #23151a;
}

#gauche.accueil {
  float: left;
  width: 660px;
  min-height: 1100px;
  padding: 10px;
  background: #fff;
}

#droite.accueil {
  margin-top: -10px;
  float: right;
  width: 280px;
  text-align: center;
  top: 0;
  right: 0;
  padding: 10px;
  min-height: 800px;
  color: #333;
}

#droite.accueil h3 {
  font-size: 11px;
  color: #fff;
  height: 25px;
  padding: 12px;
}

#droite.accueil a {
  color: #fff;
}

#droite.accueil a:hover {
  color: #ff6c88;
  text-decoration: none;
}

/*########### FOOTER ################*/

#h-footer {
  background: none repeat scroll 0 0 #57343A;
  border-top: 1px solid #BC647A;
  bottom: 0;
  clear: none;
  height:75px;
  left: 0;
  position: relative;
  z-index: -1;
}

#footer {
  background: none repeat scroll 0 0 #57343A;
  height: 200px;
  padding: 10px auto;
  font-size:12px;
}

#contenu-footer {
  margin: 0 auto;
  width: 980px;
}

.bloc_footer {
  float: left;
  margin-right: 25px;
}

.bloc_footer .titre {
  background: none repeat scroll 0 0 #2C1F22;
  color: #979893;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-top: 2px;
  text-align: center;
  width: 143px;
}

.bloc_footer li {
  float: left;
  list-style: none outside none;
  clear: left;
  padding-left:10px;
}

.bloc_footer li a {
  color: #979893;
  font-family: Arial;
}

.bloc_footer li a:hover {
  color: #979893;
}

#copy_footer {
  clear: both;
  margin-top: 155px;
  position: absolute;
  margin-left: 380px;
  color: #292C21;
}

/* DIVERS */

div.clear {
  clear: both;
}
