/* CSS Document */

#texte{
	width:495px;
	float:left;
	background-image:url(../IMG-equitation/bg_texte_rose.jpg);
	background-repeat:repeat-x;
	margin-left:7px;
	padding:5px;
	color:#333333;
	text-align:justify;
	line-height:1.8em;
	}

#actu{
	width:274px;
	padding-left:8px;
	float:left;
	color:#666666;
	}

#actu p.actu{
	margin-top:10px;
	color:#666666;
	margin-left:8px;
	}

#actu p.actu a{
	color:#006699;
	}
#actu p.actu a:hover{
	text-decoration:underline;
	}

p.actu_all{
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	}

p.actu_all a{
	color:#66CC33;
	}