a:link{
	color: rgb(0,150,255);
}
a:visited{
	color: rgb(150,0,255);
}
a:hover{
	color: rgb(0,250,255);
}
a:active{
	color: rgb(225,0,0);
}
.nounderline{
	text-decoration: none;
}
body{
	background-image: url(images/fond.jpg);
	font-family: Segoe UI;
	font-size : 110%;
}
header{
	padding: 0%;
	margin: 3% 6% 0% 6%;
}
h1{
	color: black;
	font-size: 250%;
	font-family: LilyUPC;
	text-align: center;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
	border: 2px solid black;
	border-radius: 10px;
	padding: 1%;
}
.subtitle{
	font-size: 85%;
}
nav{
	position: fixed;
	height: 200px;
	width: 6%;
	float: left;
	text-align: left;
	font-size: 90%;
	background: linear-gradient(to top,rgba(255,255,255,0.6),rgba(180,180,180,0.8));
	background-color: rgba(255,255,255,0.6);
	border: 2px solid black;
	border-radius: 10px 10px 70px 10px;
	padding: 10px;
	margin-left: 115px;
}
ul.menu{
	margin: 0px 0px 0px 5px;
	padding: 10px;
}
p.spacer{
	line-height: 20px;
}
#denomination{
	text-align: center;
    font-size: 130%;
    font-family: Segoe UI;
    font-weight: bold;
    border: 2px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.5);
    padding: 0;
}
#page{
	text-align: left;
	text-decoration: underline;
    font-size: 100%;
    font-family: Segoe UI;
    font-weight: bold;
    list-style-type: none; 
}
#pagebis{
	text-align: left;
	text-decoration: underline;
    font-size: 90%;
    font-family: Segoe UI;
    font-weight: bold;
    list-style-type: none; 
}
.annexe{
	font-size: 85%;
	font-family: Segoe UI;
}
.annexebis{
	font-size: 80%;
	font-family: Segoe UI;
}
#indexmain{
    height: 100%;
    width: 75%;
    float: right;
    text-align: justify;
    border: 2px solid black;
    border-radius: 15px;
    margin: 0% 6% 0% 0%;
    padding: 40px;
    background-color: rgba(255,255,255,0.9);
}
#accroche{
	font-size: 130%;
	text-align: center;
}
#citation{
	font-style: italic;
}
#reference{
	text-decoration: underline;
}
#bergson{
	width: 85px;
    height: 100px;
    border-radius: 80px / 95px;
    position: relative;
    top: 11px;
    left: 18%;
}
#intro{
	position: relative;
	text-indent: 30px;
}
.main{
	height: 100%;
    width: 75%;
    float: right;
    text-align: justify;
    border: 2px solid black;
    border-radius: 15px;
    margin: 0% 6% 10% 0%;
    padding: 40px;
    background-color: rgba(255,255,255,0.9);
    text-indent : 30px;
}
.caption{
	text-align: center;
	text-decoration: underline;
}
#cloud{
	float: left;
	height: 10%;
	width: 10%;
	margin: 0% 1% 1%;
	border-radius: 2px;
}
#hddssd{
	position: relative;
	left: 15%;
	right: 15%;
	border-radius: 2px;
}
#definitions{
	text-indent: 0;
}
.mots{
	text-decoration: underline;
	font-weight: bold;
}
#processeur{
	position: relative;
	left: 33%;
	right: 33%;
}
#intel{
	height: 15%;
	width: 15%;
	border-radius: 2px;
	margin: 5px;
}
#amd{
	height: 15%;
	width: 15%;
	border-radius: 2px;
	margin: 5px;
}
#nvidia{
	position: relative;
	left: 28%;
	right: 25%;
	height: 40%;
	width: 40%;
	border-radius: 2px;
	margin: 5px;
}
#directx{
	float: right;
	height: 10%;
	width: 10%;
	margin: 1%;
	border-radius: 2px;
}
#win{
	float: left;
	border-radius: 2px;
	margin: 1%;
}
#usb{
	position: relative;
	left: 24%;
	right: 24%;
	border-radius: 2px;
	margin: 5px;
}
#beam{
	position: relative;
	left: 33%;
	right: 33%;
	border-radius: 2px;
	margin: 5px;
}
footer{
	float: left;
	font-family: arial black;
	font-size: 50%;
	padding: 100px 0;
}
.copyright{
	position: relative;
	bottom: 20px;
	left: 20px;
	height: 5%;
	width: 6%;
}
.mentions{
	text-align: left;
	position: relative;
	bottom: 22px;
	left: 30px;
	font-weight: bold;
}