@charset "UTF-8";
/* CSS Document */

#contenu {
	position:relative;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 550px; /* moitié de la hauteur */
	margin-left: -500px;
	right: 50%;
     }
	
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}
#compagnie {
	position:absolute;
	left:27px;
	top:367px;
	width:164px;
	height:164px;
}
#spectacles {
	position:absolute;
	left:223px;
	top:367px;
	width:164px;
	height:164px;
}
#tournees {
	position:absolute;
	left:417px;
	top:367px;
	width:164px;
	height:164px;
}
#presse {
	position:absolute;
	left:609px;
	top:367px;
	width:164px;
	height:164px;
}
#contacts {
	position:absolute;
	left:809px;
	top:367px;
	width:164px;
	height:164px;
}
#bouton_trottoir {
	position:absolute;
	top:12px;
	width:50px;
	height:60px;
	right: 14px;
	z-index: 1;
}
body {
	background-repeat: no-repeat;
	background-image: url(../images/fond_trottoir.jpg);
	background-position: center top;
	margin: 0px;
	background-color: #000000;
}
.news_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.news_titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
