/* CSS HETS - code : LTI - octobre 2012 */
/* lti@hesge.ch */


/* SELECTEURS */

body {
	font-size: 12px;
	color: #3a3a3a;
	background: #fff url(../images/BG_1_HETS.png) no-repeat center top !important;
}

a,
a:hover,
li a.active {
	color: #3a3a3a;
}

/*Style pour le contributeur*/
.hesge-texte-rouge {
	color: red;
}

/*HR*/
hr {
	border: 1px dotted #3a3a3a; 
	border-style: none none dotted; 
}

/*Tableaux*/
#structure #content table {
	margin-bottom: 20px;
}

#structure #content tbody {
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	padding: 9px 0;
}

#structure #content thead th {
	border-right: none;
}

#structure #content th {
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #3a3a3a;
}

#structure #content td {
	text-align: left;
	padding: 8px 13px;
}

#structure #content tr.odd,
#structure #content tr.even {
	background-color: #ffffff;
}

/*autocomplet*/
div.ac_results {
	width: 105px !important;
}
div.ac_results .ac_over {
	background-color: #3a3a3a;
}
/* STRUCTURE DE BASE */

#structure {
	width: 984px;
	margin: 0 auto;
	background: url(../images/bg-structure.png) repeat-y center top;
}

#header, #bg-panel, #breadcrumb, #wrapper, #footer, #actu {
	margin-left: 37px !important;
	margin-right: 37px !important;
}

#structure, #header, #bg-panel, #breadcrumb, #wrapper, #nav-footer, #footer {
	clear: both !important;
}

#footer {
	min-height: 90px;
	margin-top: 20px;
}

/* EN-TÊTE */

#structure #header #logo {
	width: 250px;
	float: left;
	padding-top: 35px;
}
/*Bloc réseaux sociaux*/
#structure #header #block-block-2 {
	float: right;
	padding-top: 10px;
	text-align: right;
}

#structure #header #block-block-2 a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	padding: 0 2px;
}
#structure #header #block-block-2 a span {
	display: none;
}
#structure #header #block-block-2 a.addthis_button_facebook {
	background: url(../images/ico-fb.png) no-repeat;
}
#structure #header #block-block-2 a.addthis_button_twitter {
	background: url(../images/ico-twitter.png) no-repeat;
}
#structure #header #block-block-2 a.addthis_button_linkedin {
	background: url(../images/ico-linkedin.png) no-repeat;
}
#structure #header #block-block-2 a.rss {
	background: url(../images/ico-rss.png) no-repeat;
}
#structure #header #block-block-2 a.rss:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
#structure #header #block-block-2 a.addthis_button_email {
	background: url(../images/ico-eml.png) no-repeat;
}


/* FORMULAIRE DE RECHERCHE DANS EN-TETE */

#structure #header #block-search-api-page-rechercher-dans-le-site {
	float: right;
	width: 170px;
	height: 25px;
	padding-top: 10px;
}

#structure #header #block-search-api-page-rechercher-dans-le-site form {
	clear: both;
	background: #3a3a3a;
	height: 23px;
	padding-top: 2px;
}

#structure #header #block-search-api-page-rechercher-dans-le-site input {
	background: #3a3a3a;
	color: #fff;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

#structure #header #block-search-api-page-rechercher-dans-le-site .form-type-textfield {
	float: left;
	padding: 0;
	margin: 0;
}

#structure #header #block-search-api-page-rechercher-dans-le-site #edit-submit-1--2,
#structure #header #block-search-api-page-rechercher-dans-le-site #edit-submit-1 {
	display: none;
}

#structure #header #block-search-api-page-rechercher-dans-le-site .form-type-textfield input {
	font-size: 10px !important;
	padding-left: 4px;
	width: 140px;
}

#structure #header #block-menu-menu-superieur {
	text-align: right;
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
}

#structure #header #block-menu-menu-superieur ul li {
	border-left: 1px solid #bebebe;
}

/* BANDEAU */
#structure #bg-panel {
	background: url(../images/bg-panel-1.jpg) no-repeat 0px 40px;
}

#structure #panel {
	background: url(../images/BG_1_HETS_panel.png) no-repeat center 46px;
}

#structure #panel img {
	text-align: center;
}

/* NAVIGATION HORIZONTALE 1ER NIVEAU */
#structure #panel #nav-main {
	position: relative;}
	
#structure #panel #nav-main ul.col-2 {
	position: absolute;
	width: 465px;
	right: 0;
	text-transform: uppercase;
	line-height: 13px;
	color: #3a3a3a;
	display: inline;
	height: 32px;
}

#structure #panel #nav-main ul.col-2 li {
	float: left;
}

#structure #panel #nav-main ul.col-2 li a {
	display: block;
	height: 35px;
	padding: 6px 0 0 7px;
	background: url(../images/border-menu-horizontal.gif) no-repeat 2px 0;
}

#structure #panel #nav-main ul.col-2 li.item-6 a {
	width: 75px;
}
#structure #panel #nav-main ul.col-2 li.item-7 a {
	width: 88px;
}
#structure #panel #nav-main ul.col-2 li.item-8 a {
	width: 121px;
}
#structure #panel #nav-main ul.col-2 li.item-9 a {
	width: 90px;
}
#structure #panel #nav-main ul.col-2 li.item-10 a {
	width: 56px;
}

#structure #panel #nav-main ul.col-2 li a.active,
#structure #panel #nav-main ul.col-2 li a.active-trail,
#structure #panel #nav-main ul.col-2 li a:hover {
	background: url(../images/border-menu-horizontal-hover2.gif) no-repeat 0 0;
}

/* NAVIGATION VERTICALE 1ER NIVEAU */

#structure #panel #nav-main ul.col-1 {
	float: left;
	width: 260px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 172px 0 20px 0;
	margin-left: 195px;
}

#structure #panel #nav-main ul.col-1 li {
	width: 240px;
	height: 22px;
	margin-bottom: 7px;
	/*padding-left: 10px;
	padding-top: 2px;
	color: #FFF;*/
}

#structure #panel #nav-main ul.col-1 li a {
	display: block;
	width: 240px;
	height: 22px;
	opacity: .0;
	filter: alpha(opacity=0);
}

#structure #panel #nav-main ul.col-1 li.active-trail {
	margin-left: 20px;
}

#structure #panel #nav-main ul.col-1 li a {
	color: #FFF;
}

#structure #panel #nav-main ul.col-1 li.item-1 {
	background: url(../images/bg-nav-hets.png) no-repeat;
}

