/* CSS Document */
/* © July 2009 LTI-HEG */
/* 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;
	}
	
body
	{
		background-image: url(../img/bg-main.jpg);
		background-repeat: no-repeat;
		background-position: center 280px;
		background-color: #d6d7dc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a
	{
		text-decoration: none;
	}

h2
	{
		color: #bbbcbd;
		font-size: 1.125em;
		font-weight: normal;
	}
	
h3
	{
		color: #fff;
		font-size: 0.95em;
		font-weight: bold;
		text-transform: uppercase;
		border-bottom: 1px dotted #ffffff;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	
h4
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
h5
	{
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		border-bottom: 1px dotted #ffffff;
		padding-bottom: 15px;
	}
	
.texterouge
	{
		color:#ea2126;
	}

.texterougegras
	{
		font-weight: bold;
		color:#ea2126;
	}
				
#structure
	{
		background-image: url(../img/bg-body.gif);
		background-repeat: repeat-x;
		clear: both;
	}

#structure #header
	{
		clear: both;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 35px;
		height: 165px;
	}

#structure #header #logo
	{
		float: left;
		width: 584px;
		background-image: url(../img/sep-header.gif);
		background-repeat: no-repeat;
		background-position: right;
	}

#structure #header #tagline
	{
		float: right;
		padding-top: 22px;
		width: 311px;
		
	}

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

#structure #nav #nav-left
	{
		float: left;
		width: 584px;
	}

#structure #nav ul
	{
		padding-top: 30px;
	}

#structure #nav li
	{
		display: inline;
		color: #ea2126;
		padding-left: 19px;
		padding-right: 15px;
		background-image: url(../img/sep-nav.gif);
		background-repeat: no-repeat;
		background-position: left center;		
	}

#structure #nav li.first
	{
		padding-left: 0px;
		background-image: none;
	}

#structure #nav a 
	{
		color: #bbbcbd;
	}

#structure #nav a:hover
	{
		color: #ea2126;
	}

#structure #nav #nav-right
	{
		float: right;
		width: 310px;
	}

#structure #nav #nav-right img
	{
		padding-top: 14px;	
	}

#structure #nav #nav-right p
	{
		padding-top: 30px;
		color: #bbbcbd;
		font-weight: normal;
		font-size: 0.85em;
		text-align: center;
		text-transform: uppercase;
	}

#structure #main
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		clear: both;	
		padding: 0;
	}

#structure #main #content
	{
		width: 540px;
		float: left;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	
#structure #main #content #content-top
	{
		background-image: url(../img/bg-content-main-top.png);
		background-repeat: no-repeat;
		background-position: left bottom;	
		height: 4px;
		margin: 0px;
	}
	
#structure #main #content #content-inside
	{
		background-image: url(../img/bg-content-main.png);
		background-repeat: repeat;
		background-position: left top;	
		padding: 20px;
		margin: 0px;
	}
	
#structure #main #content #content-bottom
	{
		background-image: url(../img/bg-content-main-bottom.png);
		background-repeat: no-repeat;
		background-position: left top;	
		height: 4px;
		margin: 0px;
	}
	
#structure #main #content a
	{
		color: #FFF;
		font-weight: bold;
	}
	
#structure #main #content a:hover
	{
		color: #ea2126;
		font-weight: bold;
		text-decoration: none;
	}
	
#structure #main #content p
	{
		font-size: 0.875em;
		line-height: 1.3em;
		color: #FFFFFF;
		margin-bottom: 1em;
	}
	
#structure #main #content img
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#structure #main #content ul
	{
		list-style-type: none;
		color: #FFF;
		font-size: 0.875em;
		margin-bottom: 1em;
	}
	
#structure #main #content li
	{
		background-image: url(../img/bullet-star.gif);
		background-repeat: no-repeat;
		background-position: left 5px;	
		padding-left: 15px;
	}
	
#structure #main #content table
	{
		font-size: 0.875em;
		line-height: 1.3em;
		color: #FFFFFF;
	}
	
#structure #main #sidebar
	{
		width: 310px;
		float: right;
	}

#structure #main #sidebar #sidebar-top
	{
		background-image: url(../img/bg-sidebar-top.png);
		background-repeat: no-repeat;
		background-position: left bottom;	
		height: 4px;
	}
	
#structure #main #sidebar #sidebar-main
	{
		padding: 20px;
		background-image: url(../img/bg-sidebar-main.png);
		background-repeat: repeat-y;
		background-position: left top;	
		margin: 0;
	}

#structure #main #sidebar #sidebar-bottom
	{
		background-image: url(../img/bg-sidebar-bottom.png);
		background-repeat: no-repeat;
		background-position: left top;	
		height: 4px;
	}
	
#structure #main #sidebar p
	{
		text-align: center;
	}

#structure #main #sidebar img
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}

#structure #footer
	{
		height: 181px;
		background-image: url(../img/bg-footer.gif);
		background-repeat: repeat-x;	
		clear: both;	
	}
	
#structure #footer #partners
	{
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		height: 140px;
		background-image: url(../img/partners.gif);
		background-repeat: no-repeat;
		background-position: left center;		
	}
	
#structure #footer #partners ul
	{
		padding-top: 20px;
		text-align: right;
	}
	
#structure #footer #partners li
	{
		display: inline;
		padding-right: 35px;
	}
	
#structure #footer #partners li.desc
	{
		color: #abadb1;
		font-weight: bold;
	}
	
#structure #footer #partners li.last
	{
		padding-right: 0px;
	}
	
#structure #footer #copyright
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
#structure #footer #copyright p
	{
		text-align: right;
		color: #bbbcbd;
		font-size: 0.65em;
		font-weight: bold;
		padding-top: 15px;
	}
