@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: none;
	float: left;
	margin-left: 2.6785%;
	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;
	font-size: 10px;
	color: #989fe6;
	background-color: #099;
	height: 1200px;
	z-index: 8000;
}
#spacer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 2px;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #323550;
	height: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989fe6;
	text-align: center;
}
#arobase {
	clear: none;
	float: left;
	margin-left: 0;
	width: 10%;
	display: block;
	height: 56px;
	background-color: #323550;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989fe6;
	font-style:italic;
	background-color: #323550;
	height: 56px;
	text-align: center;
}
#descriptif {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	background-color: #0C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #030;
	height: 1200px;	
}
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-align: center;
	font-weight: bold;
	border-top-color: #323550;
	border-right-color: #323550;
	border-bottom-color: #323550;
	border-left-color: #323550;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* 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: 70%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #989fe6;
	background-color: #099;
	height: 1200px;
	font-size: 12px;
	z-index: 8000;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 45%;
	display: block;
	height: 56px;
}
#arobase {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#copyright {
	clear: none;
	float: right;
	margin-left: 0;
	width: 55%;
	display: block;
	height: 56px;
	text-align: right;
}
#descriptif {
	clear: none;
	float: right;
	margin-left: 0;
	width: 30%;
	display: block;
	height: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #030;
	height: 1200px;
}
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
	text-align: center;
	font-weight: bold;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* 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: 70%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989fe6;
	background-color: #099;
	height: 1200px;
	z-index: 8000;
}
#spacer2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 2px;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 45%;
	display: block;
	height: 56px;
	text-align: left;

}
#arobase {
	clear: both;

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#copyright {
	clear: none;
	float: right;
	margin-left: 0;
	width: 55%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989fe6;
	background-color: #323550;
	text-align: right;
	font-style:italic;
	height: 56px;
}
#descriptif {
	clear: none;
	float: right;
	margin-left: 0;
	width: 30%;
	display: block;
	height: 1200px;
	background-color: #0c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;

}
}
