/* CSS Document */
/* LTI-HEG avril 2009 */
/* Contact: lti@hesge.ch */


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-family: inherit;
		vertical-align: baseline;
	}

/* General Selectors */

body
	{
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(../img/bg-header.gif);
		background-repeat: repeat-x;
		background-position: center top;
		background-color: #FFFFFF;
	}
	
p
	{
		font-size: 0.875em;
		line-height: 1.375em;
		color: #666666;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: justify;
	}
	
p.top
	{
		text-align: right;
		background-image: url(../img/ico-top.gif);
		background-repeat: no-repeat;
		background-position: right 12px;
		padding-left: 0px;
		padding-right: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px dotted #ccc;
		border-bottom: 3px solid #efefef;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
	}
	
table
	{
		color: #666666;
		font-size: 0.875em;
		padding: 0px;
		margin-left: 10px;
		margin-top: 10px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		width: 580px;
	}

table tr
	{
		border-bottom: 1px solid #ccc;
		background-image: url(../img/bg-table-dark.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}

table tr.light
	{
		background-image: url(../img/bg-table-light.gif);
	}

table th, table td
	{
		padding: 5px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		text-align: left;
	}

h2
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		background-image: url(../img/bg-h1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 40px;
		padding-top: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}

#cours h2
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		background-image: url(../img/bg-cours-h1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 40px;
		padding-top: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}

#conf h2
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		background-image: url(../img/bg-conf-h1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 40px;
		padding-top: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}

#cine h2
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		background-image: url(../img/bg-cine-h1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 40px;
		padding-top: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}

#cours h3
	{
		color: #f90;
		border-bottom: 1px dotted #ccc;
		font-size: 1.15em;
		font-weight: bold;
		margin-top: 10px;
		padding-top: 30px;
		padding-bottom: 25px;
		margin-left: 10px;
		margin-right: 10px;
	}

#cours h3.no-top-border
	{
		border-top: 0px;
		padding-top: 0px;
		margin-top: 0px;		
	}

h3
	{
		color: #999;
		border-bottom: 1px dotted #ccc;
		font-size: 1.15em;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 25px;
		margin-left: 10px;
		margin-right: 10px;
	}

h4
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		background-image: url(../img/bg-h2.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 40px;
		padding-top: 10px;
		padding-left: 10px;
	}

h5
	{
		color: #666666;
		font-size: 0.85em;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 10px;
	}

a
	{
		color: #b2b2b2;
		text-decoration: none;
	}

a:hover
	{
		color: #000;
		text-decoration: none;
	}

img.align-left
	{
		float: left;
		padding-right: 20px;
		padding-bottom: 20px;
	}

/* Structure */

#structure
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}

/* Header */

#structure #header
	{
		height: 58px;
		padding-top: 29px;
		clear: both;
		color: #FFFFFF;
		background-image: url(../img/bg-main-nav.gif);
		background-repeat: no-repeat;
		background-position: 817px 20px;		
	}

#structure #header #tagline
	{
		float: left;
		padding-left: 20px;
		width: 600px;
	}

#structure #header #tagline .tag
	{
		color: #FFFFFF;
		width: 400px;
		display: block;
	}

#structure #header #top-nav
	{
		float: right;
		width: 126px;
	}

#structure #header #top-nav #menu-items
	{
		height: 30px;
	}

#structure #header #top-nav img
	{
		margin-left: 0px;
		margin-right: 14px;
	}

/* Nav */

#structure #nav
	{
		height: 113px;
		clear: both;
		padding-left: 20px;
		padding-right: 20px;
	}

#structure #nav #logo
	{
		float: left;
	}

#structure #nav #main-nav
	{
		float: right;
		padding-top: 24px;
		
	}

#structure #nav #main-nav ul
	{
		list-style-type: none;
	}

#structure #nav #main-nav li
	{
		display: inline;
		font-weight: bold;
		margin-left: 40px;
		font-size: 1.5em;
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 22px;	
	}
	
#structure #nav #main-nav li.cours
	{
		background-image: url(../img/bullet-cours.gif);
	}
	
#structure #nav #main-nav li.cinema
	{
		background-image: url(../img/bullet-cinema.gif);
	}
	
#structure #nav #main-nav li.conf
	{
		background-image: url(../img/bullet-conf.gif);
	}
	
