div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}
body {
	margin:0px;
}
p, li {
	font-size:14px;
	font-family:"Open Sans", sans-serif;
}
.header h1, .header h2, .header h3 {
	color:#d22260;
	font-family:Montserrat, sans-serif;
	font-style:normal;
	font-weight:normal;
	margin:10px;
}
.header h1 {
	font-size:48px;
}
.header h2 {
	font-size:24px;
}
.header h3 {
	font-size:18px;
}
.header p {
	color:#574a44;
	font-family:"Open Sans Light", sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:300;
	padding:10px;
}

.header span {
	color:#d22260;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

.bouton {
	background-color: #d22260;
	padding:5px;
	border-radius: 5px;
	text-decoration:none;
}

div.vert {
	border-top: thick solid #D22260;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #7EB327;
	color: white;
}

div.vert p, div.brun p  {
	font-size:15px;
	margin: 10px;
	color: white;
}

div.vert li, div.brun li {
	font-size:14px;
}


div.vert a {
	font-size:14px;
	color: white;
}

div.vert span {
	color: #d22260;
	font-weight:bold;
//	font-size:larger;
}

div.brun {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #574A44;
	color: white;
	border-bottom: thick solid #D22260;
}

div.brun a {
	font-size:14px;
	color: white;
}

div.colonnes {
	padding:10px;
}

.colonnes h2 {
	color:#D22260;
	font-size:18px;
	font-family:Montserrat, sans-serif;
}

.colonnes p {
	color:#574a44;
	font-size:14px;
	font-style:normal;
	font-weight:300;
}

.colonnes span {
	color:#7EB327;
	font-style:normal;
	font-weight:bold;
}

.colonnes a {
	text-decoration:none;
}

table.colonnes {
	width:100%;
	border:none;
}

.colonnes td {
	width:50%;
	vertical-align:top;
	padding:10px;
}

div.footer {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #D22260;
	color: white;
	border-top: 2px solid #574A44;
	text-align: center;
}

div.footerBrun {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #574A44;
	color: white;
	border-top: 2px solid #7EB327;
	text-align: center;
}

