* {
	margin: 0;
	padding: 0;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html {
	overflow-y: scroll;
}

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background: #fff url("/img/intro/bg-body.jpg") repeat-x;
	font-size: 62.5%;
	color: #23191f;
}

ul li {
	list-style: none;
}

h2 {
	font-size: 1.4em;
}

#wrap {
	width: 745px;
	margin: 0 auto;
}

#entete {
	height: 119px;
	width: 745px;
	margin: 0 auto;
	position: relative;
}

#entete h1 {
	position: absolute;
	top: 25px;
}

#menubar {
	background: #8ec9ea;
	font-size: 1.1em;
	padding: 23px 0 14px 56px;
}

#menubar.photo1 { background-color: #a8b1b0; }
#menubar.photo2 { background-color: #a89892; }
#menubar.photo3 { background-color: #a6afa9; }
#menubar.photo4 { background-color: #807d7e; }

#menubar.photo1 .usa { border-color: #7b8180; }
#menubar.photo2 .usa { border-color: #7b6f6a; }
#menubar.photo3 .usa { border-color: #79807b; }
#menubar.photo4 .usa { border-color: #5d5b5c; }

#menubar h2 {
	font-weight: normal;
	font-size: 1.2em;
	float: left;
}

#menubar ul {
	float: left;
	margin-left: 29px;
	font-size: 1.3em;
}

#menubar ul li {
	float: left;
}

#menubar ul li.usa {
	float: left;
	padding-right: 28px;
	border-right: 1px solid #000;
}

#menubar ul li.canada {
	padding-left: 28px;
}

#menubar ul li a {
	color: #000;
	text-decoration: none;
}

#menubar ul li a:hover {
	text-decoration: underline;
}

#menubar ul li a,
#menubar ul li span {
	background: url("/img/intro/bg-pays.gif") no-repeat 0 50%;
	padding-left: 12px;
	font-size: 1.1em;
}

#menubar ul li span {
	float: left;
}

#menubar ul li ul {
	font-size: 0.7em;
	position: relative;
	top: -0.4em;
	margin-left: 22px;
}

#menubar ul li ul li {
	float: none;
}

#menubar ul li ul li a {
	color: #fff;
	background: none;
	padding-left: 0;
}

#image {
	position: relative;
	height: 281px;
	overflow: hidden;
}

#image img {
	position:absolute;
	top:0;
	left:0;
}

#credit {
	text-align: right;
	line-height: 1.6;
	position: absolute;
	bottom: 3px;
	right: 0;
	float: right;
	background: url("/img/intro/bg-credit.png");
	color: #fff;
	padding: 3px 11px 3px 11px;
	font-size: 88%;
	font-weight: bold;
}


#intro {
	/*background: #685e5e;*/
	background: #5f210e;
	/*color: #cccccc;*/
	color:#9c7464;
	padding: 15px 0;
}

#intro .outer {
	background: #5f210e ;
}

#intro .inner {
	padding: 0 15px;
}
#intro .d1 .inner {
	padding: 0 5px 0 42px;
}


#intro .d1 {
	float: left;
	width: 49%;
}


#intro .d2 {
	float: right;
	width: 49%;
	border-left: 1px solid #9c7464;
	padding-left:10px;
}

#intro p {
	font-size: 1.1em;
	line-height: 1.4;
}

#intro h2 {
	margin-bottom: 15px;
}

#footer p {
	padding: 10px;
	text-align: right;
}

* html #credit {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/intro/bg-credit.png",sizingMethod="scale");
	background: none;
}