body{
    margin: auto;
    position: relative;
    display: block;
}

.html{
	margin-top:10px;
	margin-left:10px;
}

h1{
	font-family: sans-serif;
	text-transform:uppercase;
}

h2{
	font-family: sans-serif;
	font-size:1.3em;
	text-decoration:underline;
	text-transform:uppercase;
}

#soustitre{
	font-family: sans-serif;
	font-size:1.1em;
	text-transform:none;
	text-decoration:none;
	position:relative;
	top:-22px;
	left:2px;
	color:#666;


}

p{
font-weight: normal;
	    font-style: normal;

	font-family: sans-serif;
	font-size:1em;
}

a{
	background-color:none;
	text-decoration:underline;
    color: black;
}

a:hover {
    color: grey;
}

.bibal {
    font-weight: 700;
    color:black;
    font-size: 1.1em;
    word-break:break-all;
}

.bibal:hover {
    color: grey;
}

.intro p {
    max-width: 68%;
}

#all{
    position: relative;
    margin: auto;
}

li{
    font-weight: normal;
    font-style: normal;
	font-family: sans-serif;
    font-size:1em;
}


/* BUBBLES */

div.bubble {
width: auto;
margin-bottom: 10px;
}

div.bubble blockquote {
margin: 0px;
padding: 0px;
border: 1px solid #c9c2c1;
background-color: #fff;
}

div.bubble blockquote p {
margin: 10px;
padding: 0px;
color:#c9c2c1;
}


div.bubble2 {
width: auto;
margin-bottom: 10px;
}

div.bubble2 blockquote {
margin: 0px;
padding: 0px;
border: 1px solid;
border-color:#222222
background-color: #fff;
}

div.bubble2 blockquote p {
margin: 10px;
padding: 0px;
}

.nav {
	float: right;
	margin-top: -100px;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	right: 72px;
} 

.nav ul ul li {
	width: 200px;
	font-weight: 100;
	margin-top: -1px;
	background-color: white;
	text-align: right;
	color: black;
}

.nav ul ul li:hover {
	background-color: black;
	color: white;
}

.nav li {
	list-style-type: none;
	position: relative;
	width: 60px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid black;
	padding: 4px 6px 4px 6px;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}

.nav ul ul li:hover a {
	color: white;
}

.nav a {
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
	color: white;
}

.nav li#active {
	background-color: #919191;
	color: #fff;
}

.nav li:hover ul.niveau2, .nav li li:hover ul.niveau3 {
	display:block;
}
