/*
******* page d'accueil des creations 06 ***************
*/
#res06-calendrier {
	width:720px;
	text-align:center;
}

.res06-cal-cie {
	font-size:16px;
	font-weight:bold;
	color:#CE5924;
	text-align:right;
}

.res06-cal-cie a {
	color:#CE5924;
	text-decoration:none;
	display:block;
	padding:0 12px 0 0;
}

.res06-cal-cie a:visited {
	color:#CE5924;
	background-image:url(images/puce_calendrier_visited.png);
	background-repeat:no-repeat;
	background-position:right;
}

.res06-cal-cie a:hover {
	background-image:url(images/puce_calendrier.png);
	background-repeat:no-repeat;
	background-position:right;
	color:#8B3A18;
	text-decoration:none;
}

.res06-cal-creations {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 0 5px;
}

.res06-cal-ville {
	color:#FFFFFF;
}
.res06-cal-date {
	font-weight:bold;
	color:#CE5924;
}
/*
 ******* pages de presentation des creations 06 ***************
*/
#res06-page {
	width:550px;
}

/* *** le menu de navigation entre les cies *** */

#res06-menu {
	width:180px;
	border:solid 1px #562614;
	padding:0;
	margin:0;
}

#res06-menu ul {
	margin:0;
	padding:0;
}

#res06-menu li {
	margin:0;
	padding:0;
	list-style:none;
}

#res06-menu a {
	color:#cccccc;
	text-decoration:none;
	display:block;
	width:165px;
	padding:1px 1px 1px 15px;
	background-image:url(images/puce_off.png);
	background-repeat:no-repeat;
	background-position: 1%;
}

#res06-menu a:visited {
	background-image:url(images/puce_visited.png);
	background-repeat:no-repeat;
	background-position: 1%;
}

#res06-menu a:hover {
	color:#000000;
	background-color:#E8E3E3;
	background-image:url(images/puce_on.png);
	background-repeat:no-repeat;
	background-position: 1%;
}

/* *** les titres de pages *** */

#res06-titre {
	text-align:center;
}

.res06-cie {
	color:#CE5924;
	font-size:18px;
	font-weight:bold;
}

.res06-spectacle {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

/* *** le menu de navigation dans une cies *** */

#res06-navigation {
	font-size:14px;
	color:#CE5924;
	margin:15px;
	text-align:center;
	font-weight:bold;
	line-height:1.6em;
}

#res06-navigation a {
	color:#FFFFFF;
	letter-spacing:1pt;
	margin:10px;
	padding:0 0 1px 0;
	border-bottom:1px dashed #444;
}

#res06-navigation a:hover {
	border-bottom:1px solid #444;
	text-decoration:none;
}


/* *** la presentation des cies *** */

#res06-presentation {
	border:solid 1px #562614;
	padding:10px;
	margin:35px 0 10px 0;
	text-align:left;
}

#res06-infosup {
	text-align:center;
}

.res06-infos {
	font-weight:bold;
	color:#FFFFFF;
	font-style:italic;
}

#res06-projet {
	text-align:justify;
	margin:50px 0 10px 0;
}

#res06-projet h4 {
	color:#FFFFFF;
	margin:25px 0 10px 0;
	text-indent:25px;
	letter-spacing:1pt;
}

#res06-projet img {
	margin:10px;
	border:1px solid #FFFFFF;
}