/* CSS Document */
/* © novembre 2009 LTI-HEG */
/* Contact: lti@hesge.ch */

/* CSS RESET */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		list-style-type: none;
	}

/* MAIN SELECTORS */

body
	{
		background: #fff url(../img/bg-body.gif) no-repeat center top;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
body#no-pic
	{
		background: #fff url(../img/bg-body-small.gif) no-repeat center top;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
body#horizon
	{
		background: #fff;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
	}

body#mco
	{
		background: #fff url(../img/panel-mco.png) no-repeat center top;
	
	}
	
body#mssi
	{
		background: #fff url(../img/panel-mssi.png) no-repeat center top;
	
	}
	
body#luxe 
	{
		background: #fff url(../img/panel-luxe.png) no-repeat center top;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		
	}

a
	{
		text-decoration: none;
		color: #848a92;
	}

a:hover
	{
		color: #c00;
	}
	
h2
	{
		font: 0.875em Arial, Helvetica, sans-serif bold;
		padding: 0 4px 4px 14px;
		color: #cc0000;
		text-transform: uppercase;
	}

h3
	{
		font: 1.85em bold Arial, Helvetica, sans-serif;
		color: #848a92;
	}
	
#mco h3, #mssi h3, #luxe h3
	{
		font: 1.8em bold Arial, Helvetica, sans-serif;
		color: #848a92;
	}
	
#mco h4, #mssi h4, #luxe h4
	{
		font: 1.2em Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 15px 0 0 0;
		color: #cc0000;
	}

h4
	{
		font: 1.5em Arial, Helvetica, sans-serif;
		font-weight: normal;
		padding: 15px 0 0 0;
		color: #cc0000;
	}

#results #main #content h4
	{
		font: 1.25em Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

body.home #main #content h4
	{
		font: 1.2em Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
h5
	{
		font: 1.25em bold Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		margin: 15px 0px;
	}

h6
	{
		font: 1.25em bold Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #999;
		margin: 10px 0px;
	}

hr {
		color: #fff; 
		background-color: #fff; 
		border: 1px dotted #c9c9c9; 
		border-style: none none dotted; 
		clear: both;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}

/* CLASSES */

.link-pdf, .link-img, .link-word, .link-excel, .link-powerpoint, .link-zip, .link-audio, .link-video, .link-web, .link-external, .link-eml
	{
		background-repeat: no-repeat !important;
		background-position: left top !important;
		padding: 0em 0px 0.2em 25px !important;
	}
.link-pdf, .link-img, .link-word, .link-excel, .link-powerpoint, .link-zip, .link-audio, .link-video, .link-web, .link-external, .link-eml
	{
		border: none !important;
	}
.link-pdf
	{
		background-image: url(../img/ico-pdf.gif) !important;
	}

.link-img
	{
		background-image: url(../img/ico-word.gif) !important;
	}

.link-word
	{
		background-image: url(../img/ico-word.gif) !important;
	}

.link-excel
	{
		background-image: url(../img/ico-excel.gif) !important;
	}

.link-powerpoint
	{
		background-image: url(../img/ico-powerpoint.gif) !important;
	}

.link-zip
	{
		background-image: url(../img/ico-zip.gif) !important;
	}

.link-audio
	{
		background-image: url(../img/ico-audio.gif) !important;
	}

.link-video
	{
		background-image: url(../img/ico-video.gif) !important;
	}

.link-web
	{
		background-image: url(../img/ico-web.gif) !important;
	}

.link-external
	{
		background-image: url(../img/ico-external.gif) !important;
	}
	
.link-eml
	{
		background-image: url(../img/ico-eml.gif) !important;
		background-position: left 3px !important;
		padding-left: 18px !important;
	}

.float_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;}
	
.float_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;}
	
.clear {
	clear: both;}		

.box-border-left
	{
		padding: 5px;
		border: 1px dotted #ccc;
		float: left;
		margin-bottom: 10px;
		margin-right: 10px; 
	}

.box-border-right
	{
		padding: 5px;
		border: 1px dotted #ccc;
		float: right;
		margin-bottom: 10px;
		margin-left: 10px; 
	}

.box-border
	{
		padding: 5px;
		border: 1px dotted #ccc;
		margin-bottom: 10px;
		clear: both;
	}

.note 
	{
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 5px;
		border: 1px dotted #CCCCCC;
		background-color: #f5f5f5;
	}
	
.home .note 
	{
		margin-top: 70px !important;
	}

.red-text
	{
		color: #cc0000;
	}

p.footnote 
	{
		font-size: 0.8em;
	}

p.back-to-top
	{
		background-image: url(../img/top.gif);
		background-repeat: no-repeat;
		background-position: right 9px;		
		padding-top: 6px;
		padding-right: 16px;
		text-align: right;
		font-weight: bold;
		font-size: 0.85em;
		border-top: 1px dotted #CCCCCC;
		clear: both;
	}

p.back-to-top a
	{
		border-bottom: none !important;
	}
	
/* BASIC STRUCTURE */

#header, #panel, #breadcrumb, #main, #footer-top, #footer-bottom
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}

/* HEADER */

#header
	{
		position: relative;
		height: 97px;
	}

#header ul
	{
		margin-top: 40px;
	}

#header li
	{
		display: inline;
		border-right: 1px dotted #ccc;
		padding: 0 10px 0 10px;
		color: #C00;
	}

#header li.contact
	{
		border: 0;
	}

#header #logo
	{
		float: left;
		padding-top: 15px;
	}

#header #top-nav
	{
		float: right;
	}

#header a
	{
		color: #999;
	}

#header a:hover
	{
		color: #c00;
	}

#header #languages
	{
		float: right;
		font-size: 0.8em;
		color: #C00;
	}

#header #languages ul
	{
		margin-left: 50px;
		padding-top: 3px;
	}

#header #languages li
	{
		padding-left: 0 10px 0 10px;
	}

#header #languages li.lang-last
	{
		border: none;
	}

/* PANEL */

#panel
	{
		position: relative;
		height: 390px;
		background: url(../img/panel-pic-home.jpg) no-repeat 221px 133px;
	}

#mco #panel, #mssi #panel, #luxe #panel
	{
		position: relative;
		height: 285px;
		background: none;
	}
	
#mco #panel h2, #mssi #panel h2, #luxe #panel h2
	{
		display: none;
	}

#formation-base #panel
	{
		background: url(../img/panel-pic-formation-base.jpg) no-repeat 221px 133px;
	}

#formation-continue #panel
	{
		background: url(../img/panel-pic-formation-continue.jpg) no-repeat 221px 133px;
	}

#relations-intl #panel
	{
		background: url(../img/panel-pic-relations-intl.jpg) no-repeat 221px 133px;
	}

#prestations #panel
	{
		background: url(../img/panel-pic-prestations.jpg) no-repeat 221px 133px;
	}

#infotheque #panel
	{
		background: url(../img/panel-pic-infotheque.jpg) no-repeat 221px 133px;
	}

#la-heg #panel
	{
		background: url(../img/panel-pic-heg.jpg) no-repeat 221px 133px;
	}

#annuaire #panel
	{
		background: url(../img/panel-pic-annuaire.jpg) no-repeat 221px 133px;
	}

#corps-enseignant #panel
	{
		background: url(../img/panel-pic-corps-enseignant.jpg) no-repeat 221px 133px;
	}

#recherche #panel
	{
		background: url(../img/panel-pic-recherche.jpg) no-repeat 221px 133px;
	}

#etudier-heg #panel
	{
		background: url(../img/panel-pic-etudier.jpg) no-repeat 221px 133px;
	}
	
body#continue #panel
	{
		background: none;
	}

#no-pic #panel
	{
		position: relative;
		height: 140px;
		background: none;
	}

#panel #panel-top
	{
		height: 15px;
		clear: both;
	}

#panel #panel-top #welcome a
	{
		color: #c00;
	}

#panel #panel-top #rss
	{
		float: right;
		padding: 10px 10px 0 0;
	}

div.rss span
	{
		position:relative;
		top:8px;
	}

#panel #main-nav
	{
		height: 122px;
		padding-left: 20px;
		color: #FFF;
		margin-top: 19px;
		font-size: 0.8em;
		line-height: 1.5em;
		font-weight: bold;
	}

#panel #main-nav a
	{
		color: #dd9999;
	}

#panel #main-nav a:hover
	{
		color: #fff;
	}
	
#panel #main-nav a.selected-link-0
	{
		color: #fff;
	}
	
#panel #col-1, #panel #col-2, #panel #col-3, #panel #col-4
	{
		float: left;
		padding-right: 20px;
		margin-right: 50px;
	}

#panel #search
	{
		float: right;
		margin-left: 0px;
		padding-top: 0px;
		margin-top: 44px;
		width: 173px;	
	}
	
#panel #search label
	{
		display: none;	
	}
	
.search-field
	{
		width: 116px;
		padding: 2px;
		margin: 0px;
		border: 0;
		height: 14px;
		color: #999;
		background: none;
	}

.search-button
	{
		width: 30px;
		height: 20px;
		padding: 0px;
		margin-top: 4px;
		padding-top: 2px;
		border: 0px;
		background: url(../img/search-button.gif) no-repeat left top;
		cursor: pointer;
	}

/* MAIN PART OF PAGE */

#main
	{
		position: relative;
		clear: both;
		padding-top: 74px;
	}
	
/* BREADCRUMB */

#breadcrumb
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 24px;
		margin-top: 8px;
		border-bottom: 1px dotted #c9c9c9;
		color: #c00;
		text-transform: lowercase;
		font-weight: bold;
		font-size: 0.75em;
	}

