/* #Reset & Bases (inspiré de E. Meyers)
================================================== */
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: 0px;
	padding: 0px;
	border-style: none;
}
img, embed, video {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse; /* ou separate*/
	border-spacing: 0px;
}
/* #Bases
================================================== */
body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Typos
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0px 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
p {
	margin: 0px 0px 10px 0px;
}
p img {
	margin: 0px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote {
	margin: 0px 0px 20px;
	padding: 0px 10px 0px 15px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	display: block;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	clear: both;
	margin: 15px 0px;
	height: 1px;
	background-color: #CCC;
	border-style: none;
}
/* #Liens
================================================== */
a, a:visited {
	outline: 0;
	/*color: #06C;*/
}
p a, p a:visited {
	line-height: inherit;
}
/* #Listes
================================================== */
ul, ol {
	margin: 0px 0px 10px 20px;
}
ul {
	list-style: outside;
}
ol {
	list-style: decimal;
}
ul.square, ul.circle, ul.disc {
	margin-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0px 0px 5px 20px;
	/*font-size: 90%;*/
}
li li {
	margin: 0px 0px 5px;
	list-style-type: circle;
}
li {
	margin: 0px 0px 5px;
}
/* #Images
================================================== */
img.redimensionnable, .redimensionnable img {
/*
	width: 100%;
	height: auto;
*/
}
/* #Boutons
================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 0px;
	line-height: normal;
	padding: 3px 10px;
}
.button, button:hover, input[type="submit"]:hover:not(.ok), input[type="reset"]:hover, input[type="button"]:hover {
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	color: #222;
}
button:active, input[type="submit"]:active:not(.ok), input[type="reset"]:active, input[type="button"]:active {
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
	border: 1px solid #666;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0px;
	padding: 0px;
}
/* #Formulaires
================================================== */
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	outline: none;
	border-radius: 3px;
	color: #777;
	display: block;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	padding: 0px;
}
input[type="text"]:focus:not(#saisieRecherche), input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	box-shadow:  0px 0px 4px rgba(0,0,0,.3);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
}
/* #Autres
================================================== */
.remove-bottom {
	margin-bottom: 0px !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
/* ======= Eléments divers à empiler ======= */
.padding_droite_10 {
	padding-right: 10px !important;
}
.espace {
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px;
}
.ombre {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-left-img {
	float: left;
	margin: 0 10px 10px 0;
}
.float-clear {
	clear: both;
}
.fond_blanc {
	background-color: #FFF;
}
.fond_noir {
	background-color: #255669;
}
.texte_bleu_logo {
	color: #255669 !important;
}
.texte_orange_logo {
	color: #ED7442 !important;
}