/*****Charte du texte centrage avec text-align*****/
	body{
		background-image: url('http://ensemble.escapades.free.fr/images/style/degrade.png');
		background-repeat: repeat-x;
		background-color:#8E0E01;
		font-family: Verdana;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		text-align:center;
	}
	hr{
		border-right:none;
		border-left:none;
		border-top:none;
		border-bottom:solid 1px #000;
	}
/*****Couleurs des Liens*****/
	a{
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}
	a:visited{
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}
	a:hover{
		text-decoration: underline;
		color: #8E0E01;
		font-weight: bold;
	}
	a:active{
		text-decoration: underline;
		color: #8E0E01;
		font-weight: bold;
	}

/*****Largeur de la page a 1024, centrage avec margin left et right*****/
	#page{
		width: 1000px;
		text-align: left;
		margin: 0 auto 0 auto;	
	}

/*****gestion de l'affichage du menu*****/
	#cadre-menu{
		/*background-color: #00FF00;*/
		width: 160px;
		float: left;
		position: relative;
		z-index: 50;
		top: 100px;
	}
		#cadre-menu-haut{
			background: url('http://ensemble.escapades.free.fr/images/style/menu-haut.png') top left no-repeat;
			height: 40px;
		}
		#cadre-menu-bas{
			background: url('http://ensemble.escapades.free.fr/images/style/menu-bas.png') bottom left no-repeat;
			height: 40px;
			position: relative;
			top: 0px;
		}
		#cadre-menu-contenu{
			background: url('http://ensemble.escapades.free.fr/images/style/menu-contenu.png') top left no-repeat;
			position: relative;
		}
			#cadre-menu-texte{
				position: relative;
				left: 10px;
			}
		#cadre-menu-selected{
			background: url('http://ensemble.escapades.free.fr/images/style/onglet.png') left top no-repeat;
			width:164px;
			height: 40px;
			position:relative;
			top: -10px; 
			left: -10px;
			z-index: 100;
		}
			#cadre-menu-selected-contenu{
				position:relative;
				top: 10px;
				left: 20px;
			}
		#menu-rubrique{
			background-color: #000000;
			color: #FFDB6D;
			position:relative;
			left: -5px;
			padding-left: 5px;
			width: 135px;
		}
		.menu-lien{
			margin-top: 0px; 
		}
		a.menu-lien{
			text-decoration: none;
			color: #000000;
			font-weight: bold;
		}
		a.menu-lien:visited{
			text-decoration: none;
			color: #000000;
			font-weight: bold;
		}
		a.menu-lien:hover{
			text-decoration: underline;
			color: #000000;
			font-weight: bold;
		}
		a.menu-lien:active{
			text-decoration: none;
			color: #000000;
			font-weight: bold;
		}
/*****Gestion de l'affichage du contenu de la page*****/
	#cadre-page{
		width: 840px;
		float: right;
		position: relative;
		z-index: 0;
			}
		#cadre-page-top{
			background: url('http://ensemble.escapades.free.fr/images/style/page-haut.png') left top no-repeat;
			text-align: left;
			width: 840px;
			height: 70px;
		}
			.align-middle{
				height: 43px;
				vertical-align: middle;
			}
			h1{
				position: relative;
				left: 125px;
				font-family: Papyrus,Helvetica;
				font-weight: normal;
				font-size: x-large;
				margin-top:0px;
				margin-bottom:0px;
			}
			h2{
				font-family: verdana;
				font-weight: bold;
				font-size: large;
				margin-top:0px;
				margin-bottom:0px;
			}
			.italic-bold{
				font-family: verdana;
				font-weight: bold;
				font-size: normal;
				font-style: italic;
				margin-bottom:5px;
			}
		#cadre-page-bottom{
			background: url('http://ensemble.escapades.free.fr/images/style/page-bas.png') left top no-repeat;
			width: 840px;
			height: 70px;
		}
			#footer{
				position: relative;
				top: 31px;
				text-align: center;
			}
		#cadre-page-contenu{
			background: url('http://ensemble.escapades.free.fr/images/style/page-mid.png') left top;
			background-repeat: repeat-y;
		}
		#cadre-page-contenu-bloc{
			position: relative;
			top: 0px;
			left: 13px;
			text-align: center;
			width: 800px;	
		}
		.center-jusitfy{
			margin: 0 auto 0 auto;	
			text-align: justify;
		}
		.concert-zoom{
			text-align: left;
		}