@charset "utf-8";
/* CSS Document */

#div_article, #div_commentaires, #div_form_commentaire {
	background-color:#FFF;
	padding:5px;
}

#div_commentaires, #div_form_commentaire {
	clear: both;
}

.option {
	padding-top:5px;
	padding-bottom:5px;
}

.option a {
	color:#C00;
	text-decoration:none;
	height:32px;
}
.option a:hover {
	text-decoration:underline;
}

/*BEGIN : IMAGE*/
#article .article_image {
	width:203px;
	height:150px;
	float:left;
	background-position:center;
	background-repeat: no-repeat;
	border:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

/*END : IMAGE*/

#article {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#article h1 {
	padding-top:10px;
	margin-top:0;
	margin-bottom:0;
	font-size:1.5em;
	color:#009;
}

#article .date_publication {
	font-size:0.8em;
	color:#666;
	margin-bottom:10px;
}

#article p {
	text-align:justify;
}

/*Liste des articles*/

#div_articles {
	background-color:#FFF;
	padding:5px;
}

#div_articles ul {
	padding: 0 0 0 0;
	list-style:none;
	margin: 0 0 0 0;
}

#div_articles ul li {
	margin-bottom:15px;
}

/*
#div_articles .block {
     min-height:68px;
     height:auto;
     height:68px;
}
*/

#div_articles h2 {
	margin-top: 12px;
	margin-bottom: 0px;
	color: #009;
	font-style: normal;
	font-size: 1.2em;
	font-weight:normal;
	cursor:pointer;
}

#div_articles h2:hover {
	text-decoration:underline;
}

#div_articles .text {
	font-size:0.9em;
	text-align:justify;
	margin-top:0px;
}

#div_articles .auteur {
	font-size:0.8em;
	color:#999;
}

#div_articles .image {
	width:75px;
	height:66px;
	float:left;
	background-position:center;
	background-repeat: no-repeat;
	border: solid #F00 1px;
	cursor: pointer;
	margin-right:5px;
}

#frm_print {
	float:left;
}

#frm_print .submit {
	width:31px;
	height:32px;
	background-image:url(../img/ui/print.jpg);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:5px
}

#frm_print .submit:hover {
	background-image:url(../img/ui/print_o.jpg);
}

.sel_critere {
	background-color:#FC0;
}

.sep_article_bar {
	margin-top:5px;
	margin-bottom:5px;
	background-color:#000;
	height:1px;
}

#div_menu_apercu_all {
	background-color:#C2C2C2;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:1em;
	line-height:16px;
}

#div_menu_apercu_all p {
	margin-top:0px;
	margin-bottom:0px;
}

.div_menu_apercu {
	height:32px;
	overflow:hidden;
}

#div_show_all_apercu {
	background-color:#C2C2C2;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:right;
	font-size:0.8em;
	cursor:pointer;
	color:#039;
}

#div_show_all_apercu:hover {
	text-decoration:underline;
}

#div_commentaire .remarque {
	color:#F00;
}
