/*****************************
	Style général
*****************************/

.sitepassion tr td table tr td {background-color: #FFF; text-align:center; border-bottom: 1px dotted #8ED1F3;border-left: 1px dotted #8ED1F3; padding-top:2px; padding-bottom: 2px; font-size: 12px }
.sitepassion tr td table tr td:hover { background-color: transparent;text-align:center }
.sitepassion{ border-top: 2px solid #FFF; position:relative; z-index:90; }
.lastsitepassion { border-right: 1px dotted #8ED1F3; }


html, body, div, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

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

input, select, textarea {
	background: transparent;
	border: #33CCFF 1px solid;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #4B4B4B;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #33CCFF;
	outline: none;
}

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

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

/*****************************
	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;
        color: #000000;
}

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

.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: #ffffff;
	letter-spacing: 3px;
}

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

/*****************************
	Blocks middle
*****************************/
#block_middle a {
	color: #4B4B4B;
}
#block_middle a:hover {
	color: #33CCFF;
}

#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: #000000;
}

#login {
	height: 24px;
	padding: 7px 0 0 0;
	padding-left: 14px;
	color: #000000;
	margin-top:-10px
}
#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: #000000;
	margin-bottom: 8px;
}

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


