body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
form {
margin:0;
padding:0;
}
#main{
	width:900px;
	margin:auto;
	padding:5px;
}
#header {
	padding:20px;
	height:60px;
}
#logo{
	float:left;
	height:60px;
}
#search{
	padding-top:20px;
	margin-left:200px;
}
#navbar{
	clear:left;
	margin:5px 0px 5px 0px;
	padding:5px;
	background-color: #FFECFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0066CC;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0;margin:0;
}
.feed{
	float:right;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF66CC;
	font-weight:normal;
}
#index {
	margin:auto;
	text-align:center;
	height:500px;
	margin-top:200px;
}
#barre{
	height:20px;
	background:#EEEEEE;
	border-bottom:solid 1px #999999;
	text-align:center;
}
#barre h1 {
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	margin:0;
	padding:0;
}
#webm_sub a {
	float:right;
	line-height:20px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF66CC;
	font-weight:normal;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
.valid {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#009900;
	font-weight:bold;
}
.table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
.tablerow0 {
	background-color:#EEEEEE;
	color:#666666;
}
.item{
	width:600px;
	padding:5px;
	margin:2px;
	background-color:#FFFFFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.item:hover{
	background-color:#FFECFF;
}
.item a {
text-decoration:none;
}
.titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF33CC;
	font-weight:bold;
	letter-spacing:-1px;
}
.titre a{
	color:#FF33CC;
}
.infos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	font-weight:normal;
	letter-spacing:0px;
	line-height:16px;
	max-height:16px;
	height:16px;
	overflow:hidden;

}
.infos a{
	color:#666666;
}
.description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0px;
	line-height:18px;
	max-height:36px;
	height:36px;
	overflow:hidden;
}
.input {
	background:#efefef;
	border:solid 1px #999999;
}