﻿/* ---------  Mise en forme générale --------- */

body
{
	background-color: #000000;
	background-image:url('images/arriereplan.jpg');
	background-repeat: no-repeat;
	background-repeat: repeat-y;
    background-position: top center; /* On interdit la reproduction de l'image de fond */
    margin:auto; /* Pas de marge */
   	font-size: 11pt;
	font-weight: 500;
	font-family: futurist;
	color: black;
	table-layout: auto;
}

.header table
{
	width: 100%;
}


#lien_index
{
	font-size:   13pt;
	font-weight: 500;
	color: black;
	text-decoration: none;
}



.image_header
{
	margin-top: 20px;
	margin-bottom: 50px;
}

.texte, .texte table
{
	font-family: Futurist;
	margin-top: 2px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.bloc1
{
	float: left;
	width: 100px;
	z-index:10;
}

.bloc2
{
	float: left;
	margin-left: 50px;
	z-index:10;
}

.floatstopper
{
	clear: both;
}

.image_left
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index:10;
}

.image_right
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	z-index:10;
}

h1
{
	font-size:   51pt;
	font-family: futurist ;
}

h2
{
	font-size:   16pt;
	font-family: futurist;
}


h3
{
	font-size:   12pt;
	font-family:futurist;
	margin-top: 30px;
	margin-bottom: 30px;
}

h4
{
	font-size:  24pt;
	font-family: futurist;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px
}

a, a:hover
{
	color: #EFECDE;
}

p
{
	font-size: 10pt;
}

/* ------  Mise en forme Page d'accueil ------ */

.index
{
	text-align: center;
	background-position: 50% 50%;
	background-image:url('images/arriereplan.jpg');
	background-repeat:no-repeat; /* On interdit la reproduction de l'image de fond */
	background-color: #000000;
	border-style:none;
}

.index table
{
	background-color: #000000;
	font-family: Futurist;
	font-size:   13pt;
	font-weight: 500 ;
	text-align: center;
}

.index a, .index a:hover
{
	text-decoration: none;
	color: #999999;
}

#copyright
{
	font-size:   8pt;
	font-weight: 500;
	color: #555555;
}

#layer1_index
{ 
	position: relative; 
	left: 6px; 
	top: 6px;
}

#layer2_index
{ 
	position: relative; 
	background: #343536;
	width: 1000px;
}	

#layer3_index
{ 
	position: relative;
	background: #000000;
	left: 1px; 
	top:-3px;
	word-spacing:normal
}

/* ------  Autres pages ------ */

#signature-jolafo
{
	margin-right: 0px;
}

#content
{
	text-align: justify;
	padding-top: 15px;
	padding-left: 15px;
	padding-right:95px;
	padding-bottom: 15px;
}

#image_liens
{
	margin-left: 80px;
}




