body {
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif ;
  font-size: 13px;
  margin: 5;
}

.ombre { /* boite d'arrière plan dont le débordement crée l'ombrage */
 /* -moz-border-radius: 20px; */
     margin: 10px 10px;
 /*   padding: -5px -15px; */
background-color: #9594a0 /* couleur de la boite, donc de l'ombre */
}

.boite {
  /* -moz-border-radius: 20px;*/
    border: 1px solid #666699;
  background-color: #dee7ef;
   padding: 5px 15px; 
  text-align: justify;
  /* margin: 20px 20px; */
    position:relative ; /* indique un décalage par rapport à la position normale */
top:-4px ; /* décalage de 7 pixels vers le haut */
left:-5px
}
.new {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 16px;
}
   h2 {
    border: 1px solid #666699;
    padding:5px 5px 5px 5px; 
    background-color: #475ec8;
    color: #ffffff;
    font-weight:bold;
    font-family: Trebuchet, Verdana, arial, helvetica, sans-serif;
    font-size:14pt;
    margin: 4px 10px 4px 10px;
    }

h3 {
  position: absolute;
  top: -10px;
  left: 16px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

h1 {
  position: absolute;
  top: 16px;
  left: 96px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
h4 {
	
  padding:5px 5px 5px 5px; 
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin: 4px 10px 4px 10px;
}


#photo {
  float: left;
  margin: 20px 40px 10px 10px;
}

hr.virtual { clear: both; visibility: hidden;}

.gauche {
        float: left;
        width: 400px;
}
.droite {
			margin-left: 400px;
			width: auto; 
       /* float: right;
        width: 100%-400px; */
}

#banner {
  margin: 0;
  height: 135px;
  /* background: url('TopC.png') repeat-x top; */
}
#bannerD {float: right;}
#bannerG {float: left; border: 0;}

.unbloc{
  display:block; 
  text-align:left;
}
.title {
  text-align:left;
}
.auteur {
  display:block; 
  text-align:left;
  color : #116622;
  clear:both;
    font-weight: bold;
  margin-right:10px;
}

.par{
    margin-left: 20px;
    margin-right: 20px;
	margin-top : 2px;
	margin-bottom : 2px;
	text-ident : 30px;
}
div.elem {
/*  border-top: solid 2px #d37537;*/
  border-bottom: solid 2px #c30303/*#d37537*/;
/*  background: #E6DEDE;*/
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding:10px;
}
div.elem2 {
 /* border-top: solid 2px #d37537;*/
 /*  border-bottom: solid 2px #c30303; */ 
/*  background: #E6DEDE;*/
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding:10px;
}
