q {

font-size : 14px;
line-height : 12px;
margin-left : 30px
}

q:before { content: open-quote;  }
q:after { content: close-quote; }


.outline {
	list-style: none;
	font-size : large;
	background-color : none;
}

.outline ul {
	list-style: none;
   background : url('../images/woodtexture.jpg');
	margin: 5px;
	padding : 5px;
	font-size : medium;
	color : #333;
	border-top : 1px solid rgb(240,240,240) ; 
}

.outline ul a img {
	float : right;
}


.outline li {
	cursor: auto;
	background : url('../images/fond-st-stalles.png') ;
	margin-top : 10px;
	padding : 5px;
}

.olink {
	border-style: none;
	padding-right: 10px;
	text-decoration : none;
   color : #900;
}
.oimg {
	border-style: none;
	
}

.test {
	list-style: none;
	color : black;
	font-size : large;
	background-color : white;
}

.test ul {
	list-style: none;
   background-color : rgb(253,255,253);
	margin: 10px;
	padding : 5px;
	font-size : medium;
	color : #333;
	border-top : 1px solid rgb(240,240,240) ; 
}

.test li {
	cursor: auto;
}

.chiffre {
width : 50px;
height : 20px;
display : inline-block;
font-weight : bolder;
padding : 1px;
vertical-align : top;
}

.titre {
width : 80%;
display : inline-block;
margin-left : 20px;
text-align : left;
color : black;
padding : 1px;
vertical-align : top;
}