#breadcrumb a
	{
		color: #a3a7ab;
	}

#breadcrumb a:hover
	{
		color: #c00;
	}
	
#breadcrumb li
	{
		display: inline;
		background: url(../img/bullet-breadcrumb.gif) no-repeat 0 4px;
		padding-left: 14px;
		padding-right: 5px;
	}

#breadcrumb li.bc-first
	{
		background: none;
		padding-left: 0;	
	}

/* NAVIGATION ON LEFT (des sous-pages)*/

#sub-nav
	{
		float: left;
		width: 172px;
		margin-right: 45px;
		padding-bottom: 40px;
		font-size: 0.75em;
	}

#sub-nav h2, #sub-nav p
	{
		background: none;
		padding-left: 0;
		padding-bottom: 12px;
		font-weight: bold;
		font-size: 1.15em;
		color: #cc0000;
	}

#sub-nav h3
	{
		font-weight: bold;
	}

#sub-nav a
	{
		color: #94999f;
		/*display: block;*/
	}

#sub-nav a:hover
	{
		color: #61676e;
	}

#sub-nav ul
	{
		padding: 0;
		margin: 0;
	}

#sub-nav ul li
	{
		padding-bottom: 4px;
		padding-left: 14px;
		background: url(../img/bullet-subnav-l1.gif) no-repeat left 6px;
		padding-top: 4px;
		font-weight: bold;
		color: #61676e;
		display: block;
	}

