/* Generated by Notepad++ */

* {
margin:0;
padding:0;
}
img {
border:none;
}
body {
background-image:url('background.png');
background-repeat: repeat-y;
font-family: Arial,Helvetica,sans-serif;
font-size:small;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
input {
	border:1px solid red;
}
textarea {
	border:1px solid red;
}

/* en-tête 
========*/

div#bandeau {
	width:100%;
	background-color:#d5d5d5;
	height:90px;
}
div#bandeau h1 {
	color: #ea0000;
	font-size: x-large;
	font-weight: Bold;
	padding-top: 20px;
}

/* Menu
=======*/

div#menu {
	margin-top:1em;
	width:145px;
	float: left;
	color:#ffffff;
}
div#menu a {
	color: #ffffff;
}
div#menu p {
	position: relative;
	top: 120px;
	font-size: x-small;
	text-align: center;
}
div#menu li {
	font-weight:bold;
	text-align:right;
	list-style-type:none;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 10px;
	padding-bottom: 2px;
}
div#menu li a {
	text-decoration:none;
}
div#menu li a:link {

}
div#menu li a:visited {
	padding-bottom: 2px;
}
div#menu li a:hover {
	background-color: #ea0000;
	position: relative;
	left: 15px;
	padding-bottom: 2px;
	padding-right: 5px;
}
div#menu li a:active {
	padding-bottom: 2px;
}

/* Contenu
=========*/

div#contenu {
	width:770px;
	margin:0 40px 0 190px;
/*	background-color:#fff000;*/
}
div#contenu h2 {
	font-size:medium;
	color:#ea0000;
	border-left: 1px solid #ea0000;
	padding-left: 10px;
	margin: 45px 0 50px 0;
}
div#contenu h3 {
	font-size:1.5em;
	color:#000000;
	margin: 0 0 .5em 0;
}
div#contenu h4 {
	font-size:1em;
	color:#000000;
	margin: 0 0 .5em 0;
}
div#contenu hr {
	margin:1em 0 1em 0;
}
div#contenu a {
	text-decoration:none;

}
div#contenu a:link {
	color: #000;
}
div#contenu a:visited {
	text-decoration:none;
	color: #000;
}
div#contenu a:hover {
	text-decoration:underline;
}

div#contenu li {
	font-weight:bold;
	text-align:left;
	list-style-type:none;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 10px;
	padding-bottom: 2px;
}
div#contenu p {
	margin:0 0 .5em 0;
}

#galerie img{
	border: 1px solid #ea0000;
}
#galerie table {
	width: 100%;
}
#galerie td {
	font-size: .7em;
	text-align: center;
}

/* classes de test
==================*/

.legend {
	font-size:.8em;
	font-style:italic;
	color: gray;
	text-align:center;
	padding-bottom:1em;
}
.center {
	text-align:center;
}