/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/tail-body.jpg) repeat center top; 
	font-family:"trebuchet MS", Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#8e8e8e;
	text-align:justify;
}
html { 
	min-width:991px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:991px;
	font-size:.814em;
}

	/* Header */
	header .container {
		height:531px;
		position:relative;
		
	}
	
	/* Content */
	section#content .container {
		position:relative;
		background:url(../images/cont-tail.gif) repeat-x left top;
	}
	
	/* Sidebar */
	aside {
		padding:27px 0 39px 64px;
		color:#ffecc2;
	}
			
	/* Footer */
	footer {
		height:52px;
		color:#7c6d5a;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.923em;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*---- tailings ----*/
.tail-middle {
	background-color:#fff;
	width:100%;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:"trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list {
	padding-bottom:25px;
}
	.list li {
		padding:0 0 4px 18px;
		background:url(../images/marker.gif) no-repeat left 7px;
	}
	.list li.last {
		margin-bottom:-7px;
	}
	.list li.last1 {
		margin-bottom:-29px;
	}
	.list li.alt {
		padding-bottom:20px;
	} 
		.list li a {
			color:#8eb771;
			text-decoration:none;
		}
		.list li a:hover {
			color:#000;
		}

.list1 {
	padding-bottom:25px;
}
	.list1 li {
		padding:0 0 10px 14px;
		background:url(../images/marker1.gif) no-repeat left 7px;
	}
	.list1 li.last {
		margin-bottom:-25px;
	}	
	.list1 li.alt {
		margin-bottom:-10px;
	}	
		.list1 li a {
			color:#d68f4c;
		}
		
.list2 li {
	font-weight:bold;
	padding:0 0 8px 13px;
	background:url(../images/marker2.gif) no-repeat left 5px;
}
	.list2 li a {
		color:#ffecc2;
		text-decoration:none;
	}
	.list2 li a:hover {
		text-decoration:underline;
	}
	
.partners {
	width:100%;
	overflow:hidden;
}
	.partners li {
		float:left;
		margin-right:43px;
	}
	.partners li.last {
		margin:0;
	}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent1 {
	margin-bottom:25px;
}
.img-box { 
	width:100%; 
	overflow:hidden;
	line-height:1.538em; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
	line-height:1.538em;
}
.p1 {
	margin-bottom:30px;
}
.p0 {
	margin:0;
}

dl {
	line-height:1.538em;
	margin-bottom:-20px;
}
	dl dd {
		padding-bottom:20px;
	}

.address {
	width:100%;
	overflow:hidden;
	font-style:normal;
	color:#6a6a6a;
	line-height:1.385em;
	display:block;
}	
	.address img {
		float:left;
		margin-right:18px;
	}
	.address a {
		border:1px solid #e4e4e4;
		text-decoration:none;
		color:#000;
		font-weight:bold;
		padding:0 16px 2px 19px;
		display:inline-block;
		background:url(../images/arrow.gif) no-repeat 10px 7px;
	}
	.address a:hover {
		border:1px solid #000;
	}
	

/*----- txt, links, lines, titles -----*/
a {
	color:#4b4b4b; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	position:absolute;
	left:13px;
	top:0px;
	text-indent:-9999px;
}
	h1 a {
		display:block;
		width:413px;
		height:75px;
		background:url(../images/logo.gif) no-repeat left top;
	}
h2 {
	font-size:30px;
	line-height:1.2em;
	color:#2c2c2c;
	margin-bottom:20px;	
}
h2.extra {
	font-size:36px;
	margin:-6px 0 14px 0;
}
h5 {
	font-weight:normal;
	font-size:1em;
	line-height:1.538em;
}


.txt1 {
	font-size:22px;
	line-height:1.2em;
}
	.txt1 strong {
		color:#f0b526;
	}
	.txt1 span {
		color:#568d23;
	}

.link {
	background-color:#000;
	color:#fff;
	line-height:1.7em;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	padding:0 8px 0 8px;
}
.link:hover {
	background-color:#d68f4c;
}


.line-hor { 
	background:#e7e7e7;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:28px 0;
}
.line-ver { 
	background-image:url(../images/line.gif); 
	background-repeat:repeat-y;
	background-position:294px 0;
	width:100%;
}
	.line-ver1 { 
		background-image:url(../images/line.gif); 
		background-repeat:repeat-y;
		background-position:237px 0;
		width:100%;
	}
		.line-ver2 { 
			background-image:url(../images/line-ver.gif); 
			background-repeat:repeat-y;
			background-position:586px 0;
			width:100%;
		}
			.line-ver3 { 
				background-image:url(../images/line.gif); 
				background-repeat:repeat-y;
				background-position:587px 0;
				width:100%;
			}
				.line-ver4 { 
					background-image:url(../images/line.gif); 
					background-repeat:repeat-y;
					background-position:251px 0;
					width:100%;
				}


/*==================boxes====================*/
.nav-box {
	position:absolute;
	top:0;
	left:7px;
	width:977px;
	height:75px;
	overflow:hidden;
	z-index:100;
}
	.nav-box .left {
		background:url(../images/nav-box-left.png) no-repeat left top;
		padding-left:17px;
	}
	.nav-box .right {
		padding-right:17px;
		background:url(../images/nav-box-right.png) no-repeat right top;
	}
	.nav-box .tail {
		height:75px;
		background-color:#fff;
	}
	.nav-box nav {
		position:absolute;
		right:0;
		top:0;
	}
		.nav-box nav ul li {
			float:left;
			font-size:22px;
			line-height:1.2em;
			margin-left:-1px;
			position:relative;
		}
			.nav-box nav ul li a {
				color:#313131;
				text-decoration:none;
				display:block;
				float:left;
				background-repeat:no-repeat;
				background-position:left top;
				padding-left:18px;
				border-right:1px solid #dddddd;
			}
			.nav-box nav ul li a:hover,
			.nav-box nav ul li a.active,
			.nav-box nav ul li.alt a:hover,
			.nav-box nav ul li.alt a.active {
				background-image:url(../images/nav-act-left.gif);
				background-position:0 0;
				color:#000;
				border-right:1px solid #fff;
			}
				.nav-box nav ul li a b {
					display:block;
				}
				.nav-box nav ul li a span {
					display:block;
					float:left;
					background-position:right top;
					background-repeat:no-repeat;
					padding-right:18px;
				}
				.nav-box nav ul li a:hover span,
				.nav-box nav ul li a.active span {
					background-image:url(../images/nav-act-right.png);
				}
					.nav-box nav ul li a span span {
						padding:23px 10px 26px 10px;
						background-repeat:repeat-x;
						background-position:left top;
					}
					.nav-box nav ul li a:hover span span,
					.nav-box nav ul li a.active span span {
						background-image:url(../images/nav-act-tail.gif);
						
					}
		.nav-box nav ul li.last a,
		.nav-box nav ul li.last a:hover {
			border:0;
		}
		.nav-box nav ul li.alt a {
			background-image:url(../images/pic.gif);
			background-position:11px 20px;
		}
		
.header-box {
	position:absolute;
	bottom:0 !important;
	bottom:-1px;
	left:7px;
	width:977px;
	z-index:100;
}
	.header-box .left {
		padding-left:20px;
		background:url(../images/header-box-left.png) no-repeat left top;
	}
	.header-box .right {
		padding-right:20px;
		background:url(../images/header-box-right.png) no-repeat right top;
	}
	.header-box .tail {
		height:143px;
		overflow:hidden;
		background:url(../images/header-box-tail.png) repeat-x left top;
	}
	.header-box ul {
		padding:17px 0 0 29px;
	}
		.header-box ul li {	
			background:url(../images/divider.png) no-repeat right 0;
			width:246px;
			float:left;
			margin-right:45px;
			padding-right:30px;
		}
		.header-box ul li.last {
			margin:0;
			background:none;
			padding:0;
		}
			.header-box ul li h2 {
				color:#fff;
				margin-bottom:10px;
			}
			.header-box ul li a {
				color:#dde2db;
				font-size:.923em;
				line-height:1.25em;
				font-family:Arial, Helvetica, sans-serif;
				text-decoration:none;
				font-weight:bold;
			}
			.header-box ul li a:hover {
				color:#fff797;
			}

/*===== header =====*/
header .banner {
	position:absolute;
	left:484px;
	top:167px;
	width:430px;
	height:158px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../images/banner-bg1.png);
}
	header .banner strong {
		color:#fff;
		font-size:36px;
		line-height:1.2em;
		text-transform:uppercase;
		display:block;
		padding:15px 0 0 35px;
		letter-spacing:-1px;
	}
		header .banner strong b {
			font-size:32px;
		}
	header .banner a {
		position:absolute;
		right:16px !important;
		right:9px;
		bottom:15px;
		text-decoration:none;
		font-size:30px;
		line-height:1.2em;
		display:block;
		color:#fff797;
		text-transform:uppercase;
		padding-left:31px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/button-left2.png);
	}
		header .banner a span {
			display:block;
			float:left;
			padding-right:18px;
			background-repeat:no-repeat;
			background-position:right top;
			background-image:url(../images/button-right2.png);
		}
			header .banner a span span {
				padding:2px 0 4px 8px;
				background-repeat:repeat-x;
				background-position:left top;
				background-image:url(../images/button-tail2.png);
			}