#sub-nav ul li a.selected-link-1
	{
		color: #61676e;
	}

#sub-nav ul ul
	{
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 0;
	}

#sub-nav ul ul li
	{
		font-size: 1em;
		padding: 0;
		background: none;
	}
	
#sub-nav ul ul li a
	{
		margin-bottom: 1px;
		padding: 2px 0 2px 8px;
		color: #94999f;
		background-color: #e5e8eb;
		display: block;
	}

#sub-nav ul ul li a:hover
	{
		background-color: #a1a3a9;
		color: #FFFFFF;
	}

#sub-nav ul ul li.sel
	{
		color: #fff;
		padding-top: 3px;
		background-color: #a1a3a9;
		border-bottom: 1px solid #fff;
	}
	
#sub-nav ul ul li a.selected-link-2
	{
		color: #fff;
		background-color: #a1a3a9;
		padding: 0;
		margin: 0;
	}
	
#sub-nav ul ul li.sel span
	{
		margin-left: 8px;
		padding-bottom: 0px;
		display: block;
	}

#sub-nav ul ul ul
	{
		margin-bottom: 0px;
		margin-top: 6px;
		padding-top: 6px;
		margin-left: 0;
		padding-left: 0;
		background: #fff;
	}

#sub-nav ul ul ul li
	{
		border-bottom: 1px dotted #e5e8eb;
		font-weight: bold;
		padding-top: 0px;
		padding-bottom: 2px;
		background: url(../img/bullet-subnav-l3.gif) transparent no-repeat 6px 4px;
		margin-left: 0px;
		padding-left: 20px;
		color: #61676e;
	}

