body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #FF9933;
	color: #666600;
}
#header {
	height: 240px;
	background-image: url(images/haut.png);
	background-color: #FF9933;
	padding-left: 62px;
	color: #fff;
}
#conteneur {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;
}
#centre {
	margin-left: 265px;
	margin-right: 75px;
	text-align: justify;
	padding-top: 20px;
}
#gauche {
	position: absolute;
	left:70px;
	width: 185px;
}

#pied {
	height: 150px;
	background-color: #FF9933;
	background-image: url(images/bas.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	color: #666600;
}

.menugauche {
	list-style-type: none;
	margin: 0;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #f90;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.menugauche li {
	margin-bottom: 15px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f90;
}

.menugauche li:hover {
	margin-bottom: 15px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.menugauche a {
	margin: 0 2px;
	color: #660;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF; 
}

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

p {margin: 0 0 10px 0;}

.border {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f93;
	border-right-color: #f93;
	border-left-color: #f93;
}

h1 {
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}

h2 {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-color: #666600;
	text-decoration: underline;
}

blockquote {
	color: #fff;
	background-color: #f93;
	padding: 0.8em;
	margin-top: 0.8em;
	margin-right: 1.5em;
	margin-bottom: 0.8em;
	margin-left: 1.5em;
	border: 1px dotted #660;
	text-align: center;
	font-weight: 700;
}
textarea {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	width: 100%;
	height: 10em;
	overflow: scroll;
}

.input {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	width: 100%;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
	height: 1px;
	width: 100%;
	background-color: #660;
}

input {
	margin: 3px;
}

img {
	border: none;
}

.float {
  float: left;
  width: 240px;
  text-align: justify;
  margin: 0;
}
.prefloat {
	width: 100%;
	margin-bottom: 1em;
}
.spacer {
  clear: both;
}

.from {
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	padding-rigth: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}

.comment {
	margin-bottom: 0.5em;
}

.livre {
	border: 1px dotted #E0DFE3;
	margin-bottom: 0.5em;
}