/* Styles principale */
*{
   font-family: Calibri,"droid sans", OpenSansRegular,  sans-serif, arial;
   font-family: Helvetica,Arial,Tahoma,Sans-Serif;
}

body{
	background: url(../images-site/fond.jpg) no-repeat;
	background-color: #4382AB;
	background-size: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.90em;
}
img {
	border-width:0px;
}

/* Positionnement bloc Header */
header{
	width: 1270px;
	margin: auto;
	position: relative;
}

header a,
footer a{
	font-weight: normal;
	text-decoration: none;
}

header a:hover,
footer a:hover {
	text-decoration: underline;
}

/* titre */
header h1{
	width:460px;
	font-size: 1.4em;
	text-align: center;
	margin: 5px;
}

header h1 a{
	border-width: 0px;
	color: #606060;
	text-decoration : none;
}

header h1 img{
	width: 100%;
}

/* pub */
body .sponsor-top .v4-banner-reactive {
	height: 90px;
	max-width: 728px;
	position: absolute;
	top: 10px;
	right: 10px;
	left: 520px;
}

body .sponsor-bot .v4-banner-reactive {
	width: 100%;
	background-color: #4382AB;
	min-width: 320px;
	height: 60px;
	bottom: 0px;
	position: fixed;
	z-index: 999;
	text-align: center;
	margin: auto;
}

footer .sponsor-max{
	margin: 10px;
}

body .sponsor-bot{
	display : none;
}

/* barre de recherche */
header #bd-header-search{
	position: relative;
	margin-left: 60px;
	background: #FFF0CB;
	border: 1px solid #A68534;
	height: 22px;
	width: 350px;
}

header #bd-header-search #search-button{
	position: absolute;
	right: 0px;
	width: 22px;
	height: 22px;
	background:  url(../images-site/bt-search.png) no-repeat;
	background-color: #FFF0CB;
	border-width: 0px;
	padding: 0px;
	cursor: pointer;
}

header #bd-header-search #search-input{
	position: absolute;
	left: 0px;
	width: 320px;
	height: 22px;
	background-color: #FFF0CB;
	border-width: 0px;
	padding: 0px 3px;
}

/* menu Forum & contact */
header #button-menu-mobile{
	display: none;
}

header #bd-header-link{
	position: absolute;
	right: 35px;
	top: 114px;
}

header #bd-header-link a{
	color: #D64834;
	text-decoration: underline;
	font-size: 1.5em;
}

/* menu de navigation */
header nav{
	height: 35px;
	margin: 5px 0 1px 0;
	position: relative;
	width: 1268px;
	z-index: 100;
}

header nav ol{
	padding: 0;
	margin: 0;
}

header nav ol li{
	float: left;
	list-style: none;
	margin-left: 6px;
}

header nav ol li a{
	border-radius : 4px 4px 0 0;
	border: 1px solid #bc8b22;
	padding: 0 13px 0 13px;
	line-height: 35px;
	font-size: 1.3em;
	display: block;
	color: #4382AB;
	background: #ffc451; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc451 0%, #ffbc2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc451), color-stop(100%,#ffbc2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc451 0%,#ffbc2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc451 0%,#ffbc2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc451 0%,#ffbc2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc451 0%,#ffbc2e 100%); /* W3C */
}


header nav ol li a.selected{
	background: #cd9a2f;
	color : #fff;
}

header #social-buttons {
	position: absolute;
	top: 118px;
	left: 430px;
	height: 22px;
}

header #social-buttons iframe{
	vertical-align: top;
}

/* footer */
footer{
	margin: auto;
	width: 1270px;
	text-align: center;
}

footer a{
	color: #FFF0CB;
	font-size: 1.3em;
}

footer #copyright{
	color: #FFF0CB;
	font-size: 1.2em;
}

footer #visiteurs-map img{
	width : 50px;
}

/* image screen */
#image-screen{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	z-index : 999;
}

#image-screen #image-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}

#image-screen #image-content{
	position: absolute;
	padding: 10px;
	width: 800px;
	top: 20px;
	max-height: 90%;
	border: 1px solid #A64834;
	background: white;
	text-align: center;
}

#image-screen #image-content p{
	font-size: 1.4em;
	margin: -5px 0 5px 0;
	padding-top: 10px;
}

#image-screen #image-content a{
	color : #A64834;
	cursor: pointer;
	text-decoration: underline;
}

