/* mise en place et styles des calques*/

#page { /* calque contenant tous les autres */
	width:740px;
	}

#intro { /* texte d'intro */
	font-weight:bold;
	color:#FFFFFF;
	padding:10px;
	}	
	
#programme { /* le programme a gauche */
	width:350px;
	padding:10px;
	}
#content { /* calque de droite / le contenu */
	width:380px;
	height:270px;
	float:right;
	}

#bouton { /* bouton permettant de faire defiler */
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	}

#cadre-presentation { /* cadre contenant la presentation */
	border-style:solid;
	border-width:4px;
	border-color:#006699;
	background-image:url(images/qualitestreet.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	/**/overflow:hidden;
	height:250px;
	padding:2px;
	}
	
#fond { /* calque mobile */
	position:relative;
	}

.presentation-cies {  /* presentation des cies*/
	background-color:#000000;
	/*border-color:#00FF33;
	border-style:solid;*/
	height:250px;
	text-align:center;
	font-size:10px;
	padding: 0 0 0 0;
	overflow:hidden;
	}

/* mise en forme des textes */

.dates {
	font-weight:bold;
	color:#777777;
	}
	
.cies {
	color:#006699;
	font-size:12pt;
	font-weight:bold;
	}

.spectacles {
	font-weight:bold;
	color:#FFFFFF;
	font-size:11pt;

	}

.desciption {
	font-style:italic;
	}

.img {
	margin: 5px 10px 5px 10px;
	}