/*
    Création     : 2005-07-24 - Corentin Larose <css@aquaprod.fr>
    Modification : 2005-08-26 - Corentin Larose <css@aquaprod.fr>
    Feuille de style de la page des contenus pour l'affichage à l'écran
*/

@media screen {
	/* ID ======================================================================================= */

	div#contentsBlock { 
		float:left;
		width:520px; 
		padding:20px; 
	}
	div#contentsHeader {}
	div#contentsBody {}
	div#contentsFooter {}

	/* CLASS ==================================================================================== */
	
	div.contentBlock {}
	div.contentHeader {}
	div.contentBody {}
	div.contentFooter {}
	
	div.contentTitle { 
		clear:both;
		padding:0 0 10px 0;
		border-bottom:3px dotted #EAEBED; 
		margin:0 0 10px 0;
	}
	div.contentAbstract { 
		clear:both;
		margin:0 0 10px 0;
		font-weight:bold;
	}
	div.contentPicture { float:left; clear:left; }
	div.contentText {}
	
	/* TAGS ===================================================================================== */

	div.contentTitle h1 { font-size:16px; }
	div.contentPicture img { padding:2px; border:1px solid #000; margin:0 10px 10px 0; }
	div.contentBody table { border-collapse:collapse; }
	div.contentBody th { padding:5px; }
	div.contentBody td { padding:5px; }
}
