#main
{
	display: flex;
}

#container_left
{
	padding: 10px;
	margin-left: 10px;
	margin-top: 50px;
	width: 15%;
	height: 100%;
	background-color: #3A4468;
	border-radius: 10px;
	user-select: none;
}

#container_left ul
{
	font-weight: bold;
	list-style: none;
	margin-bottom: 20px;
}

#container_left ul li
{
	margin-bottom: 5px;
}

.fondateur:hover, .administrateur:hover, .gameservice:hover, .graphiste:hover, .developpeur:hover, .configurateur:hover, .architecte:hover
{
	transition-duration: 0.3s;
}

.fondateur:hover
{
	color: #b50000;
}

.administrateur:hover
{
	color: #ff4200;
}

.developpeur:hover
{
	color: grey;
}

.architecte:hover
{
	color: green;
}

.graphiste:hover
{
	color: yellow;
}

.configurateur:hover
{
	color: blue;
}

#container_right
{
	padding: 10px;
	margin-left: 200px;
	margin-top: 50px;
	width: 50%;
	height: 100%;
	background-color: #3A4468;
	border-radius: 10px;
	user-select: none;
}

#presentation, #experience, #loisir
{
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 80%;
}

#presentation p, #experience p, #loisir p
{
  margin-top: 0;
  margin-bottom: 2px;
  padding: 0;
  line-height: 1.2;
}