body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	float:left;
	width:100%;
}
a {
	text-decoration:none;
	color:#BC0800;
}
p {
	font-size: 12px;
	line-height:1.5em;
}
.barredenavigation {
	margin-bottom:0;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 30pt;
    text-align: left;
    text-decoration: none;
}
#page {
	position:relative;
	margin:0;
	text-align:center;
	float:left;
	width:100%;
}

#corps > div{
	float:left;
	width:100%;
}

#header {
	padding-top:41px;
	background:url('/images_index/header.png') center bottom repeat-y;
	background-color:#ec7404;
}
#tetiere {
	position:relative;
	margin:auto;
	width:960px;
	height:70px;
	background:url('/images_index/entete_new.png') left center no-repeat;
}
#corps_container {
	margin:auto;
	float:left;
	width:100%;
}
#corps {
	margin-top:15px;
	text-align:left;
	height: 100%;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	font-size:12px;
}
.input_text {
	padding:3px;
	width:125px;
	border:none;
}
.photo {
	width: 88px;
	float: left;
	margin-right: 15px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.btn {
	cursor:pointer;
	padding:3px 6px 2px 6px;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Miryad Pro', sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#FFF;
	border:none;
	background: -moz-linear-gradient(top,  #f49e00 0%, #ed7604 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49e00), color-stop(100%,#ed7604));
	background: -webkit-linear-gradient(top,  #f49e00 0%,#ed7604 100%);
	background: -o-linear-gradient(top,  #f49e00 0%,#ed7604 100%);
	background: -ms-linear-gradient(top,  #f49e00 0%,#ed7604 100%);
	background: linear-gradient(to bottom,  #f49e00 0%,#ed7604 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49e00', endColorstr='#ed7604',GradientType=0 );
	background-color: #f49e00;
}
.btn:hover {
	color:#F18B02;
	background: -moz-linear-gradient(top,  #141414 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #141414 0%,#000000 100%);
	background: -o-linear-gradient(top,  #141414 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #141414 0%,#000000 100%);
	background: linear-gradient(to bottom,  #141414 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#000000',GradientType=0 );
	background-color: #141414;
	box-shadow:0 0 18px rgb(241,139,2);
}
.clear {
	clear:both;
	font-size:0;
}
.date {
	margin-top:10px;
	font-size:11px;
}
/***CONNEXION***/
#connexion{
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	width:760px;
	height:440px;
	text-align:left;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
#connexion a{
	color:#ec242d;
	text-decoration:none;
}
#connexion_close{
	float:right;
}
#connexion_content{
	padding:0 20px;
}
#connexion_fond{
	display:none;
	position:absolute;
	background-color:#000000;
	width:100%;
	height:100%;
}
#input_username{
	width:320px;
	margin-bottom:10px;
}
#input_password{
	width:320px;
}
.connexion_operation{
	padding:10px 0;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px dotted #a3a4a7;
}
.connexion_operation .detail_operation_content{
	font-size:16px
}
.connexion_operation .nom_congres{
	font-weight:bold;
	font-size:16px;
}
.connexion_operation .date,.connexion_operation .lieu{
	font-size:14px;
}
.connexion_titre{
	font-size:26px;
	padding:10px 0;
	border-bottom:1px dotted #a3a4a7;
	margin-bottom:20px;
}
.connexion_left{
	float:left;
	width:50%;
}
.connexion_right{
	float:left;
	width:44%;
}
.connexion_right_content{
	text-align:center;
}
.connexion_form_contener{
	margin-top:20px;
	background-color:#e6e6e6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#connexion_form{
	padding:10px;
}
#connexion_bouton{
	width:113px;
	height:24px;
	padding:0;
	margin:0;
	background:url('/images_communes/bouton_connexion.png') no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	border:none;
}
/*FIN CONNEXION*/
/***CONNEXION BOX***/
#connexion_container {
	position:absolute;
	top:-94px;
	left:0;
	z-index:10;
	width:100%;
	height:135px;
	text-align:center;
	font-family: 'Miryad Pro', sans-serif;
	background-color:#000;
	overflow:hidden;
}
#connexionBox {
	margin:auto;
	width:960px;
	margin-top:10px;
	height:84px;
	overflow:hidden;
	text-align:left;
}
#connexion_contenu {
	float:right;
}
.connexion_box {
	float:left;
}
#connexion_box_submit {
	float:right;
	padding-top:15px;
	padding-right:8px;
	margin-right:0;
}
#inscription_container {
	float:left;
	padding:0 15px;
	text-align:left;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
#connexion_ident_container {
	float:left;
	padding-left:15px;
}
.connexion_logo_medipass {
	float:left;
	padding:3px 15px 0 0;
}
#loginForm {
	width: 320px;
	padding: 0;
	margin: 0 auto;
}
.connexion_text {
	padding-bottom:3px;
	text-transform:uppercase;
	font-family: 'Miryad Pro', sans-serif;
	color:#FFF;
}
.connexion_text_en {
	font-size: 10px;
	font-style: italic;
}

