/******************************************************
** HTML STYLES
******************************************************/
body {
	font-family: 'Palanquin', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3em;
	text-align: justify;
}
p, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
table, form, p, blockquote, caption {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
h1 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 34px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: bottom;
	clear: both;
	padding-top: 1.5em;
}
h2 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 1.5em;
	margin-bottom: 0.4em;
	font-size: 24px;
	font-style: none;
	text-decoration: none;
	text-transform: uppercase;
	clear: both;
}
h3 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 400;
	margin-top: 1.3em;
	margin-bottom: 0.4em;
	font-size: 18px;
	font-style: none;
	text-decoration: none;
	text-transform: uppercase;
	/*letter-spacing: -1px;*/
	clear: both;
}
h4 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	clear: both;
}
h5, h6 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 0.875em;
	text-align: left;
	clear: both;
}
.hstripe h1:first-child,
.wrapper > h2,
header > h2,
header > h3 {
	padding-top: 0;
}
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;
}
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: decimal;
	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 1px;
	text-align: left;
	vertical-align: middle;
}
form td {
	padding: 1px;
}
img, img a, img a:hover, img a:visited {
	text-decoration: none;
	vertical-align: middle;
}
b {
	font-weight: 600;
}
strong {
	font-weight: 500;
	font-size: 0.9em;
}
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, #footer li {
	font-size: 14px;
}
#footer h2 {
	font-size: 25px;
	letter-spacing: -0.1px;
	font-weight: bold;
	text-transform: capitalize;
}
#footer address {
	padding-left: 30px;
}
#footer ul {
	list-style-position: outside;
	padding: 0 0.5em;
}
#footer ul li {
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
}
#footer ul li:first-letter {
	text-transform:uppercase;
}
#footer ul a {
	text-decoration: none;
}

/******************************************************
** CONTENU COLONNE GAUCHE
******************************************************/

/******************************************************
** CONTENU COLONNE DROITE
******************************************************/


