@charset "utf-8";
/* CSS Document */
/* CSS principale du site de l'inpes v1.5
les styles sont affichés suivant l'ordre des éléments sur le site.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}

body{ 
    background:#e2e2e2; 
	xbackground:#e2e2e2 url('/img/bodybkg.png') left top;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:16px;
}

/*les blocs des rubriques de la partie gauche*/
.blocg {
	margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
	background: #F3F3F1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.blocpress {
	margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
	padding-bottom: 5px;
	background: #dee9fc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
/* Tweet */
.bloctweet {
	margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    xpadding: 5px;
	xbackground: #F3F3F1;
	xfont-size:11px;
	xfont-family:Arial, Helvetica, sans-serif;
}
a.twitter-timeline {
	display:block;
	background: url("/include/js/socialPhC/img/tweet.png") no-repeat scroll 6px 6px #f3f3f1;
	border: 1px solid #ccc;
    xborder-radius: 3px;
    color: #666 !important;
    display: inline-block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 1px 0 0;
    padding: 3px 10px 3px 30px;
    text-align: left;
    text-decoration: none;
	width:141px;
}

#contactpresse {
	background-color: #669BFD;
	color:#fff;
	border: 0;
	margin:5px;
	border-left:5px solid #039;
}


.blocg a {
	color:#000;
    font-weight: bold;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.blocpress a {
	color:#0348C9;
    font-weight: bold;
    text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}

.cb1 {
	height: 10px;
	width:100%;
	background-color: #fff;
}

.blocg a:hover {
    text-decoration: underline;
}
.blocg h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
	border-left: 5px solid #AEC90B;
	padding-left: 5px;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
}

.blocpress h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
	border-left: 5px solid #AEC90B;
	padding-left: 5px;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
}

h2.bloc-img {
	border: none;
}

.blocg h2 img {
    padding: 0;
	margin:0;
}
.blocg h3 {
	font-size:12px;
	text-align:center;
}

.blocg p {
	margin:0;
	padding-left:5px;
}

.blocpress p {
	margin:10px 5px;
	padding-left:5px;
}

.blocg ul {
	margin:0;
	padding: 5px 5px;
}
.blocg li {
    list-style-type: none;
	padding: 5px 0;
}
.blocg label {
	display:block;
	font-weight:bold;
}

.blocg form input {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;

}
.blocg input[type="text"] {
    height: 15px;
    width: 125px;
	margin: 0 4px 0 -1px;
}

.blocg .ok {
	padding: 1px 10px 1px;
    width: 28px;
}

/* bloc RSS */
#feed {
	margin: 5px 5px 12px;
}
#rss_actus p.RSS_date {
    border-bottom: 1px dotted #000;
    margin: 5px 5px 1px;
    padding-left: 0;
    padding-top: 5px;
} 
#rss_actus p.RSS_lien {
    padding-right: 5px;
}




/* div principale contenant le site entier*/

#global {
    margin: 0 auto;
    overflow: hidden;
    width: 984px;
	xwidth:1000px;
	padding:0;
	xpadding: 0 8px;
	background: none repeat scroll 0 0 #FCFCFC;
	xbackground:#e2e2e2 url('/img/global-bkg.png') repeat-y left top;
}


/*Header*/
#banner {
    height: 90px;
    width: 974px;
}

#banner ul li {
	border-left: 3px solid #AEC90B;
    display: inline;
    line-height: 20px;
    margin: 0 0 0 25px;
    padding: 3px 0 3px 8px;
}

#banner a {
	color: #000;
    text-decoration: none;
}

#banner a:hover {
	text-decoration:underline;
}
#menu-evitement {
	position:absolute;
	top:-5000px;
}
#menu-top{
	float:right;
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
	font-size: 12px;
}

.logo-inpes {
	float:left;
	margin-top: 25px;
	margin-left: 20px;
}
.txt-inpes {
	margin: 15px 0 0 30px;
}
#recherche {
	xdisplay:block;
	float:right;
	xwidth:170px;
	margin-top:5px;
}
html>body #recherche {
}

#recherche .inputfield {
	float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 17px;
    margin: 0;
    width: 125px;
	margin: 1px 5px 0 0;
	color:#666;
}
#recherche .ok {
	float: right;
}

/*FIN header*/


#content {
	width: 100%;
	overflow: hidden;
	xbackground:none repeat scroll 0 0 #FCFCFC;
	background:none repeat scroll 0 0 #FFF;
}

/*partie gauche*/
#left {
    float: left;
    margin: 42px 0 0 0;
	padding: 0;
	width: 193px;
	overflow: hidden;
}