#structure #panel #nav-main ul.col-1 li.item-2 {
	background: url(../images/bg-nav-base.png) no-repeat;
}

#structure #panel #nav-main ul.col-1 li.item-3 {
	background: url(../images/bg-nav-continue.png) no-repeat;
}

#structure #panel #nav-main ul.col-1 li.item-4 {
	background: url(../images/bg-nav-rd.png) no-repeat;
	height: 38px;
}

#structure #panel #nav-main ul.col-1 li.item-5 {
	background: url(../images/bg-nav-service.png) no-repeat;
}

/* FIL D'ARIANE */

#structure #breadcrumb {
	margin-top: 10px;
	margin-bottom: 7px;
	float: left;
	width: 700px;
}

/* LIEN A DROITE DU FIL D'ARIANE */

#structure #actu {
	float: right;
	width: 170px;
	margin-top: 10px;
	margin-left: 0 !important;
	text-align: right;
}

#structure #actu a {
	background: url("../images/bullet-actu.gif") no-repeat 0px 2px !important;
	padding-left: 16px !important;
	text-decoration: underline;
}

/* PARTIE PRINCIPALE DE LA PAGE */

#wrapper {
	padding-bottom: 20px;
}

/* COLONNE DE GAUCHE */

#structure #leftcol {
	float: left;
	width: 185px;
	border-top: 1px solid #3a3a3a;
	margin: 19px 10px 10px 0;
	padding-top: 9px;
}

#structure #leftcol .block {
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#structure #leftcol .block-boxes img {
	text-align: center !important;
}

#structure #leftcol h2 {
	color: #fff;
	background-color: #3a3a3a;
	padding: 4px 0 4px 11px;
	margin-bottom: 10px;
	font-size: 14px;
}

#structure #leftcol .prestations {
	border-bottom-color: #14a7b9;
}

#structure #leftcol .prestations h2 {
	background-color: #14a7b9;
}

#structure #leftcol .la-hets h2 {
	background-color: #ee3b33;
}

#structure #leftcol .base h2 {
	background-color: #00a66c;
}

#structure #leftcol .rd h2 {
	background-color: #049aa5;
}

#structure #leftcol .continue h2 {
	background-color: #90c000;
}

#structure #leftcol .events {
	background: #efefef;
}

#structure #leftcol .panier_edition h2 {
	background: #3a3a3a url(../images/bg-panier.png) no-repeat 150px center;
	height: 26px;
	padding-top: 14px;
}

/*Paragraphe*/
#structure #leftcol p {
	margin: 5px 0;
}

#structure #leftcol a {
	color: #696969;
}

/*Puce 1er niveau*/
#structure #leftcol ul {
	margin: 0;
}
#structure #leftcol ul li {
	background: url(../images/bullet-content.png) no-repeat 4px 6px;
	padding-left: 15px;
	margin-bottom: 3px;
}

/* Panier */
.panier .view-content {
	display: none;
}
.panier ul.inline {
	display: block;
	margin-top: 5px !important;
}
.panier li {
	background: none !important;
	padding-left: 0;
}
.panier .line-item-summary {
	margin: 0;
}

/*Vient d'une autre CSS*/
.view .date-nav-wrapper {
	margin: 0 !important;
}
.date-nav {
	padding: 0;
	margin: 0 !important;
}

/*Bloc Calendrier*/
#block-views-calendrier-actualites-block-1 h2 {
	margin-bottom: 0px !important;
}

#block-views-calendrier-actualites-block-1 .content {
	font-size: 10px;
	background-color: #f5f5f5;
}
.view .date-nav-wrapper .date-heading h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
}
.item-list ul {
	margin: 0;
	width: 100%;
}
.item-list ul li {
	margin: 4px 11px;
}	

#structure #leftcol .view .date-nav-wrapper .date-prev a {
	background: url(../images/arrow-left.gif) no-repeat 10px 0 !important;
}
#structure #leftcol .view .date-nav-wrapper .date-next a {
	background: url(../images/arrow-right.gif) no-repeat 0 0 !important;
}
#structure #leftcol .view .date-nav-wrapper .date-prev,
#structure #leftcol .view .date-nav-wrapper .date-next {
	font-size: 0;
	border-radius: 0;
	margin-top: 5px;
	padding: 0 !important;
}
#structure #leftcol .view .date-nav-wrapper .date-prev a,
#structure #leftcol .view .date-nav-wrapper .date-next a {
	color: transparent;
	margin: 0;
	display: block;
	width: 20px;
	height: 11px;
}

/*Tableau Calendrier*/
.calendar-calendar tr,
.calendar-calendar table.mini td.empty {
	background-color: transparent;
}
.calendar-calendar table.mini .calendar-empty {
	font-size: 5px;
}
.calendar-calendar table.mini .mini-day-on {
	background-color: #6b6b6b;
}
#structure #leftcol .calendar-calendar table.mini .mini-day-on a {
	color: white;
	text-decoration: none;
}
.calendar-calendar th.days {
	color: #3a3a3a;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	text-align: center !important;
}
.calendar-calendar td {
	color: #3a3a3a;
	text-align: center;
	padding-top: 2px !important;}
/*Flèche précédente et suivante*/
#structure #content .view .date-nav-wrapper .date-prev a,
#structure #content .view .date-nav-wrapper .date-next a {
	width: 20px;
	height: 11px;
	margin: 0;
	display: block;
	float: left;
	opacity: .0;
	filter: alpha(opacity=0);
}
#structure #content .view .date-nav-wrapper .date-prev {
	background: url(../images/arrow-left.gif) no-repeat 0 0 !important;
	right: 400px;
}
#structure #content .view .date-nav-wrapper .date-next {
	background: url(../images/arrow-right.gif) no-repeat 9px 0 !important;
	right: 15px;
}
#structure #content .view .date-nav-wrapper .date-prev,
#structure #content .view .date-nav-wrapper .date-next {
	border-radius: 0;
	padding: 0 !important;
	margin-top: 12px;
}
/*Grand calendrier Mois*/
.calendar-calendar .month-view .full td.multi-day div.monthview, 
.calendar-calendar .week-view .full td.multi-day div.weekview, 
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
	overflow: visible !important;
	background-color: transparent !important;
	color: #3a3a3a !important;
	height: auto !important;
	border: 1px solid #696969;
	border-radius: 0 !important;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, 
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
	position: relative !important;
	width: auto !important;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .cutoff {
	display: none;
}

/*Jour*/
.calendar-calendar .week-view .full div.single-day div.weekview, 
.calendar-calendar .day-view .full div.single-day div.dayview {
	border: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}

