.bouton {
  float:left;
	background: url(images/bouton.png) no-repeat;
	width:300px;
	height:42px;
	border:none;
	margin:50px 0 0 0;
}

#explication {
  float:left;
  width:600px;
  padding:20px;
  margin:50px 0 0 0;
  }
h1 {
  font-size:18px;
  }
h2 {
  font-size:12px;
  }
p {
	font-size:12px;
	line-height:20px;
	padding:10px;
  }
p a {
  font-weight:bold;
  color:#000000;
  }

ul.topnav {
	list-style: none;
	float: left;
	width: 960px;
	height:40px;
	font-size: 13px;
	background: url(images/bg_menu.png) no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 210px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 99;
}
.n2menu .myMenu {
	position: static;
	z-index: 1;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding:0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 0;
	height:40px;
	line-height:40px;
	text-align:center;
	width:210px;
	margin:0 12px 0 0;
	font-weight:bold;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a.accueil{
	padding: 0;
	height:40px;
	line-height:40px;
	text-align:center;
	width:80px;
	margin:0px 10px 0 10px;
	font-weight:bold;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}



ul.topnav li a.france{

	width:250px;
    float: left;
}

ul.topnav li a.incentive { 

	width:100px;
   float: left;
}

ul.topnav li a:hover{
	background: url(images/bg_menu_hover.png) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 13px;
	height: 16px;
	float: left;
	background: url(images/arrow1.png) no-repeat center top;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -15px;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 40px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 200px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #006;
	background-color: #036;
}

ul.topnav li ul.france {
	width: 250px;
	
}


ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	width: 170px;
	position: relative;
}



html ul.topnav li ul.subnav li a {
	float: left;
	width: 170px;
	padding-left: 30px;
	text-align:left;
	background-color: #036;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	z-index: 99;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #339;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
