@charset "utf-8";
/* 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/ 
*/
img, object, embed, video {
	max-width: 100%;
}

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

body {
	background:#ccc;
}



 h1 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	/*line-height: 25px;*/
	letter-spacing: 0.3em;
	color: #058BB4;
	text-align: center;
	border-radius: 10px;
}



h2 {
	margin-bottom:10px;
	color: #2793dc;
	font-size: 1.3em;
	font-weight:bold;
  	text-align:center;
  	letter-spacing: 0.1em;
	/*text-shadow: 1px 1px 2px #101010, 0 0 1em #444, 0 0 0.1em #333;*/
}

#Header img {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#Art1 img, #Art2 img, #Art3 img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 1px 10px 2px black;
	-webkit-box-shadow: 1px 1px 10px 2px black;
	-moz-box-shadow: 1px 1px 10px 2px black;
}

.gridContainer {
	margin-top:2px;
	margin-bottom:10px;
-webkit-box-shadow: 2px 2px 10px 4px #5F5F5F;
	box-shadow: 2px 2px 10px 4px #5F5F5F;
}



#Header {
	height: 180px;
	background-color: #444;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-image: url(pictures/fond_header.png);
}
.head_g {
	display: block;
	float: left;
	color: #c3c3c3;
	margin-top: 30px;
	padding-left: 4px;
	font-weight: bold;
	text-align: left;
	width: 50px;
}

.head_d {
	position: relative;
	float: right;
	margin-top: 30px;
	padding-right: 4px;
	color: #c3c3c3;
	font-weight: bold;
	text-align: right;
	min-width: 50px;
}


.logo_desc {
	text-align: center;
	position: relative;
	display: block;
	font-size:1.1em;
	font-weight: normal;
	line-height: 1.5em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 0em;
	width: 100%;
	margin-left: 0;
	color: #E7F4FC;
	text-shadow: 1px 1px #3A3A3A;
}


#Menu {
	min-height: 40px;
	background: #222 url(images/fond_menu.jpg) top left repeat-x;
	color: #fff;
}
#Menu span {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #E7F4FC;
	font-size: 11px;
}


#Main {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 300px;
	background-repeat: repeat-y;
	background-size: contain;
}

#Main .Titre_page {
	margin-top: 30px;
	margin-bottom: 80px;
	position: relative;
	display: block;
	text-align: justify;
	border-radius: 10px;
	font-size: 1.2em;
	-webkit-box-shadow: 1px 2px 4px 2px #808080;
	box-shadow: 1px 2px 4px 2px #808080;
	color: #6E6E6E;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e7e7e7;
	padding-top: 2px;
	padding-bottom: 20px;
}



#Footer {
	background-color: #444;
	color: #E7F4FC;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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;
}

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


/* Mobile Layout: 480px and below. border: 1px solid red;*/
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	padding-left:0;
	padding-right: 0;
	clear: none;
	float: none;
}
/*#Header {
	height: 180px;
	background-color: #444;
	background-repeat: no-repeat;
	background-image: url(images1/fond_header.jpg);
	background-size: cover;
	background-position: center top;
}*/
.head_g {
	padding-top:1px;
	font-size: 0.9em;
}
.head_d {
	padding-top:1px;
	font-size: 0.9em;
}

#Menu {
	
}
#Main {
	min-height: 450px;
}
#Art1 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#Art1 img {
	border-radius: 8px;
	border: thin solid #000;
	margin-left: auto;
	margin-right: auto;

}

#Art2 {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}
#Art2 img {
	border: thin solid #000;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}

#Art3 {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}


#Art1 span, #Art2 span, #Art3 span {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 0px solid green;
	witdh: 98%;
	padding: 0 2%;
	text-align: justify;
}


