div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 202px;
padding-top: 25px;
background: url(haut.gif) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(bas.gif) bottom left no-repeat;
padding-bottom: 10px;
}
div#bloccadre p {
margin: 0 10px 0 10px;
}
div#cadre2 {/* conteneur global et arrière-plan du titre du cadre */
width:778px;
background: url(fond22.gif) top left repeat-y;

}
div#cadre2b {/* conteneur global et arrière-plan du titre du cadre */
width:778px;
padding-top: 35px;

background: url(haut22.gif) top left no-repeat;
}
div#bloccadre2 {/* arrière-plan bas et sur l'ensemble du cadre */

background: url(bas22.gif) bottom left no-repeat;
padding: 15px 10px 10px 3px;
}
div#bloccadre2 p {
margin: 0 10px 0 10px;
}