@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

body {
	font: 80% arial,sans-serif;
}

#fixe {
	background-color : #FFFFFF;
	height: 45px;
	border-bottom: solid 5px #FFF;
	position: fixed;
	top: 0;
	width: 100%;
}

#fixe p {
	/*margin: 0;*/
	text-align:center;
}

#mobile {
	margin-top: 50px;
	padding-bottom:50px;
}


li {
	list-style:none;
	color:#666;
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
}

.fonction {
	font-style:normal;
	font-weight:normal;
	font-size:0.9em;
	color:#000;
}

h1 {
	color:#333;
	font-size:1.7em;
	margin-left:20px;
	padding-top:50px;
}

#fixe a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#fixe a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#fixe a:hover {
	text-decoration: none;
	color: #E20025;
}

#fixe a:active {
	text-decoration: none;
	color: #E20025;
}


