@charset "UTF-8";
/*************************************/
/* Partie commune à toute les pages  */
/*************************************/
html, body {
	height: 100%;
}

body , input, select, textarea{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#282c54;
}

body {
	background:url('http://static.expressionsalacon.com/images/background.png') no-repeat top center #282c54;
	/*background:#282c54;*/
}

h1 a{
	background:url("http://static.expressionsalacon.com/images/logo.png") no-repeat 0px 0px;
	text-indent: -9999px;
	margin:5px 0px 0px 15px;
	float:left;
	display: block;
	width: 185px;
	height: 101px;
}


li {
	margin-left:15px;
	height:20px;
}

a {
	color:#ec6423;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

/* Cadre principal */
#frame {
	/*background: #eeeeee;*/
	margin:0px auto;
	width:900px;
	/* Important ! */
	overflow: hidden;
	text-align:center;
	min-height: 100%;
	position: relative;
	/*border: solid 1px black;*/
}
#header {
	/*background:url('http://static.expressionsalacon.com/images/logo.png') no-repeat 15px -5px;
	height:95px;
	text-align:right;*/
}
#links {
	margin: 5px 20px 0px 400px;
	height:60px;
	width:468px;
}
#adsense_top {
	/*margin: 20px 0px 0px 400px;
	height:60px;
	width:468px;
	background:red;*/
	text-align:center;
}
#adsense_bottom {
	text-align:center;
}
/* Navigation */
#navigation {
	text-align:left;
	float: left;
}
.bloc_menu {
	width: 230px;
	background:url('http://static.expressionsalacon.com/images/background_menu.png') repeat-y top center;
	padding: 5px 11px 0px 10px;
}
.bloc_menu a {
	color:#282c54;
	padding:4px 0px 4px 25px;
}
.bloc_menu a:hover {
	background:url('http://static.expressionsalacon.com/images/bulle.png') no-repeat;
}
.bloc_menu form{
	margin-left:40px;
}
.little {
	font-size:10px;	
}
#title_menu1 {
	background:url('http://static.expressionsalacon.com/images/menu.png') no-repeat top;
	height:59px;
}
#title_menu2 {
	background:url('http://static.expressionsalacon.com/images/categories.png') no-repeat top;
	height:65px;
}
#title_menu3 {
	background:url('http://static.expressionsalacon.com/images/pub.png') no-repeat top;
	height:65px;
}
.fin_menu {
	background:url('http://static.expressionsalacon.com/images/fin_menu.png') no-repeat top;
	height:17px;
}
.last_menu {
	margin-bottom:20px;	
}
#menu3{
	padding: 0px 6px 0px 15px;	
	text-align:center;
}
/* Contenu principal */
#content {
	/*background: #dddddd;*/
	text-align:left;
	float: right;
	width: 640px;
}
.msg_info {
	text-align:center;
	font-weight:bold;
}
#add_expr {
	line-height:25px;
}
#add_button {
	margin-left:350px;
}
#add_button img {
	margin-top:10px;
}
.expression_top{
	height:50px;	
	background:url('http://static.expressionsalacon.com/images/background_top_content.png') no-repeat top center;	
}
.expression_item {
	background:url('http://static.expressionsalacon.com/images/background_content.png') repeat-y top center;	
}
.expression_id, .expression_text, .stars, .expression_meta, #add_expr form, #contact {
	margin:0px 20px;
}
.expression_text  {
	font-size:20px;	
}
.expression_text a {
	color:#282c54;
}
.expression_meta {
	font-size:12px;	
	line-height:25px
}
.expression_note {
	text-align:right;
	font-size:18px;
	height:14px;
	padding:10px;
}
.input_share {
	font-size:12px;
}
.facebook_comments {
	margin-top:5px;
}
.stars {
	float:right;
}
.expression_vote {
	float:right;
}
.expression_bottom{
	height:21px;	
	background:url('http://static.expressionsalacon.com/images/background_bottom_content.png') no-repeat top center;	
}
.pagination_buttons {
	margin-bottom:70px;	
}
#prev_button {
	float: left;
}
#next_button {
	float: right;
}
#contact {
	line-height:20px;
}

#contact label {
	display:block;
	width:150px;
	float:left;
}
#contact .submit {
	text-align:center;
}
#footer {
	color: #ffffff;
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0px;
	text-align:center;
	margin-top:60px;
}

.debug {
	border:solid 1px white;
	color:black;
	background:#ffeeee;
	padding:5px;
	font-size:10px;
}
