/* CSS Document */
	
	
#page{
	position: relative;
	margin: auto;
	width: 880px;
	background-image: url('/images/fond-menu.gif');
	background-repeat: repeat-y;
	border: 4px solid #fff;
	background-color: #fff;

}

#fond-image {
	background-image: url('/images/fond-image.gif');
	background-repeat: no-repeat;
	padding-top: 30px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('/images/fond.gif');
}

/*----------------------

	Entete
	
-----------------------*/


#entete-2010 {
	position: relative;
	width: 880px;
	height: 158px;
	border-bottom: 4px solid #fff;
	background-image : url("/images/entete-2010-v2.jpg");
	background-repeat: no-repeat;
}

#entete-2010 #logo {
	position: absolute;
	left: 42px;
	top: 13px;
}

#entete-2010 #logo img {
	border: 0;
}



/*--------------------

	conteneur-gauche
	
--------------------*/
#conteneur-gauche {
	position: relative;
	z-index: 102;
	float: left;
	width: 198px;
	
}

#conteneur-gauche #menu {
	list-style-type : none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 33px;
}

#conteneur-gauche #menu li {
	padding: 0;
	margin: 0;
}

#menu .tite-fleche {
	background-image: url('/images/tite-fleche.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#conteneur-gauche #menu a{
	padding-top: 4px;
	text-decoration: none;
	color: #442c2a;
	font-size: 12px;
	font-family: arial !important;
	display: block;
	height: 19px;
	border-bottom: 1px solid #67672d;
}

#conteneur-gauche #menu a:hover {
	font-weight: bold;
}


#anniversaire {

	position: absolute;
	left: 55px;
	bottom: 46px;

}

/*-------------------

	conteneur-droite
	
--------------------*/
#fil {
	color: #442c2b;
	font-size: 10px;
}

#fil-pageEnCours {
	font-weight: bold;
}

#fil a {	
	color: #442c2b;
	
	font-weight: normal !important;
}


#conteneur-droite {
	z-index: 100;
	float: right;
	width: 657px;
	min-height: 503px;
	background-color: #fff;
	padding-left: 25px;
	padding-bottom: 20px;
}

.accueil {
	padding-bottom : 47px !important;
	padding-top: 30px;
	min-height: 426px !important;
}

* html .accueil {
	height: 426px !important;
}

* html #conteneur-droite {
	height: 503px;
	overflow-x : hidden;
}

#conteneur-droite #contenu {
	padding-right: 20px;
}

#conteneur-droite #comment-concerts {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 208px;
	height: 47px;
}

#conteneur-droite #inscription-infolettre {
	position: absolute;
	bottom: 0;
	left: 225px;
	width: 208px;
	height: 47px;

}

#conteneur-droite #inscription-infolettre a {
	color: #53514a;

}

#conteneur-droite #inscription-infolettre a:hover {

}



#conteneur-droite #comment-concerts a {

	color: #53514a;
	text-decoration: none;
}

#conteneur-droite #comment-concerts a:hover{
	text-decoration: underline;
}


#conteneur-droite #comment-concerts #img-comment {
	float: left;
	border: 0;
}

#conteneur-droite #comment-concerts #contenu-comment {
	padding-left: 40px;
}


/*--------------------

	Pied
	
--------------------*/
#pied {
	margin: auto;
	font-size: 10px;
	width: 880px;
	color: #b5b1a7;
	height: 35px;
	padding-top: 10px;
}

#pied a{
	color: #b5b1a7;
	text-decoration: none;
}

#pied a:hover {
	color: #fff;
	text-decoration: underline;
}

#pied #realisation {
	float: right;
}

#pied #copyright {
	float: left;
}


