/*General styles*/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", sans-serif;
	color: #cccccc;
	font-size: 1em;
	text-align: center;
}
h2, h3, h4, p, td {
	font-family: "Arial Unicode MS", "Lucida Sans", sans-serif;
}
h1 {
	font-family: "courier";
	margin: 0 10px 10px 0px;
	font-size: 1.5em;
	color: #ff3399;
}
h2{
	margin: 0 10px 10px 0px;
	font-size: 1.3em;
}
h3{
	margin: 0 10px 10px 0px;
	font-size: 1.2em;
	color: #464646;
}
h4{
	margin: 0 10px 10px 0px;
	font-size: 1.1em;
}
p{
	margin: 0 10px 10px 10px;
	font-size: 0.8em;
	text-align: justify;
}
a
{
color: #666666;
text-decoration: none;
}
a:hover
{
color: #cccccc;
text-decoration: none;
}
td {
    vertical-align: top;
    padding: 5px 0px 5px 0;
}
table{
	border-spacing: 0.8em;
}
#demo td{
	border:1px solid #868686;
	padding:10px;
}
/* cadre global */

div#global{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #151515;
	}
	
/* header*/
div#header{
border-bottom:1px solid #474646;
height:70px;
margin-bottom:20px;
position:relative;
width:1000px;}
ul#menu {
	position: absolute;
    right: 0;
    top: 5px;
}
ul#menu li {
    display: inline;
    padding-left: 10px;
}
/* corps de page  */
#content {
	margin-top: 0px;
	}
#myGallery {
margin-top: 150 px;
margin-left:120px;
}
div#content_thumbs {
    position: relative;
	left: 50px;
}