#structure #nav #main-nav a
	{
		color: #b2b2b2;
		text-decoration: none;
	}

#structure #nav #main-nav a:hover
	{
		color: #000;
	}

/* Sub-nav */

#structure #sub-nav
	{
		height: 80px;
		background-image: url(../img/bg-sub-nav.gif);
		background-repeat: no-repeat;
		background-position: center top;
		clear: both;
	}

#structure #sub-nav #sec-head
	{
		float: left;
		padding-top: 20px;
		width: 300px;
	}

#structure #sub-nav #sec-head .sec-titles
	{
		color: #FFFFFF;
		font-size: 32px;
		height: 50px;
		display: block;
	}

#accueil #structure #sub-nav #sec-head .sec-titles, #info #structure #sub-nav #sec-head .sec-titles, #contact #structure #sub-nav #sec-head .sec-titles, #cine #structure #sub-nav #sec-head .sec-titles 
	{
		padding-left: 110px;
	}

#conf #structure #sub-nav #sec-head .sec-titles
	{
		padding-left: 90px;
	}

#cours #structure #sub-nav #sec-head .sec-titles
	{
		padding-left: 100px;
	}

#structure #sub-nav
	{
		height: 80px;
		background-repeat: no-repeat;
		background-position: center top;
	}

#accueil #structure #sub-nav
	{
		background-image: url(../img/bg-sub-nav-home.jpg);
	}

#info #structure #sub-nav
	{
		background-image: url(../img/bg-sub-nav-info.gif);
	}

#contact #structure #sub-nav
	{
		background-image: url(../img/bg-sub-nav-contact.jpg);
	}

#cours #structure #sub-nav
	{
		background-image: url(../img/bg-sub-nav-cours.gif);
	}

#cine #structure #sub-nav
	{
		background-image: url(../img/bg-sub-nav-cine.gif);
	}

#structure #sub-nav ul
	{
		list-style-type: none;
		float: right;
		width: 658px;
	}

#structure #sub-nav li
	{
		float: left;
		margin-right: 2px;
		padding-top: 30px;
		width: 116px;
		color: #FFFFFF;
		font-size: 1.125em;
		text-align: center;
	}

#cine #structure #sub-nav li, #conf #structure #sub-nav li
	{
		width: 195px;
	}

#cours #structure #sub-nav ul
	{
		list-style-type: none;
		float: right;
		width: 659px;
	}

#cours #structure #sub-nav li
	{
		float: left;
		margin-right: 2px;
		padding-top: 30px;
		width: 116px;
		color: #FFFFFF;
		font-size: 1.125em;
		text-align: center;
	}


#structure #sub-nav a
	{
		color: #d8d8d8;
	}

#cine #structure #sub-nav a
	{
		color: #da8080;
	}

#conf #structure #sub-nav a
	{
		color: #caf0ae;
	}

#cours #structure #sub-nav a
	{
		color: #ffcb80;
	}

#structure #sub-nav a:hover
	{
		color: #fff;
	}

#conf #structure #sub-nav
	{
		height: 80px;
		background-image: url(../img/bg-sub-nav-conf.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}

/* Breadcrumb */

#structure #breadcrumb
	{
		height: 30px;
		margin-top: 28px;
		padding-left: 19px;
		margin-left: 0px;
		clear: both;
	}

#structure #breadcrumb ul
	{
		list-style-type: none;
	}

#structure #breadcrumb li
	{
		display: inline;
		margin-right: 10px;
		font-weight: bold;
		font-size: 0.815em;
		background-image: url(../img/bullet-breadcrumb.gif);
		background-repeat: no-repeat;
		background-position: left 6px;
		padding-left: 18px;
	}
	
#structure #breadcrumb li.first
	{
		display: inline;
		margin-right: 10px;
		font-weight: bold;
		background-image: none;		
		padding-left: 0px;
	}
	
/* Main */

#structure #main
	{
		background-image: url(../img/bg-main.gif);
		background-repeat: no-repeat;
		background-position: center top;
		clear: both;
		padding-top: 7px;
		height: 100%;
	}
	
/* Content */

#accueil #structure #main #content img
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
#structure #main #content
	{
		width: 600px;
		float: left;
		padding-left: 40px;
		padding-top: 47px;
	}
	
#cours #structure #main #content img
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-top: 2px;
	}
	
