body { 
	margin: 0px;
	background: #000;
	font-size: 14px;
	font-family: verdana;
	color: #fff;
	min-width: 1000px;
	background-image: url('images/background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-size:14px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	font-family: verdana;
}

a {
	text-decoration:underline;
	color: #efefef;
}

a:visited {
	text-decoration: none;
	color: #efefef;
}

a:hover {
	text-decoration: none;
	color: #999;
}

.bold { 
	font-weight: bold;
}

#formulaire input[type=text], #formulaire select, #formulaire textarea {
	border: 1px solid #efefef;
	background: none;
	width: 98%;
	color: #fff;
}

input[type=text],textarea {
	width: 95%;
}

#conteneur,#contenu { 
	position: relative; 
	margin: 0px;
}

#conteneur { 
	width: 100%; 
	height:100%; 
	margin: 0px;
}

#contenu { 
	z-index:1; 
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#fond { 
	position: absolute; 
	width: 100%;
	height: 100%;
	margin: 0px;
	-moz-user-select: none; 
}

#table {
	padding-top: 10px;
	padding-bottom: 10px;
}

#barre {
	background-image: url('images/barre.png');
	background-repeat: repeat-y;
	width: 30px;
}

#liens {
	text-transform: uppercase;
}

#liens ul {
	padding: 0px 0px 0px 0px;
}

#liens ul li {
	list-style: none;
	margin: 15px 0px;
}

#liens ul li a {
	margin: 15px 0px;
	padding-right: 20px; 
}

#liens ul li a:link {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

#liens ul li a:visited {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}


#liens ul li a:active {
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #666;
	text-decoration: none;
}

#liens ul li a:hover, .current {
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #999;
	text-decoration: none;
}

#gauche {
	position: relative;
	width: 360px;
}


#text_gauche {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#DIV_MOVE {
  position : absolute;
  z-index : 12;
  left: 0px;
  top: 0px;
}

#footer {
	position: relative;
	line-height: 1.5em;
	font-size: 1em;
	width: 100%;
	height: 76px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.info {
	position: absolute;
	bottom: 15px;
	width: 100%;
	background-image: url('images/60.png');
	left: 0px;
}

.vignette {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.vignette img{
	margin: 5px 0px;
}

.valign_footer {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
}

.smallText {
	font-size: 12px;
}

/* FCKEDITOR LISTING */
/* START : */

h1.h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h2.h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

h3.h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

p.gradient_1 
{
	color: #cfcfcf;
}

p.gradient_2 
{
	color: #afafaf;
}

p.gradient_3 
{
	color: #8f8f8f;
}

span.gradient_1
{
	color: #cfcfcf;
}

span.gradient_2 
{
	color: #afafaf;
}

span.gradient_3 
{
	color: #8f8f8f;
}