@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%;
	text-align: center;
}
/* 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:	12;
	dw-gutter-percentage:	15;
	
	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: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#spacer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 95px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #323550;
	text-align: left;
}
#breadcrumb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323550;
	text-align: center;
	font-size: 10px;
}
#main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #989fe6;
	background-color: #6cf;
	height: 1500px;
	z-index: 8000;
	text-align: center;
}
#spacer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 300px;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
	background-color: #323550;
	text-align: center;
	height: 56px;
}
#arobase {
	clear: none;
	float: right;
	margin-left: 0;
	width: 10%;
	display: block;
	background-color: #323550;
	text-align: center;
	height: 56px;
}
#copyright {
	clear: none;
	float: right;
	margin-left: 0;
	width: 70%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #989fe6;
	background-color: #323550;
	text-align: right;
	height: 56px;
}
#descriptif {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C03;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#spacer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 95px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #323550;
	text-align: left;
}
#breadcrumb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323550;
	text-align: center;
}
#main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #989fe6;
	background-color: #6cf;
	height: 2000px;
	font-size: 12px;
	z-index: 8000;
}
#spacer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 2px;
	background-color:#66ccff
	
	
	
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
	background-color: #323550;
	text-align: center;
	height: 56px;
}
#arobase {
	clear: none;
	float: right;
	margin-left: 0;
	width: 10%;
	display: block;
	background-color: #323550;
	text-align: center;
	height: 56px;
}
#copyright {
	clear: none;
	float: right;
	margin-left: 0;
	width: 70%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #989fe6;
	background-color: #323550;
	text-align: right;
	height: 56px;
}
#descriptif {
	clear: none;
	float: right;
	margin-left: 0;
	width: 30%;
	display: block;
	background-color: #C03;
	height: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#spacer1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 95px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #323550;
	text-align: left;
}
#breadcrumb {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #323550;
	text-align: center;
}
#main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989fe6;
	background-color: #6cf;
	height: 1200px;
	z-index: 8000;
}
#spacer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 300px;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
	background-color: #323550;
	text-align: left;
	height: 56px;
}
#arobase {
	clear: none;
	float: right;
	margin-left: 0;
	width: 10%;
	display: block;
	background-color: #323550;
	text-align: center;
	height: 56px;
}
#copyright {
	clear: none;
	float: right;
	margin-left: 0;
	width: 70%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #989fe6;
	height: 56px;
	background-color: #323550;
	text-align: right;
}
#descriptif {
	clear: none;
	float: right;
	margin-left: 0;
	width: 30%;
	display: block;
	background-color: #C03;
	height: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
}
