/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---- font face ---- */

@font-face {
    font-family: Linowrite;
    src: url('fonts/linowrite.ttf');
}

@font-face {
	font-family: Gnou;
	src: url('fonts/gnou.ttf');
}

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

body {
	padding: 45px;
	min-width: 1080px;
	background: url('img/bg.jpg') repeat;
}

div#entete {
	width: 240px;
	height: 194px;
	display: block;
	position: fixed;
	background: url('img/header-bg-2.png') no-repeat;
}

#entete h1 {
	background-color: #2E2E2F;
	color: #eee;
	font-family: Linowrite, "Courier New";
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 50px;
	line-height: 25px;
	padding-left: 12px;
	margin-bottom: 12px;
	width: 200px;
	opacity: 0.8;
	margin-left: 1px;
	margin-top: 1px;
}

#entete h2, #entete p {
	background-color: #3E3E3F;
	color: #eee;
	font-family: Linowrite, "Courier New";
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	text-indent: 12px;
	width: 201px;
	margin-left: 33px;
	margin-bottom: 8px;
	opacity: 0.7;
}

#entete .active {
	opacity: 1;
	background-color: black;
}

#entete h6 {
	background-color: #2E2E2F;
	color: #eee;
	font-family: Linowrite, "Courier New";
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 15px;
	line-height: 15px;
	text-indent: 12px;
	width: 201px;
	margin-top: 32px;
	opacity: 0.7;
	margin-left: 1px;
}

div#mainCorps {
	width: 800px;
	margin-left: 290px;
}

#entete a {
	color: #eee;
}

#entete a:hover {
	border-bottom: 1px dotted #eee;
}

#mainCorps li {
	float: left;
	width: 240px;
	margin-right: 25px;
	margin-bottom: 35px;
	height: 355px;
	
	background: url(img/ollibg.png) no-repeat;
}

#mainCorps ol {
	height: 265px;
	width: 224px;
	margin-left: 8px;
}

#mainCorps ol li {
	background: none;
	height: 60px;
	width: 220px;
	margin: 0;
	margin-bottom: 5px;
}

#mainCorps ol li img {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin: 3px;
}

#mainCorps ol li p {
	float: left;
	margin: 3px;
	width: 170px;
	
	font-family: Lucida, Helvetica, Arial, sans-serif;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 11px;
}

#mainCorps ol li p a {
	color: #143781;
}

#mainCorps ol li p a:hover {
	color: #5477c1;
}

#mainCorps p.displayAll {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	
	width: 218px;
	margin-left: 8px;
	font-family: Lucida, Helvetica, Arial, sans-serif;
}

#mainCorps .displayAll a {
	color: #222;
	border-bottom: 1px dotted #222;
} #mainCorps .displayAll a:hover { border-style: solid; }

#mainCorps h3 a {
	font-family: Gnou, Tahoma, Arial;
	font-size: 17px;
	color: #222;
}

#mainCorps h3 a:hover {
	color: #225;
}

#mainCorps h3 {
	margin-bottom: 15px;
	margin-top: 8px;
	height: 41px;
	width: 200px;
	margin-left: 8px;
	padding-left: 15px;
}

#catalogFiles {
	font-size: 14px;
	font-family: Tahoma, Arial;
}

#catalogFiles th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #222;
	border-bottom: 4px solid #222;
	min-width: 100px;
	height: 25px;
	background-color: #6f6a6a;
	color: #efefef;
	cursor: pointer;
}

#catalogFiles th.emptyTH {
	border: none;
	border-bottom: 4px solid #222;
	background: none;
	color: black;
}

#catalogFiles td.ch {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #222;
	height: 25px;
	vertical-align: top;
	
}

#catalogFiles td.ch a {
	color: #222;
	margin-top: 1px;
	font-weight: normal;
}

#catalogFiles td.ch a:hover {
	text-decoration: underline;
}

#catalogFiles td {
	padding: 5px;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	text-align: center;
}

#catalogFiles td img {
	width: 24px;
	height: 24px;
}

#catalogFiles tr.mod_1 td {
	background-color: #ededd7;
}

#catalogFiles tr.mod_0 td {
	background-color: #c5cddb;
}

#catalogFiles td.mod_3 {
	background-color: #79a7aa;
}

#catalogFiles td.mod_2 {
	background-color: #abcdef;
}