/*Couleur par domaine d'événement Mois, Semaine et Jour*/
.calendar-calendar .Ecole-Editions-ies,
.calendar-calendar .infotheque,
.calendar-calendar .Ecole {
	background-color: #f5f5f5 !important;
}
.calendar-calendar .formation-base {
	background-color: #edf9f5 !important;
}
.calendar-calendar .formation-continue {
	background-color: #f7fbed !important;
}
.calendar-calendar .Recherche {
	background-color: #edf8f9 !important;
}

/*Année*/
.calendar-calendar .year-view table td {
	padding: 0 !important;
	font-size: 10px;
	text-align: center !important;
}
.calendar-calendar .year-view .month-view {
	margin-right: 2px;
}
/*Semaine*/
.calendar-calendar .week-view .full .margin-right {
	display: none;
}
.calendar-calendar .week-view .full th {
	border: none !important;
}
/*Pour tous*/
.calendar-calendar tbody {
	border: none !important;
}
.calendar-calendar div.calendar {
	font-size: 11px !important;
}

/* COLONNE CENTRALE DE NAVIGATION */

#structure #nav-col{
	width: 240px;
	float: left;
	font-size: 14px;
	line-height: 25px;
	margin: 0 10px 10px 0;
}

#structure #nav-col .region-navcol {
	background: #fff;
	border-bottom: 3px solid #fff;
}

#structure #nav-col ul li {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 4px 2px 7px 9px;
	background-color: #f5f5f5;
	border-top: 3px solid white;
}

#structure #nav-col a.active,
#structure #nav-col a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#structure #nav-col ul ul {
	padding-top: 3px;
	/*display: none;*/
}

#structure #nav-col ul ul li {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 0 4px 16px;
	text-transform: none;
	background: url("../images/bullet-level2.gif") no-repeat 0 7px;
	border-top: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*#structure #nav-col ul li.active-trail ul {
	display: block;
}*/

#structure #nav-col ul ul a {
	color: #3a3a3a !important;
}

/*#structure #nav-col ul ul ul {
	display: none !important;
}*/

/*#structure #nav-col ul ul li.active-trail ul {
	display: block !important;
}*/

#structure #nav-col ul ul ul li {
	font-size: 14px;
	font-style: italic;
	padding-left: 12px;
	background: url("../images/bullet-level3.gif") no-repeat 3px 8px !important;
}
#structure #nav-col .item-list ul,
#structure #nav-col .item-list ul li {
	margin: 0;
}

/*Formatage pour les pages transversales*/
#structure #nav-col {
	border-top: 3px solid #089F9B;
	border-bottom: 9px solid #089F9B;
}

#structure #nav-col ul li {
	background-color: #ecf7f7;
}

/*Formatage pour le bloc de page d'accueil*/
.accueil #structure #nav-col {
	padding: 4px 0 9px 0;
	background: url(../images/bg-nav.png) repeat-y 0 0;
	border-top: none;
	border-bottom: none;
}
.accueil #structure #nav-col h2 {
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.accueil #structure #nav-col .region-navcol {
	background: #f5f5f5;
	padding: 22px 9px;
	border-top: 3px solid #fff;
}

/*Formatage pour Formation de base*/
.formation-base #structure #nav-col {
	border-top: 3px solid #00A66C;
	border-bottom: 9px solid #00A66C;
}
.formation-base #structure #nav-col ul li {
	background-color: #edf9f5;
}
.formation-base #structure #nav-col ul li ul li {
	background: url("../images/bullet-level2-formation-base.gif") no-repeat 0 7px;
}

/*Formatage pour Formation continue*/
.formation-continue #structure #nav-col {
	border-top: 3px solid #90c000;
	border-bottom: 9px solid #90c000;
}
.formation-continue #structure #nav-col ul li {
	background-color: #f7fbed;
}
.formation-continue #structure #nav-col ul li ul li {
	background: url("../images/bullet-level2-formation-continue.gif") no-repeat 0 7px;
}

/*Formatage pour Recherche et Développement*/
.recherche-developpement #structure #nav-col {
	border-top: 3px solid #049AA5;
	border-bottom: 9px solid #049AA5;
}
.recherche-developpement #structure #nav-col ul li {
	background-color: #edf8f9;
}
.recherche-developpement #structure #nav-col ul li ul li {
	background: url("../images/bullet-level2-recherche-developpement.gif") no-repeat 0 7px;
}

/*Formatage pour Prestations de service*/
.prestations-service #structure #nav-col {
	border-top: 3px solid #3CC2D3;
	border-bottom: 9px solid #3CC2D3;
}
.prestations-service #structure #nav-col ul li {
	background-color: #f1fbfc;
}
.prestations-service #structure #nav-col ul li ul li {
	background: url("../images/bullet-level2-recherche-developpement.gif") no-repeat 0 7px;
}

/* COLONNE PRINCIPALE DE CONTENU */

#structure #content {
	width: 465px;
	float: left;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	padding: 20px 0 10px 0;
	margin-top: 19px;
	margin-bottom: 30px;
}

#structure #content a {
	color: #089f9b;
	text-decoration: underline;
}

#structure #content h2 {
	color: #089f9b;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.accueil #structure #content h2,
.page-actualites #structure #content h2 {
	color: #3a3a3a;
}
.node-type-hesge-livre #structure #content h2 {
	margin-bottom: 10px;
}

#structure #content h3 {
	color: #089f9b;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
.accueil #structure #content h3,
.page-actualites #structure #content h3 {
	color: #3a3a3a;
}

#structure #content .webform-client-form h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}
#structure #content .field-group-div h3 {
	margin-top: 25px;
	margin-bottom: 5px;
}

#structure #content h4,
#structure #content h5,
#structure #content h6 {
	color: #089f9b;
	/*color: #3a3a3a;*/
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

#structure #content h4 .field-label {
	font-weight: normal;
}

#structure #content h3 a,
#structure #content h4 a,
#structure #content h5 a,
#structure #content h6 a {
	text-decoration: none;
}

#structure #content p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 16px;
}

/*Puce 1er niveau*/
#structure #content ul {
	margin: 10px 0 15px 0;
}

#structure #content ul li {
	background: url(../images/bullet-content.png) no-repeat 4px 6px;
	padding-left: 15px;
	margin-bottom: 4px;
}
/*Puce 2ème niveau*/
#structure #content ul ul {
	margin: 5px 0 0 0;
}
#structure #content ul li li {
	background: url(../images/bullet-content-level2.png) no-repeat 4px 7px;
	padding-left: 15px;
}

