﻿/* GENERAL */
body {
	background: black;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	outline-style: none;
}
p {
	color: white;
	padding: 0;
	margin: 10px 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.text01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: silver;
	text-align: justify;
}
.text01g{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: silver;
	text-align: left;
}
.text01black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
}
.text01hist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.text02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: silver;
	text-align: justify;
}
.text02b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: silver;
	font-weight: bold;
}
.text03{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: silver;
}
.text03black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
.text04ref{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: white;
	text-align: center;
}
.text05hist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF9900;
	text-align: left;
	letter-spacing: 5px;
	font-weight: bold;
}
/* SITE */
#container {
	margin: auto;
	width: 900px;
	background: black;
}
#header {
	height: 88px;
	width: 900px;
	float: left;
	background: black;
}
#espace_v {
	height: 5px;
	width: 900px;
	float:left;
	background: black;
}
#contenu {
	width: 900px;
	float:left;
	background: black;
}
/* DOCK */
/* ---- TOP */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	border: none;
	outline-style: none;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
/* ---- BOTTOM */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	border: none;
	outline-style: none;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: black;
	padding-left: 20px;
	outline-style: none;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: white; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	outline-style: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
	outline-style: none;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
	outline-style: none;
}
/* ALBUM */
pre {
	text-align: -99999;
	overflow: hidden;
}
code {
	background-color: black;
}
pre code {
	background-color: black;
}
.pics {
	height: 332px;
	width: 532px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.pics img {
	height: 300px;
	width: 500px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	top:0;
	left:0;
}
.pics img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.picswc1 {
	height: 207px;
	width: 375px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.picswc1 img {
	height: 205px;
	width: 373px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #eee;
	top:0;
	left:0;
}
.picswc2 {
	height: 302px;
	width: 402px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.picswc2 img {
	height: 300px;
	width: 400px;
	padding: 0px;
	border: 1px solid #000;
	background-color: #000;
	top:0;
	left:0;
}
/* END */