/**
For color, use only those from the Tango guidelines!
<http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines>

CSS issu des tutoriels css.alsacreations.com
*/
a {
	color: #204A87;
	text-decoration: none;
}

a:visited {
	color: #3465A4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: #CC0000; /*#A40000; */ /*#C4A000;*/;
}

h1 {
	text-align: center;
}

html,body {
	margin: 1px;
	padding: 0;
	height: 100%;
}

#logo {
	text-align: left;
}

#logo img {
	border: none;
}

#logo {
	text-decoration: none;
}

#logo:hover {
	text-decoration: none;
}

body {
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	margin: 0;
	padding: 0;
	background-color: #EEEEEC;
}

#header {
	margin-left: 150px;
	margin-right: 150px;
	height: 100px;
	background-color: white;;
}

#haut {
	margin-left: 150px;
	margin-right: 150px;
	padding: 5px;
	background-color: #D3D7CF;
}

#conteneur {
	margin: 5px;
	position: absolute;
	width: 100%;
}

#centre {
	padding: 5px;
	background-color: white;
	margin-left: 150px;
	margin-right: 150px;
}

#gauche {
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 150px;
}

#droite {
	visibility: hidden;
	position: absolute;
	right: 0;
	width: 150px;
}

#pied {
	padding: 10px;
	background-color: #D3D7CF;
	text-align: center;
	margin-left: 150px;
	margin-right: 150px;
}

.menuhaut {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menuhaut li {
	display: inline;
}

.menuhaut a {
	margin: 0 2px;
	font-weight: bold;
	color: #204A87;
	text-decoration: none;
}

.menuhaut a:hover {
	text-decoration: underline;
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menugauche li {
	margin-bottom: 5px;
}

.menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

.menugauche a:hover {
	text-decoration: none;
}

.menudroit {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menudroit li {
	margin-bottom: 5px;
}

.menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

.menudroit a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}