#structure #content ol li {
	margin: 5px 0;
}

/*Paging*/
#structure #content ul.pager {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
}

#structure #content ul.pager li, 
ul.pager li {
	background: none !important;
	padding: 0 10px 0 0;
	margin: 0;
}

#structure #content ul.pager li a {
	text-decoration: none;
	color: #888888;
}

#structure #content ul.pager li a:hover, 
#structure #content ul.pager li a.active {
	color: #3a3a3a;
}

#structure #content img {
	/*margin-left: 48px;
	border-bottom: 3px solid #3a3a3a;
	padding-bottom: 3px;*/
	background-image: none;
}

#structure #content .actualites img,
#structure #content .accueil-actualites img,
#structure #content .node-actualite img {
	background: url(../images/bg-image.png) repeat-y 0 0;
	padding-bottom: 3px;
}

#structure #content img.hesge-logo {
	background: none !important;
}

#structure #content img.hesge-bordure {
	background: none !important;
	border: 1px solid #3A3A3A;
}
	
/* CONTENU - ACTUALITES */
.page-accueil-actualites #structure #content h3,
.page-actualites #structure #content h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.page-accueil-actualites #structure #content h3 a {
	color: #089f9b;
}
.page-accueil-actualites #structure #content .formation-base a,
.page-actualites  #structure #content .formation-base a {
	color: #00A66C;
}
.page-accueil-actualites #structure #content .Formation-continue a,
.page-actualites  #structure #content .Formation-continue a {
	color: #90c000;
}
.page-accueil-actualites #structure #content .Recherche a,
.page-actualites #structure #content .Recherche a {
	color: #049AA5;
}
.accueil #structure #content p,
.page-actualites #structure #content p {
	margin-bottom: 2px;
}
#structure #content .plus_infos {
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-right: 52px;
}
#structure #content .plus_infos a {
	color: #3a3a3a;
	text-decoration: none;
}
#structure #content .field-name-field-actu-image {
	margin: 15px 0;
}
#structure #content .field-name-field-actu-partenaire img {
	background: none !important;
}
#structure #content .addthis_toolbox {
	margin: 10px 0;
}
#structure #content .addthis_toolbox a {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	padding: 0 2px;
}
#structure #content .addthis_toolbox a span {
	display: none;
}
#structure #content .addthis_toolbox a.addthis_button_facebook {
	background: url(../images/ico-fb-small.png) no-repeat;
}
#structure #content .addthis_toolbox a.addthis_button_twitter {
	background: url(../images/ico-twitter-small.png) no-repeat;
}
#structure #content .addthis_toolbox a.addthis_button_delicious {
	background: url(../images/ico-delicious-small.png) no-repeat;
}
#structure #content .addthis_toolbox a.addthis_button_google {
	background: url(../images/ico-google-small.png) no-repeat;
}
#structure #conten .addthis_toolboxt a.addthis_button_print {
	background: url(../images/ico-print-small.png) no-repeat;
}
#structure #content .addthis_toolbox a.addthis_button_email {
	background: url(../images/ico-eml-small.png) no-repeat;
}
#structure #content .addthis_button {
	display: none;
}

/* CONTENU - ANNUAIRE */

#structure #content .annuaire ul.views-summary {
	padding: 10px 0;
	text-align: center;
	margin: 0;
}

#structure #content .annuaire ul.views-summary li {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	background: none;
	padding: 0 3px 0 0;
	margin: 0;
}

#structure #content .annuaire ul.views-summary li a {
	text-decoration: none;
	color: #888888;
}

#structure #content .annuaire ul.views-summary li a:hover, 
#structure #content .annuaire ul.views-summary li a.active {
	color: #3a3a3a;
}

#structure #content .annuaire .view-content {
	padding-top: 14px;
}

#structure #content .annuaire .view-header .view-content {
	padding-top: 0;
}

#structure #content .annuaire .directory {
	overflow: auto;
}

#structure #content .annuaire .photo {
	float: left;
	width: 75px;
}

#structure #content .annuaire img {
	padding-left: 0;
	margin-left: 0;
}

#structure #content .annuaire .data {
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	padding: 10px 0;
	margin-left: 96px;
}

#structure #content .annuaire .data p, 
#structure #content .annuaire .data h3 {
	margin-bottom: 6px;
}

#structure #content .annuaire h3,
#structure #content .view-annuaire-hets h3 {
	color: #089F9B;
	text-transform: uppercase;
	font-size: 14px;
}

#structure #content .annuaire h3 .annuaire-prenom {
	font-weight: normal;
}

#structure #content .annuaire h4,
#structure #content .view-display-id-page_fiche_annuaire h4 {
	color: #3a3a3a;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 6px;
}

#structure #content .annuaire a.hesge-link-eml {
	color: #3a3a3a;
}

/* CONTENU - FICHE ANNUAIRE */

#structure #content .view-display-id-page_fiche_annuaire .user-picture {
	float: left;
}

#structure #content .view-display-id-page_fiche_annuaire .user-picture img {
	margin-left: 22px;
}

#structure #content .view-display-id-page_fiche_annuaire #user-profile h3 {
	margin-bottom: 8px;
	font-weight: normal;
}

#structure #content .view-display-id-page_fiche_annuaire #user-profile h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}

#structure #content .view-display-id-page_fiche_annuaire #basic-data {
	margin-left: 177px;
	margin-top: 32px;
	padding: 13px 0;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}

#structure #content .view-display-id-page_fiche_annuaire #basic-data p {
	margin: 5px 0;
}

#structure #content .view-display-id-page_fiche_annuaire h5 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 30px;
}

#structure #content .view-display-id-page_fiche_annuaire h6 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#structure #content .view-display-id-page_fiche_annuaire ul {
	margin: 10px 0 5px 0;
}

#structure #content .view-display-id-page_fiche_annuaire p {
	margin: 15px 0 10px 0;
}

#structure #content .view-display-id-page_fiche_annuaire .field_user_address p {
	line-height: 13px;
	margin: 5px 0;
}

/* CONTENU - FORMULAIRE DE ANNUAIRE */
#structure #content #autocomplete {
	background-color: white;
}
#structure #content #autocomplete ul {
	margin: 5px 0;
}
#structure #content #autocomplete ul li {
	background: none;
	padding-left: 5px;
}
#structure #content #autocomplete ul li a:hover {
	color: #696969;
}

