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, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
	background-color: #FFF;
}
p {
	margin-bottom: 14px;
}
#header {
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	height: 164px;
	width: 100%;
	background-color: #646464;
	background-position: bottom;
}
#header-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 164px;
	position: relative;
	overflow: hidden;
}
#main {
	background-image: url(../images/bg-body.png);
	width: 100%;
}
#row {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px 5px 5px 5px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	background-color: rgba(29,51,63,0.2);
}
#main-inner {
	width: 840px;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px;
}
#footer {
	height: 125px;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	line-height: normal;
}
#footer-inner {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}

/*Navigation*/
#nav-top {
	font-size: 11px;
	text-transform: uppercase;
	color: #D1EB69;
	text-align: left;
	position: absolute;
	top: 20px;
	right: 50px;
}
#nav-top a:link, #nav-top a:visited, #nav-top a:active {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#nav-top a:hover {
	color: #D1EB69;
}
#nav {
	height: 40px;
	text-align: right;
	position: absolute;
	top: 90px;
	overflow: hidden;
	right: 35px;
}
#nav ul, #nav li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav a:link, #nav a:visited {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #437796;
	line-height: 40px;
	display: block;
	outline: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #D1EB69;
}
body#home #nav #home, body#board #nav #board, body#documents #nav #documents, body#program #nav #program, body#meetings #nav #meetings, body#accueil #nav #accueil, body#conseil #nav #conseil, body#documentsFr #nav #documentsFr, body#programmes #nav #programmes, body#reunions #nav #reunions {color: #CCC;}

h1 {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #D1EB69;
	margin-bottom: 14px;
	padding-top: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.date {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-style: normal;
	float: left;
	width: 115px;
	text-align: center;
	border-radius: 3px;
	margin-top: 22px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#news h2, #nouvelles h2 {
	font-size: 15px;
	font-weight: bold;
	color: #D1EB69;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.40);
	overflow:hidden;
}
ul {
	margin-bottom: 14px;
	margin-left: 20px;
}
.callout {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 30px;
	padding: 20px;
	width: 200px;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
}
.callout h3 {
	font-size: 20px;
	font-weight: 400 !important;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1EB69;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
	line-height: 24px;
	text-shadow: 1px 1px 1px #666;
}
.callout h4 {
	font-size: 11px;
	color: #D1EB69;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1EB69;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.callout p {margin: 0;}
.callout a:link, .callout a:visited {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	background-color: #D1EB69;
	display: block;
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
	margin-top: 10px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
}
.callout a:hover {
	background-color: #FFFFFF;
}


.sidebar {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 20px;
	width: 250px;
	color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	background-color: rgba(255,255,255,0.2);
}
.sidebar h3 {
	font-size: 20px;
	font-weight: 400 !important;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1EB69;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
	line-height: 24px;
	text-shadow: 1px 1px 1px #666;
}
.sidebar h4 {
	font-size: 11px;
	color: #D1EB69;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1EB69;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.sidebar p, .sidebar ul {margin-top: 10px; margin-bottom: 10px;}
.sidebar a:link, .sidebar a:visited {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}

.arrow { position: relative }
.arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(209,235,105,0.0);
	border-top-color: #D1EB69;
	border-width: 10px;
	margin-left: -10px;
}
.callout-buffer {margin-right: 260px;}
.shadow {
	box-shadow: 1px 1px 1px #ccc;
}
.text-shadow {
	text-shadow: 1px 1px 3px #333;
}
.rounded {
	border-radius: 5px; 
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
	line-height: normal;
}
a:hover {
	text-decoration: none;
}
.button:link, .button:visited {
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	padding: 8px;
	text-align: center;
	display: block;
}
.buttonGray:link, .buttonGray:visited {
	color: #fff;
	background-color: #A0A0A0;
}
.buttonGray:hover {background-color: #CCC}
.buttonLtGray:link, .buttonLtGray:visited {
	color: #000;
	background-color: #CCCCCC;
}
.buttonLtGray:hover {background-color: #A0A0A0};
.join:link, .join:visited {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	margin-top: 13px;
	padding-top: 5px !important;
	padding-right: 15px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	background-color: #515151 !important;
	font-weight: bold;
	box-shadow: 1px 1px 2px #000;
}
.join:hover, .join:active {background-color: #437796!important;}
.border-gr {
	background-image: url(../images/bg-border.gif);
	background-repeat: repeat-x;
	background-position: center;
}
a.logo:link, a.logo:visited, a.logo:active {
	text-indent: -9999px;
	display: block;
	height: 156px;
	width: 310px;
	text-decoration: none;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	background-color: #FFF;
}
.highlight {
	font-weight: bold;
	color: #D1EB69;
}
.highlight a:link, .highlight a:visited {
	color: #D1EB69;
	text-decoration: underline;
}
.highlight a:hover {
	text-decoration: none;
}
#footer-right a:link, #footer-right a:visited, #footer-right a:active {
	color: #437796;
	text-decoration: none;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: uppercase;
}
.no-bg{background-image: none !important;}
.no-bord{
	border-width: 0px!important;
	border-style: none!important;
}
.floatR{
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.meetingTitle {
	font-size: 130% !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1EB69;
	overflow: hidden;
	margin-bottom: 25px !important;
	font-weight: normal;
	padding-bottom: 10px;
}
.larger {
	font-size: 130%!important;
}
.smaller {
	font-size: 80%!important;
}
.clearboth {
	clear: both;
}

#mc_embed_signup form {
    padding: 5px !important;
    text-align: left;
	padding-left: 0 !important;
}
#mc_embed_signup input.email, #mc_embed_signup input.button {
	display: inline-block !important;
	margin-top: 0;
	margin-right: 10px !important;
	margin-bottom: 10px;
}
