/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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

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



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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'simplon_edu_monoregular', helvetica, sans-serif;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
    color: yellow;
    background: blue;
}

::selection {
    color: yellow;
    background: blue;
}

body {
	background-image: url('../img/bruit.jpg');
	background-repeat: -y x;    color:black;
	font-family: 'simplon_edu_monoregular', helvetica, sans-serif;
    font-size:16px;
    line-height:1.5;

}

input,
label,



/* Headings */
h1,h2,h3,h4,h5,h6 {
	line-height:1;
}

a {
    text-decoration:none;
    color:black;
}

a:hover {
    color: #d7d7d7;
}



/* =Template
-------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
    width: 960px;
}

#main {
margin:0px 0px 0px 0px;
}

.container {

    margin:0 auto;
    padding:0px 0;
}

h1 {
    font-size: 50px;
 	text-transform: uppercase;
 	padding:20px;
 	float:left;
 	 
}

h1 a {
	font-family: 'simplon_edu_monobold';
}

h2 {
    font-size: 40px;
 	text-transform: uppercase;
 	padding:20px;
    font-family: 'simplon_edu_monobold';
}

p {
    margin-bottom:18px;
}


/* =Header
-------------------------------------------------------------- */
header {
    background-color:#fff;
    float:left;
    width:960px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.header_ul{
	color:black;
	text-transform: uppercase;
    text-decoration:none;
    padding: 5px 10px;
    font-family: 'simplon_edu_monobold';

}

.header_li{
	float:left;
	margin-right: 157px;
	font-family: 'simplon_edu_monobold';

}

.header_li2{
	margin-right: 0px;
	font-family: 'simplon_edu_monobold';
}

/* =Footer
-------------------------------------------------------------- */
footer {

}

.footer_ul{
	color:black;
	text-transform: uppercase;
    text-decoration:none;
    padding: 5px 10px;
}

.footer_li{
	float:left;
	margin-right: 287px;
}

footer_li2{
	margin-right: 0px;
}


/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}