@charset "utf-8";
/* Média fluide simple
   Remarque : un média fluide exige que vous supprimiez les attributs de hauteur et de largeur du média du code HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 ne prend pas en charge max-width ; la largeur par défaut est donc fixée à 100% */
.ie6 img {
	width:100%;
}

/*
	Propriétés de grille fluide Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiré par "Responsive Web Design" par Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	et le système Golden Grid par Joni Korpi
	http://goldengridsystem.com/
*/

/* Disposition mobile : 480px et moins. */

.gridContainer {
	margin-left: 0;
	margin-right: 0;
	background-color:transparent;
	position:relative;
	z-index:6;
/*	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;*/

}


.menuBloc {
	height: 83px;
	padding-top: 77px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
	}

.logoBloc {
/*	padding: 77px 0 35px;*/
	width: 152px;
	height:83px;
	display:inline-block;
/*	border: 1px solid rgba(0,255,0,1);*/
	vertical-align: bottom;
/*	position: relative;
	z-index: 10;
	display:inline;
	vertical-align: bottom;
	background-image:url(../logo4.png);
	background-repeat:repeat-x repeat-y;*/
}

.logoText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	z-index: 6;
	display: inline-block;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.8em;
	vertical-align: bottom;
/*	border: 1px solid rgba(0,255,0,1);*/
	width: 790px;
	padding-top: 50px;
	padding-bottom: 0px;
}

.logo {
	height: 83px;
	width: 152px;
	margin-bottom:0.15em;
	z-index:6;

}

.intervalle {
	padding: 15px 0 0;
	display: block;
	/* [disabled]border-radius: 2px; */
	/* [disabled]box-shadow: 0 0 5px #A4A3A3; */
	position: relative;
	/* [disabled]z-index: 10; */
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
.header-bg {
	width: 100%;
	height: 100%;
	background-color:transparent;
	}
.header-bg2 {
	background-color: rgba(153,0,102,1);
	width: 950px;
	margin: 0;
	padding: 0;
	
	}

.header {
	background-color: transparent;
	display: block;
	z-index: 0;
	width: 100%;
	position: absolute;
	margin-right:auto;
	margin-left:auto;
	/*background-image: url(../nav-tail.gif);*/
	}

.footer {
	background-color: black;
	display: block;
	z-index: 0;
	width: 100%;
	position: absolute;
	top:710px

	}

/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

/*@media only screen and (min-width: 481px) {*/
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#menu {
	clear: both;
	/* [disabled]float: left; */
	margin-left: 0;
	display: block;
	width: 100%;
	z-index:10;
}
.menu3 {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 15px;
	position: relative;
	text-align: center;
	z-index: 10
}
.menu3 > li {
	margin: 0;
	position: relative;
	width: 132px;
	text-align: center;
	display: inline-block;
	list-style: none;
	vertical-align: baseline;
	color: #DBDBDB;
	background-image: url(../li-button.png);
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.menu3 > li.first {
	background-size:auto;
	background-origin:padding-box;
	}
.menu3 > li.last {
	background-size: auto;
	background-origin:padding-box;
	}

.menu3 > li:hover {
	/*background-image: url(../li-button2.png);*/
	background-size: auto;
	background-origin: padding-box;
	color: rgba(51,51,51,1);
	border-bottom-style: solid;
	border-bottom-width: 2px;
/*	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;*/
	}
.menu3 > li:hover a {
	color: rgba(51,51,51,1);
	}
.menu3 > li > a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	color: #919191;
	text-decoration:none;
	}
/*}*/
/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

/*@media only screen and (min-width: 769px) {*/
.gridContainer {
	width: 950px;
	max-width: 1232px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
}

.menu3 > li > a {

	font-size: 10px;
}

/*.logo {
	height: 83px;
	width: 950px;
}*/

.menu4 {
	display:block;
	position:relative;
	}


.footer img {
	/*margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;*/
	width: 100%;
	height: 50px;
	position: absolute;
	}
	
.header img {
/*	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;*/
	width:100% ; 
	height:175px;
	position:absolute;
	z-index:5;
	}


.screen-bg, .screen-bg2 {
	position: absolute;
	/*max-width:500px;*/
	width: 500px;
	height: auto;
	/*max-height:300px;*/
	left: 25px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom: 25px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index: 11;
	font-size: 0;
	display: block;
	opacity: 0;
	padding: 25px;
	top: auto;
	right: auto;
}
.screen-bg {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	/*background-color: #282828;*/
	background-color: black;
	text-align: left;
	padding:20px
}
.screen-TitleText {
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 20px;
	padding-bottom:10px;
}

.screen-ContentText {
	font-size: 11px;
	line-height: 20px;
	color: #919191;
	text-decoration:none;
}

.screen-ContactText {
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	position: relative;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:5px;
	bottom: 0px;
	right: 0px;
}
.mention {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	line-height: 17px;
	color: #919191;
	text-decoration:none;
	clear:both;
	display: block;	
	position: relative;
	z-index:10;
	margin-top:100px;
	text-align:right;
}

.mention  a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	line-height: 17px;
	color: #919191;
	text-decoration:none;
}

.mention  a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	line-height: 17px;
	color: rgba(51,51,51,1);
	text-decoration:none;
}

}
        
.form {
	width: 950px;
	height: 400px;/* Make it the same size as your images */
	background: #fff url(../img/loading.gif) no-repeat 50% 50%;
	position: relative;
	margin: 0 auto;/*make the image slider center-aligned */
	box-shadow: 0px 3px 7px #999999;
	z-index: 9;
}
/*}*/

@media only screen and (max-width: 768px) {

.header, .footer{
	width:996px;

	}
	
}
