body {
margin-top:0;
background-color:#a19c99;
}
.fond{
	background-image:url(images/fond2.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:955px;
	height:715px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
}
.adresse{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#263770;
	line-height:16px;
}
a.menusbas:link {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#263770;
	text-decoration: none;
}
a.menusbas:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#263770;
	text-decoration: none;
}
a.menusbas:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#a19c99;
	text-decoration: underline;
}

a.menusbas2:link {
	font-family:Arial, sans-serif;
	font-size:8px;
	color:#263770;
	text-decoration: none;
}
a.menusbas2:visited {
	font-family:Arial, sans-serif;
	font-size:8px;
	color:#263770;
	text-decoration: none;
}
a.menusbas2:hover {
	font-family:Arial, sans-serif;
	font-size:8px;
	color:#a19c99;
	text-decoration: underline;
}
.fond-blc{
	background-color:#ffffff;
	filter: alpha(opacity=50); 
	opacity : 0.5; 
}
/*------------------------------------------------------------------------------*/
.fondcadre{
	height:24px;
	background-color:#AC1C42;
	border-style:solid;
	border-width:1px;
	border-color:#263770;
}
.fondcadre2{
	background-color:#fecc00;
	border-style:solid;
	border-width:1px;
	border-color:#263770;
}
.fondcadre3{
	height:36px;
	background-color:#AC1C42;
	border-style:solid;
	border-width:1px;
	border-color:#263770;
}
.fondcadre4{
	background-color:#AC1C42;
	border-style:solid;
	border-width:1px;
	border-color:#263770;
}
h1{
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin:0;
}
.text{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#263770;
	line-height:14px;
}
.text2{
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#263770;
	font-weight:bold;
	line-height:18px;
}
.textblc{
	font-family:Arial, sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:16px;
	font-weight:bold;
}
.textblc2{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:14px;
	font-weight:bold;
}
.textrouge{
	font-family:Arial, sans-serif;
	font-size:15px;
	color:#AC1C42;
	font-weight:bold;
}
.textbleu{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#263770;
	font-weight:bold;
}
.contourmaps{
	border-style:solid;
	border-width:1px;
	border-color:#263770;
}
a.lien:link {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.lien:visited {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.lien:hover {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}

a.lien2:link {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#263770;
	font-weight:bold;
	text-decoration: none;
}
a.lien2:visited {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#263770;
	font-weight:bold;
	text-decoration: none;
}
a.lien2:hover {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#263770
	font-weight:bold;
	text-decoration: underline;
}
.contourarchi{
	border-style:solid;
	border-width:6px;
	border-color:#ffeb7f;
}
/*---Lightbox--------------------------------*/
#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(http://www.societe-mas.com/images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.societe-mas.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.societe-mas.com/images/nextlabel.gif) right 15% no-repeat; }
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #a19c99;
            filter:alpha(opacity=80);
            -moz-opacity: 0.8;
            opacity: 0.8;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }
