* {
	margin:0;
	padding:0;
}
body {
  background-color:#090607;
	font-family:'Trebuchet MS',  Arial, Helvetica, sans-serif;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
	}
p a , p a:visited, .lif a:visited, h3 a, h3 a:visited, h6 a, h6 a:visited {
	color:#CC0C0C;
	text-decoration:none;
	}
p a:hover, h3 a:hover, h6 a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#CC0C0C;
  font-weight:bold;
	}
#lecture {
  width:600px;
  margin:20px auto;
  padding:0 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 20px 10px #FFF;
  -moz-box-shadow: 0px 0px 20px 10px #FFF;
  -webkit-box-shadow: 0px 0px 20px 10px #FFF;
  background-color:#FFF;
  clear:both;
}
#lecture h3 {
	margin:0.2em 0;
	font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	}
#lecture h4 {
	margin:0.2em 0;
	font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	font-size:1.8em;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	}
#lecture p {
	margin:0.2em 0;
	font-size:1em;
	}	
.annonce {
  text-align:center;
  clear:both;
}
.citation {
  text-align:justify;
  margin:1em;
  padding:1em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 20px 10px #CCC;
  -moz-box-shadow: 0px 0px 20px 10px #CCC;
  -webkit-box-shadow: 0px 0px 20px 10px #CCC;
  border-bottom:none;
  border-bottom:0;
  clear:both;
}
.maxime, .maxime p {
  margin:1em 0 1em 1em;
  font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
}
.centrer {
  text-align:center;
}
.magali {
	width:600px;
	text-align:center;
  margin:0 auto;
  clear:both;
  color:#FFF;
}
.magali  h4 {
	margin:0.2em 0;
	font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	font-size:1.8em;
	font-weight:normal;
	font-style:italic;
	text-align:center;
  color:#FFF;
	}
.magali  p a, .magali  p a:visited  {
	color:#FFF;
	text-decoration:none;
}
.magali  p a:hover  {
	font-weight:bold;
  background-color:#FFF;
	color:#CC0C0C;
  text-shadow: 0 0 0.1em #CC0C0C;
}