/* pour centrer les images (div)*/
.imgcenter {
	text-align:center;
	padding:5px 0 10px 0;
}

/*pour centrer le texte (p)*/
.pcenter {
	text-align:center;
}

/*pour le bloc RSS */
.rssBody h4 {
	margin:0;
/*Fucking IE !!! */	
	font-size:11px;
}
.rssRow div {
	font-size: 95%;
	color:#666;
	border-bottom:1px dotted #666;
}
/*pour le texte du lien vers les autres actus dans le bloc RSS */
.tt_actus {
	padding: 5px 0;
	border-top:1px dotted #666;
}

/*Fin des blocs de rubriques de la partie gauche

Fin de la partie gauche*/


/*Partie contenu */

#right {
    float: left;
	margin: 20px 0 0 20px;
    overflow: visible;
    width: 760px;
}

.titre-rubrique {
	margin: 0px 0 3px 8px;
	text-align:right;
	font-size: 24px; 
	color: #999; 
	padding-bottom: 6px;
	font-family: InterstateBold, Tahoma, Verdana, Geneva, sans-serif;
}

.img-titre {
	float:right;
}


/*Fin de la partie contenu*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 25, 2011 */

@font-face {
    font-family: 'InterstateBold';
    src: url('/include/fonts/interstatebold-webfont.eot');
    src: url('/include/fonts/interstatebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/interstatebold-webfont.woff') format('woff'),
         url('/include/fonts/interstatebold-webfont.ttf') format('truetype'),
         url('/include/fonts/interstatebold-webfont.svg#InterstateBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* commun au bloc #texte : contenu page */
#texte {
    margin: 0;
    padding: 0 5px 10px 8px;
	float: left;
    margin-right: 12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
/* si menu à droite alors style la div ajoutée */
#themeDroite {
    Xpadding: 0 10px 0 0;
	padding:0;
}
/* End si menu à droite  */
#texte p {
	margin-top:1em;
}
#texte ul {
	margin-top:1em;
	padding-left:40px;
}
#texte ol {
	margin:1em;
	padding-left:1.5em;
}
#texte .encadre h2 {
	margin-top:0;
}

#texte .encadre h3 {
	margin-top:0;
}

.encadre p {
	margin-bottom: 15px;
}

.encadre ul {
	margin-bottom: 15px;
}

#texte h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
#texte h1 {
    font-size: 1.7em;
    font-weight: bold;
    margin: 4px 0 10px;
    padding: 0;
	line-height:20px;
}
#texte h2 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 0 20px;
	margin: 20px 0 20px 0;
	background-image: url(/include/images/fleche-titre.gif) ;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#texte h3 {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 2.5em 0 0;
    padding: 0;
}
#texte .date {
    border-top: 1px dotted #666666;
    color: #666666;
    margin: 0;
    padding: 0 5px 0 0;
    text-align: right;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#texte .chapo {
    color: #666666;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.4em;
}
#texte .rouge {
    color: #F50C0C;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.4em;
}
#texte .noir {
    color: #000;
}


#texte a {
	text-decoration: none;
}
#texte a.no-border {
	border: none;
}

#texte a:hover {
	text-decoration: underline;
	border-bottom:none;
}

#texte a img {
	text-decoration: none;
	border-bottom:none;
}

#texte object {
	margin-top:1.5em;
}

#retour {
    font-size: 1em;
    padding: 20px 0;
    text-align: right;
}
/* images dans le texte */
.illustD {
    float: right;
    padding: 10px 0 10px 10px;
}
.illustG {
    float: left;
    padding: 10px 10px 10px 0;
}
.illustGbordure {
    border: 1px solid #DDD;
    float: left;
    margin: 10px 10px 10px 0;
}
.illustDbordure {
    border: 1px solid #DDD;
    float: right;
    margin: 10px 0 10px 10px;
}
.imgbordure {
    border: 1px solid #DDD;
}
.illustDroite {
    float: right;
    padding: 0 0 10px 10px;
}
/* Euloge a créé ces styles pour les blocs ul li avec images à droite */
.list_space li {
	margin-bottom: 50px;
}

.list_space1 li {
	margin-bottom: 10px;
}

.list_space3 li {
	margin-bottom: 70px;
}

.list_space2 li {
	margin-bottom: 30px;
}
/* Notes bas de pages */
.notes {
    border-bottom: 1px dotted #666666;
    border-top: 1px dotted #666666;
    clear: both;
    color: #666666;
    font-style: italic;
}
html > body #texte .notes {
    margin: 3em 0 0;
}
.notes ol {
    margin: 0 0 0 2em;
}
html > body #texte .notes ol {
    margin: 1em 0 1em -2em;
}
.notes li {
    margin: 0.5em 0;
}
/* End Notes bas de pages */

