﻿@import url("layout.css");
body {
	font-family: Comic sans MS, Arial, Helvetica;
	font-size: medium;
	color: black;
	background-image: url('../images/fondsj.gif');
	background-repeat:repeat;

}
#container {
	width: 100%;
	height: 100%;
	
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-image: url('../images/bandeau.jpg');

}
#page_content {
	position: relative;
}
#sidebar {
	position: absolute;
	float: left;
	width: 153px;
	background-image: url('../images/bandeau.jpg');
	padding-bottom: 1px;
}
#content {
	margin-left: 150px;
	padding: 10px;
	}
#content table { 
    margin-left: auto; 
    margin-right: auto; 
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
}
#masthead img {
	float: right;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Verdana;
	font-size: small;
	font-style: inherit;
	color: #990033;
	text-align: center;
}
h5 {
	font-family: Verdana;
	color: #990033;
	text-align: center;
}
h4 {
	font-family: Comic sans MS, Arial, Helvetica;
	color: #990033;

}
h3 {
	font-family: Comic sans MS, Arial, Helvetica;
	font-size: x-large;
	color: #990033;
	text-align: center;

}
h2 {
	font-family: Comic sans MS, Arial, Helvetica;
	font-style: italic;
	color: #990033;
	text-align: left;
}
h1 {
	font-family: Comic sans MS, Arial, Helvetica;
	color: #990033;
}
/* Styles for Navigation */
#sidebar ul {
	border-right: 2px #990033 solid;
	border-left: 2px #990033 solid;
	border-top: 1px #990033 solid;
	border-bottom: 1px #990033 solid;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	text-align: center;
	}
#sidebar a {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	color: #9966FF;
	padding: 1 px;
	display: block;
	}
#sidebar a:hover {
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #9966FF;
	border-bottom: 1px solid #990033;
	background-color: #FFFFFF;
}
/* Styles for Footer */
#footer p {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #9966FF;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
