* {
    padding: 0;
    margin: 0;
} 

body {
background-image:url(IMAGES/greybg.png);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #FFF;
text-align: justify;
}

img { border: none; }
a { color: #F7F2B2;  }
a:hover { text-decoration: none; color : #FFF; }
a:visited { color : #f3ec8e; }

#wrap {
margin: 50px auto 0 auto;
width: 875px;
}

#tab {
margin: 50px auto 0 auto;
width: 1100px;
}

#header { 
padding-bottom:10px;
background:#91011e;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: 1px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 1px;
line-height: 12px;
}

#menu {
height: 30px;
line-height: 30px;
background: #590101;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #FFF;
}

#content {
background-image:url(IMAGES/greybg.png);
padding: 10px 20px;
}

#contenttable {
background: #555 url(IMAGES/content.jpg) repeat-y;
padding: 10px 20px;
text-align: center;
}

h2 {
color: #F7F2B2;
font-size: 24px;
letter-spacing: 1px;
font-weight: 100;
padding : 10px 0 5px 0;
}
h3 {
color: #FF4800;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 0 0 15px 0;
}
h4 {
color: #FFF;
font-size: 15px;
letter-spacing: -1px;
font-weight: bold;
padding : 0 0 15px 0;
}
h5 {
font-weight: bold;
font-size: 15px;
color: #FF4800;
display: inline;
letter-spacing: -0.5px;
}
h6 {
font-weight: bold;
color: #333333;
font-size: 13px;
display: inline;
}

#var {
font-weight: normal;
color: #FF4800;
font-size: 11px;
letter-spacing: -0.5px;
}

.legende {
font-size: 10px;
font-style: italic;
text-align: center;
}
.legende img { 
border: 3px solid #ccc; 
padding: 10px 10px 10px 10px
}

.embuche {
border: 3px solid #ccc;
padding: 10px 10px 10px 10px;
font-size: 10px;
color:  #FF4800;
line-height: 125%;
}

.histo {
text-align: left;
border: 3px solid #FFF;
padding: 10px 10px 10px 10px;
font-size: 15px;
color:  #F7F2B2;
line-height: 125%;
}

.script {
text-align: left;
border: 2px solid #FFF;
padding: 10px 10px 10px 10px;
font-size: 14px;
color:  #F7F2B2;
line-height: 125%;
}

.histo h6 {
color: #339933;
display: inline;
font-weight: normal;
font-size: 11px;
}
.histo h4 {
color: #FF4800;
display: inline;
font-weight: normal;
font-size: 11px;
}
.histo a { text-decoration: none; }

.html {
color: #660000;
}

.left {
width: 568px;
float: left;
text-align: justify;
padding: 0 15px	0 3px;
border-right: 1px solid #bbb;
}
.left ul {
list-style-type: none;
padding: 0px 10px 0px 10px;
margin: 0 0 -3px 0;
}
.left li {
list-style-type: square;
margin: 6px 0 3px 20px;
line-height: 120%;
}

.separateur {
margin: 0 0 -4px 0;
color: #333333;
}

.unique {
width: 700px;
margin: 0 auto;
}
.unique h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding: 10px 0 15px 0;
text-align: justify ;
}
.unique h3 {
color: #333333;
font-size: 15px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
display: inline;
}
.unique h4 {
color: #333333;
font-size: 13px;
letter-spacing: -1px;
font-weight: normal;
padding : 5px 0 5px 0;
}

table {
border: 3px solid black;
border-collapse: collapse;
width: 100%;
}

th {
background-color: #FE7F0E;
border: 3px solid black;
color: white;
padding: 3px;
}

td {
border: 1px solid black;
border-right: 3px solid black;
border-left: 3px solid black;
padding: 3px;
word-break: break-all;
}

.right {
width: 150px;
float: right;
padding: 10px;
font-size: 12px;
}
.right ul {
list-style-type: none;
}
.right a { text-decoration: none }

#top {
background: #590101;
padding: 5px 0;
}

#bottom {
background: #555 url(IMAGES/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 8px;
padding: 0 0 10px 0;
}

#menudroite {
width: 150px;
position: fixed;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(IMAGES/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(IMAGES/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(IMAGES/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(IMAGES/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}