/*===== content =====*/
#content .left {
	background:url(../images/cont-left.gif) no-repeat left top;
}
#content .right {
	background:url(../images/cont-right.gif) no-repeat right top;
	padding:32px 26px 45px 65px;
}
#content .indent {
	padding-right:30px;
}
#content figure {
	position:absolute;
	right:24px;
	top:1px;
}

/*===== Sidebar =====*/
aside h2 {
	color:#fff;
}
aside a {
	color:#ffecc2;
}
aside .list li a:hover {
	color:#fff;
}

/*===== footer =====*/
footer .inside {
	padding:0 7px;
}
footer .line {
	background:url(../images/footer-line.png) repeat-x left top;
	padding:17px 51px 0 51px;
}
footer a {
	color:#7c6d5a;
}


/*----- forms -----*/

#newsletter-form label {
	color:#fff;
	display:block;
	padding:0 0 11px 5px;
	font-weight:bold;
}
#newsletter-form strong {
	display:block;
	background:url(../images/input-bg.gif) no-repeat left top;
	width:220px;
	height:21px;
	margin-bottom:10px;
}
#newsletter-form input {	
	background:none;
	border:0;
	margin:0 0 0 8px;
	vertical-align:top;
	line-height:1.2em;
	width:202px;
}
#newsletter-form a {
	color:#ffecc2;
	display:inline-block;
	cursor:pointer;
	background:url(../images/button-tail1.gif) repeat-x left top;
	text-decoration:none;
}
#newsletter-form a:hover {
	text-decoration:underline;
}
	#newsletter-form a span {
		display:block;
		background:url(../images/button-left1.gif) no-repeat left top;
	}
		#newsletter-form a span span {
			padding:2px 16px 3px 16px;
			background:url(../images/button-right1.gif) no-repeat right top;
		}

