/* CSS Document */
body{
	background-color:#eeeeee;
	background-image:url(../img/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page{
	width:1000px;
	margin: 0 auto 0 auto;
}

#banniere{
	width:1000px;
	height:250px;
	background-image:url(../img/banniere.jpg);
	background-repeat:no-repeat;
}

#sidebar-left{
	width:190px;
	min-height:400px;
	float:left;
	background-color:#ddffbb;
	padding:5px;
	font-size:10px;
}

#sidebar-left h2{
	color:#77aa44;
	font-size:14px;
	text-align:left;
	border-bottom:1px dotted #77aa44;
}

#sidebar-left dl{
	padding:0 0 0 15px;
}

#sidebar-left a{
	font-size:10px;
	font-weight:bold;
	color:#7777cc;
	text-decoration:none;
}

#sidebar-left a:hover{
	font-size:10px;
	color:#77aa44;
	text-decoration:underline;
}

#sidebar-left form{
	width:130px;
	margin:5px auto 5px auto;
}

#sidebar-left input{
	width:130px;
	text-align:center;
	font-size:10px;
}

#sidebar-left pre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#centerContent{
	width:790px;
	float:left;
	padding:5px;
}

#users{
	width:600px;
	margin:5px auto 5px auto;
}

tr.color0{
	background-color:#aaccff;
}

tr.color1{
	background-color:#ddffbb;
}

tr.color0 td, tr.color1 td{
	padding:2px;
}

tr.color0 td img, tr.color1 td img{
	max-width:50px;
	max-height:50px;
}

#centerContent a{
	font-weight:bold;
	color:#7777cc;
	text-decoration:none;
}

#centerContent a:hover{
	color:#77aa44;
	text-decoration:underline;
}

#centerContent h2{
	color:#77aa44;
	font-size:16px;
	text-align:left;
	border-bottom:1px dotted #77aa44;
}

.article{
	width:700px;
	margin:5px auto 5px auto;
}

.article div{
	float:left;
}

.article div img{
	margin:5px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	float:left;
	max-width:290px;
	max-height:290px;
}

.commentaire a{
	font-size:10px;
}

table.comments{
	width:700px;
	margin:5px auto 5px auto;
}
.comments td{
	padding:2px;
}
.comments td.comhead{
	color:#777777;
	font-size:10px;
}

.comments td.com{
	font-size:12px;
	font-weight:bold;
}

#footer{
	width:1000px;
	margin:5px auto 5px auto;
	clear:both;
	text-align:center;
	font-size:10px;
}
