﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	width:1024px;
}

#conteneurLogo {
	left: 0px;
	top: 0px;
	width:1024px;
}

#container {
	height: 100%;
	left: 0px;
	background-color: green;
	margin-left:0px;
}
#masthead {
	width:1024px;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
}
#page_content {
	position: relative;
}
#content {
	margin-left: 0px;
	padding: 10px;
	color: white;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	color: white;
	text-align: center;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
#CoinGauche p{
	width: 200px;
	height:600px;
}
#	 p{
	margin-left: 100px;	
	margin-right: 300px;
	color: yellow;
}
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;
}
h1 {
	font-family: Arial Black;
}
/* Styles pour le pied de page */
#footer p {
	font-size: medium;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}