/*feuille de style KATOPTRON site centré*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#8B8D72;
}

body {
	background-color:#010102;
	font-size: 62,5%;
	margin: 0;
	text-align: center;
}

#conteneur {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 945px;
	height:600px;
}

#conteneurge {
	background-image:url(../images/fondpage.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 945px;
	height:600px;
}

/*Menu_____________________________________________________________*/
li {
	float:left;
	list-style-type:none;
}

a.accueil {
    display: block;
    width: 105px;
    height: 79px;
    background-image:url(../images/boutons/LOGO-MENU-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.accueil:hover {
    background-image: url(../images/boutons/ACCUEILROL.jpg);
}

a.film {
    display: block;
    width: 105px;
    height: 79px;
    background-image: url(../images/boutons/FILMS-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.film:hover {
    background-image: url(../images/boutons/FILMSROL.jpg);
}

a.actu {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/ACTUALITE-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.actu:hover {
	background-image:url(../images/boutons/ACTUALITEROL.jpg);
}

a.archive {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/ARCHIVES-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.archive:hover {
	background-image:url(../images/boutons/ARCHIVESROL.jpg);
}

a.bio {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/BIO_-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.bio:hover {
	background-image:url(../images/boutons/BIOROL.jpg);
}

a.labo {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/LABORATOIRE-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.labo:hover {
	background-image:url(../images/boutons/LABOROL.jpg);
}

a.projet {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/PROJETS-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.projet:hover {
	background-image:url(../images/boutons/PROJETSROL.jpg);
}

a.lien {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/LIENS-copy.jpg);
    background-repeat: no-repeat;
}
	 
a.lien:hover {
	background-image:url(../images/boutons/LIENSROL.jpg);
}

a.contact {
    display: block;
    width: 105px;
    height: 79px;
	background-image:url(../images/boutons/LIENS-copy.jpg);
	background-image:url(../images/boutons/CONTACTS-copy.jpg);
}
	 
a.contact:hover {
	background-image:url(../images/boutons/CONTACTSROL.jpg);
}

/* Fin du menu________________________________________________________*/

/* Page biographie____________________________________________________*/
#imgbio {
	margin:9px 0 0 420px;
}

#photopascal {
	float:left;
	margin:120px 35px 0 35px;
}

.parabio {
	float:left;
	width:420px;
	font-size: 0.8em;
	text-align:left;
	margin:120px 0 0 0;
}

/* Fin de page biographie____________________________________________*/

/* Début de preacc___________________________________________________*/

.vidacc {
	width:280px;
	height:210px;
	margin:150px 0 0 332px;
}

#entrer {
	float:left;
	margin:20px 0 0 432px;
}

/*Fin de preacc___________________________________________________*/

/*Début de labo___________________________________________________*/

#imglabo {
	margin:9px 0 0 420px;
}

.paralabo {
	width:420px;
	font-size:0.8em;
	text-align:left;
	margin:50px 0 0 420px;
} 

/*Fin de labo___________________________________________________*/

/*Début de films___________________________________________________*/

#imgfilm {
	margin:9px 0 0 420px;
}

#imgcour {
	margin:20px 0 0 420px;
}

.filmh {
	float:left;
	margin:30px 0 0 0;
	width:945px;
}

.film1 {
	float:left;
	margin:20px 0 0 0;
	width:945px;
}

.affilm {
	float:left;
	margin: 0 20px 0 100px;
}

.affilm1 {
	float:left;
	margin: 0 20px 0 187px;
}

.affilm2 {
	float:left;
	margin: 0 20px 0 212px;
}

.trfilm{
	font-size: 1em;
	font-weight:bold;
}

.prfilm {
	font-size:0.8em;
}

