/******************************************************
** HTML STYLES
******************************************************/
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: normal;
	font-weight: 400;
}
p, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
table, form,
p, blockquote, caption {
	margin-bottom: 1em;
}
h1 {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
	padding-top: 1.5em;
	text-align: center;
}
h2 {
	font-family: 'Lato', sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 34px;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-style: none;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
	text-align: left;
}
h3 {
	font-family: 'Lato', sans-serif;
	margin-top: 1.3em;
	margin-bottom: 0.7em;
	font-size: 22px;
	font-weight: 900;
	font-style: none;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
	text-align: left;
}
h4 {
	font-family: 'Lato', sans-serif;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	clear: both;
	text-align: left;
}
h5, h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	font-size: 0.875em;
	font-weight: bold;
	text-align: left;
	clear: both;
}
.hstripe h1,
header > h2,
header > h3 {
	padding-top: 0.5em;
}
.hstripe h2:first-child {
	margin-top: 0;
}
article > h1:first-child {
	padding-top: 0.5em;
}
a, a:visited,
a.forced_rendering, a.forced_rendering:visited {
	text-decoration: underline;
}
a:hover,
a.forced_rendering:hover {
	text-decoration: none;
}
a.active,
a.active:visited,
a.active:hover {
	text-decoration: none;
}
h1 > a, a > h1,
h2 > a, a > h2,
h3 > a, a > h3,
h4 > a, a > h4 {
	text-decoration: none;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
}
p {
	margin-top: 0.7em;
	margin-bottom: 1.2em;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
	quotes: '"' '"' ''' ''';
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	margin: 0.5em 0;
	padding: 0 1.5em;
	clear: both;
}
ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: lower-roman;
	list-style-position: inside;
	padding-left: 1em;
	margin-left: 1.5em;
}
li {
	margin-top: 0.125em;
	margin-bottom: 0.3125em;
}
dt {
	font-weight: bold;
	list-style-type: circle;
}
dd {
	padding-left: 1em;
	margin-bottom: 1em;
}
table {
	width: 100%;
}
th {
	padding: 0.3125em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
  border-radius: 5px;
}
td {
	padding: 0.3125em;
	text-align: left;
	vertical-align: top;
}
form td {
	padding: 3px;
}
img, img a, img a:hover, img a:visited {
	text-decoration: none;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
big {
	font-size: 130%;
}
small {
	font-size: 50%;
}
address, address p {
}

/******************************************************
** CONTAINEUR GLOBAL
******************************************************/
#conteneur_top {
	font-size: 14px;
	font-style: italic;
}

/******************************************************
** HEADER W/ LOGO
******************************************************/

/******************************************************
** CENTRES
******************************************************/

/******************************************************
** CONTENU COLONNE DROITE
******************************************************/

/******************************************************
** FOOTER
******************************************************/
#footer p {
	font-size: 14px;
}
#footer h2 {
	text-align: center;
}
#footer address {
}

/******************************************************
** CONTENU COLONNE GAUCHE
******************************************************/

/******************************************************
** CONTENU COLONNE DROITE
******************************************************/


