* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:940px;
}
body { 
	background:url(../images/main-bg.jpg) center top; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.375em;
	color:#4d4d4d;
}


img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.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;
	background:url(../images/bg-contenu.gif) repeat-y;
}

.wrapper#nobg {background:none !important;}

.container { 
	width:100%;
}


/*==== GLOBAL =====*/
#main {
	width:940px; 
	margin:0 auto;
	font-size:.9375em;
}

#header {
	/*height:652px;*/
}
#content {
	padding:45px 0 70px 0;
}
#footer {
	height:167px;
}

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


/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x;
}
.tail-bottom { 
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}


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

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


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

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:22px;
}

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

h2 {
	font-size:36px;
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:25px;
}
h3 {
	font-size:17px;
	color:#fff;
	margin-bottom:22px;
}
	

.button { 

	float:left;
	background:#90C739;
	color:#fff;
	font-size:14px;
	padding:8px 19px;
	text-decoration:none;
}

.button:hover {
	background:#fff;
	color:#161616;
}



/*==================boxes====================*/
.box {
	background:#161616;
	width:100%;
}
	.box .inner { 
		padding:36px 32px 56px 28px;
	}

div.clear {clear:both; height:1px; overflow:hidden;}

/*===== header =====*/
#header .fleft {
		padding:12px 0 0 0;
	}
	#header .top-links {
		float:right;
		padding:12px 0 0 0;
	}
		#header .top-links li {
			display:inline;
			color:#555;
		}
			#header .top-links li a {	
				color:#555;
				text-decoration:none;
				padding:0 4px 0 1px;
			}
			#header .top-links li a:hover {
				color:#fff;
			}
#header .row-2 {
	height:133px;
	padding-top:50px;
}
	#header h1 {
		float:left;
		font-size:67px;
		line-height:1em;
		color:#fff;
		padding:22px 0 0 0;
	}
		#header h1 a {
			color:#fff;
			text-decoration:none;
		}
			#header h1 span {
				font-size:16px;
				text-transform:uppercase;
				display:block;
				line-height:1.2em;
				margin-top:-7px;
			}
	
	#header .nav {
		float:right;
		background:#161616;
		padding:24px 12px 0 12px;
		margin-top:33px;
	}
		#header .nav li {
			float:left;
			padding:0 3px;
		}
			#header .nav li a {
				float:left;
				font-size:18px;
				line-height:1.2em;
				color:#fff;
				text-decoration:none;
				font-weight:bold;
				padding-bottom:18px;
				border-bottom:7px solid #161616; 
				
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#90C739;
				border-bottom:7px solid #90C739;
			}

	
/*===== content =====*/
#content {
	
}
	.list1 li {
		background:url(../images/bull1.gif) left 8px no-repeat;
		padding:0 0 9px 19px;
	}
	ol li {
		list-style-position:inside;
		list-style-type:decimal;
		color:#fff;
		padding-bottom:22px;
	}
	ol li:first-line {
		color:#fff;
	}
		ol li span {
			color:#4d4d4d;
		}
	
/*===== footer =====*/
#footer {
	color:#fff;
	font-size:13px;
}

#footer p {padding-top:20px;}


/* gallerie jquery */
#gallery {padding:10px; overflow:hidden;}
#gallery h1 {clear:both; color:#fff; margin-bottom:20px;}
#gallery ul {clear:both; list-style:none; margin-bottom:50px; overflow:hidden; width:900px;}
#gallery ul li {float:left; /*display:inline;*/ margin:5px 5px 10px 0;}
#gallery ul img {border:5px solid #3e3e3e; border-width:5px 5px 20px;}
#gallery ul a:hover img {border:5px solid #90C739; border-width:5px 5px 20px; color:#fff;}
#gallery ul a:hover {color:#fff;}