/* CONTENU - LISTE */
/* RAETDS et PUBLICATIONS et FORMATION CONTINUE et EDITIONS et RESULTATS DE LA RECHERCHE*/
#structure #content .views-row,
#structure #content .node-search {
	margin-bottom: 20px;
	margin-left: 21px;
}

#structure #content .ds-search-extra {
	margin-bottom: 20px;
}
	
#structure #content .views-row-last {
	margin-bottom: 20px;
}

#structure #content .raetds .views-row,
#structure #content .publications .views-row,
#structure #content .formations .views-row,
#structure #content .editions .views-row,
#structure #content .actualites .views-row {
	background: none; 
	padding: 16px 0;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}

#structure #content .actualites h3 {
	margin: 20px 0;
}

#structure #content .raetds .views-row p,
#structure #content .publications .views-row p,
#structure #content .formations .views-row p,
#structure #content .editions .views-row p {
	margin: 10px 0 0 0;
}

#structure #content .raetds .views-row ul,
#structure #content .publications .views-row ul,
#structure #content .formations .views-row ul,
#structure #content .editions .views-row ul {
	margin: 5px 0;
}

/*#structure #content .raetds h3,
#structure #content .publications h3,
#structure #content .formations h3,
#structure #content .editions h3 {
	font-weight: bold;
	margin-bottom: 8px;
}*/

#structure #content .raetds h3,
#structure #content .raetds h4,
#structure #content .formations h3 {
	display: inline;
}
#structure #content .views-row h3 {
	margin-top: 0;
}
#structure #content .node-search h2 a {
	text-decoration: none;
	font-weight: normal;
}

/* CONTENU - FORMULAIRE DE RECHERCHE*/
/* GENERALITES POUR RAETDS et PUBLICATIONS et FORMATION CONTINUE et EDITIONS et ANNUAIRE */

#structure #content .raetds .views-exposed-widgets,
#structure #content .publications .views-exposed-widgets,
#structure #content .formations .views-exposed-widgets,
#structure #content .annuaire .views-exposed-widgets,
#structure #content .editions .views-exposed-widgets {
	margin-bottom: 20px;
}
#structure #content .raetds .view-content,
#structure #content .publications .view-content,
#structure #content .formations .view-content,
#structure #content .annuaire .view-content,
#structure #content .editions .view-content,
#structure #content .actualites .view-content {
	border-top: 1px solid #3a3a3a;
	padding-top: 34px;
}
#structure #content .historique .view-content,
#structure #content .view-publications-chercheur .view-content {
	padding-top: 0;
}

/*Chaque ligne*/
#structure #content .raetds .views-exposed-widget,
#structure #content .publications .views-exposed-widget,
#structure #content .formations .views-exposed-widget,
#structure #content .annuaire .views-exposed-widget,
#structure #content .editions .views-exposed-widget {
	clear: both !important;
	margin: 15px 0 15px 0;
	padding: 0;
	min-height: 18px;
}

/*Boutons RECHERCHER et REINITIALISER*/
#structure #content .raetds .views-submit-button, 
#structure #content .raetds .views-reset-button,
#structure #content .publications .views-submit-button, 
#structure #content .publications .views-reset-button,
#structure #content .formations .views-submit-button, 
#structure #content .formations .views-reset-button,
#structure #content .annuaire .views-submit-button, 
#structure #content .annuaire .views-reset-button,
#structure #content .editions .views-submit-button, 
#structure #content .editions .views-reset-button {
	float: right !important;
	/*float: left !important; modifié pour le mobile*/
	color: #c00 !important;
	clear: none !important;
	margin: 0 12px 0 0;
}
/*#structure #content .raetds .views-submit-button,
#structure #content .publications .views-submit-button,
#structure #content .formations .views-submit-button,
#structure #content .annuaire .views-submit-button,
#structure #content .editions .views-submit-button {
	margin-left: 245px;
}*/

#structure #content .raetds .views-submit-button input, 
#structure #content .raetds .views-reset-button input,
#structure #content .publications .views-submit-button input, 
#structure #content .publications .views-reset-button input {
	background-color: #049AA5;
}
#structure #content .formations .views-submit-button input, 
#structure #content .formations .views-reset-button input {
	background-color: #90c000;
}

/*Correction autres CSS*/
/*#content .form-item select {
	width: auto;
}*/
.views-exposed-form .views-exposed-widget {
	float: none;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin: 0;
}

.views-exposed-form label.option{
	font-weight: normal;
}

#content .form-item {
	margin: 0;
	display: block;
}
.spelling-suggestions {
	background-color: #f5f5f5;
}

/* CONTENU - LISTE DES EDITIONS + LISTE ACTUALITES */

#structure #content .editions .views-row {
	min-height: 105px;
}

.nouvelle-parution img {
	border: 1px solid #3a3a3a;
}

#structure #content .editions img,
#structure #content .field-name-field-livre-couverture img,
#structure #content .actualites img,
#structure #content .view-id-actualites_hets img {
	margin-left: 0 !important;
	border: 1px solid #3a3a3a;
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;	
}

#structure #content .editions h3 a,
#structure #content .editions h4 {
	color: #3a3a3a;
}
#structure #content .actualites h4 {
	margin-top: 0;
}

/* CONTENU - LISTE DES FORMATIONS COURTES */
#structure #content .formations .entity-field-collection-item div.field-name-field-fc-intervexterne,
#structure #content .formations .entity-field-collection-item div.field-name-field-fc-fonction,
#structure #content .formations .entity-field-collection-item div.field-name-field-fc-intervinstitution {
	float: left;
}

#structure #content .formations .entity-field-collection-item div.field-label {
	display: none;
}

/* CONTENU - FORMULAIRE DES PUBLICATIONS et EDITIONS */

/*Date de début et date de fin pour éditions uniquement */
#structure #content .editions #edit-field-livre-date-value-wrapper {
	min-height: 41px;
}

/*Date de début et date de fin*/
#structure #content .publications #edit-field-publi-date-value-wrapper,
#structure #content .publications #edit-field-publi-date-value-1-wrapper,
#structure #content .editions #edit-field-livre-date-value-min-wrapper,
#structure #content .editions #edit-field-livre-date-value-max-wrapper {
	float: left;
	width: 225px;
	min-height: 37px;
	clear: none !important;
}
#structure #content .editions #edit-field-livre-date-value-min-wrapper div {
	margin: 0 !important;
	padding: 0 !important;
}
#structure #content .publications #edit-field-publi-date-value-1-wrapper,
#structure #content .editions #edit-field-livre-date-value-max-wrapper {
	float: right;
}
#structure #content .publications #edit-field-publi-date-value-wrapper input,
#structure #content .publications #edit-field-publi-date-value-1-wrapper input,
#structure #content .editions #edit-field-livre-date-value-min-wrapper input,
#structure #content .editions #edit-field-livre-date-value-max-wrapper input {
	width: 215px;
	margin: 0;
}
#structure #content .publications #edit-field-publi-date-value-wrapper .description,
#structure #content .publications #edit-field-publi-date-value-1-wrapper .description,
#structure #content .editions .description {
	display:none;
}

