﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('images/fond1.jpg');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("images/fond1.jpg");
	background-repeat: no-repeat;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 1100px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 1100px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 20px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 20px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Titre */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Colonne de droite */
#column_r img {
	border: 1px solid #808080;
}
/* Typographie du site */
h1 {
	font-size: x-large;
	color: #800080;
	text-decoration: underline;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h4 {
	font-size: medium;
	color: #c77;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
.auto-style10 {
	border-collapse: collapse;
	border: 1px solid #800080;
}

.auto-style12 {
	border-width: 0px;
}
.auto-style26 {
	text-align: center;
	border: 1px solid #000000;
	background-color: #99CC99;
}
.auto-style208 {
	font-size: x-large;
	text-align: center;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	background-color: #CCDDCC;
}
.auto-style218 {
	text-align: center;
	border: 1px solid #000000;
	background-color: #FFFF00;
}
.auto-style219 {
	text-align: center;
	border: 1px solid #000000;
	background-color: #FF0000;
}
.auto-style220 {
	text-align: center;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}
.auto-style221 {
	text-align: left;
	border: 1px solid #000000;
	style="width: 318px" height="28";
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

.auto-style238 {
	border-collapse: collapse;
	border: 1px solid #800000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	font-weight: bold;
}
.auto-style239 {
	border-collapse: collapse;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
}



    
#footer p {
	font-size: x-small;
	color: #c77;
}






    
#footer p {
	font-size: x-small;
	color: #c77;
}

    
/* Pied de page */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Liens */
a {
	color: #800080;
	text-decoration: underline;
	background-color: #EFE2FC;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style_center {
	text-align: center;
}

.style_left {
	text-align: left;
}