/*
CSS Document
Copyright :
	Design by NiuAge -- http://www.niuage.com
	Cut by Gounlaf
		email : gounlaf [A T] gmail DOT com
		web : http://www.gounlaf.com
		
Page Textes
*/

div#corps_textes { background:url('./images/corps_textes.gif') repeat-y; }

/* La colone de gauche ... */
div#colone_gauche {
	width:142px;
	float:left;
	height:auto;
	padding:15px 10px 0 11px;
	color:#FFF;
	}
	
	#colone_gauche h2 { margin-left:7px; }
	#colone_gauche_cats img { display:block; }
			
	#colone_gauche_cats dt { margin-bottom:8px; }
		/*#colone_gauche_cats dt a {  display:block; margin:auto; }*/
		#colone_gauche_cats dt img { border:1px solid #42434c; display:block; margin:auto; }
			
	#colone_gauche_cats dd { margin-bottom:30px; }
	
		#colone_gauche_cats dd a { color:#FFF; }
	
	dt#titre_colone { margin:auto auto 16px 7px; }
	
	
div#corps_centre {
	background:url('./images/corps_centre_bg.gif') no-repeat top right;
	padding-left:21px;
	width:567px;
	height:auto;
	float:left;
	}
			
	div.article_bloc { margin-top:25px; position:relative; line-height:2em; }
	div.article_corps { width:540px; background:url('./images/article_bloc_bg.gif') no-repeat right bottom; padding-bottom:1em; position:relative; }
				
	div.article_infos { width:161px; position:absolute; bottom:0; right:-175px; border-bottom:1px solid #c3c3c3; padding-bottom:0.25em; }
		div.article_infos p { background:url('./images/fleche_droite_rouge.gif') no-repeat left top; padding-left:16px; }
		div.article_infos span { display:block; }
		
	div.categorie { margin-top:25px; }
		div.categorie h3 { color:#000; }
		
	div.article-infos { text-align:right; margin-top:1em; }
		div.article-infos a { background:#d8d8da; color:#ca0705; padding:0.25em 0.5em; }
		