/* CONTENU - FICHE LIVRE EDITIONS */
#structure #content .field-name-field-livre-soustitre,
#structure #content .field-name-field-livre-soustitre h3 {
	/*display: inline;*/
}
#structure #content .group_contributeur {
	float: right;
	width: 287px;
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
}
#structure #content .field-name-field-livre-couverture {
	float: left;
	margin-top: 20px;
}
#structure #content .field-name-field-livre-couverture img {
	margin-right: 0;
}
#structure #content .field-name-field-livre-collection {
	clear: both;
}
#structure #content .field-name-field-livre-collection:after {
	content: normal;
}
#structure #content .field-name-field-livre-descriptif {
	margin-top: 15px;
}
#structure #content .field-name-field-livre-format-taxo:after {
	content: normal;
}
#structure #content #edit-quantity {
	width: 30px;
	text-align: center;
	margin-bottom: 30px;
}
#structure #content .node-hesge-livre .form-item {
	display: inline;
}

/* CONTENU - FICHE FORMATION CONTINUE */
#structure #content .field-label-inline .field-items {
	padding-top: 1px;
}
#structure #content .field-name-field-fc-type {
	clear: both;
	float: left;
	width: 50%;
	min-height: 35px;
}
#structure #content .field-name-field-fc-domaine,
#structure #content .field-name-field-fc-ects {
	float: right;
	width: 49%;
}
#structure #content .field-name-field-fc-contenu,
#structure #content .field-name-field-fc-intervenant {
	clear: both;
}
#structure #content .field-name-field-fc-brochure,
#structure #content .field-name-field-fc-lien-insc {
	margin: 15px 0;
}
#structure #content .group-couts .field-label-inline,
#structure #content .field-name-field-fc-financement {
	display: inline;
}
#structure #content .field-name-field-fc-lien-insc a {
	font-weight: bold;
	background: url("../images/bullet-actu.gif") no-repeat scroll 0 2px transparent !important;
	padding-left: 16px !important;
}

#structure #content .field-name-field-fc-emplacement p{
	margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px;
}

#structure #content #node-formation-continue-full-group-couts h4, #node-formation-continue-full-group-info-pratique h4{
	margin-top: 0px!important;
}

#structure #content #node-formation-continue-full-group-couts .cout-chf{
	padding-top: 2px;
}


/* CONTENU - FICHE Ra&D */
.node-type-raetd #structure #content h2 {
	margin-bottom: 10px !important;
}
#structure #content .field-name-field-statut-annee-fin:after {
	margin-top: 20px;
}

/* CONTENU - FORMULAIRE PANIER */

#structure #wrapper #content ul.commerce-checkout-progress li {
	width: 79px;
	height: 30px;
	background: #f5f5f5 url(../images/bg-checkout.png) no-repeat 2px 0;
	padding: 1px 10px 0 2px;
	margin: 0 2px 0 0;
	float: left;
	display: block;
}
#structure #wrapper #content ul.commerce-checkout-progress li.review {
	width: 84px;
	background-position: 6px 0;
} 
#structure #wrapper #content ul.commerce-checkout-progress li.last {
	background-image: none;
	margin: 0;
	width: 76px;
}

#structure #wrapper #content .view-commerce-cart-form table, 
#structure #wrapper #content .view-commerce-cart-summary table {
	border-bottom: 3px double #ccc;
	padding-bottom: 6px !important;
	margin-bottom: 15px !important;
}

#structure #wrapper #content .view-commerce-cart-summary table.commerce-price-formatted-components, 
#structure #wrapper #content .view-commerce-cart-summary table.commerce-price-formatted-components tr, 
#structure #wrapper #content .view-commerce-cart-summary table.commerce-price-formatted-components td, 
#structure #wrapper #content .view-commerce-cart-summary table.commerce-price-formatted-components th,
#structure #wrapper #content .view-commerce-cart-summary table.commerce-price-formatted-components tbody {
	border: 0;
}

#structure #wrapper #content .view-commerce-cart-summary table.views-table {
	width: 100% !important;
}

#structure #wrapper #content .view-commerce-cart-form tbody, 
#structure #wrapper #content .view-commerce-cart-summary tbody {
	padding-top: 10px !important;
	margin-top: 10px !important;
}

#structure #wrapper #content .view-commerce-cart-form tr, 
#structure #wrapper #content .view-commerce-cart-summary tr {
	border: none !important;
}

#structure #wrapper #content .view-commerce-cart-summary tr.even {
	background: #fff !important;
}

#structure #wrapper #content .view-commerce-cart-form th, 
#structure #wrapper #content .view-commerce-cart-summary th {
	border-bottom: 3px double #ccc;
	padding-bottom: 6px;
}

#structure #wrapper #content .view-commerce-cart-form td, 
#structure #wrapper #content .view-commerce-cart-summary td {
	background: #fff !important;
	padding: 14px 20px 0 0;
	border: none !important;
}

#structure #wrapper #content .view-commerce-cart-form .views-row-last td, 
#structure #wrapper #content .view-commerce-cart-summary .views-row-last td {
	padding-bottom: 15px;
}

#structure #content .view-commerce-cart-form input[type=text], 
#structure #content .view-commerce-cart-summary input[type=text] {
	width: 38px;
	text-align: center;
}
#structure #content .view-commerce-cart-form td.views-field-commerce-total, 
#structure #content .view-commerce-cart-summary td.views-field-commerce-total,
#structure #content .view-commerce-cart-summary th.views-field-commerce-total {
	text-align: right;
	padding-right: 2px !important;
}

#structure #content .view-commerce-cart-form #edit-actions, 
#structure #content .view-commerce-cart-summary #edit-actions {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
}

#structure #content .view-commerce-cart-form #edit-actions #edit-submit, 
#structure #content .view-commerce-cart-summary #edit-actions #edit-submit {
	float: left;
}

/*#structure #content .view-commerce-cart-form #edit-actions #edit-checkout, 
#structure #content .view-commerce-cart-summary #edit-actions #edit-checkout {
	float: right;
	margin-right: 0;
}*/
#structure #content #commerce-checkout-form-checkout #edit-buttons
{
    width: 100%;
}

