﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "comic Sans MS";
	background-image: url('../CONSTRUCTION/8636775-resume-fond-vert-avec-des-conducteurs-sur-le-circuit-imprime-illustration-seamless[1] copie.jpg');
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 620px;
}
#navigation {
	background-color: #339933;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #46C146;
	position: relative;
	font-family: "comic Sans MS";
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #339933;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Comic Sans MS";
	color: #000000;
}
/* Styles pour le titre */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	font-family: "comic Sans MS";
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #4BC24B;
	font-family: "comic Sans MS";
}
/* Styles pour le pied de page */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 1px;
	padding: 1px;
	font-family: "comic Sans MS";
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles pour les liens */
a {
	color: #00CC00;
	text-decoration: underline;
	font-family: "comic Sans MS";
}
a:hover {
	color: #00B900;
	text-decoration: underline;
	font-family: "comic Sans MS";
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}