/*___div de presentation des cies___*/

#page {
	width:740px;
	margin-left: auto;
	margin-right: auto;
	}

#content {
	background-image:url(cies/visuel.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:350px;
	height:290px;
	float:left;
	overflow:hidden;
	}

/* calques contenant les infos compagnie */
#mondiv1, #mondiv2, #mondiv3, #mondiv4 {
	line-height:14pt;
	color:#FFAA00;
	padding:3px;
	text-align:justify;
	background-color:#000000;
	height:290px;
	}

.image {
	margin: 10 10 10 10;
	}
	
/*___ div contenant le programme___*/
#programme {
	padding:5px;
	height:280px;
	}
	
/*__mise en forme du texte du programme___*/
.noms {
	font-size: 12pt;
	font-weight: bold;
	color:#FFCC33;
	}

.spectacles {
	font-weight: bold;
	color:#FFFFFF;
	}
	
.description {
	font-style:italic;
	color:#999999;
	}

/* Ce style CSS ne dois pas tre enlev, sinon les divs ne se cacherons pas ... */
.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
	}
	
/* ############################################
**** Les bandeaux **** */
#bandeauentete {
	margin:0 auto 2em auto;
	width:720px;
	background-color:#DCD5CD;
}

#bandeaupied {
	margin:0 auto;
	width:720px;
	background-color:#DCD5CD;
}

#bandeauentete img, #bandeaupied img {
	border:0;
}