#sub-nav ul ul ul li a
	{
		font-weight: normal;
		background: #fff;
		color: #94999f;
		padding: 0;
	}

#sub-nav ul ul ul li a.selected-link-3
	{
		background: #fff;
		color: #61676e;
	}

#sub-nav ul ul ul li a:hover
	{
		background: #fff;
		color: #61676e;
	}

/* HOMEPAGE NAVIGATION ON LEFT  */

#sub-nav-home
	{
		float: left;
		width: 190px;
		margin-right: 45px;
		padding-bottom: 40px;
	}
	
#sub-nav-home a
	{
		color: #666666;
	}
	
#sub-nav-home a:hover
	{
		color: #c00;
	}
	
#sub-nav-home ul
	{
		height: 80px;
		background-position: right top;
		background-repeat: no-repeat;
		padding-left: 64px;
		margin-bottom: 10px;
		padding-top: 4px;
		font-size: 0.75em;
	}

#sub-nav-home ul.inscriptions
	{
		background-image: url(../img/bg-ins.jpg);
	}

#sub-nav-home ul.temoignages
	{
		background-image: url(../img/bg-tem.jpg);
	}

#sub-nav-home ul.fc
	{
		background-image: url(../img/bg-fc.jpg);
	}
	
#sub-nav-home ul.genilem
	{
		background-image: url(../img/bg-genilem.jpg);
	}	

#sub-nav-home ul li
	{
		padding-right: 4px;
		padding-top: 4px;
	}

