/* CSS Document pour les petites boites */


#liquid-round {
	width:98%;
	margin: 0px auto;
	background:#fff url(http://www.francoplus.com/images/boite_gris/leftside.gif) repeat-y left top;
}

.top {
	width:100%;
	height:25px;
	background:url(http://www.francoplus.com/images/boite_gris/top.gif) no-repeat left top;
}

.top span {
	display:block;
	position:relative;
	height:25px;
	background:url(http://www.francoplus.com/images/boite_gris/top-right.gif) no-repeat right top;
}

.center-content {
	position:relative;
	background:url(http://www.francoplus.com/images/boite_gris/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 20px;
	margin:-5px 0 -45px 0;
	
}
.bottom {
	width:100%;
	height:60px;
	background:url(http://www.francoplus.com/images/boite_gris/bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(http://www.francoplus.com/images/boite_gris/bottom-right.gif) no-repeat right top;
}

.center-content p {
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	
}

.center-content .art_bleu {
	color:#356DB4;
  	background-color:transparent;	
  	font: 12px arial, sans-serif;
  	font-weight: bold;
}

.center-content .link {
	color:#666666;
  	background-color:transparent;	
  	font: 12px arial, sans-serif;
}

.center-content .link a{
	color:#666666;
  	background-color:transparent;	
  	font-weight: normal;
}

.center-content .link a:visited{
	color: #666666;
  	background-color:transparent;	
  	font-weight: normal;
}

.center-content .link  a:hover{
	color: #ca0002;
  	background-color:transparent;	
  	font-weight: normal;
}


.table_media{
	margin: 10px 0px 5px 0px; 
	
      
}