/*----------------------*/

#contacts-form .rowElem { 
	height:29px;
}
#contacts-form input {
	width:240px; 
	padding:1px 0 1px 3px; 
	background:#fff;
	color:#8e8e8e; 
	border:1px solid #a4a4a4; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:281px; 
	height:104px; 
	overflow:auto;
	background:#fff;
	color:#8e8e8e; 
	border:1px solid #a4a4a4; 
	padding:1px 0 1px 3px;
	margin-bottom:13px; 
}

/*==========================================*/

/*===== index.html =====*/
#page1 header .banner     	    {background-image:url(../images/banner-bg.png);}
#page1 header .banner a           {background-image:url(../images/button-left.png);}
#page1 header .banner a span      {background-image:url(../images/button-right.png);}
#page1 header .banner a span span {background-image:url(../images/button-tail.png);}


.slider-wrap {
	float:left;
	height:531px;
	left:0;
	min-width:991px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}    
#faded { 
	width:1920px; 
	height:531px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px;
}
	#faded ul { 
		list-style:none; 
		padding:0; 
		margin:0;
		position:relative;
		z-index:100;
	}
			#faded ul li img { 
				display:none;
			}
/*
 * Required: If fixed height, state it here
*/
a { outline:0; border:0; }

.textetitre{
	text-align:justify;
	font-style: normal;
	font-weight: bold; 
	font-size: 10pt;
	line-height: 13pt;
	text-decoration: none;
}

.textepetit{
	color: #2e2e2e;
	font-size: 8pt;
	line-height: 14px;
}

.myimage{
	width: 14px;
	height: 10px;
	margin-left: 10px;
}
	
	
