/*****************************
	Style général
*****************************/
html, body, div, form {
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	background: url("images/haut_bg.jpg") repeat-x center top;
	font-family: Verdana;
	font-size: 10px;
	color: #91536B;
}

input, select, textarea {
	background: #641737;
	border: #5E102A 1px solid;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #B31758;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #E72A74;
	outline: none;
}

.left {
	float: left;
	display: block;
}
.right {
	float: right;
	display: block;
}
.clear {
	clear: both;
}

.flash {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}

/*****************************
	Structure du thème
*****************************/
#header {
	width: 986px;
	height: 159px;
	margin: auto;
	text-align: right;
}

#middle {
	width: 986px;
	height: auto !important;
	height: 641px;
	min-height: 641px;
	margin: auto;
}

#container {
	width: 900px;
	margin-left: 86px;
}

#footer div {
	width: 920px;
	text-align: right;
	padding: 92px 66px 0 0;
	margin: auto;
	color: #424242;
}
#footer a {
	font-weight: bold;
}

/*****************************
	Blocks de gauche
*****************************/
#quick_menu li {
	height: 21px;
	padding: 7px 0 0 9px;
}

.block_left {
	background: url("images/gauche_bloc_bas.jpg") no-repeat bottom;
	padding-bottom: 8px;
	margin-bottom: 2px;
	color: #816771;
}

.block_left h1 {
	height: 26px;
	background: url("images/gauche_bloc_titre.jpg") no-repeat;
	padding: 7px 0 0 27px;
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #FB1D72;
	letter-spacing: 3px;
}

.block_left_content {
	background: url("images/gauche_bloc_bg.jpg");
	padding: 0 5px 0 5px;
}

/*****************************
	Blocks middle
*****************************/
#block_middle a {
	color: #FFFFFF;
}
#block_middle a:hover {
	color: #fdbdd9;
}

#last_news {
	width: 196px;
	list-style-type : none;
	padding: 0 0 0 30px;
	margin: 14px 0 0 0;
	float: left;
}

#last_news li {
	height: 14px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-weight: bold;
	color: #FFFFFF;
}

#login {
	height: 24px;
	padding: 7px 0 0 0;
	padding-left: 14px;
	color: #FFFFFF;
}
#login_pseudo {
	width: 90px;
	margin-right: 8px;
}
#login_password {
	width: 90px;
	margin-right: 7px;
}

#membre_avatar {
	width: 87px;
	height: 87px;
	margin: 3px 7px 0 110px;
	float: left;
}

#last_members {
	list-style-type : none;
	padding: 0;
	margin: 9px 0 0 0;
	font-weight: bold;
	float: left;
}
#last_members li {
	color: #FFFFFF;
	margin-bottom: 8px;
}

/*****************************
	Centre
*****************************/
.module_content {
	margin: 0 10px 0 10px;
}
