@charset "utf-8";
/**************** STRUCTURE GENERALE **********/
body{
	background-image:url(images/struct/bg.jpg);
	background-repeat:repeat-x;
	background-color:#3f6ebc;
	font-family:arial;
	margin: 0px;
	text-align:center;
	font-size:x-small;
}
#page {
	margin:0px auto 0px auto;
	border:1px solid #d70;
	width: 750px;
	text-align:left;
}
h1{
	color:#d70; font-size:20px; font-weight:normal;
}
h2{
	font-size:14px;
}
.couleur {
	color: #d70;
}
#contenant{
	width:750px;
	background:#fff;
	}
#contenu{
	padding:10px 50px 0px 50px;
	}
#footer {
	width:750px;
	background:#fff;
	font:10px arial;
	padding:40px 0 10px 0;
	height:30px;
	text-align: center;
	background-image: url(images/struct/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#menumax{
	position:relative;
	margin-top:-3px;
	z-index:20;
	width:750px;
	color:#fff;
	font:16px bold;
	height:1.4em;
	text-align:center;
	vertical-align:middle;
	background-color: #d70;
	padding-top: 3px;
	background:url('images/struct/bg_menu.jpg')top left repeat-x;
  }
#menumax a{
	display:inline;
	font-family: arial;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	padding:0px 5px 0px 5px;
	
  }
  #menumax .menu_actif,  #menumax a:hover{
	color:#000;
 }
a{
	color:#d70;
 }
a:hover{
	color:#000;
	}

/* ***********  CONTENU **************/
.doc_contour{
	border:1px solid #fff;  margin-top:20px;height: auto; position:relative; clear: both;}
.doc_contour img{
	margin-bottom:10px;
}
.doc_titre{
	display:block; background:#fea; padding:5px 0px 5px 10px; color:#d70; font-size:14px;
}
.doc_fichier{
	text-align:right;
	float:right;
	font-size:12px;
	color:#666;
	padding:7px 10px 0px 10px;
	position: relative;
	
}
.doc_description{
	padding:0px; color:#000;
}.doc_contour .date {
	font-weight: bold;
	font-size:16px;
	width: 100px;
	display: inline-block;
}
.activite{
	color:#d70;font-weight:bold;
}
a img{
	border:none;
}
.festival{
	border:1px solid #d70; margin: 0 0 1em 1em;
}
#liens a{
	display:block; line-height:1.5em;
}