﻿@import url('layout.css');
body {
	margin: 0 0%;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
}
/* Styles pour les balises DIV */
#container {
	border: 5px solid #593924;
    background-image: url('style2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CEB68A;
	margin-top: 10px;
}
#masthead {
/* 	border-left: medium solid #593924; */
	background-color: #CEB68A;
	background-image: url('style1.jpg');
	padding: 20px 0px 0px 0px;
	}
#navigation {
/*	border-left: medium solid #593924; */
	margin-left: 160px;
	background-image: url('style3.jpg');
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
#content_container {
	background-color: #CEB68A;
	padding: 0px;
/*	border-left: medium solid #593924; */
}
#column_left {
	float: left;
}
#column_right {
	padding-top: 75px;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #CEB68A;
	color: #666666;
	border-top: 1px solid #593924;
/*	border-left: medium solid #593924; */
	height: 25px;
}
/* Styles pour le titre */
#masthead h1 {
	margin-bottom: 0;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #006600;
	margin-bottom: 0px;
}
#masthead a {
	color: #006600;
	text-decoration: none;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	margin-left: 0px;
	list-style-type: none;
	line-height: 25px;
}
#navigation li {
	float: left;
	line-height: 25px;
}
#navigation a {
	padding: 4px;
	text-decoration: none;
	line-height: 25px;
	border-left-color: #593924;
	border-left-style: solid;
	border-left-width: 2px;
}
#navigation a:hover {
	text-decoration: none;
	line-height: 25px;
	color: #800000;
}

/* Styles pour la colonne de droite */
#column_right h4 {
	color: #3F58BC;
	margin-top: 0px;
}
#column_right p {
	color: #444444;
	margin-top: 0px;
}
#column_right a {
	color: #677BCB;
}
#column_right a:hover {
	color: #FF9933;
}
/* Styles pour la colonne de gauche */
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #006600;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #006600;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #006600;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	line-height: 31px;
}
p {
	color:#006600;
	
}
/* Styles pour le pied de page */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: center;
}
#copyright {
	float: right;
	text-align: center;
/*	border-left: medium solid #593924; */
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}