#image-screen #image-content a:hover{
	font-weight: bold;
}

#image-screen #image-content img{
	max-width: 100%;
	max-height: 90%;
}

/* style commun des pages */


/* Page content */
#content {
	position: relative;
	margin: 0 auto;
	width: 1270px;
	background : #FFF;
	display: block;
}

.page{
	border: 1px solid #bc8b22;
	box-shadow: 3px 3px 6px #555;
	padding: 20px 50px;
	position: relative;
	display	: block ;
	font-size : 1.2em;
	color: #444;
}

.page a{
	color: #4475cc;
}

.page a:hover{
	text-decoration: underline;
	font-weight: bold;
}

#page-404 .content-404 {
	margin: auto;
	width: 460px;
}

.page .logo404 {
	background: url(../images-site/404.png) no-repeat;
	height: 128px;
	width: 128px;
	display: block;
	float:left;
	margin-right: 10px;
}

.page h1{
	margin: 10px auto;
	text-align: center;
	max-width: 600px;
	font-size: 1.7em;
}

.page .alerte{
	color: #D64834;
	font-weight: bold;
	font-size : 1.2em;
}

.page nav{
	margin: 20px auto 10px auto;
	width: 240px;
	background: #FFF0CB;
	position: relative;
	border: 1px solid #A68534;
}

.page #sommaire-nav{
	padding: 0;
	position: relative;
}

.page #sommaire-nav li{
	list-style: none;
	margin : 5px auto;
	position: relative;
	text-align: center;
}

.page #sommaire-nav li a{
	color : #D64834;
}

.page h2 {
	font-size : 1.4em;
	margin: 2em 0 0.4em 0;
}

.page p {
	text-align : justify;
}

.page ul li{
	text-align: justify;
}

.page .social-buttons{
	position: relative;
	text-align: center;
	font-size: 1em;
	vertical-align: middle;
	margin-top: -10px;
}

.page .social-buttons iframe{
	display: inline;
}

.fil-ariane{
	font-size: 0.8em;
	font-weight: bold;
}

.page#page-forum .erreur{
	color: red;
}

.page#page-forum .valide{
	color: green;
}

.page#page-forum .tableau{
	margin: auto;
	border: 1px solid #A8C;
	max-width: 100%;
}

.page#page-forum .tableau th{
	background-color: #D4D4D4;
	font-weight: bold;
}

.page#page-forum .tableau td{
	border-top: 1px solid #A8C;
	padding: 15px;
}

.page#page-forum .tableau .nomTheme a{
	font-weight: bold;
	text-decoration: none;
}

.page#page-forum .tableau .nbSuj {
	background-color: #EEE;
	text-align: center;
}


.page#page-forum .tableau .nomAuteur{
	background-color: #F5F5F5;
	text-align: center;
}

.page#page-forum .tableau .dateLastResp {
	background-color: #EAEAEA;
}

.page#page-forum .tableau .descTheme{
	color : #777;
	font-size: .8em;
}

.page#page-forum .formulaire {
	max-width: 600px;
	margin: auto;
	padding: 2em;
	border: 1px solid black;
}

.page#page-forum input[type=submit] {
	width: 200px;
	margin: auto;
	text-align : center;
}

.page#page-forum .message{
	margin: auto;
	max-width: 500px;
	margin-top: 2em;
	border: 1px solid black;
	padding: 0em;
	position: relative;
}

.page#page-forum .message-titre{
	position: relative;
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	margin: 0;
	color: #4382AB;
	background: #ffc451; 
	font-size: 1em;
	font-weight: bold;
	max-width: 500px;
	
}

.page#page-forum .message-contenu{
	position: relative;
	display: block;
	padding: 0.5em;
	font-size: .9em;
}

.page#page-forum .message-contenu p{
	padding-left: 0.5em;
	margin: 0;
}

.page#page-forum .message-contenu p.message-auteur{
	color: #8C8C8C;
}
	
.page#page-forum .message-reponse{
	text-align: center;
	padding: .3em;
}

#cookie-msg {
   display: block;
   position: fixed;
   height: 20px;
   top: 0;
   left: 0;
   right: 0;
   color: #4382AB;
	background: #ffc451;
   z-index: 10;
   text-align: center;
}

#cookie-btn {
   width: 20px;
   height: 20px;
   float: right;
   color: black;
   background: none;
   border-width: 0;
   margin-right: 10px;
}
