/*
******* page d'accueil des creations 06 ***************
*/

#res07-calendrier {
	width:100%;
	background-image:url(images/calendrier-fond.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	background-color:#333333;
	margin:0;
	padding:0;
}

#res07-calendrier table {
	width:740px;
	text-align:center;
	background-image:url(images/calendrier-fond-contenu.png);
	background-position:center top;
	background-repeat:repeat-y;
}

#res07-calendrier th {
	color:#0085C7;
}

.res07-cal-cie {
	font-size:16px;
	font-weight:bold;
	color:#0085C7;
	text-align:right;
	line-height:1em;
}

.res07-cal-cie a:link , .res07-cal-cie a:visited {
	color:#0085C7;
	text-decoration:none;
	display:block;
}

.res07-cal-cie a:hover {
	color:#00A4F2;
}

.res07-cal-creations {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#C80D16;
	line-height:1em;
}

.res07-cal-creations a:link , .res07-cal-creations a:visited {
	color:#C80D16;
	text-decoration:none;
	display:block;
}

.res07-cal-creations a:hover {
	color:#F00F1B;
}

.res07-cal-ville {
	color:#999999;
	text-align:right;
}
.res07-cal-date {
	color:#999999;
	font-style:italic;
}

/*
******* page compagnies *************
*/

/* le menu de navigation entre les cies */

#res07-menu {
	width:180px;
	margin: 20px 0 0 5px;
	padding:0;
	}
	
#res07-menu-contenu {
	background-image:url(images/menu-fond.png);
	background-position:right top;
	background-repeat:no-repeat;
	}

#res07-menu-contenu ul {
	margin:0;
	padding:0;
}

#res07-menu-contenu li {
	margin:0;
	padding:0;
	list-style:none;
}

#res07-menu-contenu a {
	color:#cccccc;
	text-decoration:none;
	display:block;
	width:180px;
	padding:1px 1px 1px 2px;
}

#res07-menu-contenu a:visited {
	background-repeat:no-repeat;
	background-position: 1%;
}

#res07-menu-contenu a:hover {
	color:#000000;
	background-color:#EDE3C0;
	padding-left: 8px ;
	filter:Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}

#res07-menu-pied {
	margin-top:10px;
	padding:0;
	}
	
/* Le contenu des pages cie */

#res07-page {
	margin:20px 0 0 0;
	width:550px;
	text-align:left;
	background-image:url(images/page-fond.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

/* l'entete des pages compagnie */

#res07-titre {
	text-align:center;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.res07-cie {
	color:#0085C7;
	font-weight:bold;
	font-size:20px;
}

.res07-cie-soustitre {
	color:#0085C7;
	font-style:italic;
	font-size:12px;
}

.res07-spectacle {
	color:#C80D16;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}

/* *** le menu de navigation dans une cie *** */

#res07-navigation {
	text-align:center;
	color:#EDE3C0;
	font-size:12px;
	font-weight:bold;
	margin-bottom:40px;
	line-height:1.4em;
}

#res07-navigation a {
	color:#EDE3C0;
	text-decoration:none;
	border-bottom: 1px dashed #666666;
	padding-bottom:2px;
}

#res07-navigation a:visited {
	color:#EDE3C0;
	text-decoration:none;
	border-bottom: 1px dashed #EDE3C0;
	padding-bottom:2px;
}

#res07-navigation a:hover {
	color:#EDE3C0;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom: 1px dashed #EDE3C0;
}

/* *** la presentation de la cie *** */

#res07-presentation {	
	text-align:justify;
}

#res07-presentation h2, #res07-contenu h2 {
	font-size:18px;
	color:#EDE3C0;
	margin:20px 0 5px 0;
}

#res07-presentation hr {
	border: 1px solid #666666;
	margin-top:30px
}

#res07-presentation img {
	float:right;
	border: 1px solid #666666;
	margin: 0 0 15px 15px;
}
	
.res07-infos {
	font-weight:bold;
	color:#EDE3C0;
	font-style:italic;
}

/* *** les textes + photos des pages (journal, trombi... etc) *** */

#res07-contenu {
	background-image:url(images/page-fond.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:50px;
	text-align:justify;
}

#res07-contenu img {
	margin: 10px;
}

.res07-cies {
	color:#EDE3C0;
	font-size:14px;
	font-weight:bold;
}

.res07-emphase {
	color:#EDE3C0;
	font-weight:bold;
}

/* *** La page presse *** */

#res07-presse {
	background-image:url(images/page-fond.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:50px;
}

/* *** Divers *** */

.align-droite {
	float:right;
	margin:5px 0 5px 5px;
}

.align-gauche {
	float:left;
	margin:5px 5px 5px 0;
}