/*
Parametres generaux
*/

body {
	color: #F7DDD0;
	font-family: serif;
	margin: 0;
	background: #765 url(../images/background.jpg) no-repeat fixed;
	font-size: 1em;
}

* {
	margin: 0;
	padding: 0;
}

/*
Positionnement
*/
#logo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#menu {
	float: left;
	width: 230px;
	height: 100%;
	background: url(../images/menu_top.png) no-repeat;
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 10;
}

#container
{
	padding-left: 200px;
	padding-top: 150px;
	height: 100%;
	position: relative;
}

#main
{
	margin: 0 auto;
	width: 790px;
	height: 100%;
	position: relative;
}

#content {
	position: relative;
	text-align: justify;
	margin: 0 auto;
	width: 660px;
	padding: 80px 90px 50px 50px;
	z-index: 10;
	height: 100%;
	min-height: 575px;
}

#backgroundTop
{
	position: absolute;
	width: 790px;
	top: 0;
	bottom: 334px;
	background: url(../images/content_top.png) no-repeat;
	z-index: 5;
}

#backgroundBottom
{
	position: absolute;
	width: 790px;
	height: 324px;
	bottom: 10px;
	background: url(../images/content_bottom.png) no-repeat top left;
	z-index: 5;
}

#footer {
	margin: 0 auto;
	width: 740px;
	padding: 0 10px 0 50px;
}

/*
Logo
*/

h1 {
	margin: 0 auto;
	text-align: left;
}

h1 a {
	background: url(../images/logo.png) no-repeat;
	width: 750px;
	height: 200px;
	display: block;
	text-indent: -2000ex;
	overflow: hidden;
	margin: 0 auto;
}

h2 {
	font: italic 2.2em arial serif;
	letter-spacing: 0.2em;
	text-indent: 2em;
	color: #A54;
	margin: 0.8em 0;
}

h2:first-letter {
	color: #900;
}

h3 {
	clear: left;
	color: #E75;
	margin: 0.8em 0;
}

p {
	text-indent: 2em;
	line-height: 1.2em;
	margin: 0.9em 0;
}

/*
Menu
*/

#menu ul {
	padding-top:250px;
	padding-left: 1.5em;
	list-style: none;
}

#menu li {
	font: italic 1.2em serif;
	padding: 0.4em 0;
}

#menu li a {
	color: #F7DDD0;
	padding: 0.2em;
}

/*
Contenu
*/

#content a {
	color: #F7DDD0;
	padding: 0.2em;
}

#content a:hover, #menu a:hover {
	background: #F7DDD0;
	color: black;
	text-decoration: none;
}

#content li
{
	margin-left: 5em;	
}

/*
Formulaires
*/

form p {
	margin: 0.5em 0;
}

fieldset {
	margin-left: 5px;
	padding: 1em;
	border:1px solid #765;
}

label {
	clear: both;
	float: left;
	width: 150px;
	padding: 2px;
	margin: 0;
}

legend {
	padding: 0.1em 0.2em;
	border-left: 1px solid #E75;
	border-right: 1px solid #E75;
	color: #E75;
	font-size: 1em;
	text-align:right;
}

input, select, textarea {
	font-size: 1em;
	padding: 1px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #F7DDD0;
	border: 1px solid #765;
}

textarea {
	width: 42ex;
}

p.smiley img {
	margin: 0;
	padding: 0;
}

p.smileys img:hover {
	cursor: pointer;
}

/*
Livre d'or
*/

p.comment {
	border-left: 3px solid #E75;
	padding-left: 1em;
	text-indent: 0;
}

p.comment_title {
	background: #E75;
	text-indent: 3em;
	font-weight: bold;
	color: #444;
	margin: 0.8em 0;
}

p.comment_title span {
	color:#666;
	font-style: italic;
	font-size: 0.8em;
}

/*
Footer
*/

#footer p {
	margin: 0;
	padding: 0.2em 0;
	text-align: right;
}