.connexion_detail {
	margin-top:5px;
	float: left;
}
#lien_mot_passe {
	font-size:11px;
	color:#FFF;
}
#lien_mot_passe:hover {
	color:#F18B02;
}
#identification_container, #espace_perso_container {
	height:41px;
	background:url('/images_index/identification_background.png') top center no-repeat;
	overflow:hidden;
}
#espace_perso_container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#identification, #espace_perso {
	margin:auto;
	width:960px;
}
#identification_contenu, #espace_perso_contenu {
	padding:10px 8px 0 0;
	text-align:right;
}
#identification_contenu img {
	padding:0 10px 4px 0;
}
/*FIN CONNEXION BOX*/
/***ESPACE PERSO***/
#espace_perso_container {
	text-align:center;
	background-color:#000;
}
#espace_perso {
	margin:auto;
	width:960px;
	padding:4px 0;
	text-align:right;
	color:#FFF;
}
#espace_perso a {
	color:#FFF;
}
.logout {
	padding-left:20px;
	background:url('/images_communes/logo_deconnect_blanc.png') no-repeat;
}
/*FIN ESPACE PERSO*/
/******ENVOIE EMAIL******/
#envoie_email {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	width:300px;
	height:150px;
	text-align:left;
	border-radius:15px;
}
#envoie_email_content {
	padding:10px 10px 20px 10px;
	text-align:center;
}
#envoie_email_fond {
	display:none;
	position:absolute;
	background-color:#000000;
	width:100%;
	height:100%;
}
#close_envoie_email {
	float:right;
	margin-right:10px;
}
/****FIN ENVOIE EMAIL****/
/***RECHERCHE***/
.boite_recherche {
	position:absolute;
	top:23px;
	left:640px;
	width:280px;
	text-align:left;
	border:3px solid #f29e42;
	background-color:#FFF;
	border-radius:3px;
	box-shadow:inner 0 1px 2px rgba(0,0,0,0.3);
}
.boite_recherche form {
	padding:0;
	margin:0;
}
#recherche_input {
	float:left;
	width:245px;
	padding:5px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#777777;
	border:none;
}
#recherche_submit {
	float:right;
	width:20px;
	height:22px;
	font-size:0px;
	border:none;
	background:url('/images_index/loupe_grise.png') center no-repeat;
}
/*FIN RECHERCHE*/
/***MENU***/
#menu_container {
	width:100%;
	height:36px;
	background:url('/images_index/menu_background.png') center no-repeat;
	background-color:#ec7404;
	position:relative;
}
/*Probleme affichage sous IE*/
#menu_content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}
.the_menu {
	font-family:'Myriad Pro';
	margin:auto;
	width:960px;
}
#mytabsmenu {
}
.item {
	float:left;
	line-height:12px;
}
.item a, .item a:visited {  
	display:block;  
	padding:8px 20px 4px 20px;
	margin-right:0;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	border-right:1px solid #a14d00;
}
.item a:hover {
	color:#FFF;
	text-decoration:none;
	background: -moz-linear-gradient(top,  #a14d00 0%, #c35e03 5%, #f48e02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a14d00), color-stop(5%,#c35e03), color-stop(100%,#f48e02));
	background: -webkit-linear-gradient(top,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	background: -o-linear-gradient(top,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	background: -ms-linear-gradient(top,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	background: linear-gradient(to bottom,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14d00', endColorstr='#f48e02',GradientType=0 );
	background-color: #a14d00;
}
.item a div {
	font-size:12px;
	font-weight:normal;
}
#lien_menu_yearbook {
	padding:6px 6px 6px 6px;
}
.sous_menu {
	position:absolute;
	z-index:100;
	background:url('/images_communes/vide.gif') top no-repeat;/* Pour corriger un probleme sous IE*/
}
.sous_sous_menu_d {
	position:absolute;
	left:150px;
	z-index:150;
}
.sous_sous_menu_g {
	position:absolute;
	left:-150px;
	z-index:150;
}
.sous_item {
	width:200px;
}
.sous_item a, .sous_item a:visited {    
	padding:4px 10px 6px 10px;
	margin-right:0;
	color:#FFF;
	border-right:0;
	border-bottom:1px solid #FFF;
	background: -moz-linear-gradient(top,  #f49501 0%, #bd5b03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49501), color-stop(100%,#bd5b03));
	background: -webkit-linear-gradient(top,  #f49501 0%,#bd5b03 100%);
	background: -o-linear-gradient(top,  #f49501 0%,#bd5b03 100%);
	background: -ms-linear-gradient(top,  #f49501 0%,#bd5b03 100%);
	background: linear-gradient(to bottom,  #f49501 0%,#bd5b03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49501', endColorstr='#bd5b03',GradientType=0 );
	background-color: #f49501;
}
.sous_item a:hover {
	color:#FFF;
	background: -moz-linear-gradient(top,  #a14d00 0%, #c35e03 5%, #f48e02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a14d00), color-stop(5%,#c35e03), color-stop(100%,#f48e02));
	background: -webkit-linear-gradient(top,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	background: -o-linear-gradient(top,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	background: -ms-linear-gradient(top,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	background: linear-gradient(to bottom,  #a14d00 0%, #c35e03 5%,#f48e02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14d00', endColorstr='#f48e02',GradientType=0 );
	background-color: #a14d00;
}
.sous_sous_menu_d {
	width:200px;    
	opacity: 1;
	left:198px;
}
/*FIN MENU*/
/***ACCES RESERVE***/
#acces_reserve {
	padding:15px;
	margin-bottom:10px;
	color:#333;
	background-color:#DDD;
}

#acces_reserve_intro {
	padding-left: 20%;
}
.acces_reserve_identification {
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dashed #FFF;
}
.acces_reserve_identification td {
	padding-top:5px;
}
.acces_reserve_input {
	height:23px;
	padding:2px 3px;
	/*border-radius:8px;*/
	border:1px solid #AAA;
}
.acces_reserve_form_container {
	width: 50%;
	display: block;
	margin: 0px auto;
}

/*FIN ACCES RESERVE*/
/***MODULE***/
.modules_container_left, .modules_container_middle, .modules_container_right {
	float:left;
	width:310px !important;
}
.modules_container_middle {
	margin:0 15px;
}
.module, .module_2 {
	padding:5px 0;
	margin-bottom:25px;
}
.module_2 {
	border-radius:8px;
	background: -moz-linear-gradient(top,  #fbf2ff 0%, #decfe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf2ff), color-stop(100%,#decfe6));
	background: -webkit-linear-gradient(top,  #fbf2ff 0%,#decfe6 100%);
	background: -o-linear-gradient(top,  #fbf2ff 0%,#decfe6 100%);
	background: -ms-linear-gradient(top,  #fbf2ff 0%,#decfe6 100%);
	background: linear-gradient(to bottom,  #fbf2ff 0%,#decfe6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf2ff', endColorstr='#decfe6',GradientType=0 );
	background-color: #fbf2ff;
	box-shadow:1px 3px 3px rgba(0,0,0,0.4);
}
.module_titre {
	float:left;
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#5b428c;
	background:url('/images_index/module_titre_background.png') bottom repeat-x;
}
.module_titre_anglais {
	text-transform:uppercase;
	font-size:11px;
	font-style:italic;
	color:#5b428c;
}
.module_titre img {
	float:left;
	margin-right:10px;
}
.module_contenu {
	padding:10px;
}
	/***DERNIER ARTICLES, PLUS LU ET DEFAULT***/
	.derniers_articles_container {
	}
	.derniers_articles {
	}
	.dernier_article_categorie {
		font-family:Georgia, "Times New Roman", Times, sans-serif;
		font-size:14px;
		font-style:italic;
		color:#000;
	}
	.derniers_articles_content, .module_defaut_ligne, a.articles_plus_lu_ligne {
		display:block;
		padding:3px 0 5px 0;
		margin-bottom:8px;
		text-decoration:none;
		border-bottom:2px solid #EEE;
	}
	.derniers_articles_content a, .module_defaut_ligne a, .module_defaut_ligne .evenements_titre, .articles_plus_lu_titre {
		text-decoration:none;
		font-size:16px;
		font-weight:bold;
		color:#000;
	}
	.derniers_articles_content a:hover, .module_defaut_ligne a:hover, a.articles_plus_lu_ligne:hover .articles_plus_lu_titre {
		color:#5b428c;
	}
	.derniers_articles_auteur, .module_defaut_details {
		margin-top:2px;
		font-size:12px;
		color:#333;
	}
	.derniers_articles_chapeau {
		display:none;
	}
	a.derniers_articles_plus {
		display:block;
		padding:6px 0;
		text-align:center;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, sans-serif;
		font-size:14px;
		font-style:italic;
		color:#555555;
		background-color:#EEE;
	}
	a.derniers_articles_plus:hover {
		text-decoration:none;
		background-color:#DDD;
	}
	/*FIN DERNIER ARTICLES, PLUS LU ET DEFAULT***/
	/***EVENEMENTS***/
	.evenements_note {
		font-size:11px;
		
	}
	
	a.evenements_diu {
		padding:2px 2px;
		margin:5px 2px 0 0;
		font-size:11px;
		background-color:#EEE;
	}
	a.evenements_diu:hover {
		background-color:#DDD;
	}

	.evenements_diu_link {
		font-size: 11px;
		
	}
	/*FIN EVENEMENTS*/
/*FIN MODULE*/
/**BARRE PAGE***/
.page_courante{
	font-size:13px;
	border:1px solid #222222;
	color:#333333;
	padding:1px 3px;
	font-weight:bold;
}
.barre_page_container {
	text-align:center;
	margin:8px 0;
	font-size:14px;
	color:#666;
}
.barre_page_container a {
	font-size:12px;
	color:#333;
}
/*FIN BARRE PAGE*/
/***ARTICLES***/
.titre {  
	font-size: 15px;
	font-weight: bold; 
	color: #000066
}
.titre a {
	color:#BC0800;
}
.auteur {
    font-size: 11px;
    color: #666666;
}
/*FIN ARTICLES*/
/***CAS CLINIQUES***/
.cas_clinique_categorie_titre {
	font-size:18px;
	font-weight:bold;
	color:#666;
}
.cas_clinique_categorie_article {
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:1.5em;
	border-bottom:1px dotted #666;
}
/*FIN CAS CLINIQUE*/
/***COMPTE RENDUS***/
.compte_rendu {
	font-size:13px;
}
.soustitre {
	font-weight:bold;
	color:#003E7A;
}
/*FIN COMPTE RENDUS*/
/***AGENDA CONGRES RECHERCHE***/
/*version 2*/
.congres_recherche_logo {
	float:left;
	padding-right:15px;
	border-right:1px solid #DDD;
}
.congres_labo_container {
	position:absolute;
	top:0;
	right:5px;
	text-transform:uppercase;
	font-size:10px;
	color:#808080;
}
.congres_recherche_entete {
	float:left;
	padding:8px 0 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#0092D0;
}
.congres_recherche_entete_bis {
	font-size:11px;
	color:#808080;
}
#congres_recherche_container {
	float:left;
	width:175px;
	margin-right:10px;
}
#congres_recherche_titre {
	padding:11px 10px 10px 10px;
	text-transform:uppercase;
	color:#FFF;
	background-color:#000;
}
#congres_recherche {
	padding:20px 10px;
	background: -moz-linear-gradient(top,  #80d8ff 0%, #0092d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80d8ff), color-stop(100%,#0092d0));
	background: -webkit-linear-gradient(top,  #80d8ff 0%,#0092d0 100%);
	background: -o-linear-gradient(top,  #80d8ff 0%,#0092d0 100%);
	background: -ms-linear-gradient(top,  #80d8ff 0%,#0092d0 100%);
	background: linear-gradient(to bottom,  #80d8ff 0%,#0092d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d8ff', endColorstr='#0092d0',GradientType=0 );
	background-color: #80d8ff;
}
.congres_recherche_input {
	padding:3px;
	width:155px;
	height:22px;
	color:#AAA;
	background-color:#FFF;
	border:none;
}
#congres_recherche_mot_cle {
	background:url('/images_index/loupe_grey.png') 130px center no-repeat;
	background-color:#FFF;
}
#congres_recherche_ville {
	margin-bottom:5px;
}
.congres_recherche_avance_img {
	display:block;
	float:right;
	width:22px;
	height:22px;
	background:url('/images_index/fleche_bleu_down.png') center no-repeat;
	background-color:#000;
}
.congres_recherche_section {
	margin:10px 0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.congres_recherche_section_bis {
	font-size:14px;
}
.congres_recherche_du {
	float:left;
	width:60px;
}
.congres_recherche_au {
	float:right;
	width:60px;
}
#congres_recherche select {
	margin-bottom:5px;
	padding:2px;
	height:auto;
	color:#FFF;
	border:none;
	border-radius:0;
	background: -moz-linear-gradient(top,  #575454 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575454), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #575454 0%,#000000 100%);
	background: -o-linear-gradient(top,  #575454 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #575454 0%,#000000 100%);
	background: linear-gradient(to bottom,  #575454 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575454', endColorstr='#000000',GradientType=0 );
	background-color: #575454;
}
#congres_recherche_pays, #congres_recherche_specialite {
	width:155px;
}
.congres_btn_submit_container {
	margin-top:5px;
	text-align:right;
}
.congres_btn_submit {
	cursor:pointer;
	width:80px;
	height:26px;
	font-size:0;
	border:none;
	background:url('/images_index/congres_btn_submit.png') no-repeat;
}
#congres_recherche_liste {
	float:left;
	width:765px;
}
a.congres_recherche_ligne {
	display:block;
	background: -moz-linear-gradient(top,  #F2F2F2 0%, #BFBFBF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#BFBFBF));
	background: -webkit-linear-gradient(top,  #F2F2F2 0%,#BFBFBF 100%);
	background: -o-linear-gradient(top,  #F2F2F2 0%,#BFBFBF 100%);
	background: -ms-linear-gradient(top,  #F2F2F2 0%,#BFBFBF 100%);
	background: linear-gradient(to bottom,  #F2F2F2 0%,#BFBFBF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#BFBFBF',GradientType=0 );
	background-color: #F2F2F2;
	text-decoration:none;
}
a.congres_recherche_ligne:hover {
	text-decoration:none;
}
.congres_recherche_donnee_container {
	float:left;
	width:665px;
	height:99px;
	border-bottom:1px solid #BFBFBF;
}
.congres_recherche_donnee {
	padding:15px 25px;
}
.congres_recherche_donnee img {
	float:left;
	margin-right:8px;
	border:none;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}
.congres_recherche_date, .congres_date {
	font-size:14px;
	color:#242f36;
}
a.congres_recherche_ligne:hover .congres_recherche_date {
	color:#0092D0;
}
.congres_recherche_intitule, .congres_titre {
	padding:4px 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
a.congres_recherche_ligne:hover .congres_recherche_intitule {
	color:#0092D0;
}
.congres_recherche_lieu, .congres_lieu {
	font-size:12px;
	color:#0092D0;
}
a.congres_recherche_ligne:hover .congres_recherche_lieu {
	color:#000;
}
.congres_recherche_fleche {
	float:right;
	width:100px;
	height:100px;
	background: -moz-linear-gradient(top,  #80D8FF 0%, #0092D0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80D8FF), color-stop(100%,#0092D0));
	background: -webkit-linear-gradient(top,  #80D8FF 0%,#0092D0 100%);
	background: -o-linear-gradient(top,  #80D8FF 0%,#0092D0 100%);
	background: -ms-linear-gradient(top,  #80D8FF 0%,#0092D0 100%);
	background: linear-gradient(to bottom,  #80D8FF 0%,#0092D0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80D8FF', endColorstr='#0092D0',GradientType=0 );
	background-color: #80D8FF;
}
a.congres_recherche_ligne:hover .congres_recherche_fleche {
	background: -moz-linear-gradient(top,  #575454 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575454), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #575454 0%,#000000 100%);
	background: -o-linear-gradient(top,  #575454 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #575454 0%,#000000 100%);
	background: linear-gradient(to bottom,  #575454 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575454', endColorstr='#000000',GradientType=0 );
	background-color: #575454;
}
.congres_recherche_fleche_img {
	width:100%;
	height:100%;
	background:url('/images_index/fleche_blanche_right_big.png') center no-repeat;
}
a.congres_recherche_ligne:hover .congres_recherche_fleche_img {
	background:url('/images_index/fleche_bleu_right_big.png') center no-repeat;
}
.congres_no_result {
	padding:150px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#333;
}
/***FICHE CONGRES***/
.congres_titre_container {
	padding:20px;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2));
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: -o-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: linear-gradient(to bottom,  #FFFFFF 0%,#F2F2F2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	background-color: #F2F2F2;
}
.congres_modules {
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2));
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: -o-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: linear-gradient(to bottom,  #FFFFFF 0%,#F2F2F2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	background-color: #F2F2F2;
}
#congres_modules_IP, #congres_modules_IS, #congres_module_SS, #congres_module_OI, #congres_modules_localisation, #congres_modules_DT {
	background:transparent;
}
.congres_ss_ligne img {
	padding:20px;
}
.congres_modules_section {
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#0092D0;
	zoom:1;
}
.congres_module_contenu {
	padding:0 10px 10px 10px;
}
.congres_module_contenu p {
	margin:0;
}
.congres_module_contenu a {
	color:#333;
}
.congres_section_bis {
	color:#808080;
}
.congres_site_container {
	margin-top:8px;
}
.congres_site_container a {
	display:block;
	float:right;
	width:118px;
	height:26px;
}
.congres_site_container a:lang(fr) {
	background:url('/images_index/congres_btn_site.png') no-repeat;
}
.congres_site_container a:lang(en) {
	background:url('/images_index/congres_btn_site_EN.png') no-repeat;
}
.congres_localisation_champs {
	float:left;
	width:80px;
	margin-right:8px;
	text-align:right;
	color:#808080;
}
.congres_localisation_donnee {
	float:left;
}
/*FIN FICHE CONGRES*/
/***LISTE (tous_les)***/
/*tous_les_imedia,tous_les_cr2,tous_les_pex,tous_les_dossier,tous_les_poster*/
a.tous_les_container {
	display:block;
	text-decoration:none;
	background-color:#DDD;
	margin-bottom:10px;
}
a.tous_les_container:hover {
	text-decoration:none;
	background-color:#EEE;
}
a.tous_les_container2:hover {
	text-decoration:none;
	background-color:#DDD;
}
.tous_les_content {
	padding:10px;
}
.tous_les_content img {
	float:left;
	margin-right:10px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}
.tous_les_intitule {
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
/*FIN TOUS LES*/
/****RECHERCHE****/
/*recherche_endocrinologie_enfant.php*/
.recherche_type{
	font-size:15px;
	font-weight:bold;
	color:#F18E0C;
}
.surligne{
	background-color:#9EBCF2;
}
#liste_mot_cle{
	position:absolute;
	z-index:1;
	width:338px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#FFFFFF;
	border-left:1px solid #F99120;
	border-right:1px solid #F99120;
	border-bottom:1px solid #F99120;
}
#liste_mot_cle a{
	display:block;
	padding:1px 0 2px 5px;
}
#liste_mot_cle a:hover{
	background-color:#F99120;
}
#liste_mot_cle li{
	margin:0;
	padding:0;
}
/*FIN RECHERCHE*/
/***COMMENTAIRE***/
#commentaire_form {
	clear: both;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px solid #DDD;
}
	#commentaire_form .titre {
		padding-bottom: 5px;
		margin-bottom: 8px;
		border-bottom: 1px solid #DDD;
	}
	#commentaire_form .ligne {
		margin-bottom: 8px;
	}
	#commentaire_form .accessibilite {
		cursor: pointer;
		float: left;
		width: 300px;
		background: url('/images_communes/radio_21x21_bleu_off.png') 15px center no-repeat;
		transition-duration: 0.4s;
	}
		#commentaire_form .accessibilite .contenu {
			padding: 10px 10px 10px 60px;
			font-weight: bold;
			color: #333;
		}
		#commentaire_form .accessibilite.active {
			background: url('/images_communes/radio_21x21_bleu_on.png') 15px center no-repeat;
		}
	#commentaire_form .clear {
		margin-bottom: 10px;
	}
	#commentaire_form .inactif,
	.commentaire_abus .inactif {
		color: #AAA;
	}
	#commentaire_form .btn_container {
		text-align: center;
	}
	#commentaire_form .erreur {
		margin-top: 3px;
		font-size: 0.8em;
	}
	#commentaires .input,
	#commentaire_form .input {
		padding: 4px;
		width: 592px;
		font-size: 14px;
		border: 1px solid #DDD;
		box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
	}
	#commentaires .ligne {
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 1px solid #EEE;
	}
	#commentaire .commentaire_form_abus .ligne {
		padding-bottom: 0;
		margin-bottom: 8px;
		border-bottom: none;
	}
	.commentaire_form_abus {
		margin:0;
		padding:0;
	}
	#commentaires .ligne img {
		cursor: pointer;
		float: right;
		margin-left: 10px;
	}
	#commentaires .warning {
		display: block;
		float: right;
		font-size: 11px;
		color: #333;
	}
	#commentaires .auteur {
		padding-left: 10px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#commentaires .date {
		display: inline;
		padding-left: 5px;
		margin: 0;
		font-weight:normal;
		color: #999;
	}
	#commentaires .commentaire {
		padding-left: 10px;
		color: #333;
	}
#submit_commentaire {
	opacity: 0;
	filter: alpha(opacity=0);
}
.commentaire_abus {
	padding: 15px;
	margin-top: 5px;
	background-color: #EEE;
}
.commentaire_abus .titre {
	color: #333;
}
.commentaire_abus .remerciement {
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
}
.commentaire_abus .btn_container {
	text-align: center;
}
.commentaireConnexionContener {
	text-align: center;
	margin-top: 10px;
}
.commentaireConnexionContent {
	width: 350px;
	padding: 15px;
	margin: auto;
	background-color: #333;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.commentaireConnexionText {
	color: #FFF;
	margin-bottom: 12px;
}
.commentaireConnexionInput {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 3px;
	border: none;
}
.commentaireConnexionButton {
	background-color: #CCC;
	color: #000;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.commentaireSection {
	margin: 8px 0 5px 0;
	padding-bottom: 3px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid grey;
}
/*FIN COMMENTAIRE*/

/***FOOTER***/
#logos_container {
	padding:10px 0;
	text-align:center;
	background: -moz-linear-gradient(top,  #dddddd 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#bbbbbb));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#bbbbbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 );
	background-color: #CACACA;
	float:left;
	width:100%;
}
#logos {
	margin:auto;
	width:960px;
}
#logos img {
	margin:0 5px;
}
#footer_container {
	position: relative;
	bottom: 0px;
	padding:10px 0;
	text-align:center;
	background: -moz-linear-gradient(top,  #313131 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #313131 0%,#000000 100%);
	background: -o-linear-gradient(top,  #313131 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #313131 0%,#000000 100%);
	background: linear-gradient(to bottom,  #313131 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000',GradientType=0 );
	background-color: #313131;
	float:left;
	width:100%;
}
#footer {
	margin:auto;
	width:960px;
	color:#FFF;
}
/*FIN FOOTER*/

#menu > .item:hover .sous_menu{
	display:block !important;
}

/*VIDEO VIDEO*/

#video-header{
	width: 100%;
	display: block;
	float: left;
}

.video-header-logo {
	margin: 0 auto;
	height: 190px;
	width: 100%;
	background-image: url(/images_index/logo_espe.png) !important;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='/images_index/logo_espe.png',
			sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images_index/logo_espe.png',sizingMethod='scale')";
}
.video-header-logo-espe2017 {
	margin: 0 auto;
	height: 190px;
	width: 100%;
	background-image: url(/images_index/logo_espe2017.jpg) !important;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='/images_index/logo_espe.png',
			sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images_index/logo_espe2017.jpg',sizingMethod='scale')";
}
.video-header-logo-espe2018 {
	margin: 0 auto;
	height: 119px;
	background-image: url(/images_index/BAN_728x90_ESPE2018.jpg) !important;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='/images_index/logo_espe.png',
			sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images_index/BAN_728x90_ESPE2018.jpg',sizingMethod='scale')";
}

.video-header-logo-espe2019 {
	margin: 0 auto;
	height: 119px;
	background-image: url(/images_index/BAN_728x90_ESPE2019.png) !important;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='/images_index/logo_espe.png',
			sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images_index/BAN_728x90_ESPE2018.jpg',sizingMethod='scale')";
}

.page_tous_les .evenement_lie,
.video .vignette .filtre,
.page_tous_les .evenement_lie,
.page_tous_les .plus_de_container,
body .barre_de_navigation,
.barre_de_navigation h2.titre {
	display: none !important;
}

.page_tous_les .video_container {
	width: 32%;
	float: left;
	margin: 0;
	margin-bottom: 22px;
	height:260px !important;
	margin-top:30px !important;
}
.page_tous_les .video_container .video {
	float: left;
	width: 100%;
	position: relative;
}

.page_tous_les .video .content {
	float: left;
	width: 100%;
}

.page_tous_les .articles{    width:100%}

body .barre_de_navigation{    border:none;     padding-bottom:0}

.page_tous_les .articles .article{    position:static;     float:left;     width:33%;     min-height:100px}

.page_tous_les .articles .article:nth-child(3n+2){    background-color:#F4F4F4}

.page_tous_les .articles .article:nth-child(3n+1), .page_tous_les .articles .article:first-child{    width:34%}

.page_tous_les .articles .article .contenu{    float:left;     padding:20px}

.page_tous_les .video_container{    width:32%;     float:left;     margin:0;      margin-bottom:22px; margin-top: 70px; }

.page_tous_les .video_container:nth-child(3n+1), .page_tous_les .video_container:nth-child(3n+3){    margin-right:0; margin-top: 70px;}

.page_tous_les .video_container:nth-child(3n+2){  margin:0 2% 0px; margin-top: 70px;}

.page_tous_les .video_container .video{    float:left;     width:100%;     position:relative}

.page_tous_les .video_container .video.actif{    opacity:.7}

.module_focus_video_slide_container{max-width:400px;float:left;  width:100%;}

.module_focus_video_slide_container .video{    float:left;     width:100%;     position:relative;}

.page_tous_les .video .content{    float:left;     width:100%}

.page_tous_les .video .content .donne, .module_focus_video_slide_container .video .donne{    position:absolute;     width:100%;     height:100%;     top:78px;     color:#000;     background-image:url(/images_index/oncouro2016/arrow_it.png);     background-repeat:no-repeat;     background-position:center 25px}

.page_tous_les .video .content .donne .contenu, .module_focus_video_slide_container .video .donne .contenu{    position:absolute;     bottom:0;     width:100%;     height:45%;     padding: 0;     color:#333;     }

/*.page_tous_les .video .content .donne .contenu{    background-color:rgba(223,24,53,0.9)}*/

/*.page_tous_les .video:hover .content .donne .contenu{    background-color:#df1835!important;     opacity:1}*/

.module_focus_video_slide_container .video .donne .contenu, .module_focus_video_slide_container .video .donne .contenu >div, .module_focus_video_slide_container .video .donne .contenu >span, .page_tous_les .video .content .donne .contenu, .page_tous_les .video .content .donne .contenu >div, .page_tous_les .video .content .donne .contenu >span{    color:#000!important}

/*.page_tous_les .video:hover .content .donne .contenu, .module_focus_video_slide_container .video:hover .donne .contenu{    background-color:#eeb76d}*/

.page_tous_les .video .content .donne .titre, .page_tous_les .video .content .donne .auteur, .module_focus_video_slide_container .video .donne .titre, .module_focus_video_slide_container .video .donne .auteur{    font-size:14px;     color:#fff}

.page_tous_les .video .content .donne .titre{    padding:10px 10px}

.module_focus_video_slide_container .video .donne .date{    padding-top:10px;     color:#333}

.page_tous_les .video .content .donne .auteur, .module_focus_video_slide_container .video .donne .auteur{    font-size:12px;  padding: 0 10px}

.page_tous_les .video .content img, .module_focus_video_slide_container .video img{    width:100%}

.page_tous_les .video .content .donne .contenu .titre {color:#eeb76d !important; font-size: 12px;

}
#video .data{    float:right;     width:480px}

#page.itw-video #video_player {
	float: left;
	height: 300px !important;
	width: 540px !important;
}

#page.itw-video #video{
	margin-top:20px;
}

#page.itw-video #video .data{
	width:380px;
}

#page.itw-video + .box-video-overlay,
#page.itw-video + .box-video-overlay + .box-video{
	display:none !important;
}

body.videos{
	overflow:auto !important;
	padding-right:0px !important;
}

#video .data .contenu .titre {
	color:#eeb76d !important;
}

.synthese-video {
	margin: 0 auto;
	display:block;
	padding-bottom: 15px;
}
.block-synthese{
	padding-bottom: 20px;
}
.int-titre,
.block-synthese h2 {
	color:#eeb76d;
	padding-bottom: 15px;
}
.block-synthese h3 {
	 color:#eeb76d;
	padding: 0px 10px;
 }

/*#video-synth-1,*/
/*#video-synth-2*/
/*{*/
	/*float: left;*/
	/*display: block;*/
	/*margin: 5px;*/
/*}*/
.video-data-holder{
	display: block;
	float: left;
	margin: 5px;
}
.container-video-synth{
	margin: 0 auto;
	display: block;
	width: 920px;
}
.block-synthese {
	width: 100%;
	display: block;
}
.block-synthese .auteur {
	padding: 0px 10px;
}

.portail_selection_general {
	position: absolute;
	margin-left: 300px;
	margin-top: 5px;
	height: 80%;
	padding: 3px;
	border-left: 5px solid #FFF;
	text-align: left;
}

.portail_selection_diabete {
	position: absolute;
	margin-left: 300px;
	margin-top: 5px;
	height: 80%;
	padding: 3px;
	border-left: 5px solid green;
	text-align: left;
}

.portail_selection_general .portail_ici_general {
	text-decoration: none;
	padding: 5px;
	background-color: #666;
	color: #FFF;
	font-size: 0.9em;
}

.portail_selection_general .lnk_accueil_diabete {
	padding: 5px;
	text-decoration: none;
	background-color: green;
	color: #FFF;
	font-size: 0.9em;
	line-height: 500%;
}

.portail_selection_diabete .portail_ici_diabete {
	text-decoration: none;
	padding: 5px;
	background-color: green;
	color: #FFF;
	font-size: 0.9em;
}

.portail_selection_diabete .lnk_accueil_general {
	padding: 5px;
	text-decoration: none;
	background-color: #666;
	color: #FFF;
	font-size: 0.9em;
	line-height: 500%;
}

.portail {
	width: 960px;
	margin-top: 50px;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
}

.flou {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}

.sommaire_accueil {
	position: relative;
	height: auto;
	z-index: 0;
	display: block;
}

.portail_entree_endocrino {
	width:40%;
	text-align: center;
	margin-left: 25px;
	padding: 40px;
	float: left;
	box-shadow: 0px 0px 5px 3px #ededed;
	background-color: #FFF;
}

.portail_entree_diabete {
	width:40%;
	text-align: center;
	margin-right: 30px;
	padding: 40px;
	float: right;
	box-shadow: 0px 0px 5px 3px #ededed;
	background-color: #FFF;
}

.portail_entree_endocrino img,
.portail_entree_diabete img {
	padding-bottom: 20px;
	width: 60%;
}

.portail_bouton_entrer {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-color: #513783;
	padding:10px;
	font-size: 14px;
	text-transform: uppercase;
}

.portail_libelle {
	font-family: Bradley Hand ITC;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #513783;
	margin-top: 15px;
}

.portail_diabete_module_casCliniques {
	height: 175px;
	overflow: auto;
}

.portail_diabete_casClinique {
	padding-bottom: 5px;
}

.portail_diabete_casClinique .titre {
	font-size: 12px;
	font-weight: normal;
	color: #BC0800;
}

.portail_diabete_module_consensus {
	height: 175px;
	overflow: auto;
}

.portail_diabete_consensus {
	padding-bottom: 5px;
}

.portail_diabete_consensus .titre {
	font-size: 12px;
	font-weight: normal;
	color: #BC0800;
}

.portail_diabete_consensus .chapeau {
	color: #666666;
}

.portail_diabete_article_important {
	padding-bottom: 5px;
}

.portail_diabete_article_important .titre {
	font-size: 12px;
	font-weight: bold;
	color: #BC0800;
}

.portail_diabete_article_important .chapeau {
	color: #666666;
}

.portail_diabete_module_medias {
	height: 350px;
	overflow: auto;
}

.portail_diabete_media img {
	width: 50%;
	float:left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 5px;
}

.rubriques_categories {
	padding-bottom: 15px;
}

.contenu_rubrique {
	padding-top: 15px;
}

.portail_diabete_item {
	width: 20%;
	height: 170px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	float: left;
	box-shadow: 0px 0px 5px 3px #ededed;

}

.portail_diabete_item img {
	border-bottom: 2px solid #513783;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.portail_diabete_item_libelle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #513783;
}

.portail_diabete_rubrique_bloc {
	margin: 5px;
	padding: 15px;
	float: left;
	width: 30%;
	border: 1px solid #e2e2e2;
}

.portail_diabete_item_rubrique {
	color: #e48c4b;
	width: 100%;
	padding-bottom: 20px;
	font-size: 1.6em;
	font-weight: normal;
	font-family:Bellerose;
	line-height: 100%;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
}

.portail_diabete_item_rubrique_contenu {
	width: 100%;
	height: 250px;
	overflow: auto;
	color: #aeaeae;
}

.portail_diabete_item_rubrique_contenu a {
	color: #513783;
	font-weight: lighter;
}

.oneArticle {
	padding-bottom: 15px;
}

.portail_diabete_item_rubrique_contenu .titre {
	color: #513783;
	font-size: 1.1em;
	font-weight: lighter;
	text-decoration: none;
}

.portail_diabete_item_rubrique_contenu .auteur {
	text-decoration: none;
	color: #aeaeae;
}