@charset "utf-8";
/*
Theme Name: New Morning
Version: 1.0
Author: New Morning
Author URI: http://www.newmorning.com
*/

/* BASE
-----------------------------------------------------------------------------*/
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 13px;
	line-height: 1.231;
}
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;
}
input, select {
	vertical-align: middle;
}
a img {
	border: 0;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
::-moz-selection {
background: #E41316;
color: #fff;
text-shadow: none;
}
::selection {
	background: #E41316;
	color: #fff;
	text-shadow: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

/* FORMULAIRE
-----------------------------------------------------------------------------*/

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}

/* HTML5
-----------------------------------------------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}

/* A SUPPRIMER ?
-----------------------------------------------------------------------------*/
.clear-all {
	clear: both;
}
.esq {
	float: left;
}
.dir {
	float: right;
}
.center {
	text-align: center;
}
.marg-28dir {
	margin-right: 28px;
}
.realce {
	font-weight: bold;
	color: #333;
}
.realce-cor {
	color: #E72315;
}
ol {
	list-style: none;
	counter-reset: num;
}
ol li:before {
	content: counter(num) '. ';
	counter-increment: num;
}