﻿/*BODY*/
body{
	font: 0.8em verdana, helvetica, sans-serif ;
	background-color:#FEF86C;
	margin: 0;
    text-align: center;
	color:#4C416C;
}

/*Div global */
div#global{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rtablit l'alignement normal du texte */
	padding: 5px;
}

/*Div logo*/
div#header{
	height:65px;
	background: url('../IMG/logo.jpg') no-repeat center;
}

/*Div main*/
div#main{
	/*height:600px;*/
	padding:5px 0px;
}

div#contenu{
	overflow:auto;
	height:600px;
	margin-top:10px;
}
div#div_menu_haut{
	height: 40px;
}

/*Div footer */
div#footer{
	height:25px;
	text-align:right;
	color:#778;
	line-height:25px;
}

div#header, div#main, div#footer {
	border:2px solid #4C416C;
	background-color:white;
	margin-bottom:5px;
}

/*menu haut*/
ul#menu_haut{
	padding: 5px;
	margin:	5px auto;
	border-bottom: 1px solid #778;
	list-style:none;
}

ul#menu_haut li{
	display: inline;
	margin-left: 5px;
}

ul#menu_haut li a{
	padding: 5px;
	border: 1px solid #778;
	background-color: #DDE;
	border-bottom: none;
	text-decoration: none;
}

ul#menu_haut li a:link { color: #448; }
ul#menu_haut li a:visited {	color: #667; }
ul#menu_haut li a:hover{
	color: #000;
	background-color: #AAE;
	border-color: #227;
}
ul#menu_haut li.active a{
	background-color: white;
	border-bottom: 1px solid white;
}

/* contact */
.contact{
}

.contact p, h2,h3{
	clear:both;
	margin:0;
	padding:0;
}

.contact p {
	padding-bottom:5px;
	text-align:center;
}

.contact h2 {
	text-decoration:underline;
	padding-left:15px;padding-left:15px;
	text-align:center;
}

.contact h3 {
	font-weight:bold;
	font-size:1.4em;
	padding-left:15px;
	margin-top:15px;
	background:#AAAAEE;
}

.contact dl{
	width: 100%;
}

.contact dt
{
	width: 10em;
	float: left;
	margin: 0;
	padding: .5em;
	border-bottom: 1px solid #778;
	font-weight: bold;
	clear:both;
}

.contact dd
{
	float: left;
	width: 45em;
	margin: 0;
	padding: .5em;
	border-bottom: 1px solid #778;
}


.center{
	text-align:center;
	margin:0 auto;
}