 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }


h1, h2, h3, h4, h5, h6, p, blockquote, pre, code,  ol, ul, fieldset, form, label, legend, table, article, aside, figure, figcaption, section, video{
	margin-bottom: 20px;
}


body{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #707070;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6{
	color: #024b72;
	font-size: 24px;
}

strong{
	font-weight: 700;
}

code {
  font-family: monospace, Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 20px;
  font-size: 105%;
  color: #DC143C;
  display: block;
}

code pre{
	margin-bottom: 0;
}

ul{
	list-style-type: disc; 
   	list-style-position: outside; 	
   	margin-left: 18px;
}

ol{
	list-style-type: decimal; 
   	list-style-position: outside; 	
   	margin-left: 18px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.no-padding-top{
	padding-top: 0 !important;
}

.no-padding-bottom{
	padding-bottom: 0 !important;
}

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

a:hover{
	text-decoration: underline;
}

#body-inner{
	position: relative;
	overflow: hidden;
}

#body-inner:before{
    width: 1220px;
    height: 1220px;
    background-image: url(../img/programme-header-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    top: -410px;
    margin-left: -35px;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
}

.container{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */
#header{
	background-color: #ffffff;
	z-index: 1;
	position: relative;
	line-height: 80px;
}

#header:after{
	display: block;
	height: 2px;
	width: 100%;
	content: "";
	background-color: #024b72;
}

#logo{
	float: left;
}

#logo img{
	vertical-align: middle;
}

#nav{
	float: right;
}

#nav ul{
	list-style: none;
	margin: 0;
}	

#nav ul li{
	float: left;
} 	

#nav ul li a{
	color: #707070; 
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

#nav ul li a:hover, #nav ul li a.active {
	background-color: #f69227;
	color: #ffffff;
}

#heading{
	color: #024b72;
	position: relative;
}

#content{
	position: relative;
}

/* Left Content */
#left-bar{
	width: 30%;
}

#left-bar-content{
	background-color: #f5f5f5;
}

#left-bar-content ul {
	padding: 10px 20px;
	margin: 0;
	list-style: none;
}

#left-bar-content ul li{
	border-top: 1px solid #707070;
}

#left-bar-content ul li:first-child{
	border-top: none;
}

#left-bar-content ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 0;
	color: #707070; 
}


#left-bar-content ul li a:hover,
#left-bar-content ul li a.active{
	color: #f69227;
}

/* Right Content */
#right-bar{
	width: 70%;
}

#right-bar-content{
	padding-left: 20px;
}

/* Footer Content */
#footer{
	background-color: #707070;
	color: #ffffff;
	position: relative;
}