@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, png, object, embed, video {
	max-width: 100%;
	height:auto;
}
/* IE 6 ne prend pas en charge max-width ; la largeur par défaut est donc fixée à 100% */
.ie6 img {
	width:100%;
}

h1 {
	font-size: 1em;
}
h2 {
	font-size: 1em;
	color: #0000FF;
}
h3 {
	font-size: 1em;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 0.8em;
}

#nav {
	/* on fixe le menu en haut */
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 1em 0;
	margin: 0;
	/* on centre les liens */
	text-align: center;
	background-color: #09C;
}
#nav li {
	/* on aligne les éléments de liste */
	display: inline;
	margin: 0;
}
#nav a {
	/* on applique des marges aux liens */
	display: inline-block;
	margin: 0 3em;
	color: #FFFFFF;
	/* on applique une petite lueur */
	text-shadow: 0 0 0px #fff;
	/* on prévoit une petite transition (lueur) */
	transition: all 1s;
	font-size: 2em;
}
#nav a:visited {
	color: #FFFFFF;
}
/*
	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: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	font-family: Verdana, Geneva, sans-serif;
}
#nav {
	/* on fixe le menu en haut */
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 1.em 0;
	margin: 0;
	/* on centre les liens */
	text-align: center;
	background-color: ;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	background: url(images/fond_vert.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	background: url(images/je_suis_a_votre_ecoute2.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}

#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	background: url(images/vert2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
    
/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 481px) and (max-width: 769px){
.gridContainer {
	width: 90.675%;
	max-width: 769px;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	font-size: 1.5em;	
}
#nav {
	font-size: 0.5em;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 1.4em;
	
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 1.4em;
	
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 1.4em;
}
}

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

@media only screen and (min-width: 770px) and (max-width: 1600px) {
.gridContainer {
	width: 100%;
	max-width: 1600px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#nav {
	font-size: 0.7em;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 1.9em;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 1.9em;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 1.9em;
}
}

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

@media only screen and (min-width: 1601px) and (max-width: 2000px) {
.gridContainer {
	width: 100%;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#nav {
	font-size: 0.9em;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 2.3em;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 2.3em;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
	font-size: 2.3em;
}
}
