@charset "utf-8";
/* CSS Document */

/*Menu*/
#menu {
	border-radius: 8px 8px 0px 0px;
	background-color:#36a7e9;
	width:970px;
	float:left;
	height:32px;
	color:#FFFFFF;
	z-index:1000;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#menu li {
	float:left;
	margin:auto;
	padding:0;
}
#menu li a {
	border-left:2px #36a7e9 solid;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	width:100px;
	color:white;
	text-decoration:none;
	padding:5px;
	background: url("http://www.ole-voyages.com/images/separe-menu.png") left no-repeat;
}
#menu li #home {
	max-width:35px;
	border-left:0px;
	background-image: url("http://www.ole-voyages.com/images/img.png");
	background-position: 0 -212px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 12px;
	margin-left: 15px;
	margin-top: 5px;
}
#menu li a:hover {
	color:#FFF;
}
#banner {
	width:970px;
	float:left;
}/*Fin Menu*/
/*Moteur*/
#moteur {
	width:310px;
	float:right;
}
#titre_moteur {
	padding-top:4px;
	border-radius: 8px 8px 0px 0px;
	background-color:#36a7e9;
	height:28px;
	color:#FFFFFF;
	float:right;
	width:300px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
#titre_moteur #img_icone {
	background-image: url("http://www.ole-voyages.com/images/img.png");
	background-position: 0 -187px;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	margin-left: 3px;
	margin-right: 3px;
	width: 26px;
}
#titre_moteur img {
	margin:0px 5px 3px 3px;
	float:left;
}
#btn_tunisie {
	height:29px;
	font-size:16px;
	text-transform:uppercase;
	width:125px;
	background-color:#472417;
	float:right;
	margin-right:10px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:0px;
	border-radius: 10px 3px 0 0;
	box-shadow: 0 0 8px #AAAAAA;
	cursor:pointer;
}
#btn_monde {
	height:34px;
	font-size:16px;
	text-transform:uppercase;
	width:125px;
	background-color:#36a7e9;
	float:left;
	margin-left:50px;
	color:#FFFFFF;
	font-weight:bold;
	border-radius: 10px 3px 0 0;
	box-shadow: 0 0 8px #AAAAAA;
	margin-top:-5px;
	cursor:pointer;
}
#div_moteur {
	float:right;
	background:#FFFFFF url(http://www.ole-voyages.com/images/back-moteur.png) repeat;
	width:298px;
	border:1px #efefef solid
}
#content_moteur {
	width:280px;
	margin-top:10px;
}
#content_moteur select {
	width:255px;
	padding:3px;
	height:28px;
	border-radius:3px;
	border:#EFEFEF 1px solid;
	color: #888888;
}
#content_moteur input[type=text] {
	padding:3px;
	height:22px;
	border-radius:3px;
	border:#EFEFEF 1px solid;
	color: #888888;
}
#content_moteur #datepicker {
color: #888888;
	width:73px;
}
#content_moteur #nuit {
color: #888888;
	width:45px;
}
#content_moteur input[type=submit] {
	background-color:#ff5e00;
	height:28px;
	padding:3px;
	border-radius:3px;
	border:#d95000 1px solid;
	color:#FFFFFF;
	margin-bottom: 2px;
}
/*Fin Moteur*/

