body {
	background-color: #bbbbbb;
	margin-left : 100px;
	margin-top: 100px;
	margin-bottom: 100px;
}

img {
	border: 3px solid #999999;
	margin-right: 8px;
	/*width: 500px;*/
}

p{
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 40px;
}

h1{
	color:#444444;
	font-family: 'Roboto', sans-serif;
	font size: 25px;
	text-shadow: 2px 2px #ffdddd;
}

h2{
	color:#777777;
	font-family: 'Roboto', sans-serif;
	font size: 25px;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #666666;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 40%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
 
ul ul {display: none; position: absolute; left: 144px; top: -1px; margin:0px; padding: 0px; border: 1px solid grey;}
  li {list-style-type: none; position: relative; width: 140px; background-color: #E0E0E0; padding: 2px; margin: 0px}
  li:hover {background-color: #FFFF70;}
  li:hover ul.niveau2, li li:hover ul.niveau3 {display: block}
  li.plus {background-position:right; background-image: url(illustrations/fdroite.gif); background-repeat: no-repeat; border-bottom: 1px solid grey;}

.ImgLeft {
	float: left;
	margin: 20px;
}

#Content{
	min-height: 600px;

}

#list ul li a{
	text-decoration: none;
}

#Liens a{
	text-decoration: none;
	color: #ffffff;
}
#Liens a:hover{
	color: #000000;
}