/*Plan de la page*/
body {
	background-color: white;
	color: #D00000;
	margin: auto;
	width: 760px;
}

#header {
	background:url(images/header.png) no-repeat top center;
	text-align: center;
	margin-top: 10px;
	height: 110px;
	line-height: 110px;
}

#menu {
	background:url(images/cellule.png) no-repeat top center;
	height: 35px;
	line-height: 35px;
	padding-top: 0px;
	margin-top: 10px;
	text-align: center;
}

#cellulehaut {
	background:url(images/cellulehaut.png) no-repeat top center;
	margin-top: 10px;
	height: 5px;
}

#centre {
	background:url(images/centre.png) repeat-y top center;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	text-align: justify;
}

#cellulebas {
	background:url(images/cellulebas.png) no-repeat top center;
	height: 5px;
	margin-top: 0px;
}

#bas {
	background:url(images/cellule.png) no-repeat top center;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

/*Design*/
p {
	height: 0px;
}
html>body p {
	height: auto;
}

.lettrine {
float: left;
font-size: 2.3em;

font-weight: bold;
margin-top: 1px;
margin-right: 2px;
color: black;
line-height: 1em;

background-color: transparent;
}
html>body .lettrine {
font-size: 2.4em;
}

.premierelettre {
color: black;
background-color: transparent;
}

a {
	color: #D00000;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline overline;
}

a:visited {
	color: #D00000;
	background-color: transparent;
}

img {
	border: none;
}

ul {
	margin-top: -15px;
	margin-bottom: 19px;
}
html>body ul {
	margin-bottom: 16px;
}

.textecentre {
	text-align: center;
	font-style: italic;
}

/*Tableau*/
table {
	margin: auto;
}

.video {
	text-align: center;
	font-style: italic;
}
/*Fin tableau*/

/*Formulaire*/
input, textarea {
	border: 1px solid black;
	background-color: white;
	color: #D00000;
}

.valid {
	margin-left: 140px;
	border: 1px solid black;
	background-color: white;
	color: #D00000;
}
/*Fin formulaire*/