HtmlToText
) /gi, mb=/^(?:select|textarea)/i,nb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ob=/^(?:get|head|delete)$/,na=/\[\]$/,t=/\=\?(&|$)/,ia=/\?/,pb=/([?&])_=[^&]*/,qb=/^(\w+:)?\/\/([^\/?#]+)/,rb=/%20/g,sb=/#.*$/,ea=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&ea)return ea.apply(this,arguments);else if(!this.length)return this;var e=a.indexof(" ");if(e =0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="get";if(b)if(c.isfunction(b)){d= b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxsettings.traditional);e="post"}var h=this;c.ajax({url:a,type:e,datatype:"html",data:b,complete:function(k,l){if(l==="success"||l==="notmodified")h.html(f?c(" ").append(k.responsetext.replace(lb,"")).find(f):k.responsetext);d&&h.each(d,[k.responsetext,l,k])}});return this},serialize:function(){return c.param(this.serializearray())},serializearray:function(){return this.map(function(){return this.elements?c.makearray(this.elements):this}).filter(function(){return this.name&& !this.disabled&&(this.checked||mb.test(this.nodename)||nb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isarray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxstart ajaxstop ajaxcomplete ajaxerror ajaxsuccess ajaxsend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isfunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"get",url:a,data:b,success:d,datatype:e})}, getscript:function(a,b){return c.get(a,null,b,"script")},getjson:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isfunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"post",url:a,data:b,success:d,datatype:e})},ajaxsetup:function(a){c.extend(c.ajaxsettings,a)},ajaxsettings:{url:location.href,global:true,type:"get",contenttype:"application/x-www-form-urlencoded",processdata:true,async:true,xhr:function(){return new e.xmlhttprequest},accepts:{xml:"application/xml, text/xml",html:"text/html", script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxsettings,a),d,e,f,h=b.type.touppercase(),k=ob.test(h);b.url=b.url.replace(sb,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processdata&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.datatype==="jsonp"){if(h==="get")t.test(b.url)||(b.url+=(ia.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| !t.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.datatype="json"}if(b.datatype==="json"&&(b.data&&t.test(b.data)||t.test(b.url))){d=b.jsonpcallback||"jsonp"+kb++;if(b.data)b.data=(b.data+"").replace(t,"="+d+"$1");b.url=b.url.replace(t,"="+d+"$1");b.datatype="script";var l=e[d];e[d]=function(m){f=m;c.handlesuccess(b,w,e,f);c.handlecomplete(b,w,e,f);if(c.isfunction(l))l(m);else{e[d]=a;try{delete e[d]}catch(p){}}v&&v.removechild(b)}}if(b.datatype==="script"&&b.cache===null)b.cache= false;if(b.cache===false&&h==="get"){var n=c.now(),s=b.url.replace(pb,"$1_="+n);b.url=s+(s===b.url?(ia.test(b.url)?"&":"?")+"_="+n:"")}if(b.data&&h==="get")b.url+=(ia.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxstart");n=(n=qb.exec(b.url))&&(n[1]&&n[1]!==location.protocol||n[2]!==location.host);if(b.datatype==="script"&&h==="get"&&n){var v=u.getelementsbytagname("head")[0]||u.documentelement,b=u.createelement("script");if(b.scriptcharset)b.charset=b.scriptcharset;b.src= b.url;if(!d){var d=false;b.onload=b.onreadystatechange=function(){if(!d&&(!this.readystate||this.readystate==="loaded"||this.readystate==="complete")){d=true;c.handlesuccess(b,w,e,f);c.handlecomplete(b,w,e,f);b.onload=b.onreadystatechange=null;v&&b.parentnode&&v.removechild(b)}}}v.insertbefore(b,v.firstchild);return a}var h=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!k||a&&a.contenttype)w.setrequestheader("content-type", b.contenttype);if(b.ifmodified){c.lastmodified[b.url]&&w.setrequestheader("if-modified-since",c.lastmodified[b.url]);c.etag[b.url]&&w.setrequestheader("if-none-match",c.etag[b.url])}n||w.setrequestheader("x-requested-with","xmlhttprequest");w.setrequestheader("accept",b.datatype&&b.accepts[b.datatype]?b.accepts[b.datatype]+", */*; q=0.01":b.accepts._default)}catch(g){}if(b.beforesend&&b.beforesend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxstop");w.abort();return false}b.global&& c.triggerglobal(b,"ajaxsend",[w,b]);var m=w.onreadystatechange=function(m){if(!w||w.readystate===0||m==="abort"){h||c.handlecomplete(b,w,e,f);h=true;if(w)w.onreadystatechange=c.noop}else if(!h&&w&&(w.readystate===4||m==="timeout")){h=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpsuccess(w)?"error":b.ifmodified&&c.httpnotmodified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpdata(w,b.datatype,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| c.handlesuccess(b,w,e,f);else c.handleerror(b,w,e,p);d||c.handlecomplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&g.call&&g.call(w);m("abort")}}catch(j){}b.async&&b.timeout 0&&settimeout(function(){w&&!h&&m("timeout")},b.timeout);try{w.send(k||b.data==null?null:b.data)}catch(o){c.handleerror(b,w,null,o);c.handlecomplete(b,w,e,f)}b.async||m();return w}},param:function(a,b){var d=[],e=function(h,k){k=c.isfunction(k)?k():k;d[d.length]=encodeuricomponent(h)+ "="+encodeuricomponent(k)};if(b===a)b=c.ajaxsettings.traditional;if(c.isarray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)ca(f,a[f],b,e);return d.join("&").replace(rb,"+")}});c.extend({active:0,lastmodified:{},etag:{},handleerror:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerglobal(a,"ajaxerror",[b,a,e])},handlesuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerglobal(a,"ajaxsuccess",[b,a])},handlecomplete:function(a, b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerglobal(a,"ajaxcomplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxstop")},triggerglobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpsuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status =200&&a.status =0;a=f?a.responsexml:a.responsetext;f&&a.documentelement.nodename==="parsererror"&&c.error("parsererror");if(d&&d.datafilter)a=d.datafilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexof("json") =0)a=c.parsejson(a);else if(b==="script"||!b&&e.indexof("javascript") =0)c.globaleval(a);return a}});if(e.activexobject)c.ajaxsettings.xhr= function(){if(e.location.protocol!=="file:")try{return new e.xmlhttprequest}catch(a){}try{return new e.activexobject("microsoft.xmlhttp")}catch(b){}};c.support.ajax=!!c.ajaxsettings.xhr();var da={},tb=/^(?:toggle|show|hide)$/,ub=/^([+\-]=)?([\d+.\-]+)(.*)$/,aa,na=[["height","margintop","marginbottom","paddingtop","paddingbottom"],["width","marginleft","marginright","paddingleft","paddingright"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(s("show",3),a,b,d);else{a= 0;for(b=this.length;a =0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slidedown:s("show",1),slideup:s("hide",1),slidetoggle:s("toggle",1),fadein:{opacity:"show"},fadeout:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isfunction(a)&&a,duration:a,easing:d&&b||b&&!c.isfunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isfunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-math.cos(a* math.pi)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parsefloat(c.css(this.elem,this.prop));return a&&a -1e4?a:0},custom:function(a,b,d){function e(h){return f.step(h)} this.starttime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;a=c.fx;e.elem=this.elem;if(e()&&c.timers.push(e)&&!aa)aa=setinterval(a.tick,a.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b =this.options.duration+this.starttime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curanim[this.prop]=true;for(var e in this.options.curanim)if(this.options.curanim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkwrapblocks){var f=this.elem,h=this.options;c.each(["","x","y"],function(l,n){f.style["overflow"+n]=h.overflow[l]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| this.options.show)for(var k in this.options.curanim)c.style(this.elem,k,this.options.orig[k]);this.options.complete.call(this.elem)}return false}else{a=b-this.starttime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialeasing&&this.options.specialeasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= c.timers,b=0;b ";a.insertbefore(b,a.firstchild);d=b.firstchild;e=d.firstchild;f=d.nextsibling.firstchild.firstchild;this.doesnotaddborder=e.offsettop!==5;this.doesaddborderfortableandcells= f.offsettop===5;e.style.position="fixed";e.style.top="20px";this.supportsfixedposition=e.offsettop===20||e.offsettop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsborderforoverflownotvisible=e.offsettop===-5;this.doesnotincludemargininbodyoffset=a.offsettop!==h;a.removechild(b);c.offset.initialize=c.noop},bodyoffset:function(a){var b=a.offsettop,d=a.offsetleft;c.offset.initialize();if(c.offset.doesnotincludemargininbodyoffset){b+=parsefloat(c.css(a, "margintop"))||0;d+=parsefloat(c.css(a,"marginleft"))||0}return{top:b,left:d}},setoffset:function(a,b,d){var e=c.css(a,"position");if(e==="static")a.style.position="relative";var f=c(a),h=f.offset(),k=c.css(a,"top"),l=c.css(a,"left"),n=e==="absolute"&&c.inarray("auto",[k,l]) -1;e={};var s={};if(n)s=f.position();k=n?s.top:parseint(k,10)||0;l=n?s.left:parseint(l,10)||0;if(c.isfunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+k;if(b.left!=null)e.left=b.left-h.left+l;"using"in b?b.using.call(a, e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetparent(),d=this.offset(),e=fa.test(b[0].nodename)?{top:0,left:0}:b.offset();d.top-=parsefloat(c.css(a,"margintop"))||0;d.left-=parsefloat(c.css(a,"marginleft"))||0;e.top+=parsefloat(c.css(b[0],"bordertopwidth"))||0;e.left+=parsefloat(c.css(b[0],"borderleftwidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetparent:function(){return this.map(function(){for(var a=this.offsetparent||u.body;a&&!fa.test(a.nodename)&& c.css(a,"position")==="static";)a=a.offsetparent;return a})}});c.each(["left","top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==a)return this.each(function(){if(h=ea(this))h.scrollto(!a?e:c(h).scrollleft(),a?e:c(h).scrolltop());else this[d]=e});else return(h=ea(f))?"pagexoffset"in h?h[a?"pageyoffset":"pagexoffset"]:c.support.boxmodel&&h.document.documentelement[d]||h.document.body[d]:f[d]}});c.each(["height","width"],function(a,b){var d=b.tolowercase(); c.fn["inner"+b]=function(){return this[0]?parsefloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parsefloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isfunction(e))return this.each(function(h){var k=c(this);k[d](e.call(this,h,k[d]()))});return c.iswindow(f)?f.document.compatmode==="css1compat"&&f.document.documentelement["client"+b]||f.document.body["client"+b]:f.nodetype===9?math.max(f.documentelement["client"+ b],f.body["scroll"+b],f.documentelement["scroll"+b],f.body["offset"+b],f.documentelement["offset"+b]):e===a?parsefloat(c.css(f,d)):this.css(d,typeof e==="string"?e:e+"px")}})})(window); var sin_target_link="#styles_interactifs",sin_target_btn="#styles_interactifs_btn", sin_titre_on="grossir la taille des caractères" , sin_titre_off="réduire la taille des caractères";$(document).ready(function(){var styles_interactifs="non";$.fn.extend({sin_set_cookie:function (name,value,days){var expires='';if (days){var date=new date();date.settime(date.gettime()+(days*24*60*60*1000));expires=';expires='+date.togmtstring();}document.cookie=name+'='+value+expires+';path=/';return (true);}, sin_switch_css:function (act){switch(act){case "oui": $(sin_target_link).attr("rel","stylesheet");$(sin_target_link).removeattr("title");$(sin_target_btn).attr("title",sin_titre_off);$(sin_target_btn).addclass('on');break;default: $(sin_target_link).attr({'rel':"alternate stylesheet",'title':sin_titre_on});$(sin_target_btn).attr("title",sin_titre_on);$(sin_target_btn).removeclass('on');break;}}});if(document.cookie!=''){cookies=document.cookie.split(';');var nom,statut;for(var ii=0;ii $w){$('#navigation').css('left',($x-$w)+'px');}};$('.vertical-middle').each(function(){$h=$(this).height();$e=$(this).children();$n=$($e).height();if($h $n){$m=$.intval(($h - $n) / 2);if($m 0){$($e).css('padding-top',$m+'px');}}return(true);});$.repos();$(window).resize(function(){$.repos();});}); //]] institut national de prévention et d'éducation pour la santé aller au menu des rubriques préservatif masculin mode d’emploi le préservatif protège du vih/sida et des infections sexuellement transmissibles dans le cas d’une pénétration vaginale comme d’une pénétration orale ou anale. c’est aussi l’un des moyens de contraception les plus efficaces. les préservatifs s’achètent en supermarchés, pharmacies et distributeurs. il y en a pour tous les goûts : différentes tailles, textures, parfums, sans latex, avec ou sans réservoir etc. vérifier que la date de péremption n’est pas dépassée et que l’étui est en bon état. conserver à l’abri de la chaleur. ne jamais réutiliser un préservatif. pour chaque rapport et pour chaque partenaire, il faut en prendre un nouveau. ne jamais utiliser un préservatif masculin et féminin en même temps. si vous n’avez jamais utilisé de préservatif, entraînez-vous avant… ouvrir délicatement l’emballage. il existe souvent une encoche prévue à cet effet. attention aux ongles, dents ou objets coupants qui pourraient déchirer le préservatif. le préservatif doit être mis en place sur le sexe en érection avant toute pénétration vaginale, orale et anale. pour le dérouler, il y a un sens. on peut le vérifier avant de le poser sur le pénis. s’il ne se déroule pas bien sur le pénis, surtout ne forcez pas ; jetez-le et prenez-en un autre. pincez le petit réservoir au sommet du préservatif entre le pouce et l’index pour éviter la formation d’une bulle d’air. de l’autre main, déroulez bien le préservatif jusqu’à la base du pénis en érection. attention, il ne faut jamais superposer 2 préservatifs (risque de rupture…). si vous appliquez un lubrifiant sur le préservatif, utilisez uniquement un gel à base d’eau, vendu en pharmacie ou grande surface, jamais de produit gras (vaseline, beurre, huile…). après l’éjaculation et avant la fin de l’érection, retenez le préservatif à la base du pénis pendant le retrait pour éviter toute fuite de sperme. jetez le préservatif à la poubelle après l’avoir noué, et non dans les toilettes. plus d’informations sida info service : n° vert : 0800 840 800 appel anonyme et confidentiel, 24 h sur 24. www.sida-info-service.org inpes : www.onsexprime.fr crips : www.lecrips.net mouvement français pour le planning familial www.planning-familial.org Écoute sexualité contraception avortement n° vert : 0800 803 803 (nord de la france) 0800 105 105 (sud de la france) fil santé jeunes : 0800 235 236 (appel gratuit) www.filsantejeunes.com editeurs ministère chargé de la santé institut national de prévention et d’éducation pour la santé rubriques accueil présentation mode d’emploi plus d’informations télécharger le guide au format pdf , au format html ou au format texte seul