*  {
	margin: 0px;
	padding: 0px;
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	list-style: none;
	text-decoration: none;	
}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#000;
}


#contenu {
	width: 750px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}


#contenu #haut{
	height: 40px;
	margin-bottom: 20px;
}


#contenu #centre{
	height: 450px;
	background-image: url(../images/photo_taxi.jpg);
	background-repeat: no-repeat;
}


#contenu #centre #menu{
	list-style-type: none;
	width: 750px;
}

#contenu #centre #menu li{
	float: right;
	width: 186px;
	text-align: center;
}


#contenu #centre #menu li a{
	background-color: #FFF;
	padding: 5px 0px 5px 0px;
	padding-left:0px;
	float: right;
	width: 186px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000;
	font-size: large;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #000000;
}


#contenu #centre #menu li a:hover{
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


#contenu #centre #menu li a:active{
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


.style1 {
	font-size: medium;
	font-weight: bold;
}


#accueil{
	display: none;
}


#services{
	display: none;
}


#reservation{
	display: none;
}


#liens{
	display: none;
}


#bas #drapeaux li {
	padding-top: 13px;
	float: left;
	width: 40px;
}


.opacite{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


#contenu #bas{
	height: 40px;
}


#contenu #bas p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	float: right;
}

#contenu #bas{
	height: 70px;
	width: 728px;
}

#contenu #logo{
	text-align: right;
	color: white;
	display: block;
	clear: left;
	font: 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
}