.encadre {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    margin: 2em 0;
    padding: 10px;
}
.encadre_transparent {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    margin: 2em 0;
    padding: 10px;
}

#texte .encadre h2 {
	background: none;
	padding: 0;
}


#raccourcis {
    position: absolute;
    top: -5000px;
}
.dlink {
    left: -5000px;
    position: absolute;
    top: -5000px;
}
.maliste li {
    padding: 2px 0;
}
.no_space li {
    margin-bottom: 0;
}
/* Menu Droit */
#menuTheme {
	float:right;
	font-weight:bold;
	height:100%;
	padding-top:8px;		
	width:190px;			
	margin-left:15px;	
	font-family:Arial, Helvetica, sans-serif;
}
#menuTheme ul {
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
	font-size: 11px;
	background: #efefef;
	margin-bottom: 10px;
}

#menuTheme ul ul {
	padding: 0;
}

#menuTheme ul li {
    margin: 0;
	/*border-radius: 3px;*/
}
#menuTheme ul li a {
    display: block;
    font-weight: bold;
	margin: 10px 0;
    text-decoration: none;
	font-size: 1.2em;
}

#menuTheme ul li.first {
    padding: 0;
    width: 189px;
}
#menuTheme ul li.first a {
    font-weight: bold;
    width: 179px;
	margin:5px 0;
}
#menuTheme ul .pub {
    font-size: 1em;
    margin: -1px 0 0;
}
#menuTheme ul .pub a {
    xfont-size: 1em;
    font-weight: bold;
    padding-left: 14px;
	margin:5px 0;
}
.titreMenu {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    padding: 5px;
}
#menuTheme ul li.ssmenu {
    font-size: 11px;
    margin: 0;
}
#menuTheme li.ssmenu a {
	font-size: 1em;
	margin: 3px 0 3px 5px;
    padding-left: 10px;
	border: none;;
}
#menuTheme li.ssssmenu a {
	font-size: 1em;
	margin-left: 15px;
    padding-left: 10px;
	border: none;
}
#menuTheme ul li.ss-ssmenu {
    font-size: 10px;
    margin: 2px 0;
	font-size: 10px;
}
#menuTheme li.ss-ssmenu a {
    margin-left: 15px;
    padding-left: 10px;
}
.clear-both {
    clear: both;
}
/* jwplayer Lightbox */
#jwbox_background {
    background-color: black;
	height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	visibility:hidden;
	display: block; 
	opacity: 0.8;
}
#jwbox {
    background-color: white;
    background-image: url("http://www.inpes.sante.fr/audio_video/mediaplayer59/img/closelabel.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 16px solid white;
    overflow: hidden;
    padding: 16px 16px 25px;
    z-index: 1002;
	visibility:hidden;
	margin:3% auto;
	width: 600px; 
	display: block;
}

.suiv {
	float: right;
	margin-top: 20px;
	font-weight: bold;
}

.prec {
	float: left;
	margin-top: 20px;
	font-weight: bold;
}
#radio_player {
	float:left;
	margin: 10px 10px 10px 50px;
}
#select_texte {
	float:left;
	margin:25px 0 10px 20px;
}
.break {
	clear:both;
}
#sharethis {
	margin-top:20px;
}
#cookie-banner {
	color: #0477B8;
	background-color: #D7F0FF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
	padding: 5px 0;
}
#cookie-banner a {
	text-decoration:none;
	color: #0477B8;
	font-weight:bold;
}
#cookie-banner a:hover {
	text-decoration:underline;
}
.cookie-info {
	vertical-align:top; 
	margin-right:50px;
}
.cookie-close {
	vertical-align:top; 
	margin-left:50px;
}
#inform-and-consent {
	background-color: #d7f0ff;
	color:#0477B8;
    border: 1px solid #0477B8;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
	width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
	margin-left: -150px;
    margin-top: -150px;
    padding: 10px;
    opacity: 1;
    z-index: 100000;
}
#inform-and-consent button {
    background-color: #0477b8;
    color: white;
}
/* Pour le bloc 3989 rub Tabac */
.big_tel {
	font-size:39px;
	padding-left:5px;
	font-weight:bold;
	color:#d95700;
}
#texte #sharethis a {
    border-bottom:none;
}
/* div lien video en lightbox */
.lien_video {
	background: url(/img/picto_video.png) no-repeat 0 0;
	height: 22px;
    padding: 5px 0 0 50px;
}
.fig_centre {
	text-align:center;
}
figcaption {
	font-size:1.2em;
	font-style:italic;
	margin-bottom: 1em;
}
