#right {
	float: left;
	margin: 1em;
}
/* cadre arrondi avec arrière plan */
.cadre-2 {
  margin-left: 5px;
  font-size: 70%; 
  width: 212px;
  margin-left:5px;
}
 .cadre-2 a {
   color: black;	
 }
.cadre-2 .haut {
  background: url(/res/cadre-2-haut.gif);
/*	height: 44px; */
  text-align: center;
  font-weight: bold;
}

.cadre-2 .corps {
  background: url(/res/cadre-2-corps.gif);
  font-size: small; 
  padding-left : 10px;
  padding-right : 10px;
}

.cadre-2 .bas {
  background: url(/res/cadre-2-bas.gif);
  height: 41px;
  font-size: x-small; 
  font-weight: bold;
  text-align: center;  
}

#article {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	max-width: 620px;
	padding: 6px 6px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
@media (min-width: 1024px) {
#article {	padding: 20px 20px;}
margin-left:16em;
} 
