#left {
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #9bf5fe;
	float: left;
	width: 20%;
	height:96%;
	position: fixed;
	padding-top: 10px;
}

#right {
	border-style: none;
	float: right;
	width: 78%;
	height:auto;
	margin-bottom: 10px;
	margin-right: 10px;
}

#header {
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #a298e8;
	width: 100%;
	height: auto;
}

#body {
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #f6e4ff;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	width: 100%;
	height: auto;
}

#footer {
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #c3dbff;
	width: 100%;
	height: auto;
}

#drapeau {
	display: block;
	width: 40px;
	height:28px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
}

#addresse {
	border-style: none;
	float: left;
	height: auto;
}

#contact {
	border-style: none;
	float: right;
}

div div {
	margin: 5px 5px 5px 5px
}

#maths {
	margin: 5px 5px 5px 5px
}

nav a {
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
	text-align: center;
	letter-spacing: 2px;
}

nav img {
	margin-left: 10px;
}

/* Pour l'affichage correct du jury de thèse */

#jury {
	width: auto;
}

#jury_partie_gauche {
	border-style: none;
	margin-left: 20%;
	float: left;
}

#jury_partie_droite {
	border-style: none;
	float: right;
	margin-right: 20%;
}

/* Pour effectuer les textes "à bascule" */


.texte_a_bascule_enseignement a, .texte_a_bascule_enseignement a:visited, .texte_a_bascule_enseignement a:hover, .texte_a_bascule_enseignement a:focus, .texte_a_bascule_enseignement a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.texte_a_bascule_enseignement div table a {
	font-weight: normal;
	text-decoration: underline;
	color: blue;
}

.texte_a_bascule_enseignement div table a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: blueviolet;
}

.texte_a_bascule_recherche a, .texte_a_bascule_recherche a:visited, .texte_a_bascule_recherche a:hover, .texte_a_bascule_recherche a:focus, .texte_a_bascule_recherche a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/* Pour les tableaux de la section enseignement : */

.texte_a_bascule_enseignement table {
	border-collapse: collapse;
}

.texte_a_bascule_enseignement th, .texte_a_bascule_enseignement td {
	border: 1px solid black;
	width: auto;
	text-align: center;
	padding: 7px;
}