/*******************************************************************************
 *                             INTERNET EXPLORER
 ******************************************************************************/

/**
 * CSS Relatives champs HTML 
 */
body, table {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  text-align: center;
  font-size: 11px;
  margin-right: 6px;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0px;
}
.clear {
  clear: left;
  width: 1px;
}

/**
 * CSS Relatives mise en page site 
 */
/* sub-body = banniere + page + right-menu + bottom */
.sub-body {
  width: 980px;
  text-align: left;
}
div.banniere {
}
img.banniere_pht {
  bottom:137px; 
  left:817px; 
  position:relative;
}
.banniere {
  vertical-align: top;
}
/* page = menu + content */
.page {
  float: left;
  margin-top: -135px;
}
.content {
  width: 760px;
  padding: 10px 20px 10px 10px;
  text-align: justify;
}
.bottom {
  /*background: url("../img/bottom.png") no-repeat;*/
  width: 980px;
  height: 20px;
  padding: 2px 10px 0px 0px;
  font-size: 90%;
  text-align: center;  
  word-spacing: 3px;
  color: #C1C1C1;
}

.bottom a  {
  color: #C1C1C1;
}

/**
 * CSS Relatives page d'accueil 
 */
div.photo1 {
  float: right;
  padding: 50px 20px 20px 20px;
}

div.signature {
  width: 90%;
  text-align: right;
}


.puce {
  margin: 2px 5px 0px 0px;
}
.hr-center img, .hr-left img, .hr-right img {
  margin: 10px;
}
.hr-center {
  width: 100%;
  text-align: center;
}
.hr-left {
  width: 100%;
  text-align: left;
}
.hr-right {
  width: 100%;
  text-align: right;
}

/**
 * CSS Relatives au Blog
 */
.month {
  background: #0672DC;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-size: 120%;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
  letter-spacing: 5px;
}
.month .prev {
  position: relative;
  float: left;
  left: 10px;
  top: 3px;
}
.month .text {
  float: left;
  width: 95%;
}
.month .next {
  position: relative;
  float: right;
  right: 10px;
  top: 3px;
}

a.short_event, a.short_event:hover {
  text-decoration : none;
  cursor: pointer;
}

div.short_event {
  width: 175px;
  height: 175px;
  border: 1px solid #b1b1b1;
  float: left;
  margin: 3px 0px 3px 6px;
}

div.short_event .date {
  font-family: Verdana;
  float: left;
  font-size: 40px;
  font-weight: bold;
  color: #0672DC;
  height: 90px;
  width: 67px;
  padding: 0px 0px 0px 2px;
  text-align: center;  
}
div.short_event .photo {
  float: right;
  height: 100px;
  width: 100px;  
  padding: 3px 0px 0px 0px;
}
div.short_event .photo img {
  float: right;
}
div.short_event .titre {
  padding: 0px 2px 2px 2px;
  line-height: 140%;
}
  
div.event {
  border: 1px solid #b1b1b1;
  margin: 3px 3px -5px 3px;
  padding: 5px;
}


