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

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: 0;
	padding-right: 0;
	background-color: #FFFFFF;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#666;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#666;
}
#LayoutSlogan {
	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: 99%;
	padding-left: 0;
	padding-right: 0;
	background-color: #FFFFFF;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#666;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#666;
}
#LayoutSlogan {
	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: 99%;
	max-width: 1024px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	background-color: #FFFFFF;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333;
	border-top: 10px solid;
	border-top-color: #666;
	border-bottom: 10px solid;
	border-bottom-color: #666;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333;
	border-top: 10px solid;
	border-top-color: #666;
	border-bottom: 10px solid;
	border-bottom-color: #666;
}
#LayoutSlogan {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

#header  h1{
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font: 27px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	float:left;
}
#header  h2{
	margin: 22px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	font: 16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	float:left;
	font-style:italic;
}

#header h1 a{
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

#header h1  a:hover{
	color: #CCC ;
	text-decoration: none;
}

#header h2 a{
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	font-style:italic;
}

#header h2  a:hover{
	color: #CCC ;
	text-decoration: none;
	font-style:italic;
}

#contact {
	float:right;
	background:  transparent;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#contact p{
	margin: 10px 10px 5px 10px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: right;

}

#contact  a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#contact  a:hover{
	color: #CCC;
	text-decoration: none;
}

#Menu {
	margin: 10px 10px 0px 10px;
}

#nav {
	padding: 0;
	margin: 0;
	font-stretch: inherit;
	display:block;
	text-align:center;
	letter-spacing: 1px;
}

#nav li {
	display: inline;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0px 0px 0px 0px;
}
#nav a {
	display: inline-block;
	text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 6px 3px 6px 3px;
}
#nav a:hover  {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #2196F3;
	border-color: #2196F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}
.Content {
	margin: 20px 10px 0px 10px;
	padding-bottom: 10px;
}

.leftcontent a {
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2196F3;
	border-color: #2196F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.leftcontent a:hover {
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.leftcontent h1:before {content:"►"}

.leftcontent h1{
  margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 20px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #333;
}

.leftcontent p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font: 14px Arial, Gadget, sans-serif;
	font-weight: normal;
	color: #444;
	text-align: justify;
}

.Footer {
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, 	sans-serif;
	color: #fff;

}

#Copyright {
	float:right;
	margin: 10px 0px 0px 0px;
}

#Link {
	margin: 5px 5px 5px 0px;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
}

#Link a {
	list-style-type: none;
	text-decoration: none;
	margin-right: 12px;
	color: #FFF;	
}

div#photo {
}

div#titre-photo {
	margin: -55px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, 	sans-serif;
	color: #FFF;
	background: black;
	text-align: center;
	display: block;
	opacity: 0.75;
}

#slogan {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#slogan h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 20px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-style:italic;
	letter-spacing: 5px;
	text-align: center;
}



#pagewrap {
	width: 978px;
	max-width: 96%;
	margin: 0 auto;
}
.wrapper {
	overflow: hidden;
}

/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 10px;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 769px) {
	/* grid4 */
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to 2-column */
@media screen and (max-width: 640px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 481px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

.normalcontent p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font: 14px Arial, Gadget, sans-serif;
	font-weight: normal;
	color: #555;
	text-align: justify;
}

.normalcontent a {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color:#333;	
	padding: 2px 2px 2px 2px;
}

.normalcontent a:hover {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding: 2px 2px 2px 2px;
	
	background-color: #2196F3;
	border-color: #2196F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.normalcontent h1:before {content:"►"}

.normalcontent h1{
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 22px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}

.home p{
	vertical-align: text-bottom;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
}
.home a {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color:#333;	
	padding: 2px 2px 2px 2px;
}

.home a:hover {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding: 2px 2px 2px 2px;
	
	background-color: #666666;
	border-color: #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}
