* {
  margin: 0px;
  padding: 0px;
}
body {
  background: url('img/background.jpg');
}
body div#container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-top: 50px;
  width: 850px;
  height: 600px;
  margin-left: 220px;
  margin-right: auto;
  background: url('img/tele.png') no-repeat;
  padding-top: 130px;
  padding-left: 50px;
}
body div#container div#contents {
  position: relative;
  margin-left: 50px;
  height: 400px;
  width: 550px;
}
body div#container div#contents h1 {
  text-align: center;
  font-size: 18px;
}
body div#container div#contents h2 {
  text-align: center;
  font-size: 14px;
}
body div#container div#contents em{
  font-style: normal;
  color:#1197ff;
}
body div#container div#contents u{
  text-decoration:underline;
}
body div#container div#contents a {
  color: #1197ff;
  text-decoration: none;
  font-weight: bold;
}
body div#container div#contents a:hover {
  text-decoration: underline;
}
body div#container div#contents p {
  margin-top: 5px;
  text-align: center;
}
body div#container div#contents img{
  border:none;
}
body div#container div#contents .error{
  color:#FF0000;
  font-weight: bold
}
body div#container div#copy{
  margin-top:0px;
  margin-left:175px;
}
body div#container div#menu {
  margin-top: 10px;
  margin-left: 70px;
  color: #ffffff;
}
body div#container div#menu img{
  border:none;
  position:relative;
  top:5px;
}
body div#container div#menu a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
body div#container div#menu a:hover {
  color: #1197ff;
}
body div#container div#face {
  background: url('img/face_background.jpg');
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 10px;
  padding-left: 9px;
  width:80px;
  height:80px;
  position: absolute;
  top: 518px;
  margin-left: 679px;
  color: #000000;
}
body div#container table#zap {
  margin-left: 660px;
  position: absolute;
  top: 180px;
}
body div#container table#zap img {
  border:none;
}
body div#pub{
  text-align:center;
  font-family: Arial, sans-serif;
  font-size: 10px;
  width:160px;
  height:600px;
  float:left;
}
body div#pub a{
  color: #1197ff;
  text-decoration: none;
  font-weight: bold;
}
body div#pub2 {
  float:right;
}
body div#partenaires{
	text-align:center;
	width:100%;
	background-color: #000000;
	font-family: Arial, sans-serif;
 	font-size: 12px;
 	color:#FFFFFF;
}
body div#partenaires a{
	color:#1197ff;
}
.big {
  font-size: 26px;
}