@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,500);

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;
	font-family: 'roboto';
	font-weight: 300;
	color: white;
	font-size: 19px;
	line-height: 1.3em;
}
/* 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;
}

body {
	background-color: #93c01f;
}

header {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: white;
}

h1 {
	max-width: 665px;
	width: 100%;
	margin: auto;
	text-align: center;
}

h1 img {
	width: 80%;
}

h1 span {
	display: none;
}
section {
	padding: 70px 15px 30px 15px;
}

aside {
	max-width: 1130px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

aside article {
	float: left;
	padding-right: 48px;
	padding-left: 48px;
	border-right: 1px solid white;
	margin-top: 30px;
}

#chenee {
	border-right-style: none;
}

aside article h2 {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 5px;
}

aside article ul, aside article address {
	padding-bottom: 15px;
}

aside article strong {
	font-weight: 500;
}

footer {
	padding: 0px 15px 30px 15px;
}

footer p {
	max-width: 665px;
	width: 100%;
	margin: auto;
	padding-top: 30px;
}

p.rdv {
	width: 100%;
	margin: auto;
	padding: 15px 0;
	background-color: white;
	max-width: 635px;
	color: #93c01f;
	text-align: center;
	font-size: 36px;
}

p.rdv.warning {
	margin-bottom: 15px;
	border: 1px solid red;
	color: red !important;
	font-size: 36px;
	text-decoration: none;
}

p.rdv.warning a {
	color: red;
}

footer p a {
	padding: 15px;
	max-width: 635px;
	text-align: center;
	font-size: 36px;
	border: 1px solid white;
	font-weight: 100;
	text-decoration: none;
	display: block;
}

footer p a:hover {
	border: 1px solid #93c01f;
	color: #93c01f;
	background-color: white;
}