@charset "utf-8";



/*Shaun Inman’s Global Reset*/
body, div, dl, dt, dd, ul,  pre, 
form, fieldset, input, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, th, var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
a, ins {
	text-decoration: none;
}
/*****/

body {
	background: url(../img/bg_2.jpg) no-repeat fixed bottom;
}
header,
nav,
section,
footer {
	display: block;
}
#conteneur {
	height:100%;
	max-width:1024px;
	margin:auto;
	-moz-box-shadow: 0 3px 12px #000;
	-webkit-box-shadow: 0 3px 12px #000;
	box-shadow: 0 3px 12px #000;
}
header {
	background: url(../img/menuHaut.png) no-repeat;
	min-height:119px;
	margin-top:45px;
}
#logo {
	float: left;
}
#logo img {
	padding:10px;
	margin-left:40px;
	cursor:pointer;
}
header nav {
	float:right;
	margin:45px 115px 0 0;
}
header nav a,
header nav span {
	padding-left:30px;
}
header nav a {
	width:125px;
}
div#banniere {
	background: url(../img/banniereFond.png) no-repeat;
	width:100%;
	height:260px;
}
/*div#contenu{*/
section {
	background-color:#FFF;
	width:100%;
	padding-bottom:60px;
	padding-top:50px;
}
footer {
	width:100%;
	height:70px;
	background: url(../img/menuBas.png) no-repeat;
	padding-top:15px;
	padding-bottom:15px;
}
footer a {
	vertical-align:middle;
}
.menuFooter li {
	font-size:10pt;
}
.menuFooter {
	float:left;
	padding-left:50px;
}
h1 {
	text-indent:80px;
	font-size:24pt;
	background: url(../img/arrow.png) no-repeat left;
}
h1,h2,p {
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}
ul,li {
	padding-left:40px;
}
h1,h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
p,li,
nav a, nav span {
	font-family:Verdana, Geneva, sans-serif;
	line-height:16pt;
}
ul.liste {
	list-style:disc;
	padding-left:60px;
}
ul.liste li a {
	color:#000;
}


/* ------------ Changement d'état de liens ----------------*/
a:link,a:visited {
	color:#fff;
}
a:hover {
	color:#bec2cc;
}
a:active,
li.active,
header span, .p-acc .a-acc, .p-mec .a-mec, .p-rem .a-rem, .p-pne .a-pne, .p-con .a-con {
	color:#f20c0c;
}

/* ------------------ CSS bannière jQuery -------------- */

#myController { font-family: Verdana, Geneva, sans-serif; padding:2px 0;  width:1025px; background:#767cac; }  
#myController span.jFlowSelected { background:#f20c0c;margin-right:0px; }  
  
.slide-wrapper { padding: 5px; }  
.slide-thumbnail { float:left; }  
.slide-thumbnail img {max-width:400px; padding-left:32px; }  
.slide-details { width:550px; float:right; margin-left:10px;}  
.slide-details h2 { font-size:1.5em; font-weight:normal; line-height: 1; margin:0; }  
.slide-details .description { margin-top:10px; font-family: Verdana, Geneva, sans-serif; font-size: 11pt; } 
  
.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }  
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #43A0D5; } 

#imageLong {
	padding-left:130px;
}

/* ---------- Intégration mobile ----------*/

@media screen and (max-width: 1023px) { 

header, footer {
	 background:none; 
	 background-color:#6c749c;
	 background: -webkit-linear-gradient(#6c749c, #39447f); /* For Safari 5.1 to 6.0 */
  	 background: -o-linear-gradient(#6c749c, #39447f); /* For Opera 11.1 to 12.0 */
 	 background: -moz-linear-gradient(#6c749c, #39447f); /* For Firefox 3.6 to 15 */
  	 background: linear-gradient(#6c749c, #39447f); /* Standard syntax */
}

nav span, nav a {
	display: block;
}

header nav {
	float:none;
	text-align: center;
	margin:0;
}

header a {
	width:100%!important;
	padding:0 0 10px 0!important;	
}

header img {
	display:block;
	margin:20px auto!important;
	padding:0!important;
}

#banniere {
	display:none; 
}


}
