#bloc_top {
	margin: 0 0 10px 0;
}
#categories {
	clear:both;
}
#categories, #quotes {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories a {
	float:left;
  	display:block;
	height: 100%;
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	border: 1px solid #CCCCCC;
	background: url(/themes/normal/images/folder_blue.png) no-repeat left ;
}
#categories a span {
	line-height: 50px ;
	padding: 0 0 0 40px;
	vertical-align: middle;
}
#categories li {
	float:left;
	width: 31.5%;
	
}
#categories li a:hover {
	background-color: #CCCCCC;
}

#categories li.majeur a:hover {
	background-color: #FF99CC;
}
#categories li {
	height: 50px;
	margin: 0 10px 10px 0;
}

#quotes_bloc {
	clear:both;
	margin: 10px 0 0 0;
	width: 550px;
	float: left;
}

#quotes_bloc .quotes {
	margin-bottom: 30px;
}

#quotes_bloc .quotes_header {
	width: 100%;
	height: 30px;
	background-image: url("/images/news_right.gif");
	background-position: right;
	background-repeat: no-repeat;
}

#quotes_bloc .quotes_date {
	float: left;
	padding: 0 6px;
	height: 30px;
	width: 60px;
	background-image: url("/images/news_left.gif");
	background-position: left;
	background-repeat: no-repeat;
}

#quotes_bloc .quotes_date_day {
	font-size: 26px;
	margin: 0;
	padding:0;
	float:left;
	color: #FFFFFF;
}

#quotes_bloc .quotes_date_my {
	margin: 0;
	padding:3px;
	float:left;
	width: 20px;
	font-size: 9px;
}

#quotes_bloc .quotes_title {
	float: left;
	margin: 0;
	height: 30px;
	padding: 0 0 0 10px;
}
#quotes_bloc .quotes_title p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#quotes_bloc .quotes_title h2 {
	margin: 0;
	padding: 0;
	text-align: left;
}

#quotes_bloc .quotes_content {
	clear: both;
	padding : 10px 0 0 0;
	text-align: justify;
}

#quotes_bloc .normal .quotes_date {
	background-color: #98CBE6;
}
#quotes_bloc .normal .quotes_header {
	background-color: #DEEDF5;
}

#quotes_bloc .second .quotes_date {
	background-color: #FFCA00;
}
#quotes_bloc .second .quotes_header {
	background-color: #FFFEB8;
}

#quotes_bloc .adults .quotes_date {
	background-color: #B863B4;
}
#quotes_bloc .adults .quotes_header {
	background-color: #F9D3FA;
}
#quotes_bloc .quotes_note, #quotes_bloc, div.quotes_mod, div.quotes_vote {
	margin: 10px 0 15px 0;
	text-align: right;
}
#quotes_adsense {
	float: right;
	width: 210px;
	padding: 10px 0 ;
	text-align: center;
}

.hidden {
	display: none;
}
.show {
	display: inline;
}
.voted {
	color: #009933;
	font-weight: bold;
}
div.popup {
	position: absolute;
	padding: 1em;
	width: 20%;
	top: 90px;
	left: 300px;
}
div.popup2 {
	position: absolute;
	padding: 1em;
	width: 20%;
	top: 90px;
	left: 140px;
}
html>body .popup,html>body .popup2  {
	position: fixed;
}

div.mpopup {
	border: 1px solid #000000;
	width: 400px;
	height: 200px;
	background-color:#FFFFFF;
}
div.mpopup2 {
	border: 1px solid #000000;
	width: 780px;
	height: 350px;
	background-color:#FFFFFF;
}
#closepopup {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 16px;
	background-color: #AFE2FD;
}
#closepopup input {
	float: left;
	border: 0;
	background-color: #AFE2FD;
	width: 200px;
	color: #000000;
	padding-left: 3px;
}
#closepopup img {
	float: right;
}
#move {
	text-align: center;
}
#edit, #add {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
div.new {
	padding-bottom: 10px;
}
div.new a {
	text-decoration: none;
}
#majeur {
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
}
#nbquotes {
	float: left;
}
#sort {
	float: right;
}
#last_quotes {
       float: left;
       width: 49%;
       border: 1px solid #AFE2FD;
}
#last_quotes h2 {
	background-color: #DEEDF5;
	padding-left: 2px ;
}
#most_popular {
      float: right;
      width: 49%;
}
#most_popular h2 {
	border-bottom: solid 1px #FFCA00;
}
span.adults {
	font-size: 11px;
	color: #FF0080;
}