body {
	font-family: Arial, Sans-Serif;
}

a {
	text-decoration : none;
	font-weight : bold;
}

#photo-moi {
	position : fixed;
	top : 0.5em;
	left : 0.5em;
	z-index : 15;
	border : 1px solid rgb(0,0,0)
}

#titre {
	position : fixed;
	background : rgb(220,220,220);
	top : 0em;
	left : 0em;
	right : 0em;
	height : 7em;
	z-index : 4;
	padding-left : 13em;
}

#menu1 {
	position : fixed;
	background : rgb(60,60,60);
	top : 0em;
	left : 0em;
	bottom : 0em;
	width : 10em;
	z-index : 10;
	border-right : 3px solid rgb(30,30,30);
}

#menu1 ul {
	padding-left : 0em;
	margin : 0em;
	margin-top : 13em;
}

#menu1 li {
	position : relative;
	text-align : center;
	list-style : none;
	padding-top : 0em;
	padding-bottom : 0em;
	z-index : 11;
}

#menu1 ul li a {
	display : inline-block;
	padding-top : 1em;
	padding-bottom : 1em;
	width : 100%;
	z-index : 12;
}

#menu1 ul li a:link {
	color : rgb(180,180,180);
	font-weight : bold;
}

#menu1 ul li a:visited {
	color : rgb(210,200,200);
	font-weight : bold;
}

#menu1 ul li a:hover {
	background : rgb(160,0,0);
	color : rgb(255,255,255);
	font-weight : bold;
}

#menu1 ul li a:active {
	background : rgb(160,0,0);
	color : rgb(0,0,0);
}

#langue {
	width : 4%;
	position : fixed;
	text-align : center;
	margin-top : 2em;
	margin-left : 3.4em;
	z-index : 12;
	border : none;
}

#menu2 {
	position : fixed;
	background : rgb(180,180,180);
	top : 5em;
	left : 0em;
	right : 0em;
	height : 2.2em;
	z-index : 5;
	padding-left: 12em;
	border-top : 2px solid rgb(120,120,120);
	border-bottom : 2px solid rgb(120,120,120);
}

#menu2 ul {
	position : absolute;
	top : 0em;
	padding-left : 0em;
	margin : 0em;
	height : 100%;
}

#menu2 li {
	display : inline-block;
	list-style : none;
	text-align : center;
	height : 100%;
	padding : 0em;
	margin : 0em;
	z-index : 11;
}

#menu2 ul li a {
	position : relative;
	display : inline-block;
	top : 0em;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-left : 1.5em;
	padding-right : 1.5em;
	z-index : 12;
}

#menu2 ul li a:link {
	color : rgb(200,0,0);
	font-weight : bold;
}

#menu2 ul li a:visited {
	color : rgb(200,0,0);
	font-weight : bold;
}

#menu2 ul li a:hover {
	background : rgb(200,0,0);
	color : rgb(180,180,185);
	font-weight : bold;
}

#menu2 ul li a:active {
	background : rgb(200,0,0);
	color : rgb(0,0,0);
}


#contenu {
	position : absolute;
	left : 11em;
	top : 8em;
	right : 1em;
	z-index : 0;
}
