#div_propo {
    margin: 8px;
    padding: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 5px 5px 12px #000000;
	-webkit-box-shadow: 5px 5px 12px #000000;
	box-shadow: 5px 5px 12px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#000000')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#div_propo  h2{
	border-radius: 4px;
background-color: #ad0303;
font-size: 24px;
    padding: 8px;
font-family: Garamond, serif;
line-height: 1em;
color: #fff9d6;
text-shadow:0px 0px 0 rgb(150,150,150),1px 1px 0 rgb(125,125,125),2px 2px 0 rgb(101,101,101),3px 3px 0 rgb(77,77,77),4px 4px 0 rgb(52,52,52),5px 5px 0 rgb(28,28,28), 6px 6px 0 rgb(4,4,4),7px 7px 6px rgba(0,0,0,0),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}

.accordion {
	margin-bottom:8px;
}
.accordion h3 {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	color: #000000;
	border: 1px solid #AAAAAA;
	border-bottom: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin-bottom:1px;
}
.accordion h3 a {
    color: #555555;
    text-decoration: none;
    padding-left: 2.2em;
    display: block;
    font-size: 1em;	
}

.accordion ul {
  margin-top: 0;
  padding-left: 0;
	list-style-type:none;
}

.accordion li {
  display: inline;
}
.accordion  div {
  padding: 4px;
  border: 1px solid #AAAAAA;
  border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.accordion figure {
  display: block;
  float: left;
  margin: 2px;
  padding: 2px;
  text-align: center;
}
.accordion img {
	height:96px;
}
	
.accordion  p {
    text-align: justify;
    color: #5D676B;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 16px;
    word-spacing: 1px;
    margin: -2px 4px 2px 4px;
	text-shadow: 1px 1px 2px #dddddd;
clear: both;
}