* {
  padding:0;
  margin:0;
}
body {
  background-color:#090607;
	font-family:'Trebuchet MS',  Arial, Helvetica, sans-serif;
}
#paris {
  width:1100px;
  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;
}
.clair {
	clear:both;
  height:1em;
}
.clair p a , .clair p a:visited {
	color:#CC0C0C;
	text-decoration:none;
	}
.clair p a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#CC0C0C;
  font-weight:bold;
	}
h3 {
  text-align:center;
  margin: 0.5em 0;
  font-weight:bold;
  font-size:1.2em;
}
h4, h5 {
	color:#FFF;
	padding: 0;
	font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	font-size:1.8em;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}
h4 {
	font-size:1.8em;
  clear:both;
}
h5 {
	font-size:1.4em;
}
p {
  clear:both;
  text-align:center;
  margin: 0.5em 0;
  font-weight:bold;
  font-size:1em;
}
p a , p a:visited, h3 a, h3 a:visited {
	color:#CC0C0C;
	text-decoration:none;
	}
p a:hover, h3 a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#CC0C0C;
  font-weight:bold;
	}
img {
  height:810px;
  width:540px;
  border:0;
}
.magali  p {
	color:#FFF;
	padding: 0;
  margin:.4em 0;
	font-size:1em;
	font-weight:normal;
	text-align:center;
  clear:both;
}
.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;
}