/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content #actus{
	/*
	border-top : 1px solid #45101c;
	border-right : 1px solid #45101c;
	border-left : 1px solid #45101c;
	*/
	width : 100%;
	margin : 0 auto;
}

#content .global_1{
	background : #e0d2de;
}
/*------------------------------------------------------------------*/
#content .global_2{
	background : #f7f0f6;
}
/*------------------------------------------------------------------*/
#content .global_1, .global_2{
	color :#4d1b2a;
	border-bottom : 10px solid #fff;
	padding : 13px 10px;
}
/*------------------------------------------------------------------*/
#content .desc h3 a{
	font-family:"Palatino Linotype", Georgia, serif;
	font-size : 17px;
}
#content .desc{
}
#content .photo{
	width : 170px;
	float : left;
}
/*------------------------------------------------------------------*/
#content .global_1 resume p, .global_2 resume p{
	text-indent : 20px;
}
/*------------------------------------------------------------------*/
#content .global_1 a, .global_2 a{
	display : inline;
	text-decoration : none;
	color : #45101c;
}
#content .global_1 a:hover, .global_2 a:hover{
	color : #e38a0a;
}
/*------------------------------------------------------------------*/
#content .global_1 .suite, .global_2 .suite{
	clear : both;
}
#content .global_1 hr, .global_2 hr{
	clear : both;
	visibility : hidden;
}
#content .global_1 .suite a, .global_2 .suite a{
	background : url(images/actualites_bouton_suite.gif) no-repeat;
	width : 86px;
	height : 22px;
	display : block;
	float : right;
	text-align : center;
}
#content .global_1 .suite a:hover, .global_2 .suite a:hover{
	background : url(images/actualites_bouton_suite_hover.gif) no-repeat;
}