﻿body
{
	margin: auto;
	margin-bottom: 20px;
	height: 640px;
	width: 800px;
	background-color: #333366;
}	

#header
{
	margin: auto;
	width: 800px;
	height: 100px;
}

#menu
{
	background-color: #333366;
	margin-top: 0px;
	padding: 25px;
	padding-top: 80px;
	float: left;
	width: 100px;
	height: 600px;
}

#parag
{
	color: white;
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS";
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

.bleu
{
	color: #00ffff;
}

.rouge
{
	color: #ff0000;
}

.vert
{
	color: #00ff00;
}
 
.jaune
{
	color: #ffff00;
} 

#tbleu
{
	font-size: 1.2em;
	color: #00ffff;
}

#tvert
{
	font-size: 1.2em;
	color: #00ff00;
}

#trouge
{
	font-size: 1.2em;
	color: #ff0000;
}

#tjaune
{
	font-size: 1.2em;
	color: #ffff00;
}

p a
{
	text-decoration: none;
	font-style: italic;
}

p a:hover
{
	text-decoration: underline;
	font-style: italic;
}

#footer
{
	background-color: #333366;
	margin: auto;
	margin-top: 10px;
	margin-left: 360px;
	width: 215px;
	height: 150px; 
}

#logo_home
{
	float: left; 
}

#logo_mail
{
	float: right; 
}

#copyright
{ 
	margin-top: 30px;
	font-size: 0.7em;
	text-align: center;
}

img
 {
	border: none;
}
 
