@charset "UTF-8";

/* -----------------------------Reset------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: "Century Gothic";
	font-size: 13px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------------scotche le footer en bas de page---------------- */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 130px;   /*meme hauteur que le footer */
	width: 960px;
	margin: 0 auto;
}
#footerwrap {position: relative;
	margin-top: -130px;  /*la hauteur du footer en nˇgatif */
	height: 130px;
	background: #2e6081 url(decoupe/foot_degrade.jpg) repeat-x;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---------------------------structure------------------------- */

body {
	background: url(decoupe/head_degrade.jpg) repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #888;
}
#header {
	background: url(decoupe/head_bgnd.jpg) no-repeat;
	height: 121px;
}
#left {
	min-height: 430px;
	width: 440px;
	float: left;
	padding: 20px 0px 20px 250px;
}
#right {
	background-color: #daeef8;
	width: 200px;
	height: 480px;
	float: left;
	margin: 20px;
	padding: 15px;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	border-radius: 10px;
}
#right ul{
	padding-top: 70px;
	margin-left: -15px;
}
#right ul p{
	font-size: 17px;
	line-height: 18px;	
}
#right ul li{
	color: #2E6081;
	font-size: 15px;
	line-height: 18px;
	width: 215px;
	display: block;
	height: 30px;
}
#right ul li a{
	width: 215px;
	display: block;
	padding-right: 15px;
	height: 25px;
	padding-top: 5px;
	border-top: 1px solid white;
	text-align: right;
}
#right ul li a:hover{
	background-color: #2E6081;
	color: white;
	width: 215px;
	display: block;
	cursor:pointer;
	font-weight: normal;
}
#right ul li a:focus{
	background-color: #2E6081;
	color: white;
	width: 215px;
	display: block;
	cursor:pointer;
}
#right ul li a:active{
	background-color: #2E6081;
	color: white;
	width: 215px;
	display: block;
	cursor: pointer;
}
#right form{
	margin-top: 40px;
}
#right form input{
	width: 197px;
}
#right form input[type="submit"]{
	background-color: #2E6081;
	color: white;
	border: 1px groove;
	width: 203px;
}
#footer {
	margin: 0 auto;
	background: #2e6081 url(decoupe/foot_degrade.jpg) repeat-x;
	padding: 20px 10px 0px 70px;
	width:880px;
	height: 110px;
}

/* ---------------------------menu------------------------- */

#menu {float:right; margin: 70px 20px 0px 0px;}
#menu li {display: inline;}
#menu a {
	display: block;
	float: left;
	padding: 0px 10px;
	border-right: #abd3e7 1px solid;
	font-size: 18px;
	height:20px;
	line-height: 20px;
	color: #abd3e7;
}
#menu a:hover{color: #fff;}

/* ---------------------------typos------------------------- */

a{color:#2e6081;text-decoration: none;}
h1{text-indent: -9999px;}
h2{
	margin-top: 10px;
	font-size: 24px;
	color: #2e6081;
	line-height: 24px;
}
.rc{
	text-align: right;
	font-size: 24px;
}
h3{margin-top: 10px; font-size: 18px; color: #2e6081;}
p{
	margin-top: 10px;
	text-align: justify;
}
strong{color: #2e6081;}

#right h3{
	margin-top: 0px;
	font-size: 12px;
}
#left h5{
	font-size: 8px;
}
#right p{
	font-size: 12px;
	text-align: left;
}
#merci{
	font-style: normal;
	color: #2e6081;
	font-size: 9px;
	margin-top: 5px;
}
#merci h3{
	margin-top: 10px;
	float: right;
	font-size: 9px;
}

#footer h2{font-size: 20px;color: #70a6c1;}
#footer p{font-size: 12px;color: #70a6c1;}
#footer a{color: #abd3e7}
.credits{position:relative;margin:-15px 0px 0px 550px;}
.credits img {margin-left: 5px;}

/* ---------------------------divers------------------------- */

iframe {margin-top:10px;}

.realisation {
	width: 410px;
	padding: 15px;
	margin-top:15px;
	background-color: #daeef8;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	border-radius: 10px;
}
.realisation img {
	float: left;
	margin-right: 10px;
	border: #2e6081 solid 1px;
	cursor: pointer;
}
.realisation h3 {clear:none; margin : 0px;}
.realisation p{clear:none;}

/* ---------------------------lightbox------------------------- */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:50;
	-moz-opacity: 0.6;
	opacity:0.6;
	filter: alpha(opacity=60);
}
.white_content {
	display: none;
	position: absolute;
	text-align: center;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: transparent;
	z-index: 100;
	overflow: auto;
}

/* --------------Agrandissement image ----------------*/
#grandit{
	position: absolute;
	width: 100px;
	height: auto;
	overflow: hidden;
	z-index: 200;
	top: 0px;
	left: 0px;
	visibility: hidden;
	cursor: pointer;
	border:1px solid #2E6081;
}
