@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. */

ul, ol {
	list-style-type: none;
}
a {
	text-decoration: none;
}
input, select, textarea {
	background-color: #f5f5f5 !important;
	border: none !important;
	margin-bottom: 1px !important;
	margin-left: 10px !important;
}
li {
	padding: 9px 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
li a {
	color: #aaa;
}
li:hover {
	background-color: #000000;
}
li a:hover, li.active a {
	color: #fff;
}
li:hover {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
li.navig-ico:hover {
	background: none repeat scroll 0 0 transparent;
	box-shadow: none;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#header {
	clear: both;
	float: left;
	margin: 53px 0 0;
	width: 100%;
	display: block;
	background-color: rgba(204,204,204,1);
	background-image: url(images/trame.gif);
	background-repeat: repeat;
}
#logo {
	clear: both;
	margin: -22px auto -17px;
	width: 142px;
	display: block;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.navig-ico {
	display: none;
}
#entete {
	clear: both;
	float: left;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #6A6A6A;
	text-align: center;
	background-color: rgba(204,204,204,1);
	background-image: url(images/trame.gif);
	background-repeat: repeat;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contenu {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 100%;
	display: block;
	background-color: rgba(204,204,204,1);
	background-image: url(images/trame2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#formulaire {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer {
	clear: both;
	margin: 10px auto;
	margin-left: 0;
	padding: 10px;
	display: block;
	font-size: 10px;
	text-align: center;
}
#footer a:hover {
	text-decoration: underline !important;
}
#footer a {
	color: #6A6A6A;
}
#formulaire img {
	display: block;
	margin: -62px auto 32px;
}
#formulaire {
	border: 7px solid #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 33px 12px;
	margin-top: 40px;
}
/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 481px) {
li {
	float: left;
}
li a {
	color: #3C3C3C;
}
.active {
	-webkit-box-shadow: 0px 3px 8px #666666;
	-moz-box-shadow: 0px 3px 8px #666666;
	box-shadow: 0px 3px 8px #666666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5c5e5f), to(#2d292b));
	background: -moz-linear-gradient(top, #5c5e5f, #2d292b);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/trame-header.gif);
	background-repeat: repeat-x;
	height: 117px;
}
#logo {
	clear: both;
	display: block;
	float: left;
	margin-left: 30px;
	position: relative;
	width: 142px;
	z-index: 40;
}
#nav {
	clear: both;
	float: left;
	margin-left: 143px;
	margin-top: -93px;
	width: 100%;
	display: block;
}
.navig-ico {
	background: none repeat scroll 0 0 transparent;
	box-shadow: none;
	display: block;
	line-height: 35px;
	margin: 0 8px;
	padding: 0;
}
#entete {
	background-color: #FFFFFF;
	background-image: url("images/illustration.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	margin-top: -18px;
	padding: 257px 37px 10px;
	width: 100%;
}
#contenu {
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	padding: 10px;
	width: 100%;
	margin-top: -30px;
}
#formulaire {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenu span {
	display: table-cell;
	background-color: #dfdfdf;
	background-image: url(images/trame2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contenu div {
	float: left;
	padding-left: 33px;
	padding-top: 6px !important;
	width: 28%;
}
#contenu div.qui {
	width: 95%;
}
#entete p {
	padding: 0 100px;
}



#contenu div:nth-child(2) {
	padding: 25px 10px;
}
.lebouton {
	display: table-cell;
	float: left;
	height: 97px;
	line-height: 113px;
}
.leschamps {
	float: left;
	margin-left: 14%;
}
#formulaire img {
	margin: -62px auto 22px;
}
#form1 input {
	width: 200px;
}
}

/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

@media only screen and (min-width: 769px) {
li {
	float: left;
}
li a {
	color: #3C3C3C;
}
.active {
	-webkit-box-shadow: 0px 3px 8px #666666;
	-moz-box-shadow: 0px 3px 8px #666666;
	box-shadow: 0px 3px 8px #666666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5c5e5f), to(#2d292b));
	background: -moz-linear-gradient(top, #5c5e5f, #2d292b);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	max-width: 800px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 30px;
	display: block;
}
#nav {
	clear: both;
	float: left;
	margin-left: 201px;
	margin-top: -93px;
	width: 100%;
	display: block;
}
.navig-ico {
	background: none repeat scroll 0 0 transparent;
	box-shadow: none;
	display: block;
	line-height: 35px;
	margin: 0 8px;
	padding: 0;
}
#entete {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -30px;
	padding: 0 15px;
}
#formulaire {
	clear: both;
	float: left;
	margin-left: 14px;
	width: 100%;
	display: block;
	max-width: 770px;
}
#entete p {
	padding: 0 104px;
}
}
#contenu div h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #00a2ff;
}
#contenu div h1 img {
	float: left;
	margin-right: 16px;
}
#contenu div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6a6a6a;
	text-align: justify;
}
#entete h1 {
	font-size: 24px;
	color: #000000;
}
#entete p span {
	color: #000000;
}
#contenu div {
	padding: 25px 20px;
}
#envoi {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 27px;
	-webkit-box-shadow: 0px 3px 8px #666666;
	-moz-box-shadow: 0px 3px 8px #666666;
	box-shadow: 0px 3px 8px #666666;
	text-shadow: 1px 3px 3px #000000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5c5e5f), to(#2d292b));
	background: -moz-linear-gradient(top, #5c5e5f, #2d292b);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding: 14px 24px;
}
.optin {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
}
.ombre {
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	display: table;
}
