div.article {
	padding: 5px;
	margin: 0 5px;
	width: 700px;
}

div.article div.article_menu {
	background-color: #FFAAAA;
}

div.article div.article_frontale {
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	height: 110px;
	width: 675px;
	margin: 0 14px 0 10px;
}

div.article div.bulle_verte_gauche {
	float: left;
	background: url('/images/bulle4/bulle_verte_cote_gauche.png') no-repeat top left;
	width: 16px;
	height: 21px;
}

div.article div.bulle_verte_droit {
	float: right;
	background: url('/images/bulle4/bulle_verte_cote_droit.png') no-repeat top right;
	width: 15px;
	height: 21px;
}

div.article div.bulle_verte_fond {
	background: url('/images/bulle4/bulle_verte_fond.png') repeat-x top left;
	height: 21px;
	line-height: 21px;
}

div.article div.bulle_coin_haut_gauche
{
	float: left; 
	background: url('/images/bulle4/coin_haut_gauche.png') no-repeat top left; 
	width: 20px; 
	height: 28px;
	line-height: 28px;
}

div.article div.bulle_coin_haut_droit
{
	float: right; 
	background: url('/images/bulle4/coin_haut_droit.png') no-repeat top right; 
	width: 25px; 
	height: 28px;
	line-height: 28px;
}

div.article div.bulle_haut
{
	background: url('/images/bulle4/fond_bulle_haut.png') no-repeat top center;
	height: 28px;
}

div.article div.bulle_coin_bas_gauche
{
	float: left; 
	background: url('/images/bulle4/coin_bas_gauche.png') no-repeat top left; 
	width: 124px; 
	height: 60px;
}

div.article div.bulle_coin_bas_droit
{
	float: right; 
	background: url('/images/bulle4/coin_bas_droit.png') no-repeat top left; 
	width: 25px; 
	height: 60px;
}

div.article div.bulle_bas
{
	background: url('/images/bulle4/fond_bas.png') repeat-x;
}

span.article_categorie {
	color: #a3d462;
}

div.article_frontale_fond {
	background: url('/images/bulle4/fond_bulle.png') repeat-y top center;
	width: 700px;
	text-align: center;
}

div.article_frontale a {
	color: #a3d462;
}

div.article_titre {
	background: url('/images/bulle4/fond_bulle.png') repeat-y top center;
	padding: 0 21px 0 17px;
	color: #800080;
	font-weight: bold;
	font-size: 12pt;
}

div.article_titre a {
	color: #800080;
	font-weight: bold;
	font-size: 12pt;
}

div.article_corps {
	padding: 10px 21px 10px 17px;
	font-size: 10pt;
	text-align: justify;
	background: url('/images/bulle4/fond_bulle.png') repeat-y top center;
	min-height: 200px;
}

div.article_corps img {
	margin: 5px;
}

div.article_corps div.source,div.lien_source {
	font-size: 8pt;
	text-align: right;
}

div.article_liens {
	padding: 0 21px 0 17px;
	background: url('/images/bulle4/fond_bulle.png') repeat-y top center;
}

div.article_info {
	padding: 2px 5px;
	color: #a7d862;
	font-weight: bold;
	margin-left: 140px;
	margin-right: 13px;
	height: 21px;
	position: relative;
	background: none;
	top: -40px;
}

div.article_info a {
	color: #a7d862;
}

div.article div.article_pied {
	line-height: 79px;
	height: 79px;
	background-image: none;
}

div.article div.images {
	text-align: right;
        padding: 1px 21px 1px 10px;
        width: auto;
        vertical-align: middle;
	background: url('/images/bulle4/fond_bulle.png') repeat-y top center;
}

div.images img {
	padding: 3px;
        border: 1px solid silver;
        background-color: white;
        cursor: pointer;
        margin: 5px 5px 5px 5px;
}

span.blablas a {
}

div.blablas {
	margin: 10px;
}

div.blablas div.comment {
	padding: 5px;
	color: gray;
}

div.article_statut {
	margin: 10px;
	padding: 5px;
}

div.article_connex {
	font-size: 8pt;
}

table.article_stats {
	width: 600px;
	background-color: #CCFFCC;
}

