/* 
    Created on : 27 mars 2014, 09:12:00
    Author     : smoron
*/

table.announcements
{
	width:100%;
	border-collapse: separate;
}

table.announcements tr > td
{
	border:1px solid transparent;
}

table.announcements tr:hover > td
{
	border-color:orange;
}

table.announcements tr:hover a:hover
{
	color:darkorange;
}


table.announcements tr > td
{
	vertical-align: top;
}

table.announcements tr > td > a > img, table.announcements tr > td > a > div.no-picture
{
	float:left;
	
	width:80px;
	height:60px;
	
	margin-top: 1px;
    
    padding:0 !important;
}

table.announcements tr > td > h3, table.announcements tr > td > div:last-child
{
	margin:0 0 0 80px;
	padding:0 0 0 5px;
}



table.announcements tr > td > h3 > span /* categorie */
{
	display:inline-block;
	color:gray;
	font-size:12px;
	font-weight: normal;
	width:80px;
}

table.announcements tr > td > h3 > span:first-child /* date */
{
	width:110px;
	font-style: italic;
}

table.announcements tr > td > h3 > a /* titre + lien */
{
	color:#5C2668;
}

table.announcements tr > td > h3 > a:last-child /* auteur + lien */
{
	font-size:12px;
	font-weight: normal;
	display:none;
}

table.announcements tr > td > div /* description */
{
	text-align: justify;
	height: 44px;
	overflow: hidden;
	
	position:relative;
}


@media (max-width: 903px)
{
	
}