@charset "utf-8";
@import url("../webfonts/opensans_bold_french/stylesheet.css");
@import url("../webfonts/opensans_light_french/stylesheet.css");


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
 margin: 0;
 padding:0;
 background: url(../images/ciel_et_terre.png) no-repeat center fixed; 
 -webkit-background-size: cover; /* pour Chrome et Safari */
 -moz-background-size: cover; /* pour Firefox */
 -o-background-size: cover; /* pour Opera */
 background-size: cover; /* version standardisée */
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: "Century Gothic", Verdana, "Trebuchet MS";
	color: #091677;
	font-style: normal;
	font-weight: 300;
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #00e;
	text-decoration: none;
}
a:visited {
	color: #551a8b;
	text-decoration: none;
}
a:hover {
	color: #06e;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
	
	clear: none;
	float: none;
}
#div1 {
}
#header {
}
#nav {
	font-weight: bold;
	text-align: center;
}
#gauche {
width: 31.0344%;
display: none;
}
#centre {
	width: 100%;
	clear: none;
	text-align: center;
}
#droit {
width: 31.0344%;
clear: none;
margin-left: 3.4482%;
display: none;
}
#footer {
}
#gauche1 {
	width: 100%;
	display: block;
}
#centre1 {
	width: 100%;
	clear: none;
	margin-left: 0%;
}
#droit1 {
	width: 100%;
	clear: none;
	margin-left: 0%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.fltrt { float: right;
margin-left:5;}
.fltleft { float: left;
margin-right:5;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	background-color: #FFFFFF;
	width: 91.45%;
	padding-left: 0.775%;
	padding-right: 0.775%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#nav {
	font-weight: bold;
}
#gauche {
width: 32.2033%;
display: block;
}
#centre {
	width: 31%;
	margin-left: 1.6949%;
	clear: none;
	text-align: center;
}
#droit {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
display: block;
}
#footer {
}
#gauche1 {
	width: 32.5%;
	display: block;
}
#centre1 {
	width: 32.2033%;
	margin-left: 1%;
	clear: none;
	margin-right: 1%;
}
#droit1 {
	width: 32%;
	margin-left: 1%;
	clear: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	background-color: #FFFFFF;
	width: 89%;
	max-width: 1232px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#nav {
	font-weight: bold;
	text-align: center;
}
#gauche {
width: 38.2022%;
display: block;
}
#centre {
	width: 21%;
	clear: none;
	margin-left: 1.1235%;
	text-align: center;
}
#droit {
	width: 38.2022%;
	clear: none;
	margin-left: 1.1235%;
	display: block;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
}
#footer {
	text-align: center;
	font-size: 0.8em;
}
#gauche1 {
	width: 32.5842%;
	display: block;
}
#centre1 {
	width: 32%;
	clear: none;
	margin-left: 1.1235%;
	text-align: center;
}
#droit1 {
	width: 32%;
	clear: none;
	margin-left: 1.1235%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
