 * {
    margin: 0;
    padding: 0;
}

body {
	background-color:#fdfdfd;
}
 

#logo {
	margin: 20px 0 0 30px; 
	height: 94px;
	width: 98px;	
}

img {
	border: none; 	
}

/* START LANGAGE */
#drapeaux_langage {
	position:absolute;
	float:left;
	margin: 32px 0 0 880px;	
}

ul.langage {
	height:18px;
	width:100px;
}

ul.langage li {
	display:inline;
	line-height:18px;
	margin-right:10px;
}
/* END LANGAGE */

/* START NAVIGATION */
#page-wrap {
	position:absolute;
	margin: 20px 0 0 165px;
	float:left;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    margin: 15px 0;
}

/* Navigation level one */
ul.dropdown {
    position: relative;
	z-index:10;
}

.home, .europe, .afrique, .asie, .ameriques, .liens, .contact, .reservations {
	font-weight: normal;
	text-transform: uppercase;
	text-align:center;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:32px;
	float: left;
	zoom: 1;
	background: url(../images/nav.jpg) repeat-x top left;
	height:42px;
}

.home {
	width:84px;
}

.europe {
	width:79px;
}

.afrique {
	width:85px;
}

.asie {
	width:61px;
}

.ameriques {
	width:103px;
}

.reservations {
	width:118px;
}

.liens {
	width:66px;
}

.contact {
	width:91px;
}

ul.dropdown li a {
	z-index:10;
    display: block;
    padding: 4px 8px;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

ul.dropdown li:last-child a {
    border-right: none;
}
 /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    position: relative;
    color:#fff;
}

ul.dropdown li.hover a {
    color: #666;
    font-weight:normal;
}

/* Navigation level two */
.sub_menu {
    width: 134px;
	border: 2px solid #92b31d;
	background-color: #fff;
    visibility: hidden;
    position: absolute;
    left: 0;
	top:40px;
}

.sub_menu li {
    font-weight: normal;
    background-color:#fff;
	border-top: 1px solid #92b31d;
	text-align:left;
	width: 134px;
	line-height:15px;
    color: #666;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
.sub_menu li a {
    border-right: none;
	text-transform: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
    display: inline-block;
	height:15px;
}

.sub_menu li a:hover {
	float: none;
	background: url(../images/sous_nav.jpg) repeat-x top left;
}

/*Level three*/
/*ul.dropdown ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}*/



/*START PUB*/ 
.pub {position:absolute; left: 140px; top:120px;
	float:left;
	margin-top:120px;
	background-color:#fdfdfd;
	width: 120px;
	height:600px;
	margin: 0 0 0 15px; 
} 
/*END PUB*/ 

.h2{
	float:left;
	text-align:center;
	width:250px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:18px 0 0 0;
	letter-spacing:0.5px;
}


.photomonde { position:absolute;  top:250px;}
.photomonde
 {
	font-weight: normal;
	text-align:center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
font-weight : bold;
	width:1000px;
	margin-top:1px;
	color:#554C35;
}

.fin { position:absolute;  top:370px;}
.fin
 {
	font-weight: normal;
	text-align:center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
font-weight : bold;
	width:1000px;
	margin-top:1px;
	color:#554C35;
}


