html, body{
	margin : 0px;
	padding : 0px;
	background-image:url(../imgs/bg4.gif);
	background-repeat:repeat-x;
	background-color:#360c0c;
}

.container{
	width : 650px;
	position : absolute;
	top : 15px;
	left : 50%;
	margin-left : -325px;
}

.header{
	height : 200px;
	width : 650px;
	background-image: url(../imgs/header.jpg);
}

.footer{
	height : 100px;
	width : 650px;
	background-image: url(../imgs/footer.jpg);
	margin-top : 15px;
}

.corps{
	width : 636px;
	margin-top : 15px;
	border-bottom : 2px solid black;
	border-right : 2px solid black;
	border-top : 2px solid #c6826d;
	border-left : 2px solid #c6826d;
	padding-left : 10px;
	background-image:url(../imgs/bg3.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #7b0a0a;
}

a{
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color : black;
	font-size: 10pt;
}

a:hover{
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color : #a52626;
	font-size: 10pt;
}

.lien{
	text-decoration: underline;
}

.menu{
	padding : 10px;
	margin : 15px;
		border : 1px solid #7B0A0A;
	background-color: #eeeeee;
	width : 300px;
}

.petit{
	text-align: right;
	padding : 5px;
}

.gal{
	width : 150px;
	padding : 10px;
	margin : 15px;
	border : 1px solid #7B0A0A;
	background-color: #eeeeee;
}

form#login{
	width: 290px;
	margin: 1em auto;
	padding: 4px;
	background-color: #ccc;
	border: 1px black dashed;
}
form#login h1{
	font-size: medium;
	text-align: center;
	background-color: #fff;
}
form#login #fields{
	text-align: right;
}

form#login label{
	float: left;
	width: 130px;
	text-align: right;
}

form#login #actions{
	text-align: center;
}

form#login input#username, form#login input#password{
	width: 150px;
	margin-bottom: 1px;
}

form#login p.error{
	color: red;
	margin: 0;
	padding: 0;
}