@charset "UTF-8";

/*
Bleu = #0074B0
Fond gris clair = #EEE
Fond gris foncé = #1E1E23
*/


/******************************************************************************************

	On importe ici les polices web

******************************************************************************************/


@font-face {
    font-family: 'allerbold';
    src: url('../webfonts/aller_bd-webfont.eot');
    src: url('../webfonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/aller_bd-webfont.woff2') format('woff2'),
         url('../webfonts/aller_bd-webfont.woff') format('woff'),
         url('../webfonts/aller_bd-webfont.ttf') format('truetype'),
         url('../webfonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aller_lightregular';
    src: url('../webfonts/aller_lt-webfont.eot');
    src: url('../webfonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/aller_lt-webfont.woff2') format('woff2'),
         url('../webfonts/aller_lt-webfont.woff') format('woff'),
         url('../webfonts/aller_lt-webfont.ttf') format('truetype'),
         url('../webfonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/******************************************************************************************

	Base

******************************************************************************************/

body  {
	font-family: 'aller_lightregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	color: #666;
	margin: 0px !important;
	padding: 0px !important;
	-webkit-font-smoothing: antialiased;
}
.mceContentBody p,
.mceContentBod body,
.mceContentBod td,
.mceContentBod a {
	color: #666;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0ex;
	line-height: normal;
}
@media screen and (max-width: 600px) {
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
}

strong {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
	border: 0px none #FFF;
}
table {
	table-layout: fixed;
}


/******************************************************************************************

	Liens

******************************************************************************************/

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border: 0px none #FFF;
}
a:hover {
	text-decoration: none;
	color: #0074B0;
}
a:active {
	text-decoration: underline;
}

/******************************************************************************************

	Balises

******************************************************************************************/

.uk-panel ul,
.mceContentBody ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
.uk-panel li,
.mceContentBody li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'allerbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/******************************************************************************************

	Sytles CSS

******************************************************************************************/

.tabelle-produits {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tabelle-produits td {
	color: #666;
	margin: 0px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
.tabelle-produits td:nth-child(1) {
	text-align: left;
	padding-right: 5px;
	padding-left: 0px;
}
.tabelle-produits td:nth-child(2) {
	text-align: right;
	padding-right: 0px;
	padding-left: 5px;
}