#structure #content #commerce-checkout-form-checkout #edit-buttons #edit-continue,
#structure #content #commerce-checkout-form-review #edit-buttons #edit-continue
{
    float: right;
    margin: 0;
}
#structure #content #commerce-checkout-form-checkout #edit-buttons #edit-cancel,
#structure #content #commerce-checkout-form-review #edit-buttons #edit-back
{
    float: left;
    margin: 0;
}
#structure #content #commerce-checkout-form-checkout #edit-buttons .button-operator,
#structure #content #commerce-checkout-form-review #edit-buttons .button-operator
{
    display: none;
}

#structure #content .checkout-help {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}

#structure #content .checkout-review .pane-title {
	font-size: 14px;
	font-weight: normal;
}

#structure #content .checkout-review tr.even, 
#structure #content .checkout-review tr.odd {
	border-bottom: none;
}

#structure #content table.commerce-price-formatted-components {
	width: 180px;
}
#structure #content table.commerce-price-formatted-components td {
	padding: 5px 0 !important;
}
#structure #content table.commerce-price-formatted-components .component-total {
	text-align: right;
}

/* CONTENU - AFFICHAGE DE LA RECHERCHE GLOBAL */
#structure #content .search-form {
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 20px;
	margin-bottom: 34px;
}

#structure #content .search-form #edit-submit {
	margin-top: 5px;
}

/* CONTENU - PLAN DU SITE */

#site-map h2 {
	display: none;
}

#structure #content ul.site-map-menu {
	padding-left: 0;
	margin: 10px 0;
}

#structure #content ul.site-map-menu li {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
}

#structure #content ul.site-map-menu li a {
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
	color: #3a3a3a;
	text-decoration: none;
}

#structure #content ul.site-map-menu li ul {
	margin-left: 20px;
}

#structure #content ul.site-map-menu li li {
	background: none !important;
	font-weight: bold;
}

#structure #content ul.site-map-menu li li a {
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
}

#structure #content ul.site-map-menu li li li {
	font-weight: normal;
	text-transform: none;
	background: url("../images/bullet-level2.gif") no-repeat 0 4px !important;
	padding-left: 16px;
}

#structure #content ul.site-map-menu ul ul {
	margin: 2px 0;
}

#structure #content ul.site-map-menu li ul ul ul li {
	font-style: italic;
	padding-left: 12px;
	background: url("../images/bullet-level3.gif") no-repeat 3px 8px !important;
}

.page-sitemap #structure #content ul > li:first-child {
	background: url(../images/bg-sitemap-hets.png) no-repeat;
}

.page-sitemap #structure #content ul > li:first-child + li {
	background: url(../images/bg-sitemap-base.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li {
	background: url(../images/bg-sitemap-continue.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li {
	background: url(../images/bg-sitemap-raetd.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li + li {
	background: url(../images/bg-sitemap-service.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li + li + li {
	background: url(../images/bg-sitemap-etudier.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li + li + li + li {
	background: url(../images/bg-sitemap-corps.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li + li + li + li + li {
	background: url(../images/bg-sitemap-relint.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li + li + li + li + li + li {
	background: url(../images/bg-sitemap-infotheque.png) no-repeat;
}
.page-sitemap #structure #content ul > li:first-child + li + li + li + li + li + li + li + li + li {
	background: url(../images/bg-sitemap-editions.png) no-repeat;
}

/*Couleurs pour les sections*/
.formation-base #structure #content h2, 
.formation-base #structure #content h3,
.formation-base #structure #content h4,
.formation-base #structure #content h5,
.formation-base #structure #content h6,
.formation-base #structure #content a {
	color: #00A66C;
}
.formation-base #structure #content img {
	border-bottom: 3px solid #00A66C;
	background: none;
}
.formation-base #structure #content img.hesge-logo {
	border-bottom: none !important;
}

.formation-continue #structure #content h2, 
.formation-continue #structure #content h3,
.formation-continue #structure #content h3 a,
.formation-continue #structure #content h4,
.formation-continue #structure #content h5,
.formation-continue #structure #content h6,
.formation-continue #structure #content a {
	color: #90c000;
}
.formation-continue #structure #content img {
	background: none;
	margin-left: 0;
}
.recherche-developpement #structure #content h2, 
.recherche-developpement #structure #content h3,
.recherche-developpement #structure #content h3 a,
.recherche-developpement #structure #content h4,
.recherche-developpement #structure #content h5,
.recherche-developpement #structure #content h6,
.recherche-developpement #structure #content a {
	color: #049AA5;
}
.recherche-developpement #structure #content img {
	border-bottom: 3px solid #049AA5;
	background: none;
}
.recherche-developpement #structure #content img.hesge-logo {
	border-bottom: none !important;
}
.prestations-service #structure #content h2, 
.prestations-service #structure #content h3,
.prestations-service #structure #content h4,
.prestations-service #structure #content h5,
.prestations-service #structure #content h6,
.prestations-service #structure #content a {
	color: #3CC2D3;
}
.prestations-service #structure #content img {
	border-bottom: 3px solid #3CC2D3;
	background: none;
}
.prestations-service #structure #content img.hesge-logo {
	border-bottom: none !important;
}

#structure #content a:hover {
	color: #3A3A3A;
}

/*Galerie photo */
#structure #content .galleryformatter .gallery-slides, 
#structure #content .galleryformatter .gallery-thumbs {
	margin: 0;
}
#structure #content .galleryformatter .gallery-thumbs ul li,
#structure #content .galleryformatter .gallery-thumbs img,
#structure #content .galleryformatter .gallery-slides ul li,
#structure #content .galleryformatter .gallery-slides img {
	background: none;
	margin: 0;
	padding: 0;
}
#structure #content .galleryformatter .gallery-thumbs img {
	margin-left: 3px;
}

/* NAVIGATION FOOTER */

#structure #nav-footer {
	height: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 37px 4px 37px;
	background: #c6cbcb url(../images/bg-nav-footer.png) repeat-y center top;
}

#structure #nav-footer ul, #structure #nav-footer ul li {
	padding-left: 0;
	margin-left: 0;
}

#structure #nav-footer ul li {
	float: left;
	font-size: 10px;
	padding-right: 28px;
}

#structure #nav-footer a {
	color: #fff;
}

#structure #nav-footer ul li.last {
	float: right;
	padding-right: 0px;
}

/* PIED DE PAGE */
#structure #footer #block-boxes-heg-footer {
	float: left;
	width: 200px;
}

