/* CSS Document */

body {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #000 url(fond-body.gif) no-repeat left top;
	margin: 0;
}

#contenu {
	margin: 1em 5em;
	max-width: 1150px;
}

#bas {
	background: #000 url(bombs.png) no-repeat right bottom;
	text-align: center;
	font-size: small;
	height: 330px;
}

a.lk {
	color: #8e7e5a;
	background-color: #000;
	text-decoration: none;	
	padding: 2px;
}
a:hover.lk  {
	color: #000;
	background-color: #fff;
	text-decoration:none;	
}

.minimg {
	border: 1px solid #8e7e5a;
	text-decoration: none;
	margin: 0.1em;
}
p {
	margin: 0.6em 0;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}

h2 {font-size: 1.6em; padding: 0.2em 0.4em; margin: 2em 0 1em 0; border-bottom: 2px solid #8e7e5a;}

.title {font-size: 1.2em; font-weight: bold; color: #fff; background: #000; margin: 0.3em; padding: 0.3em; border-left: 10px solid #8e7e5a;}

.small {
	color: #8e7e5a;
	font-size: small;
	font-style: italic;
}

#player {
	float: right;
	margin-left: 1em;
}

#dlist li {
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px dashed #666;
}

/* nav top */
#nav {
	margin: 1.6em 0 0.6em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#nav li {
	display: inline;
	margin-right: 0.6em;
	color: #fff;
	background: #000;
}
#nav li a {
	padding: 0.2em 0.8em;
	background: #000;
	color: #fff;
	border: 1px solid #8e7e5a;
	font: 1.2em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #fff;
	color: #000;
	text-decoration: underline;
}

/* sites collectif */

ul#collectif {
	background:transparent url(bg_nav.png) no-repeat;
	position:absolute;
	right:1.6em;
	top:30;
	width:451px;
	height:59px;
	margin:0;
	padding:8px 0 0 15px;
	list-style-type:none;
	overflow:hidden;
}

ul#collectif li {
display:inline;
margin:0; padding:0;
}

ul#collectif li a {
	float:left;
	width:100px;
	text-indent:-9000px;
	text-decoration:none;
	margin:0 2px 0 0;
	padding:59px 0 0 0;
	overflow:hidden;
	height:0px !important; 
	height /**/:59px; /* IE5/Win */
	background:transparent url(collectif-tlwd.png) no-repeat;
}

ul#collectif li#tlwd a 			{ background-position: 0 0; }
ul#collectif li#tlwd a:hover		{ background-position: 0 -59px; }

ul#collectif li#subso a 			{ background-position: -100px 0; }
ul#collectif li#subso a:hover		{ background-position: -100px -59px; }

ul#collectif li#st a 			{ background-position: -200px 0; }
ul#collectif li#st a:hover	{ background-position: -200px -59px; }

ul#collectif li#subw a 			{ background-position: -300px 0; }
ul#collectif li#subw a:hover		{ background-position: -300px -59px; }

/* divers */
.bloc {
	background: #222;
	margin: 0.8em 3.4em;	
	padding: 0.4em;
	border-left: 2px solid #8e7e5a;
}
.bloc:hover {
	background: #444;
	color: #fff;
	border-left: 2px solid #fff;
}	
.big {
	padding: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
}
.form p {
width: 350px;
clear: left;
margin: 0 0 0 3em;
padding: 5px 0 8px 0;
padding-left: 205px;
height: 1%;
}
.form label {
font-weight:bold;
float: left;
margin-left: -205px;
width: 200px;
}
.form textarea {
width: 250px;
height: 150px;
}
.submit {
font-size: 0.9em;
cursor: pointer;
font-weight: bold;
}
