﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	/* color: #000; */
	/* background-image: url("../imason/bleugradient.jpg"); */
/*	background-image: url("../imason/logo.jpg"); */
	/* background-repeat: no-repeat; */
}
#container {
	width: 100%;
	height: 100%;
	/* background-color: #cb8; */
/*background-image: url("../imason/bleugradient.jpg"); */
	/* background-repeat: no-repeat; */

}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #7788AA;
}
#page_content {
	position: relative; 
	/* background-image: url("../imason/bleugradient.jpg"); */ 
	/* background-repeat: repeat-y; */;
	background-color: #a7ff4f;
	/* background-color: #cb8; */
	/* background-color: #cb8; remplacer par vert pomme de fadoq*/
}	
#sidebar {
	position: relative;
	float: left;
	width: 170px;
	background-color: #a7ff4f;
	/* background-color: #cb8; * couleur d'origine à remplacer par vert/*
	/* background-image: url("../imason/bleugradient.gif");
	background-repeat: repeat; */
}
#content {
	margin-left: 170px;
	padding: 7px;
	background-color: #fff;
	background-image: url("../imason/bleugradient.gif");
	background-repeat: repeat;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #7788AA;
	}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
	color: #0033CC;
}
h1 {
	font-family: Arial Black;
}
/* Styles pour les éléments de navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #7788AA;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 3%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #96D777;
	/*background-color: #dc9; ou #96D777;changement de fond quand pointe*/
}
/* Styles pour le pied de page */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style5 {
	line-height: 115%;
	font-size: 11.0pt;
	font-family: Calibri, sans-serif;
}
.style6 {
	line-height: 115%;
	font-size: medium;
	font-family: Arial, sans-serif;
}
.style7 {
	font-size: small;
	line-height: 100%;
}
.style11 {
	font-size: small;
}
.style12 {
	text-align: center;
	font-size: small;
}
.style13 {
	font-size: x-small;
	color: #FF9900;
}
.style9 {
	border-width: 0;
}
.style19 {
	font-size: medium;
	color: #FF9900;
	font-weight: bold;
}