#sub-nav-home ul.perspectives
	{
		height: 40px;
		background-image: url(../img/bg-perspectives.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		margin-bottom: 10px;
	}

#sub-nav-home ul.perspectives li
	{
		padding-left: 64px;
		padding-right: 4px;
		padding-bottom: 4px;
	}

#sub-nav-home .catalogue
	{
		font-size: 0.75em;
		padding-top: 7px;
		padding-left: 22px;
		background-color: #a3a7ab;
		color: #FFF;
		height: 24px;
		text-transform: lowercase;
		background-image: url(../img/arrow-formations.jpg);
		background-repeat: no-repeat;
		background-position: 4px center;
	}
	
#sub-nav-home .catalogue a
	{
		color: #FFF;
	}
	
#sub-nav-home .catalogue a:hover
	{
		color: #c00;
	}

/* MAIN CONTENT */

#main #content
	{
		float: left;
		width: 480px;
		margin-right: 45px;
		padding-bottom: 40px;
		font-size: 0.8em;
	}
	
#main #content p
	{
		margin: 8px 0 7px 0;
	}
	
#home #main #content p
	{
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px;
	}
	
h3.slogan-dynamisez, h3.slogan-voir-plus, h3.slogan-osez, h3.slogan-creez, h3.slogan-innovez, h3.slogan-valorisez, h3.slogan-decouvrez, h3.slogan-nos-themes, h3.slogan-votre-ecole
	{
		padding-bottom: 50px;
		background-repeat: no-repeat;
		background-position: left 40px;
	}

h3.slogan-dynamisez 
	{
		background-image: url(../img/slogan-dynamiser.gif);
	}

h3.slogan-voir-plus 
	{
		background-image: url(../img/slogan-voir-plus.gif);
	}

h3.slogan-osez
	{
		background-image: url(../img/slogan-osez.gif);
	}

h3.slogan-creez
	{
		background-image: url(../img/slogan-creez.gif);
	}

h3.slogan-innovez
	{
		background-image: url(../img/slogan-innovez.gif);
	}

h3.slogan-valorisez
	{
		background-image: url(../img/slogan-valorisez.gif);
	}

h3.slogan-decouvrez
	{
		background-image: url(../img/slogan-decouvrez.gif);
	}

h3.slogan-nos-themes
	{
		background-image: url(../img/slogan-nos-themes.gif);
	}

h3.slogan-votre-ecole
	{
		background-image: url(../img/slogan-votre-ecole.gif);
	}

#main #content table
	{
		width: 480px;
		border-bottom: 1px dotted #afb3b9;
		border-right: 1px dotted #afb3b9;
	}
	
#results #main #content table,
#results #main #content td,
#results #main #content th,
	{
		border: 0;
	}
	
#main #content td
	{
		border-left: 1px dotted #afb3b9;
		border-top: 1px dotted #afb3b9;
		padding: 4px;
	}
	
#main #content table.no-border, #main #content table.no-border td
	{
		border: 0;
		padding-left: 0;
	}
	
#main #content tr.gray-bg
	{
		background-color: #eff0f1;
	}
	
#main #content th
	{
		border-top: 1px dotted #afb3b9;
		border-left: 1px dotted #afb3b9;
		padding: 4px;
		text-align: left;
		font-weight: bold;
	}
	
#main #content .th-top
	{
		padding-top: 4px;
		padding-bottom: 14px;
		background-color: #9ea1a5;
		color: #fff;
	}
	
#main #content caption
	{
		text-align: left;
		font-weight: bold;
		padding: 15px 0 10px 0;
		color: #cc0000;
	}
	
#main #content h4 a
	{
		color: #c00;
		border-bottom: none;
	}
	
#main #content h4 a:hover
	{
		border-bottom: 1px dotted #c00;
	}
	
.home #main #content p.read-more
	{
		margin-bottom: 0;
		margin-top: 0.5em;
		float: left;
	}
	
.home #main #content p.read-more a
	{
		color: #c00;
	}
	
#main #content a
	{
		border-bottom: 1px dotted #777;
		padding-bottom: 0px;
	}
	
#main #content ul li
	{
		background-image: url(../img/bullet-main.gif);
		background-repeat: no-repeat;
		background-position: left 7px;
		margin-top: 2px;
		padding-left: 12px;
		display: block;
	}

#main #content ul li ul
	{
		padding-top: 2px;
		padding-bottom: 10px;
	}

ol li
	{ 
		list-style-type: decimal; 
	}

ol li ul li
	{ 
		list-style-type: none; 
	}

#main #content #page-nav
	{
		background-color: #eff1f3;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 1px dotted #d5d9df;
		clear: both;
		height: 100%;
	}

#main #content #page-nav ul
	{
		padding-left: 0;
		margin: 0;
	}
	
#main #content #page-nav ul li
	{
		display: inline;
		padding-left: 10px;
		padding-right: 4px;
		font-weight: bold;
		line-height: 1.75em;
		background-image: url(../img/bullet-page-nav.gif);
		background-repeat: no-repeat;
		background-position: 1px 6px;
	}

#main #content #page-nav li.page-nav-1
	{
		background: none;
		padding-left: 0;
	}

#main #content #page-nav a
	{
		color: #a7abb0;
		border: none;
	}

#main #content #page-nav a:hover
	{
		color: #696e75;
	}

#main #content .two-cols
	{
		clear: both;
		overflow: hidden;
	}

#main #content .two-cols .left-col
	{
		float: left;
		width: 230px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

#main #content .two-cols .right-col
	{
		float: right;
		width: 230px;
		padding-bottom: 20px;
	}

#main #content.search img
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 6px;
		border: 1px dotted #ccc;
	}

#main #content.search hr
	{
		clear: both;
		margin-bottom: 10px;
	}

#main #content.search h5
	{
		padding: 0;
		margin: 0;
		margin-top: 8px;
		text-transform: capitalize;
	}

#main #content.search h6
	{
		padding: 0;
		padding-bottom: 10px;
		margin: 0;
	}

#main #content.search p
	{
		padding: 0;
		margin: 0;
	}

#main #content.fiches h6
	{
		border-bottom: 1px dotted #ccc;
		padding-bottom: 4px;
		padding-top: 0;
		margin-top: 20px;
		clear: both;
	}

#main #content #basic-data
	{
		clear: both;
		padding-bottom: 20px;
	}

#main #content #basic-data img
	{
		float: left;
		margin-right: 10px;
		padding: 6px;
		border: 1px dotted #ccc;
	}

#main #content #basic-data p
	{
		margin-left: 140px;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 6px;
		line-height: 0.7em;
	}

#main #content #filiere
	{
		margin-top: 20px;
		margin-bottom: 20px;
		clear: both;
		border: 1px dotted #ccc;
		padding: 10px;
		padding-top: 7px;
		background-image: url(../img/bg-annuaire-filiere.gif);
		background-repeat: repeat-x;
		background-position: left top;		
	}

dl
	{
		clear: both;
		padding-bottom: 20px;
	}

dt
	{
		display: inline;
		float: left;
		width: 40px;
		font-weight: bold;
		padding-bottom: 10px;
	}

dd
	{
		display: inline;
		width: 400px;
		float: right;
		padding-bottom: 10px;
	}

#main #content #filiere h6
	{
		border: none;
		padding: 0;
		margin-top: 4px;
	}

#main #content #filiere p
	{
		margin-top: 0px;
		padding-top: 0px;
		line-height: 0.75em;
	}

/* SIDEBAR */

#main #sidebar
	{
		float: left;
		width: 200px;
		padding-bottom: 40px;
		font-size: 0.7em;
	}

#main #sidebar #sidebar-box, #main #sidebar .sidebar-box
	{
		margin: 7px;
		padding-bottom: 10px;
	}
	
#sidebar h4
	{
		font: 1.25em normal Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 6px 0 0 39px;
		height: 24px;
		background: #c1c3c6 no-repeat 7px 3px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

#sidebar h4.cal
	{
		background-image: url(../img/ico-cal.gif);
	}

#sidebar h4.actualites
	{
		background-image: url(../img/ico-affiche.gif);
	}

#sidebar h4.actuel
	{
		background-image: url(../img/ico-affiche.gif);
	}

#sidebar h4.presse
	{
		background-image: url(../img/ico-press.gif);
	}

#sidebar h4.publications
	{
		background-image: url(../img/ico-publications.gif);
	}

#sidebar h4.affiche
	{
		background-image: url(../img/ico-affiche.gif);
	}

#sidebar h4.work
	{
		background-image: url(../img/ico-work.gif);
	}

#sidebar h4.info
	{
		background-image: url(../img/ico-info.gif);
	}

#sidebar h4.liens-assoc
	{
		background-image: url(../img/ico-liens.gif);
	}

#sidebar h4.voir-aussi
	{
		background-image: url(../img/ico-voir.gif);
	}

#sidebar h4.pratique
	{
		background-image: url(../img/ico-pratique.gif);
	}

#sidebar h4.telecharger
	{
		background-image: url(../img/ico-telecharger.gif);
	}

#sidebar h4.multimedia
	{
		background-image: url(../img/ico-multimedia.gif);
	}

#sidebar h4.event
	{
		background-image: url(../img/ico-event.gif);
	}

#sidebar h4.press
	{
		background-image: url(../img/ico-press.gif);
	}

#sidebar h4.service
	{
		background-image: url(../img/ico-service.gif);
	}

#sidebar h4.partenaires
	{
		background-image: url(../img/ico-partenaires.gif);
	}

#sidebar h4.infos-contact
	{
		background-image: url(../img/ico-infos-contact.gif);
	}

#sidebar h4.legal
	{
		background-image: url(../img/ico-legal.gif);
	}

#main #sidebar p
	{
		padding: 0;
		margin: 0 0 4px 0px;
	}

#main #sidebar ul
	{
		list-style: none;
		margin: 4px 0 0 7px;
	}

#main #sidebar li
	{
		background-image: url(../img/bullet-sidebar.gif);
		background-repeat: no-repeat;
		background-position: left 4px;
		text-align: left;
		padding: 0 0 4px 10px;
		margin: 0;
	}

#main #sidebar ul.plus
	{
		margin: 4px 0 0 7px;
	}

#main #sidebar ul.plus li
	{
		font-weight: bold;
		font-size: 0.95em;
		text-align: left;
		padding-top: 10px;
		background: none;
		padding: 8px 0 3px 0;
	}

#main #sidebar hr
	{
		margin-top: 8px;
		margin-bottom: 8px;
	}

#main #sidebar img
	{
		float: left;
		padding-right: 10px;
		margin: 0 0 0 7px;
	}

/* FOOTER */

#footer
	{
		background-color: #eaecef;
		clear: both;
		font-size: 0.7em;
		min-height: 140px;
	}

#footer a
	{
		color: #999;
	}

#footer a:hover
	{
		color: #666;
	}

#footer ul	
	{
		margin-top: 5px;
	}

#footer li	
	{
		display: inline;
		border-left: 1px dotted #bdbdbd;
		padding-left: 10px;
		padding-right: 8px;
	}

#footer li.footer-first	
	{
		border-left: 0;
		padding-left: 0;
	}

#footer #footer-top
	{
		padding-bottom: 10px;
		padding-top: 15px;
		margin-bottom: 20px;
		clear: both;
	}

#footer #footer-bottom
	{
		border-top: 1px dotted #ccc;	
		padding-top: 10px;
		padding-bottom: 20px;
		clear: both;
	}

#footer #footer-top #address
	{
		float: left;
	}

#footer #footer-top #copyright
	{
		float: right;
	}

#footer #footer-bottom #hours
	{
		float: left;
	}

#footer #footer-bottom #hes-so
	{
		float: right;
	}
	

form p 
	{
		position: relative;
		float:left;
		width: 100%;
	}

form p label
	{
		clear: both;
		width: 30%;
		float: left;
		font-weight: bold;		
		padding: 0 0 4px 0;
		text-align: left;
	}

form p input, 
form p select
	{
		display:block;
		float: right;
		margin: 0 0 0 4px;
		float: left;
		width: 234pt;
		border: 1px dotted #c9c9c9;
		padding: 3px 4px 3px 4px;
	}

form span.radio-list
	{
		float:left;
		margin-right:18pt;
		display:block;
	}

form p input.radio 
	{
		width: 20pt;
		float:left;
		border:0px;
	}

form dl 
	{
		position: relative;
	}

form dt 
	{
		width: 130px;
		clear: both;
		width: 35%;
		float: left;
		font-weight: bold;		
		padding: 0 0 4px 0;
		text-align: left;
	}

form dd 
	{
		display:block;
		float: right;
		width: 320px;
		margin: 0 0 4px 0;
		padding-left: 6px;
		float: left;
		width: 63%;
	}

input.txt-field
	{
		padding: 4px;
		border: 1px dotted #c9c9c9;
		width: 300px;
	}
	
input.send
	{
		padding: 4px;
		width: 310px;
		background-color: #c1c3c6;
		color: #FFFFFF;
		font-weight: bold;
	}

textarea
	{
		padding: 4px;
		border: 1px dotted #c9c9c9;
		width: 300px;
	}
	
/* SHARE   */
.addthis_toolbox
	{
		margin: 0px;
		margin-top: 0.5em;
	}
.addthis_toolbox a
	{
		border: none !important;
	}
.home .addthis_toolbox
	{
		
		float: right;
	}
	

