* {
	margin			: 0;
	padding			: 0;
}

a img {
	border			: 0;
}

html {
	background		: #000 url(fond.jpg) no-repeat center center;
	height			: 100%;
}

body {
	height			: 100%;
	font			: 12px "Trebuchet MS", sans-serif;
}

#all {
	background		: #070E06;
	border			: 1px solid #ccc;
	height			: 360px;
	left			: 50%;
	margin			: -180px 0 0 -370px;
	position		: absolute;
	overflow		: hidden;
	top				: 50%;
	width			: 740px;
}

h1 {
	height			: 70px;
	left			: 50%;
	margin			: -250px 0 0 -370px;
	position		: absolute;
	top				: 50%;
	width			: 200px;
}

h1 img {
	width			: 200px;
	height			: 70px;
}

h2 {
	border-bottom	: 1px solid #9c9;
}

#menu {
	background		: #212121 url(fonda.png) repeat-x top left;
	border-bottom	: 1px solid #fff;
	color			: #9c9;
	height			: 50px;
	margin			: 0;
	padding			: 0;
}

#menu ul {
	margin			: 0;
	padding			: 0;
}

#menu li {
	list-style-type	: none;
}

#menu a:hover {
	color			: #ccc;
}

#menu a:visited {
	color			: #363;
}

#menu li ul {
	background		: #111111;
	border			: 1px solid #fff;
	border-top		: 0;
	display			: block;
	text-align		: left;
	font-weight		: bold;
	padding			: 3px 10px;
	position		: absolute;
	z-index			: 500;
}

#menu li ul li {
	margin			: 3px 5px;
}

#menu li ul li ul {
	border			: 0;
	display			: block;
	font-weight		: normal;
	position		: static;
}

.lvl1, .lvla {
	display			: block;
	float			: left;
	text-align		: center;
	padding			: 15px 21px;
}

.lvl1 span {
	display			: block;
	padding-bottom	: 5px;
}

#menu a {
	color			: #9c9;
	font-weight		: normal;
}


#main {
	background		: #070E06;
	clear			: both;
	color			: #cfc;
}

#image {
	float			: left;
	width			: 300px;
	text-align		: center;
}

#galerie_aff {
	border-right	: 1px solid #ccc;
}

#content {
	height			: 275px;
	overflow		: auto;
	padding			: 10px;
	width			: 410px;
}

#content p {
	margin			: 10px 5px;
	text-align		: justify;
	text-indent		: 15px;
}

#content .desc {
	border-bottom	: 1px solid #9c9;
	color			: #696;
	display			: block;
	padding			: 10px 5px;
	text-align		: justify;
	text-indent		: 0;
}

.liste-telechargements li {
	list-style-type	: none;
	padding-left	: 10px;
}

.liste-telechargements a {
	color			: #fff;
}

.liste-telechargements a:hover {
	color			: #999;
}

.liste-telechargements a:visited {
	color			: #ccc;
}

#galerie_images {
	margin-top		: 10px;
}


#galerie_images  img{
	height			: 60px;
	margin			: 5px;
	filter			: alpha(opacity=30);
	-moz-opacity	: .30;
	opacity			: .30;
	border			: 1px solid #fff;
}

#galerie_images  img:hover{
	filter			: alpha(opacity=100);
	-moz-opacity	: 1.0;
	opacity			: 1.0;
	border			: 1px solid #333;
}

#content form p {
	text-indent		: 1px;
}

/*  HCARD CONTACT */
.vcard {
	text-align		: left;
	margin			: 20px 40px;
}

.tel {
	margin			: 5px 0;
	padding			: 3px 0;
	border			: 1px solid #333;
	border-width	: 1px 0;
	display			: block;
}


label {
	text-align		: left;
	display			: block;
	font-weight		: bold;
}


#footer {
	color			: #fff;
	left			: 50%;
	margin			: 180px 0 0 -370px;
	position		: absolute;
	text-align		: right;
	top				: 50%;
	width			: 740px;
	z-index			: 500;
}

#footer a {
	color			: #fff;
}

#footer a:hover {
	color			: #999;
	text-decoration	: none;
}