body, html {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 13px;
	font-family: Helvetica, Arial, Geneva, Swiss, Sans-Regular;
	
	height: 100%;
}

#conteneur {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0 -30px 0;
	color: #000;
	
	position : relative;
	min-height: 100%;
	height: auto !important;
	
	/*border: 1px solid #f00;*/
}

#espace_tete {
	height: 50px;
}

#logo{
	width: 200px;
	height: 130px;
	float: left;
}


a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/*----------------------------------*/
/* MENU  */
/*----------------------------------*/

#menu_sections {
	margin: 0 0 0 20px;
	padding: 0 0 0 30px;
	width: 160px;
	height: 115px;
	
	float: left;
	
	/*border: 1px solid #0f0;*/
	border-left: 1px solid #000;
	
	/*border: 1px solid #0ff;*/
}

#menu_sections p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 29px;
	font-weight: bold;
	color: #000;
}

#menu_sections p a {
	color: #ccc;
	text-decoration: none;
}

#menu_sections p a:hover {
	color: #000;
}

/* -------------------------------- */

#menu_pages,
#menu_pages_1,
#menu_pages_2 {
	margin: 0px;
	padding: 0 0 0 30px;
	width: 150px;
	height: 115px;
	float: left;
	border-left: 1px solid #000;
	
	/*border: 1px solid #0f0;*/
}

#menu_pages {
	width: 300px;
}

#menu_pages p,
#menu_pages_1 p,
#menu_pages_2 p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #69c;
}

#menu_pages p a,
#menu_pages_1 p a,
#menu_pages_2 p a {
	color: #000;
	text-decoration: none;
}

#menu_pages p a:hover,
#menu_pages_1 p a:hover,
#menu_pages_2 p a:hover {
	color: #ccc;
}

#fb {
	margin: 0;
	padding: 0;
	width: 80px;
	/*height: 30px;*/
	
	
	position: relative;
	top: 5px;
}


/*----------------------------------*/
/* CONTENU */
/*----------------------------------*/

#contenu {
}

.ligne {
	margin: 0;
	padding: 0;
	clear: both;
	/*overflow: auto;*/
	
	border-top: 1px solid #fff;
	
	/*border: 1px solid #f00;*/
}

#gauche {
	margin: 0;
	padding: 0;
	width: 390px;
	float: left;
	
	/*border: 1px solid #0f0;*/
}

#droite {
	margin: 0;
	padding: 0;
	width: 390px;
	float: right;
	
	/*border: 1px solid #00f;*/
}

#droite img,
#droite img.grand {
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
}

#droite img.grand {
	width: 380px;
}

#droite img.spacer {
	height: 28px;
	/*border: 1px solid #f00;*/
}

#droite .legende {
	margin: 5px 0 0 0; 
	padding: 0;
	font-size: 12px;
	/*font-weight: bold;*/
	font-style: italic;
	color: #666;
}


.bloc_droite_flottant {
	/*margin: 50px 0 20px 20px;*/
	margin: 20px 0 20px 0px;
	padding: 0 0 20px 20px;
	width: 350px;
	/*float: right;*/
	
	-moz-box-shadow: 3px 3px 20px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	
	border: 1px solid #ddd;
	clear: both;
}

.bloc_droite_flottant .legende{
	margin: 0 0px 0 0;
	font-weight: bold;
	width: 80px;
	float: left;
	color: #000;
	font-weight: bold;
	/*border: 1px solid #f00;*/
}

.bloc_droite_flottant .champ {
	margin: 0 0 0 0px;
	width: 250px;
	/*border: 1px solid #0f0;*/
}

.bloc_droite_flottant .champ:focus {
	background-color: #eef;
}

div.plus {
	width: 32px;
	height: 32px;
	margin: -45px 0 0 -50px;
	/*border: 1px solid #0f0;*/
	position: relative;
	left: 100%;
}

div.plus img {
	width: 32px;
	height: 32px;
}
/*----------------------------------*/
/* H */
/*----------------------------------*/

#contenu h1 {
	margin: 30px 0px 5px 0px;
	padding: 0;
	font-size: 20px;
}

#contenu h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
}

#contenu h3 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 15px;
}

#droite h2 {
	margin: 37px 0 10px 0;
}


/*----------------------------------*/
/* P */
/*----------------------------------*/

#contenu p {
	margin: 0 0 5px 0;
	text-align: justify;
}
#contenu p a {
	text-decoration: none;
	font-weight: bold;
	/*font-style: italic;*/
	
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	*/
	color: #000;
}

#contenu p a:hover {
	/*
	border-bottom-style: solid;
	border-bottom-color: #666;
	*/
	color: #ccc;
	/*background-color: #fcc;*/
}

#contenu p.liste {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #69c;
	font-size: 16px;
}

#contenu p.liste a {
	color: #000;
	
}

#contenu p.liste a:hover {
	color: #ccc;
}


#contenu #droite p.liste {
	font-size: 14px;
}

#contenu #droite p.liste a {
	color: #69c;
	
}

#contenu #droite p.liste a:hover {
	color: #000;
	
}

/*----------------------------------*/
/* TOOLTIP */
/*----------------------------------*/

a span.tooltip {
	display: none;
}

a:hover {
	position: relative;
}

a:hover span.tooltip {
	display: block;
   	position: absolute;
}

a:hover span.tooltip {
	top: 0px;
	left: 180px;
}

a:hover span.tooltip img{
	width: 200px;
	border: 1px solid #666;
}




/*
#contenu p.liste span.no_lieu{
	font-weight: bold;
}

#contenu p.liste span.artiste{
	font-weight: bold;
}

#contenu p.liste span.lieu{
	font-weight: bold;
	color: #69c;
}


#contenu p.liste a:hover span {
	color: #ccc;
}
*/


#contenu .anglais,
.anglais,
p.anglais {
	/*font-style: italic;*/
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contenu .anglais a,
.anglais a,
p.anglais a{
	color: #999;
}

.anglais a:hover,
p.anglais a:hover{
	color: #333 !important;
}

/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/


.alerte_erreur {
	margin: 0;
	padding: 10px;
	background-color: #fee;
	color: #600;
	font-weight: bold;
}







.clearboth {
	clear: both;
}


/* ******************************** */
/* Footer */
/* ******************************** */
#clearfooter {
	display: block;
	height: 40px;
	
	clear: both;
}

#footer {
	position : absolute;
	bottom: 0;
	
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
	
	height: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#footer p a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#footer p a:hover {
	color: #000;
}
#footer #stills {
	font-size: 11.5px;
}
