@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	overflow:hidden;
}

.clear {
	clear:both;
}

.main {
	margin:0;
    padding:0;
}

#header {
	height: 50px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	width: 100%;
}

#logo {
	margin:0px;
	float:left;
}

#logo:hover {
	cursor:pointer;
}

.menu {
	padding:0;
	margin:0;
	position:absolute;
	border:none;
}

.menu:hover {
	cursor:pointer;
}


#about, #contact, #flickr, #facebook, #twitter, #blog {
	padding:0;
	float:right;
	margin:20px 7px;
}

#about {
	width:38px;
	height:13px;
	background:url(..\\images\\menufond1.png);
	background-position:-52px 0px;
}

#contact {
	width:51px;
	height:13px;
	background:url(..\\images\\menufond1.png);
	background-position:-52px 0px;
}

#flickr {
	width:39px;
	height:13px;
	background:url(..\\images\\menufond2.png);
	background-position:-59px 0px;
}

#facebook {
	width:59px;
	height:13px;
	background:url(..\\images\\menufond2.png);
	background-position:-59px 0px;
	margin-right:20px;
}

#twitter {
	width:44px;
	height:13px;
	background:url(..\\images\\menufond2.png);
	background-position:-59px 0px;
}

#blog {
	width:32px;
	height:13px;
	background:url(..\\images\\menufond2.png);
	background-position:-59px 0px;
}

.separateur {
	width:1px;
	height:50px;
	background:#ddd;
	float:right;
	margin:0px 13px;
}


#about_content {
	top:-460px;
	height:408x;
	width:350px;
	padding:0 15px 20px 15px;
	position:absolute;
	margin-top:50px;
	z-index:1500;
	background:#FFF;
	right:329px;
	border-bottom:6px solid #aaa;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}

#about_content a {
	color:#aaa;
	text-decoration:none;
	font-style:italic;
}

#about_content a:hover {
	color:#aaa;
	text-decoration:underline;
}


#hello {
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	color:#000;
	margin-top:10px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

.imgprofil {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}
	

#hellobis {
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	text-align:center;
	color:#666;
	margin-top:5px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

#hello_separateur {
	width:40px;
	height:1px;
	background:#c8c8c8;
	margin:20px auto;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

#hello_separateur2 {
	width:40px;
	height:1px;
	background:#c8c8c8;
	margin:20px auto 17px auto;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

#presentation {
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#aaa;
	margin-top:-3px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}
	
	
#icone_copyrights {
	margin-left:auto;
	margin-right:auto;
	width:52px;
	text-align:center;
	opacity:0.6;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

#copyrights {
	text-align:center;
	font-size:10px;
	line-height:13px;
	color:#b5b5b5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
}

#contact_content {
	top:-430px;
	height:398px;
	width:313px;
	padding:0 15px 20px 15px;
	position:absolute;
	margin-top:50px;
	z-index:1500;
	background:#FFF;
	right:257px;
	border-bottom:6px solid #aaa;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}

#contacttext {
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#666;
	padding:15px 0;
	margin-bottom:20px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity:1;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

form input, form textarea {
	border:1px solid #e0e0e0;
	padding:5px 10px;
	color:#aaa;
	font-size:12px;
	width:221px;
	margin-top:0;
	margin-bottom:10px;
}


form.devis input, form.devis textarea {
	width:221px;
	margin-top:0;
	margin-bottom:10px;
}

legend, .leg {
	float:left;
	width:60px;
	color:#666;
	text-align:left;
	font-size:12px;
	margin-right:5px;
	padding-top:3px;
}

form input.envoyer {
	padding:8px;
	color:#FFF;
	width:auto;
	border:none;
	font-size:12px;
	background-color:#fff;
	cursor:pointer;	
	margin-left:73px;
}


form input.envoyer:hover {
	background-color:#fff;
}


#zoom {
	position:absolute;
	left:100%;
	top:0;
	width:100%;
	height:100%;
}

.view {
   width: 20%;
   margin: 0;
   padding:0;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff /*url(../images/bgimg.jpg) no-repeat center center*/;
}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
   -webkit-transition: all 0.3s ease-out 0.1s;
   -moz-transition: all 0.3s ease-out 0.1s;
   -o-transition: all 0.3s ease-out 0.1s;
   -ms-transition: all 0.3s ease-out 0.1s;
   transition: all 0.3s ease-out 0.1s;
   width:100%;
}
.view .mask {
   background: rgba(0,0,0,0.6);
   background: url(..\\images\\fondnoir.png)\9;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
   width:100%;
   height:100%;
    cursor:pointer;
}

.view .infotitre {
	position:relative;
}

.view h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background:transparent;
   margin: 0px 40px 0px 40px;
   -webkit-transform: scale(3);
   -moz-transform: scale(3);
   -o-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
   /* top:32%; */
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-weight:normal;
   font-size: 14px;
   padding: 8px;
   border:1px solid rgba(255, 255, 255, .3);
   border:1px solid #888\9;
}
.view p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(3);
   -moz-transform: scale(3);
   -o-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
   top:32%;
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 0;
   text-align: center;
}

.view:hover {
	cursor:pointer;
}

.view:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   cursor:pointer;
}
.view:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.view:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
   filter: alpha(opacity=50);
   opacity: 0.5;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
	#context       { z-index: 40; }
   /* =========== */
    /* ! Context   */
    /* =========== */

    #context {
        position: absolute;
        top: 0px;
        left: 0px;
        line-height: 24px;
        font-family: 'Arial', Helvetica, Arial, Sans-serif;
        font-color:#FFF;
        border-radius: 3px; 
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        background-color: #fff;
        padding: 15px 20px 15px 20px;
        opacity: 0;
        display: none;
        border: 0;
    }
    
    #context p {
        margin-top: 5px;
    }
    
    #context a {
        padding-bottom: 3px;		
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
        
    #context a:hover {
            color: #fff;
            border-bottom-color: #fff;
        }
#form1{
	width:310px;
	float:left;
}

#form1 label{
	float:left;
	margin-bottom:3px;
}

#form1 input,#form1 textarea{
	float:left;
	width:275px;
	padding:4px 8px;
	background:#ffffff;
	color:#666666;
	font:12px "Open Sans", Arial, Helvetica, sans-serif;
}

#form1 textarea{
	height: 97px;
}

#form1 .btns{
	padding-top:5px;
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:22px;
	font:14px "Open Sans", Arial, Helvetica, sans-serif;
}

#form1 .error,#form1 .empty{
	font: 10px/14px Arial, Helvetica, sans-serif;
	float: left;
	color: #F00;
}

.success{
	color:#000;
	text-align:center;
	padding:4px;
	font:12px "Open Sans", Arial, Helvetica, sans-serif;
}
