html=''
html += "<style>";
html += "#ecv_card * {padding:0;margin:0;font-family:arial,sans-serif;}";
html += "#ecv_card {width: 300px;float:left;background: url(http://media2.recrutae.com/www_ecvcv/widget/shadowAlpha.png) no-repeat bottom right !important;background: url(http://media2.recrutae.com/www_ecvcv/widget/shadow.gif) no-repeat bottom right;margin: 10px 0 0 10px !important;margin: 10px 0 0 5px;}";
html += "#ecv_card  .ecv_card_blank {background: none !important;background: url(http://media2.recrutae.com/www_ecvcv/widget/shadow2.gif) no-repeat left top;padding: 0 !important;padding: 0 3px 3px 0;}";
html += "#ecv_card  .ecv_card_shadow {color: #777;background-color: #fff;font: 1em arial, serif;border: 1px solid #a9a9a9;padding:10px;margin: -6px 6px 6px -6px !important;margin: 0;}";
html += "#ecv_card h1 {font-size:15px;color:#000;}";
html += "#ecv_card h2 {font-size:13px;color:#777;margin-top:5px;}";
html += "#ecv_card .ecv_card_first {margin-bottom:15px;}";
html += "#ecv_card .ecv_card_second {padding:10px 0 10px 0;border-top:2px solid #ddd;}";
html += "#ecv_card .ecv_card_consult {font-size:11px;color:#777;}";
html += "#ecv_card .ecv_card_url a {font-size:13px;color:#000;text-decoration:none;}";
html += "</style>";
html += "<div id=\"ecv_card\">";
html += "<div class=\"ecv_card_blank\">";
html += "<div class=\"ecv_card_shadow\">";
html += "<div class=\"ecv_card_first\">";
html += "<h1>";
html += "AGENT ADMINISTRATIF";
html += "</h1>";
html += "<h2>";
html += "Confirmé(e) / Niveau secondaire général";
html += "</h2>";
html += "</div>";
html += "<div class=\"ecv_card_second\">";
html += "<p class=\"ecv_card_consult\">";
html += "Consulter mon CV en détails :";
html += "</p>";
html += "<p class=\"ecv_card_url\">";
html += "<a title=\"http://ced77.cv.fm/\" href=\"http://ced77.cv.fm/\">http://ced77.cv.fm/</a>";
html += "</p>";
html += "</div>";
html += "</div>";
html += "</div>";
html += "</div>";
document.write(html);