#structure #main #content ul
	{
		list-style: none;
		color: #666666;
		font-size: 0.875em;
		padding-left: 10px;
		padding-right: 10px;
	}

#structure #main #content ul li
	{
		padding-bottom: 12px;
		background-image: url(../img/bullet-content.gif);
		background-repeat: no-repeat;
		background-position: left 6px;
		padding-left: 20px;
	}

#structure #main #content ol
	{
		list-style: decimal;
		color: #666666;
		font-size: 0.875em;
		margin-left: 35px;
		padding-right: 10px;
		margin-top: 20px;
	}

#structure #main #content ol li
	{
		padding-bottom: 12px;
		padding-left: 10px;
	}

#structure #main #content ul.details 
	{
		list-style: none;
		margin-bottom: 25px;
	}

#cine #structure #main #content ul.details 
	{
		clear: both;
	}

#structure #main #content ul.details li
	{
		padding-bottom: 12px;
		border-bottom: 1px dotted #ccc;
		background-image: none;
		padding-top: 10px;
		padding-left: 35px;
		min-height: 20px;
		background-repeat: no-repeat;
		background-position: left 8px;		
	}

#structure #main #content ul.details li.instructor
	{
		background-image: url(../img/bullet-instructor.gif);
	}

#structure #main #content ul.details li.participants
	{
		background-image: url(../img/bullet-participants.gif);
	}

#structure #main #content ul.details li.time
	{
		background-image: url(../img/bullet-clock.gif);
	}

#structure #main #content ul.details li.date
	{
		background-image: url(../img/bullet-calendar.gif);
	}

#structure #main #content ul.details li.price
	{
		background-image: url(../img/bullet-price.gif);
	}

#structure #main #content ul.details li.books
	{
		background-image: url(../img/bullet-books.gif);
	}

#structure #main #content ul.details li.map
	{
		background-image: url(../img/bullet-map.gif);
	}

#structure #main #content ul.details li.phone
	{
		background-image: url(../img/bullet-phone.gif);
	}

/* Sidebar */

#structure #main #sidebar
	{
		width: 240px;
		float: right;
		padding-right: 40px;
		padding-top: 47px;
	}
	
#structure #main #sidebar ul
	{
		list-style-type: none;
		margin-bottom: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}

#structure #main #sidebar li
	{
		font-size: 0.750em;
		color: #999999;
		background-image: url(../img/bullet-sidebar.gif);
		background-repeat: no-repeat;
		background-position: left 10px;
		padding-left: 11px;
		border-bottom: 1px dotted #dfdfdf;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	
#cours #structure #main #sidebar ul
	{
		margin-bottom: 0px;
	}

/* Footer */

#footer
	{
		background-image: url(../img/bg-footer.gif);
		background-repeat: repeat-x;
		background-position: center top;	
		height: 188px;	
		clear: both;
		color: #FFFFFF;
		font-weight: bold;
	}
	
#footer p
	{
		padding: 0px;
		margin: 0px;
		color: #FFFFFF;
		font-size: 0.7em;
	}
	
#footer ul
	{
		list-style-type: none;
		font-size: 0.7em;
	}
	
#footer ul li
	{
		border-left: 1px solid #5a5a5a;
		display: inline;
		padding-left: 12px;
		padding-right: 9px;
	}
	
#footer ul li.first-item
	{
		border-left: 0px;
		padding-left: 0px;
	}
	
#footer a:hover
	{
		color: #FFFFFF;
	}
	
#footer #top
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		padding-top: 75px;
		height: 85px;
	}
	
#footer #top #contact-info
	{
		float: left;
		width: 660px;
	}
	
#footer #top #contact-info #left
	{
		float: left;
	}
	
#footer #top #contact-info #right
	{
		float: left;
		width: 300px;
		margin-left: 20px;
		border-left: 1px solid #5a5a5a;
	}
	
#footer #top #contact-info #right p
	{
		padding-left: 20px;
	}
	
#footer #top #logo-recap
	{
		float: right;
	}
	
#footer #bottom
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		height: 22px;
		padding-top: 6px;
	}
	
#footer #bottom #nav-recap
	{
		float: left;
		width: 660px;
	}
	
#footer #bottom #copyright
	{
		float: right;
		width: 300px;
	}
	
#footer #bottom #copyright p
	{
		text-align: right;
	}