html {
	background-color:	white;
}

body {
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

div#main {
  position: relative;
  margin: 2%;
  padding: 0;
  border: 1px solid #FFDE2A;
  overflow: hidden;
}

/* INFORMATIONS */

div#informations {
  position: relative;
  width: 70%;
  margin: 1%;
  padding: 2%;
  float: left;
  background-color: #F7FFA2;
	border: 2px solid #FFDE2A;
  overflow: hidden;
}

div#informations p {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.agenda {
  display: inline-table;
  background-color: #FFD56D;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 15px;
  text-align: left;
  border: 1px solid #E04500;
}

.ligne {
  display: table-row;
  background-color: #FFD56D;
}

.titre {
  display: table-cell;
  font-weight: bold;
}

p.titre {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}

p.sous-titre {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

p.infos {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

p.email {
  font-size: 14px;
}

p.email a {
  color: #004477;
}

p.email a:hover {
  text-decoration: underline;
  color: #E04500;
}


/* DOCUMENTS */


div#documents {
  margin: 1%;
  margin-left: 0;
  width: 22%;
  padding: 0;
  background-color: #F7FFA2;
	border: 2px solid #FFDE2A;
  overflow: hidden;
}

h3 {
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin: 3%;
}

ul.dossier {
  margin: 5px;
	padding: 0;
	list-style-type: none;
	border: 0px dotted green;
}

li.dossier {
  padding: 0;
  margin: 5px;
  background-color: #FFD56D;
  border: 1px solid #E04500;
  font-size: 13px;
}

li.fichier {
  padding: 0;
  margin: 5px;
  background-color: #FFC45C;
  border: 1px solid #E04500;
  font-size: 12px;
}

li.fichier:hover {
  background-color: #FFD489;
  margin-left: 15px;
  margin-right: 15px;
}

a {
  margin: 1px;
  text-decoration: none;
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}
