 @font-face {
	font-family: 'SEGOEUIL';
	src: url('fonts/SEGOEUIL.eot');
	src: local('SEGOEUIL'), url('fonts/SEGOEUIL.woff') format('woff'), url('fonts/SEGOEUIL.ttf') format('truetype');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-family: "Segoe UI Light", "SEGOEUIL", Sans-Serif;
}

/* General */
body {
  background-color: #FFFFFF;
  color:#939393;
  font-size: 16px;
  font-weight: normal;

	padding:0;
	margin:0;
}

h1
{
	font-weight: normal;
}
h2 {
	font-family: "Segoe UI Light", "SEGOEUIL", Sans-Serif;
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	color:#FE370B;
	padding:0;
	font-size: 22px;
	margin: 22px 0;
}

a {
  color:#FE370B;
	color:#E65529;  
  text-decoration:none;
}

a:hover {
  color:#FF9E0F; 
  text-decoration:underline;
}

img {
  border:0;
}

div#container {
	background-color:#FFF;
	background-repeat:no-repeat;
	padding:0;
	border:0;
	border-left:0;
}

div#main {
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	width: 1040px;
	min-height:368px;
}

div#menu_left {
	width:260px;
	float:left;
}

div#menu_left ul {
  padding:0;
  margin:10px 5px 0 25px;
}

div#menu_left li {
  list-style-type: none;
}

div#menu_left li a {
  display: block;
  color:#FE370B;
  padding:2px 4px 2px 4px;
	
	color:#FF9E0F;
  font-family : tahoma;
  font-size : 1em;
  font-weight : bold;
  font-style:normal;
  letter-spacing: 0px;  
  text-decoration:none;
  /*font-size:0.9em;*/
}

div#menu_left li a:hover {
  color:#FF9E0F;
  font-family : tahoma;
  font-size : 11px;
  font-weight : bold;
  font-style:normal;
  letter-spacing: 0px;  
  text-decoration:none;
}


/* Header */
#navbar
{
	background: #999999;
	width: 100%;
	height: 56px;
	position: relative;
}
span#reseau-sociaux {
	font-size: 16pt;
	text-align: right;
	position: absolute;
	top: 7px;
	right: 270px;
}
	a#facebook{
		background-image: url(reseau/facebook.png);
		display: inline-block;
		width: 30px;
		height: 30px;
	} 
	
	a#twitter{
		background-image: url(reseau/twitter.png);
		display: inline-block;
		width: 30px;
		height: 30px;
	}
	
	a#linkedin{
		background-image: url(reseau/linkedin.png);
		display: inline-block;
		width: 30px;
		height: 30px;
	}
	a#facebook:hover{
		background: transparent url(reseau/facebook_hover.png) no-repeat;
		width :30px;
		height: 30px;
	} 

	a#twitter:hover{
		background: transparent url(reseau/twitter_hover.png) no-repeat;
		width :30px;
		height: 30px;
	}

	a#linkedin:hover{
		background: transparent url(reseau/linkedin_hover.png) no-repeat;
		width :30px;
		height: 30px;
	}
ul.menu-header
{
	
	line-height: 56px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0 0 0 40px;
	font-size: 21px;
	color: #000000;
	max-width: 1080px;
	position: relative;
}
ul.menu-header li
{
	display: inline-block;
}
ul.menu-header li a
{
	color: black;
	display: block;
	padding-top: 1px;
}
ul.menu-header li a:hover
{
	color: #E74215;
	text-decoration: none;
}
ul.menu-header li.bull
{
	margin: 0 15px;
	color: #E74215;
	font-size: 30px;
	display: inline-block;
	padding-bottom: 5px;
	line-height: 26px;
	vertical-align: middle;
}
.home-link 
{
	color: #999999;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 153px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}
div#img-header {
	
	background-image:url(header-new.png);
	height : 153px;
	background-repeat : no-repeat;
	position: relative;
	margin: 0 auto;
}
div#container {
	background-color:#FFF;
	background-repeat:no-repeat;
	padding:0;
	border:0;
	border-left:0;
}

div#main {
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	width: 1040px;
	min-height:368px;
}

div#menu_top a {
  color:#939393;
  padding:0;
  letter-spacing: 0px;  
  text-decoration:none;
}

div#menu_top a:hover {
  color:#FF9E0F;
  letter-spacing: 0px;  
  text-decoration:none;
}

div#menu_left {
	width:160px;
	float:left;
}

div#menu_left ul {
  padding:0;
  margin:15px 10px 10px 45px;
}

div#menu_left li {
  list-style-image:url("puce2.png");
	line-height:25px;
}

div#menu_left li a {
  display: block;
  padding:0;
	color:#E65529;
  font-size:16px;
  font-weight:normal;
  font-style:normal;
  letter-spacing: 0px;  
  text-decoration:none;
}

div#menu_left li a:hover {
  color:#FF9E0F;
  font-size:16px;
  font-style:normal;
  font-style:normal;
  letter-spacing: 0px;  
  text-decoration:none;
}

/* Copyright */
div#footer {
	width:100%;
	background-color: #666666; 
	text-align: center;
	line-height: 20px;
	color:white;
	padding: 10px 0;
	font-size: 14px;
}