#Footer {
	height: 100PX;
	background-image: url(pictures/fond_footer_accueil.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.copyright {
	margin-top: 25px;
	margin-bottom: auto;
	max-height: none;
	text-align: center;
	line-height: 1.5em;
	background-image: url(url);
}
#Cat_A {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 90.675%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-bottom:10px;
}
#Header {
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-color: #444;
	background-image: url(pictures/fond_header.png);
}
.head_g {
	margin-top:28px;
	font-size: 1.1em;
}
.head_d {
	margin-top:28px;
	font-size: 1.1em;
}
.logo_desc {
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-size: 1.2em;
	color: #E7F4FC;
	font-weight: normal;
	line-height: 1.4em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px #3A3A3A;
}
#Menu {
	max-height: 40px;
}
#Menu span {
	font-size: 1.2em;
}

#Nav {
}
#Main {
	min-height: 450px;
}
#Main.Titre_page   {
	max-width: 500px;


}

#Art1 {
width: 100%;
}
#Art2 {
width: 100%;
clear: both;
margin-left: 0;
}
#Art3 {
width: 100%;
clear: both;
margin-left: 0;
}
#Art1 span, #Art2 span, #Art3 span {
	witdh:auto;
	max-width:400px;
	padding: 0 2%;
	text-align:justify;
}

#Footer {
	height: 100px;
}
.copyright {
	text-align: center;
}
#Head_top {
}
#Cat_A {
}
.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 {
	width: 88.5%;
	max-width: 1024px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	margin-bottom:10px;
}
#Header {
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-color: #444;
	background-image: url(pictures/fond_header.png);
}

.head_g {
	font-size: 1.1em;
}
.head_d {
	font-size: 1.1em;
}

#Header .logo {
	position: relative;
	left: 0%;
	margin-left: auto;
	margin-right: auto;
}

.logo_desc {
	width: 100%;
	position: relative;
	display: block;
	left: auto;
	right: auto;
	text-align: center;
	font-size: 1.3em;
	color: #E7F4FC;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px #3A3A3A;
}

#Menu {
	max-height: 40px;
}
#Main {
	min-height: 450px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	width: 95%;
	padding-bottom: 60px;
}

#Art1 img, #Art2 img, #Art3 img {
	width: 85%;
}

.Titre_page   {
	max-width: 77%;


}


#Art1 {
width: 32.2033%;
}
#Footer {
	height: 100PX;
}
.copyright {
	text-align: center;
}
#Art2 {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#Art3 {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#Head_top {
}
.head_g {
}
.head_d {
}
#Cat_A {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}


.bouton_bk a {
	display:block;
	width:60px;
	margin: 0px auto;
	text-align:center;
	text-decoration:none;
	padding:4px 6px;
font-weight: normal; font-size: 12px; font-family: verdana, tahoma,sans-serif;
color:#333; 
border:1px double #777; 
cursor: pointer; 
background:#ddd ;
/*border-radius:5px 5px 5px 5px ; -moz-border-radius: 5px 5px 5px 5px ; -webkit-border-radius: 5px 5px 5px 5px ; -o-border-radius: 5px 5px 5px 5px;*/
}

.bouton_bk a:hover, 
.bouton_bk a:focus,
.bouton_bk a:active,
.bouton_bk a:disabled
 {
font-weight: normal; font-size: 12px; font-family: verdana, tahoma,sans-serif;
border:1px solid #999;
color:#333;
background:#eef7fd;
} 

.btn {
	display:block;
	width:25px;
	margin: 3px 0px;
	font-size: 12px;
	color:#fffb8d;
	padding: 0px 10px 2px ;
  	-webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;
	border:1px solid #d3b67a ; /*width:f1d59c 70px; height: 30px; */
	background-color: #900/*c96402 #900*/ ;
	text-decoration:none;
}

.btn:visited { color:#fffb8d; }

/*.btn : {
border:1px solid #0066FF;
color:#336699;
background-color:#E8F1FF;
} 
*/
.btn:hover,
.btn:focus,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ccc;
  background-color: #c00/*e07002*/;
  
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
