/*______________________________
page d'accueil des residences */

#calendrier {
	background : #555 url(fond-calendrier.gif) no-repeat bottom;
	width : 610px;
	-moz-border-radius: 15px;
	}

#calendrier_multimedia {
	background : #555;
	width : 610px;
	-moz-border-radius: 15px;
	}
	
#calendrier_coupsdemain {
	background : #333;
	width : 610px;
	-moz-border-radius: 15px;
	}

/*_________________________________
menu de navigation entre les Cies*/

#biblio {
	background : #555 url(fond-biblio.gif) no-repeat bottom;
	-moz-border-radius: 15px;
	}

/*#biblio_coupsdemains {
	background : #333;
	-moz-border-radius: 15px;
	}
*/
.biblio-titre {
	font-size: 11pt;
	font-weight: bold;
	color : #fff;
	padding: 0px;
	margin-bottom:0pt;
	margin-top:2pt;
	}

.bibliotexte a {
	margin: 0 0px;
	width: 165px;
	display: block;
	text-align: left;
	font-weight : bold;
	}
/*	
.bibliotexte2 a {
	margin: 0 0px;
	width: 165px;
	display: block;
	text-align: left;
	font-weight : bold;
	}
*/
.bibliotexte a:hover {
	background: #666;}

.bibliotexte a:active {
	background: #999;}

.bibliotexte2 a:hover {
	background: #444;}

.bibliotexte2 a:active {
	background: #555;}

li {
	margin-bottom: 3px;
	}
	
ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	}

/*_____________________________________
menu de navigation pour dans les Cies*/

#navigation {
	background : #333 url(fond-navigation.gif) no-repeat top right;
	padding : 3px;
	border-left-width : 2px ;
	border-left-color : #666666 ;
	border-left-style : solid ;
	border-bottom-width : 2px;
	border-bottom-color : #666666 ;
	border-bottom-style : solid ;
	-moz-border-radius: 10px;
	}

.navigation a: {
	display: block;
	}
	
.navigation a:hover {
	background: #333;
	color : #CDDEDE;
	}

/*________________________________
titres Cies + nom de la creation*/

.compagnie {	
	font-size: 14pt;
	font-weight: bold;
	color : #FF9900;
	}

.spectacle {	
	font-size: 12pt;
	font-weight: bold;
	color : #FFFFFF;
	}
	
/*____________
mise en page*/

.infos {	
	font-weight: bold;
	color : #CDDEDE;
	width : 300px;
	}


.inter-titre {
	background : transparent url(fond-intertitre.gif) repeat-x bottom;
	border : 1px solid #333;
	-moz-border-radius: 4px;
	font-size: 12pt;
	font-weight: bold;
	color : #FFFFFF;
	padding : 1px;
	}

#infos {
	background : transparent url(fond-projet.gif) repeat-x bottom;
	-moz-border-radius: 6px;
	width : 550px;
	border : 1px solid #999999;
	}
	
#projet {
	width : 550px;
	}

#img {

	border : 1px solid #999;
	-moz-border-radius: 4px;
	margin : 10 10 10 10;
	}
