/*** Colors ***/
.orange {
	color: #e9481e;
}
.red {
	color: #ff1818;
}
.grey {
	color: #737f7d;
}
.white {
	color: #fff;
}

/*** Global ***/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #001814;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #5c5c5c;
}
a {
	text-decoration: none;
	outline: none;
}

input {
	font-size: 12px;
	color: #5b5b5b;
}

.left {
	float: left;
}
.right {
	float: right;
}
.underline {
	text-decoration: underline;
}


/*** Main ***/
#main {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/main-back.gif) repeat-y 100px 200px;
}
* html #main {
	height: 100%;
}


/*** Header ***/
#header {
	position: relative;
	display: block;
	width: 980px;
	height: 149px;
	margin: 0 auto;
	background: #001814 url(../images/header-back.jpg) no-repeat 0 0;
}
	#header h1 {
		margin: 0;
		font-size: 0px;
		text-indent: -10000px;
	}
	#header h1 a {
		position: absolute;
		top: 50px;
		left: 110px;
		display: block;
		width: 170px;
		height: 70px;
		background: url(../images/ekko-titre.jpg) no-repeat 0 0;
	}

	#header a.extranet {
		position: absolute;
		top: 3px;
		right: 100px;
		display: block;
		width: 145px;
		height: 37px;
		background: url(../images/btn-extranet.jpg) no-repeat 0 0;
		line-height: 33px;
		text-align: center;
		font-size: 13px;
		color: #e9481e;
	}
	#header a.extranet:hover {
		color: #fff;
	}
	#header a.extranet-over {
		position: absolute;
		top: 3px;
		right: 100px;
		display: block;
		width: 145px;
		height: 37px;
		background: url(../images/btn-extranet.jpg) no-repeat 0 -37px;
		line-height: 33px;
		text-align: center;
		font-size: 13px;
		color: #e9481e;
	}
	#header a.extranet-over:hover {
		color: #fff;
	}
	#header p.identification {
		position: absolute;
		top: 15px;
		right: 270px;
		margin: 0;
		padding: 0;
		text-align: right;
		line-height: 12px;
		font-size: 12px;
		color: #e9481e;
	}

	#header #menu {
		position: absolute;
		top: 58px;
		right: 100px;
		margin: 0;
		padding: 0 0 1px 0;
		list-style-type: none;
		border-bottom: 6px solid #e9481e;
	}
		#header #menu li {
			float: left;
			margin: 0 1px 0 0;
		}
			#header #menu li a {
				display: block;
				padding: 4px 11px 7px 12px;
				font-size: 13px;
				text-align: center;
				color: #fff;
			}
			#header #menu li a:hover,
			#header #menu li a.selected {
				background-color: #e9481e;
			}


/*** Page ***/
#page {
	width: 980px;
	margin: 0;
	padding: 0 0 135px;
	background-color: #fff;
	background: url(../images/page-back.jpg) no-repeat 0 0;
}


/*** Content ***/
#content {
	overflow: visible;
	position: relative;
	width: 761px;
	margin: 0 99px 0 100px;
	padding: 30px 10px;
	background-color: #fff;
}
	#content #new {
		display: block;
		width: 80px;
		height: 72px;
		position: absolute;
		top: -4px;
		left: 706px;
		border: none;
		background: url(../images/new.jpg) no-repeat 0 0;
		line-height: 1px;
		font-size: 1px;
	}

	#content h1 {
		margin: 0;
		padding: 10px 0 2px 20px;
		text-transform: uppercase;
		font-size: 24px;
		font-weight: normal;
		color: #e9481e;
	}

	#content p {
		width: 465px;
		margin: 0;
		padding: 20px;
		text-align: left;
	}

	#content #col-right {
		clear: both;
		float: right;
		width: 220px;
		padding: 20px 10px 0 0;
	}
		#content #col-right #nos-refs {
			margin: 0 0 100px;
			padding: 15px;
			background: url(../images/nosrefs-back.gif) repeat-x 0 0;
		}
			#content #col-right #nos-refs dt {
				padding: 5px 0;
				text-transform: uppercase;
				font-size: 12px;
				color: #e9481e;
			}
			#content #col-right #nos-refs dd {
				margin: 0 0 1px;
				padding: 0 0 0 7px;
				background: url(../images/arrow-small.gif) no-repeat 0 6px;
				line-height: 16px;
			}
				#content #col-right #nos-refs dd a {
					display: block;
					width: 100%;
					padding-left: 3px;
					color: #6f6f6f;
				}
				#content #col-right #nos-refs dd a:hover {
					background-color: #e9481e;
					color: #fff;
				}

		#content #col-right .contact {
			margin: 0;
			color: #000;
		}
			#content #col-right .contact h1 {
				padding-left: 14px
			}
			#content #col-right .contact p {
				width: auto;
				padding-left: 15px;
				line-height: 16px;
				font-size: 11px;
			}
				#content #col-right .contact p .titre {
					font-size: 12px;
				}
				#content #col-right .contact a {
					color: #e9481e;
				}
				#content #col-right .contact a:hover {
					text-decoration: underline;
				}

	#content #nav {
		width: 740px;
		padding: 0 0 10px 20px;
		background: url(../images/nav-line.gif) no-repeat center bottom;
		font-size: 11px;
		color: #5d5b5c;
		display : block;
	overflow:hidden;
	}
		#content #nav a {
			text-decoration: none;
			color: #5d5b5c;
		}
		#content #nav a:hover {
			text-decoration: underline;
		}


/*** Footer ***/
#footer {
	clear: both;
	position: relative;
	display: block;
	width: 980px;
	height: 120px;
	margin: -135px auto 0;
	padding: 0;
	color: #b7b7b7;
}
	#footer .content {
		display: block;
		width: 741px;
		height: 120px;
		margin: 0 119px 0 120px;
		padding: 15px 0 0;
		border-top: 4px solid #dcdcdc;
	}
	#footer ul.menu {
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style-type: none;
		border: 1px solid #fff;
	}
	#footer ul.menu li {
		float: left;
		margin: 0;
		padding: 0;
	}
		#footer ul.menu li a {
			margin: 0;
			padding: 0 15px 0 0;
			color: #b7b7b7;
		}
		#footer .content ul.menu li a:hover {
			text-decoration: underline;
		}

	#footer ul.copyright {
		clear: both;
		overflow: hidden;
		margin: 0;
		padding: 5px 0;
		list-style-type: none;
		border: none;
	}
		#footer ul.copyright li {
			float: left;
			margin: 0;
			padding: 0 15px 0 0;
		}
			#footer ul.copyright li a {
				margin: 0;
				padding: 0;
				color: #e9481e;
			}
			#footer ul.copyright li a:hover {
				text-decoration: underline;
			}
	#footer p.tags {
		padding: 15px 0 0;
		text-align: center;
	}
		#footer p.tags a {
			color: #b7b7b7;
		}
		#footer p.tags a:hover {
			text-decoration: underline;
		}


