﻿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: 460px;
}

.ptilien
{
	font-family: "Trebuchet MS";
	text-decoration: none;
	color: white;
}
.ptilien:hover
{
	font-family: "Trebuchet MS";
	text-decoration: underline;
	font-style: italic;
	color: yellow;	
}

#corps
{
	background-color: #333366;
	margin: auto;
	height: 400px;
	width: 340px;
	margin-top: 20px;
}

#corps img
{
	margin-left: 40px;
	margin-top: 10px;
}

#coordonnees_accueil
{
	color: white;
	font-family: "Trebuchet MS", georgia, serif;
	text-align: center;
}

.sign
{
	font-size: 2em;
	font-weight: bold;
}

.charles
{
	font-size: 1.5em;
}

.tel
{
	font-size: 1.5em;
	font-weight: bold;
}

#footer
{
	background-color: #333366;
	margin: auto;
	margin-top: 10px;
	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;
 }





















