/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
body {
	background-color:#1A3B5C;
	margin:0;
}
img {
	border:none;
}

a {
	color:#1A3B5C;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}

/* Classes d'alignement */

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

/* Contenu */

#head {
	position:absolute;
	width:326px;
	height:69px;
	top:50%;
	margin-top:-270px;
}

.tab_timeline {
	margin-left:auto;
	margin-right:auto;
}
.tab_timeline td {
	color:#666666;
	font-size:18pt;
	font-weight:bold;
}

#into {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.vign {
	width:300px;
	height:100px;
	text-decoration:none;
	float:left;
	cursor:hand;
}
#into img {
	position:absolute;
	width:300px;
	height:100px;
}
#into h1 {
	text-align:center;
	color:#666666;
	font-size:18pt;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
}
.masque {
	position:absolute;
	width:300px;
	height:100px;
	background-image:url(../images/masque.png);
}

#barre_haut {
	background-image:url(../images/haut.jpg);
	height:16px;
}

#barre_bas {
	background-image:url(../images/bas.jpg);
	position:absolute;
	bottom:0;
	height:16px;
	left:0;
	width:100%;
}

#contenu {
	position:absolute;
	height:400px;
	width:100%;
	top:50%;
	margin-top:-200px;
	background-color:#FFFFFF;
}

.back {
	padding-left:3px;
}

#tab_fiche {
	width:100%;
}
#tab_fiche th {
	text-align:left;
	vertical-align:top;
}
#tab_fiche td {
	text-align:justify;
}
#tab_fiche th, tab_fiche td {
	padding:3px;
}

#menu {
	position:absolute;
	border-top:1px solid white;
	top:50%;
	left:50%;
	width:600px;
	margin-left:-300px;
	margin-top:210px;
	padding:0;
}
#menu li {
	float:left;
	list-style:none;
}
#menu a {
	display:block;
	height:23px;
	margin-left:34px;
	margin-right:34px;
}
#menu a:hover {
	border-top:3px solid white;
}
#menu a span {
	display:none;
}

/* Images du menu */
#menu .blog {
	width:41px;
	background-image:url(../images/blog.jpg);
}
#menu .portfolio {
	width:69px;
	background-image:url(../images/portfolio.jpg);
}
#menu .labo {
	width:38px;
	background-image:url(../images/labo.jpg);
}
#menu .cv {
	width:32px;
	background-image:url(../images/cv.jpg);
}
#menu .contact {
	width:65px;
	background-image:url(../images/contact.jpg);
}