@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {text-decoration:none ; color: #000000}

.credit a:link {
	color: #000;
	text-decoration: none;
}
.credit a:active {
	color: #000;
	text-decoration: none;
}
.credit a:visited {
	color: #000;
	text-decoration: none;
}
.credit a:hover {text-decoration:none ; color: #fff}

.style1 a:link {
	color: #000;
	text-decoration: none;
}
.style1 a:active {
	color: #000;
	text-decoration: none;
}
.style1 a:visited {
	color: #000;
	text-decoration: none;
}
.style1 a:hover {text-decoration:none ; color: #fff}

/*===============================================*/
/* Tableau général et menu en fonction du menu   */
/*===============================================*/

#contenant {
	position: absolute;
	left: 50%;
	height: 100%;
	top:0;
	width: 600px;
	margin-left: -300px;
}


#tcontenant {
	height: 100%;
}

#contenant .middle {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}


#contenu .contenu {
	width: 600px;
	height: 600px;
}

#cadretotal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 600px;
}

.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding:0;
margin:5px 0 5px;
}

.credit {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.2pt;
	margin:0;
	color: #000;

}

/*===============================================*/


#bio {
	position: absolute;
	top:8%;
	width:550px;
}
#bio p {padding:12px 0;}
ul.menu {
	width: 550px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding:0;
	clear:both;
}

ul.menu li{padding:0 8px;
	display:inline-block;}

.contact {
	font-family: Helvetica, Arial, sans-serif;
 	float:left;
	height: 80px;
	text-align: left;
	font-size: 14px;
	margin: 0;
}

.bio {
	text-align: justify;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	width: 550px;
	line-height: 14px;
	margin: 0;
}
.emails {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	float:right;
	font-size: 14px;
	margin: 0px;
}

