@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #990000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a, a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#conteneur {
	margin: auto;
	margin-top: 10px;
	width: 800px;
	background: url(../images/fond1.jpg) repeat-y;
}
#top {
	height: 30px;
	background-color: #FF0000;
	background: url(../images/fondTop.jpg) no-repeat;
}
#menu {
	margin: auto 10px;
	list-style: none;
}
#menu li {
	float: left;
	width: 130pw;
	height: 30px;
}
#menu li img {
	width: 130pw;
	height: 30px;
	border: 0 none;
}
#gauche {
	float: left;
	width: 545px;
	min-height: 500px;
}
#header {
	width: 555px;
	height: 160px;
	background: url(../images/header.jpg) no-repeat;
}
#corps {
	padding: 5px 5px 10px 25px;
}
#corps p{
	padding-bottom: 0.6em;
	text-align: justify;
}
#corps h3{
	padding-bottom: 1em;
	text-align: center;
}
#corps ul {
	padding-left: 1em;
	padding-bottom: 0.6em;
}
#corps li {
	padding-bottom: 0.3em;
}
.question {
	font-style: italic;
	list-style-type: square;
	padding-bottom: 1em;
}
.reponse {
	font-style: normal;
	list-style: disc;
}
.sign {
	font-weight: bold;
	text-align: right;
}
#droite {
	float: left;
	width: 255px;
	min-height: 500px;
}
#photorenaud {
	width: 255px;
	height: 350px;
}
#photorenaud img {
	width: 255px;
	height: 350px;
	border: 0 none;
}
#txtdroite {
	padding: 10px;
}
#pied {
	clear: both;
	width: 800px;
	height: 35px;
	background: url(../images/fondPied.jpg) no-repeat;
	text-align: center;
	font-size: 0.8em;
	/*font-style: italic;*/
	line-height: normal;
	color: #ffffcc;
}
#pied a, #pied a:visited {
	color: #ffffcc;
	font-weight: bold;
	text-decoration: none;
}
#pied a:hover {
	color: #ffffcc;
	font-weight: bold;
	text-decoration: underline;
}
.nomPropre {
	font-style: normal;
	font-weight: bold;
}