#structure #footer #block-block-10, 
#structure #footer #block-block-11 {
	float: left;
	width: 200px;
}

#structure #footer ul li {
	display: block;
}

#structure #footer a.mailto {
	background: none !important;
	padding-left: 0 !important;
}

#structure #footer #block-block-9 {
	float: right;
	text-align: right;
	margin-top: 8px;
}

/*Hérités du thème hesge, à supprimer pour le thème hets*/
#structure #wrapper #content #block-system-main hr {
	display:none;
}

.hesge-link-web,
.hesge-link-external {
	background-image: none !important;
	padding: 0 !important;
}

/*** RESPONSIVE DESIGN ***/
@media only screen and (min-width: 767px)
	{
		.menu-mobile
			{
				display: none;
			}
	}
@media only screen and (min-width: 700px) and (max-width: 959px)
	{

		#structure		
			{
				width: 100%;
			}
		#structure #bg-panel
			{
				background-size: 100% auto;
			}
		#structure #panel #nav-main ul.col-1
			{
				padding-top: 90px;
				padding-bottom: 3px;
			}
		#structure #breadcrumb
			{
				max-width: 700px;
				width: auto;
			}
		#wrapper #nav-col
			{
				width: 25%;
				margin-top: 19px;
			}
		#wrapper #content
			{
				width: 73%;
			}
			
		.menu-mobile,
		.nav-toggle,
		#wrapper #leftcol
			{
				display: none;
			}			
	}
	
@media only screen and (max-width: 700px)
	{
		body
			{
				background-image: none !important;
			}
		#structure,
		#wrapper #main,
		#wrapper #content
			{
				width: 100% !important;
				height: auto;
				float: none;
				margin-left: 0;
				margin-right: 0;
			}
			
		#header, #bg-panel, #breadcrumb, #wrapper, #footer, #actu
			{
				margin-left: 27px !important;
				margin-right: 27px !important;
			}
		
		#structure #header
			{
				position: fixed;
				max-height: 100%;
				width: 100%;
				top: 0;
				overflow: auto;
				background-color: white;
				margin: 0 !important;
			}
		#structure #header #logo
			{
				float: none;
				margin-bottom: 20px;
				margin-left: 27px;
			}
		#structure #header #logo img
			{
				width: 60%;
				height: auto;
			}
			
		/*Navigation*/
		.nav-toggle
			{
				position: fixed;
				right: 4px;
				top: 15px;
			}
		.js .nav-collapse 
			{
				position: fixed;
				width: 100%;
				left: 0;
				clip: rect(auto, auto, auto, auto);
				z-index: 1000;
			}
		.menu-mobile
			{
				background-color: #3a3a3a;
			}
		.menu-mobile a,
		.menu-mobile a:hover,
		.menu-mobile a.active
			{
				color: #FFF;
			}
		.menu-mobile ul li 
			{
				font-size: 15px;
				border-bottom: 1px solid #fff;
				padding: 3px 27px;
			}
		.menu-mobile ul li a.active
			{
				display: block;
				width: 100%;
				background: #222222 url(../images/bullet-level3-mobile.png) no-repeat 10px 5px;
				padding: 2px 0 2px 27px;
				margin-left: -27px;
			}
		.menu-mobile ul li li
			{
				font-size: 13px;
				font-weight: bold;
				border-bottom: none;
				padding: 2px 20px;
			}
		.menu-mobile ul li li a.active
			{
				background-position: 27px 4px;
				padding-left: 47px;
				margin-left: -47px;
			}
		.menu-mobile ul li li li
			{
				font-size: 12px;
				font-weight: normal;
				border-bottom: none;
				padding: 2px 20px;
			}
		.menu-mobile ul li li li a.active
			{
				background-position: 47px 3px;
				padding-left: 67px;
				margin-left: -67px;
			}
			
		#structure #header #block-search-form
			{
				float: none;
				width: 100%;
				padding: 0;
			}
		#structure #header #block-search-form form
			{
				height: 24px;
			}
		#structure #header #block-search-form input
			{
				margin-right: 23px;
			}
		#structure #header #block-search-form .form-type-textfield #edit-search-block-form--2
			{
				font-size: 13px !important;
				font-weight: bold;
				margin-left: 23px;
				font-style: italic;
			}
		
		/*Content*/
		#wrapper 
			{
				margin-top: 110px;
				z-index: 1;
			}
		#structure #content img
			{
				max-width: 100% !important;
				height: auto !important;
				margin-left: 0 !important;
			}
		#structure #content .view-display-id-page_fiche_annuaire #basic-data
			{
				margin-left: 120px;
			}
		
		/*Footer*/
		#structure #nav-footer
			{
				padding: 20px 27px;
				min-height: 50px;
				background-image: none;
				background-color: #3a3a3a;
			}
		#structure #nav-footer ul li
			{
				width: 50%;
				font-weight: bold;
				font-size: 11px;
				padding: 3px 0 0 0;
			}
		
		#footer
			{
				min-height: 250px;
				margin-top: 20px;
			}
		
		#structure #footer #block-block-11
			{
				width: 100%;
				padding: 10px 0 20px 0;
				border-bottom: 1px solid #3a3a3a;
				margin-bottom: 30px;
			}
			
		/* Formulaires */
		#structure #content input[type="text"], 
		#structure #content input[type="password"], 
		#structure #content input[type="email"], 
		#structure #content .form-item select
			{
				width: 97%;
				padding: 1%;
			}
		#structure #content .form-item select
			{
				width: 99.5%;
			}
			
		/* E-commerce */
		#structure #wrapper #content .view-commerce-cart-form table, 
		#structure #wrapper #content .view-commerce-cart-summary table
			{
				width: 100%;
			}
		#structure #wrapper #content .view-commerce-cart-form td, 
		#structure #wrapper #content .view-commerce-cart-summary td
			{
				padding-right: 2px;
			}
		.view-commerce-cart-block td.price, 
		.view-commerce-cart-form td.price, 
		.view-commerce-cart-summary td.price
			{
				white-space: normal;
			}
			
		/* Zones à cacher */
		.no-tablet,
		.nav-top,
		#bg-panel,
		#breadcrumb,
		#leftcol,
		#nav-col,
		#actu,
		#block-block-2
			{
				display: none;
			}
	}
	

/* .node-type-hesge-livre hide book no.*/

.node-type-hesge-livre .field_livre_numero
	{
		display: none;
	}
	
.node-type-hesge-livre .field-name-field-livre-descriptif 
	{
		clear: both;
	}