@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0;
	padding: 0;}
	
#maincontent {
	margin: auto;
	width: 960px;
	height: 720px;}
	
header {
	height: 200px;
	background-image: url(img/header.jpg);
	background-repeat: repeat-x;
	padding: 0px 30px;}
	
#header-left, #header-right {
	float: left;}
	
#content-left, #content-right {
	float: left;
	width: 50%;
	min-height: 300px;
	padding: 20px 0px}
	
#header-left {
	width: 72%;}
	
#header-right {
	width: 28%;
	height: 200;
	text-align: center;
	padding-top: 25px;}
	
#content {
	background-image: url(img/body.jpg);
	background-repeat: repeat-y;
	font-size: 0.875em;
	padding: 20px 40px;
	/* correction affichage bloc accueil */
	min-height: 270px;}
	
#flexbox {
	/* border: 1px solid black; */
	display: flex;}
	
.columns {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	list-style-type: none;}
	
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-family: 'Averia Sans Libre', cursive;}
	
h1, h2, h3 {
	color: #fff;
	margin: 0;}
	
h1 {
	padding-top: 30px;}
	
h2 {
	padding-bottom: 30px;}
	
h3 {font-size: 0.875em;}

h4 {color: #027896;
	font-size: 1.500em;
	margin: 0;}

h5 {
	background-color: #CCEAF1;
	padding: 5px;}
	
a {color: #027896;}
a:hover {color: #33A8C5;}
	
footer {
	height: 75px;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 30px;}
	
footer, .foot {
	text-transform: uppercase;
	font-size: 0.625em;}
	
footer, footer a {
	color: #fff;
	text-decoration: none;}
	
footer a:hover {
	color: #fff;
	text-decoration: underline;}
	
.foot {
	text-align: right;}
	
/* navigation */

#nav ul {
	padding: 0;
	list-style-type: none;}
	
#nav li {
	float: left;
	font-size: 0.875em;}
	
#nav a {
	text-transform: uppercase;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	color: #fff;
	width: 150px;
	text-align: center;
	line-height: 50px;
	border-bottom: 5px solid rgba(255, 255, 255, 0.5);}
	
#nav a:hover, #nav li:hover a {
	color: #027896;
	background-color: #fff;
	border-bottom: 5px solid #027896;}
	
.spacer {
	margin-right: 5px;}
	
#nav li {
	position:relative;}
	
/* menu déroulant */
	
#nav ul.seances li {
	/*float: none;*/}
	
#nav ul.seances {
	font-size: 0.813em;
	position: absolute;
	top: 54px;
	left: -1500px}
	
#nav ul li:hover ul {
	left: 0;}
	
#nav ul.seances a {
	background-color: #027896;
	color: #fff;
	border-bottom: 1px solid #fff;}
	
#nav ul.seances a:hover {
	background-color: #98D3E1;
	color: #027896;}
	
/* page accueil */
	
#bloc {
	width: 25%;
	text-align: center;}
	
#bloc img {
	border-radius: 100px;
	opacity: 0.5;
	border: 4px solid #027896;}
	
#bloc img:hover {
	opacity: 1;}