@charset "utf-8";
/* CSS Document */

/*--- page layout framework ------------*/

html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #121315 url(img/noise.jpg) 0 0 repeat;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(img/background.jpg) center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -280px 0 0 -480px;
	text-align: left;
}

div#photo {
	width: 950px;
	height: 140px;
	/*background: #000 url(images/logo_web_interface.png) 0 0 no-repeat;*/
}

object#logo {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 185px;
	height: 110px;
}

div#content {
	float: none;
	width: 960px;
	margin: 0px 10px 0 0;
}

object#navigation {
	float: right;
	display: block;
	margin: 0 0.5em 2em 0;
}

/*--- footer ------------*/

div#footer {
	margin: 1em 2.5em 0 0;
}

div#footer p {
	color: #848b94;
	font-size: 0.9em;
	width: 40%;
	margin: 0;
	padding: 0;
}

div#footer p#credit {
	float: left;
	margin: -5em 0 0 3em;
	color: #3b3e44;
}

div#footer p#copyright {
	float: right;
	text-align: right;
}

div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #b6bcc1;
}

div#footer p#credit a {
	color: #575b64;
}

div#footer a:hover {
	text-decoration: underline;
	color: #fff !important;
}

/*--- headings ------------*/

h3 {
	font-size: 1.4em;
}

/*--- intro ------------*/

div#intro {
	margin-bottom: 3em;
}

div#intro p {
	font-size: 1.15em;
	color: #949ca5;
}
div#intro p #intro_mini {
font-size:12px;
color:#BBBBBB;
font-style:oblique;

}
div#intro a:link, div#intro a:visited {
	text-decoration: none;
	color: #b0e194;
}

div#intro a:hover {
	text-decoration: underline;
	color: #79ff25;
}

div#intro:hover a:link, div#intro:hover a:visited {
	text-decoration: underline;
}

/*--- table ------------*/

div#content table {
	border-top: 1px solid #26282c;
}

div#content td {
	margin: 0;
	color: #747a83;
	border-bottom: 1px solid #26282c;
}

div#content td.title {
	width: 29em;
}

div#content td.client {
	width: 7.5em;
}

div#content td.date {
	width: 5em;
	color: #575b64;
}

div#content td.statut {
	width: 7em;
	color: #3b3e44;
}

div#content td.client, div#content td.date, div#content td.statut {
	text-align: right;
}

div#content td.date, div#content td.statut {
	font: 1em "Consolas", "Courier New", "Courier", "FreeMono", monospace;
}

div#content td.date {
	text-transform: uppercase;
}

div#content td a {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	color: #949ca5;
}

div#content tr:hover td a {
	color: #fff;
}

div#content td.title a {
	overflow: hidden;
}

div#content tr.hoverHighlighted td.title {
	background: transparent url(img/row_gradient.png) -5em 0 repeat-y;
}

div#content tr.hoverHighlighted td.client {
	background: transparent url(img/row_gradient.png) -32em 0 repeat-y;
}

div#content tr.hoverHighlighted td.date {
	background: transparent url(img/row_gradient.png) -37em 0 repeat-y;
}

div#content tr.hoverHighlighted td.statut {
	background: transparent url(img/row_gradient.png) -45em 0 repeat-y;
}

/*--- images ------------*/

object#logo img {
	width: 181px;
	height: 106px;
}