* {
	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*/

h1 {
	text-decoration: none;
	text-align: left;
	font-size: 1.5em;
	color: #A6A6A6;
} /*titres généraux de la page*/

button.bouton_titre {
	background-color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	font-size: 1.25em;
	color: #A6A6A6;
	margin-top: 7px;
	margin-bottom: 4px;
}

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*/

div#apropos_texte {
	position: absolute;
	overflow: auto;
	left: 200px;
	right: 10px;
	bottom: 35px;
	color: #D6D6D6;
	z-index: 3;
} /*position du texte principal*/


	/*menu de navigation commun*/

.menu a {
	margin-left: -2px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 1.4em;
	padding-bottom: 1px;
	padding-top: 1px;
} /*menu - lien*/

a#actuel {
	color: #E6E6E6;
} /*menu - age active*/

.menu a span {
	display: none;
} /*menu - commentaire*/

.menu a:hover span {
	display: block;
	position: absolute;
	font-size: 0.7em;
	font-weight: normal;
	top: 44px;
	right: 0px;
	left: 0px;
} /*menu - commentaire survolé*/

dl.dl1 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
	border-top: 2px solid #363636;
	border-bottom: 2px solid #363636;
	z-index: 6;
} /*menu - conteneur*/

dt {
	float: left;
} /*menu - élément*/

dd {
	position: abs;
	top: 100px;
	left: 0px;
	z-index: 8;
} /*menu déroulant des formations - conteneur*/

li {
	list-style-type: none;
	font-size: 1em;
} /*menu déroulant des formations - élément de liste*/

.menu_normal {
	color: #A6A6A6;
	border-right: 2px solid #363636;
	border-left: 2px solid #363636;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
} /*menu - habillage général*/

.menu_projet {
	color: #A6A6A6;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
} /*menu - habillage de "Projets" (allègement)*/

.menu_type {
	padding-right: 12px;
} /*menu - habillage des projets*/

div#texte_navigation {
	position: absolute;
	overflow: auto;
	text-align: left;
	left: 25px;
	width: 330px;
	top: 70px;
	bottom: 135px;
	z-index: 3;
} /*position de la liste des projets*/

div#texte_high {
	position: absolute;
	overflow: auto;
	left: 200px;
	right: 10px;
	top: 70px;
	bottom: 12px;
	color: #D6D6D6;
	z-index: 3;
} /*position du texte principal toute hauteur*/

div#apropos {
	position: absolute;
	width: 140px;
	left: 30px;
	text-align: center;
	bottom: 12px;
	font-size: 0.75em;
	letter-spacing: 1px;
} /*conteneur des informations subsidiaires*/

a.interne {
	color: #767676;
	text-decoration: none;
} /*lien interne général*/

a.interne:hover {
	color: #E6E6E6;
} /*lien interne général - survolé*/

table {
	width: 47%;
	float: left;
	margin-bottom: 16px;
} /*tableau général*/

td.projet_image {
	width: 130px;
} /*tableau sequences - cellule d'image*/

td.projet_nom {
	vertical-align: bottom;
} /*tableau sequences - cellule de nom*/

td.projet_lieu {
	vertical-align: bottom;
} /*tableau sequences - cellule de nom*/

td.projet_details {
	font-size: 0.9em;
	text-align: left;
	color: #A6A6A6;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
} /*tableau sequences - cellule de nom*/

td.projet_clic {
	font-size: 0.9em;
	text-align: right;
	color: #A6A6A6;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
} /*tableau sequences - cellule de nom*/

img.mini {
	width: 120px;
	height: 69px;
}

p.span_detail {
	font-size: 0.9em;
	text-align: left;
	color: #A6A6A6;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
} /*paragraphe de détails - bas de page*/

a.famille_lien {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #A6A6A6;
	z-index: 7;
} /*liste des projets - lien*/
