* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS,sans-serif;
} /*nettoyage des paramètres par défaut du navigateur*/

html {
	height: 100%;
	overflow: hidden;
} /*pour Internet Explorer*/

body {
	font-size: 13px;
	overflow: hidden;
	color: #767676;
	text-decoration: none;
	background-color: #000000;
	background-position: bottom left;
	background-repeat: no-repeat;
} /*corps de texte et position du fond d'écran*/

p {
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.1em;
	width: 96%;
} /*paragraphe*/

a {
	color: #767676;
	font-size: 1.3em;
} /*lien principal*/

a:hover {
	color: #E6E6E6;
} /*lien principal - survolé*/

a.externe {
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	color: #A6A6A6;
	z-index: 7;
} /*lien externe*/

a.externe:hover {
	text-decoration: underline;
	background: transparent;
	color: #D6D6D6;
	z-index: 8;
} /*lien externe - survolé*/

img#logo {
	position: absolute;
	left: 30px;
	bottom: 35px;
	z-index: 16;
} /*position du logo Séquences*/


	/*index et à propos*/

div#index_images {
	position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
	z-index: 2;
} /*position de l'animation Flash*/

div#index_images_flash {
	position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 187px;
	z-index: 2;
} /*position de l'animation Flash*/

div#index_liens {
	position: absolute;
	color: #D6D6D6;
	right: 0px;
	left: 486px;
	text-align: center;
	bottom: 155px;
	font-size: 1.2em;
	z-index: 10;
} /*position du texte*/

div#index_liens_flash {
	position: absolute;
	color: #D6D6D6;
	right: 0px;
	left: 486px;
	text-align: center;
	bottom: 300px;
	font-size: 1.2em;
	z-index: 10;
} /*position du texte*/

table#index_agence {
	color: #D6D6D6;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	letter-spacing: 2px;
} /*position des informpations de Séquences*/

div#index_news {
	position: absolute;
	overflow: auto;
	right: 30px;
	left: 546px;
	border-left: 1px solid #A6A6A6;
	padding-left: 20px;
	text-align: left;
	top: 30px;
	bottom: 45px;
	z-index: 10;
} /*position du texte*/

div#index_langues {
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-align: center;
	z-index: 15;
	font-size: 0.9em; 
} /*position du choix des langues*/

ul li {
	position: relative;
	list-style: none;
	background: #000000;
}

ul ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
	border: 1px solid #A6A6A6;
} /*liste des langues - boite globale*/

li a {
	text-decoration: none;
	display: block;
	width: 120px;
} /*liste des langues - lien*/

ul.niveau1 li.sousmenu:hover ul.niveau2,
ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display: block;
	text-decoration: none;
}

div#apropos_texte {
	position: absolute;
	overflow: auto;
	left: 200px;
	right: 10px;
	bottom: 35px;
	color: #D6D6D6;
	z-index: 3;
} /*position du texte principal*/




div#accueil_bande_actus_flash {
	position: absolute;
	font-size: 1.4em;
	color: #A6A6A6;
	left: 0px;
	right: 0px;
	bottom: 185px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: 2px solid #363636;
	z-index: 6;
} /*position du bloc bas - texte /// border-top: 2px solid #363636;*/

div#accueil_bande_images_flash {
	position: absolute;
	overflow: auto;
	background: transparent;
	left: 10px;
	right: 10px;
	height: 165px;
	bottom: 10px;
	z-index: 7;
} /*position du bloc bas - images*/


a.interne {
	color: #767676;
	text-decoration: none;
} /*lien interne général*/

a.interne:hover {
	color: #E6E6E6;
} /*lien interne général - survolé*/

table.standard {
	text-align: left;
	margin: 13px 10px 10px 0px;
	width: 97%;
} /*tableau général*/

a.projets_illustration {
	float: left;
	text-decoration: none;
	margin-right: 10px;
	z-index: 9;
} /*image des derniers projets - lien*/

a.projets_illustration span {
	display: none;
} /*image des derniers projets - commentaire caché*/

a.projets_illustration:hover span {
	display: block;
	padding: 11px 9px 5px 9px;
	background-image: url(background.png);
	background-repeat: repeat;
	position: relative;
	text-align: left;
	top: -146px;
	left: 0px;
	width: 202px;
	height: 130px;
	font-size: 0.8em;
	color: #D6D6D6;
	z-index: 19;
} /*image des derniers projets - commentaire survolé*/