@charset "ISO-8859-1";
/* CSS Document */

a.tothetop { background-color:#fff; }
a.tothetop:hover { background-color:#e5e5e5; }
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:2005; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; right:1em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center;padding:12px;z-index:2005
	}
.encadre img { max-width:100% !important }	
.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}
.bottomMenu {
    display: none;
    position: fixed;
    bottom: 50px;
    right:0;
    width: 300px;
    /*height: 120px;*/
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background: white;
    -moz-box-shadow: 0 0 5px 5px  rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 5px 5px  rgba(0,0,0,0.7);
box-shadow: 0 0 5px 5px  rgba(0,0,0,0.7);
    z-index: 1;
	padding:15px
}

.clear {clear:both}

.ligne { width:640px;clear:left;min-height:1px;margin-bottom:0px}

.demi {width:48%;margin-right:10px;float:left;margin-bottom:20px}
.demi img {max-width:290px !important;}


.col-4-6 {width:600px;margin-right:10px;float:left;margin-bottom:20px}
.col-2-6 {width:300px;margin-right:10px;float:left;margin-bottom:20px}
.col-3-6 {width:450px;margin-right:10px;float:left;margin-bottom:20px}
