
/* Construction bloc principal
----------------------------------------------------------------*/
.vitrine {
  float: left;
  margin-left: 10px;
  width: 99%;
}


h2 a,
h2 a:link,
h2 a:active,
h2 a:visited {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
}

h2 a:hover {
  text-decoration: underline;
}

h2 a span.racetrack {
  font-size: 1.4em;
  font-weight: bold;
}



/* ------------   Construction de la liste et de chaque ligne  ------------- */


.reunionlist p.introduction {
  display: block;
  margin: 5px;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 3px;
  color: #666;
}


.reunionrow {
  float: left;
  width: 98%;
  background-color: #FAFAFA;
  margin: 15px 1px 10px 5px;
}


.vignettezone,.fakeimg {
  float: left;
}




p.listeprix {
  margin-left: 7px;
  margin-bottom: 7px;
  margin-right: 10px;
}

.listeprix a,
.listeprix a:link,
.listeprix a:active {
  font-size: 0.9em;
  color: #666;
  text-decoration: none;
}

.listeprix a:hover {
  color: #287D16;
  text-decoration: underline;
}



.reunionrow a.speciallink,
.reunionrow a.speciallink:link,
.reunionrow a.speciallink:active,
.reunionrow a.speciallink:visited
  {
  float: right;
  line-height: 23px;
  background-position: 0 center;
  margin: 0;
  padding-bottom: 2px;
}



/* --------------   Agencement des 2 photos superposées   -------------- */

.vignettezone,
.vignettezone2 {
  float: right;
  background-color: transparent;
  width: 40%;
}

.vignettezone2 {
  float: left;
  display: block;
}

.vignettemargin {
  margin: 0 auto 0 auto;
}

.decoboxtop img,
.decoboxbottom img,
.decoboxbottom2 img {
  border: 1px solid #fff;
}

.decoboxtop img {
  z-index: 4;
  display: block;
}

.decoboxbottom img,
.decoboxbottom2 img {
  z-index: 3;
  display: block;
}

.decoboxtop {
  float: right;
  width: 116px;
  text-align: right;
}

.decoboxbottom,
.decoboxbottom2 {
  float: left;
  margin-top: -65px;
}

.decoboxbottom2 {
  margin-top: 0px;
}





/* --------------   Ombre CSS liste des photos   -------------- */

.shadow1top,
.shadow1bottom {
  border: 1px solid #DBDBDB;
}

.shadow1top,
.shadow1bottom,
.shadow2top,
.shadow2bottom,
.shadow3top,
.shadow3bottom,
.shadow4top,
.shadow4bottom
  {
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}

.shadow2top,.shadow2bottom {
  border-bottom: 1px solid #B7B7B7;
  border-right: 1px solid #B7B7B7;
}

.shadow2top,
.shadow3top,.shadow4top {
  margin-top: -1px;
}

.shadow3top,
.shadow3bottom {
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

.shadow4top,
.shadow4bottom {
  border-bottom: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
}

.shadow4top {
  border-bottom: none;
}

.shadow1top,
.shadow2top,
.shadow3top,
.shadow4top {
  float: left;
  z-index: 3;
}

.shadow1bottom,
.shadow2bottom,
.shadow3bottom {
  z-index: 1;
}




/* sous IE 5 Mac la règle pour un affichage correct
est de toujours avoir une largeur de spécifiée.
Auto étant la valeur par défaut, on ne modifie donc pas l'affichage ailleurs.
*/
.decoboxtop,
.decoboxbottom,
.shadow1top,
.shadow1bottom,
.shadow2top,
.shadow2bottom,
.shadow3top,
.shadow3bottom,
.shadow4top,
.shadow4bottom
{
  width: auto;
}

.vignettezone,
.decoboxtop img,
.decoboxbottom img,
.shadow1top,
.shadow2top,
.shadow3top,
.shadow4top,
.fakeimg
{
  position: relative;
}

/* Règles supplémentaires */
.fakeimgposition {
  margin-top: -82px;
  margin-left: -1px;
}

.fakeimgposition2 {
  margin-top: -72px;
  margin-left: -1px;
}

/* Modification pour IE6 */
* html .fakeimgposition {
  margin-left: 1px;
}

/* Les règles ci-dessous ne s'appliquent qu'à IE 5.2 Mac */ /*\*/ /*/

.shadow1top, .shadow1bottom {
    width : 112px;
    margin-left : -1px;
}

.shadow2top, .shadow2bottom {
    width : 113px;
}

.shadow3top, .shadow3bottom {
    width : 114px;
}

.shadow4top, .shadow4bottom {
    width : 115px;
}

/**/








