/**
 * Les "box" correpondent au "boite" sur le cote droite du contenu. Ils servent notamment de conteneur au menu secondaire.
 */

.box {

	width : 206px ;
	background-repeat : no-repeat ;
	background-position : 0 bottom ;
	padding-bottom : 30px ;
	/*float : left ;*/
	margin-left : 14px ;
	margin-bottom : 20px ;
	color : #000 ;
	background-color : #ffd5b2 ;
	background-image : url( '../img/box/fond_orange.gif' ) ;


}


.box .titre {

	height : 32px ;
	background-position : 0 0 ;
	background-repeat : no-repeat ;
	margin-bottom : 3px ;
	font-family : 'Times New Roman' , serif ;
	font-size : 1.8em ;
	font-weight : normal ;
	text-indent : 8px ;
	color : #ff7300 ;
	background-image : url( '../img/box/titre_orange.gif' ) ;


}

.box a {

	color: #333;

}








