@font-face {
	font-family: 'Open Sans';
	src: url('fonts/opensansregaular.ttf')
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('fonts/opensanscondensedbold.ttf')
}

p, ul, ol, table {
	font-family: 'Open Sans', sans-serif;
}

.italic {
	font-style: italic;
}

.jutificationdroite {
	text-align: right;
}

.normal {
	font-style: normal;
}

.barre {
	text-decoration: line-through;
}

.bold {
	font-weight: bold;
}

/********* MAQUETTE ************/

html {
	background-color: none;
}

body {
	width: 1010px;
	min-height: 900px;
	position: relative;
	margin: auto;
	padding: 0px;
}

/********* HEADER **************/

header {
	display: block;
	width: 1010px;
	height: 250px;
	background-image: url(images/header.jpg);
	background-size: 100%;
	text-align: center;
	padding: 10px;
	border: solid #112629 3px;
	font-size: 1.25em;
	text-shadow: 0px 0px 5px white;
}

header h1, header h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin: 20px;
}

header h1 {
	font-size: 62px;
	color: #112629;
}

header h2 {
	font-size: 54px;
	color: #112629;
}

header a {
	text-decoration: none;
	color: #112629;
}

header a:hover {
	color: white;
}
/*
.logoleft {
	height: 154px;
	display: block;
	float: left;
	vertical-align: top;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 4px white;
}

.logoright {
	height: 154px;
	display: block;
	float: right;
	vertical-align: top;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 4px white;
}*/

/*********** ASIDE *************/

aside {
	display: block;
	float: left;
	width: 193px;
	padding: 5px;
	margin-top: -3px;
	margin-bottom: 5px;
	margin-right: -193px;
	background-color: #20484e;
	border: solid #112629 3px;
}

.navigationaside {
	padding: 0px;
	margin-right: -193px;
}

.navigationaside li {
	color: #c5dee8;
	display: block;
	margin-bottom: 7px;
	font-size: 1.2em;
}

.navigationaside li:hover {
	background-color: white;
	color: #112629;
}

.navigationaside a {
	display: block;
	text-decoration: none;
	color: white;
}

.navigationaside a:hover {
	background-color: white;
	color: #112629;
}

.recherchegoogle {
	background-color: #20484e;
	width: 183px;
	border: none;
}

/************* MAIN ***************/

main {
	display: block;
	width: 824px;
	position: relative; top: 0px; left: 206px;
	padding: 0px;
	margin-top: -3px;
	background-color: #c5dee8;
	border: solid #112629 3px;
}

article {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 50px;
}

table {
	border-collapse: collapse;
	background-color: #e1eff5;
	margin-bottom: 15px;
	width: 790px;
}

.legende {
	width: auto;
}

.chapo {
	font-size: 1.1em;
	font-weight: 700;
}

.chapo:first-letter {
	font-size: 295%;
	margin-top: -12px;
	margin-bottom: -15px;
	float: left;
	border-collapse: collapse;
}

table td {
	border: solid #112629 2px;
	min-width: 45px;
}

table tr td:first-child {
	font-weight: bold;
}

table thead {
	text-align: center;
	font-weight: bold;
}

.calendrier {
	width: 790px;
}

.calendrier tr td:first-child {
	font-weight: normal;
}

.calendrier thead {
	font-weight: bold;
}

main h1, main h2, main h3 {
	font-family: 'Open Sans', sans-serif;
}

main h1 {
	font-size: 2em;
	font-weight: 700;
}

main h2 {
	font-size: 1.8em;
	font-weight: 300;
}

main h3 {
	font-size: 1.4em;
	font-weight: 200;
}

main a {
	text-decoration: none;
	color: black;
}

main a:hover {
	background-color: white;
}

ul {
	list-style: square;
}

.celluleverte {
	background-color: #6dcc6d;
}

.cellulejaune {
	background-color: #facd5c;
}

.cellulerouge {
	background-color: #ff7777;
}

.logo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 3px white;
}

.mosaique {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mosaique img {
	display: inline-block;
	vertical-align: center;
	height: 150px;
	margin: 10px;
}

.mosaique a:hover {
	background-color: rgba(255, 255, 255, 0);
}

.imagecentre {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.imagecentre img {
	width: 60%;
}

.imagedroite {
	display: block;
	float: right;
	height: 150px;
	margin-left: 10px;
}

.imagegauche {
	display: block;
	float: left;
	height: 150px;
	margin-right: 10px;
}

.paragrapheimage {
	display: block;
	width: 100%;
	min-height: 160px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid #112629 1px;
}

.trombinoscope {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100px;
	min-height: 150px;
	margin: 3px;
}

.trombinoscope img {
	display: block;
	position: relative; top: 0px; left: 0px;
	width: 100px;
	height: 75px;
}

.trombinoscope p {
	display: block;
	width: 100px;
	min-height: 75px;
}

.recherchegoogle {
	display: block;
	width: auto;
	margin-top: 100px;
}

/************* FOOTER *************/

footer {
	width: 1010px;
	display: block;
	position: relative; top: 0px; left: -10px;
	margin-top: 100px;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #20484e;
	padding: 5px;
	border: solid #112629 3px;
}

.colonne {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	color: #c5dee8;
	font-size: 1em;
}

footer a {
	display: block;
	margin: 0px;
	font-style: normal;
	color: white;
	text-decoration: none;
}

footer a:hover {
	background-color: white;
	color: #112629;
}
