body, html {
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background: #000000;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}

#flashcontent_29560 {
	width: 100%;
	height: 150px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbc1a7;
 	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 0 35px;
	font-size: 20px;
	color: #a6703c;
}

h4 {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

/* --- NE PAS UTILISER / Voir style date
h5 {

}
*/

h6 {
	font-size: 13px;
	text-decoration: none;
}

p {
	max-width:95%;
/*	text-align: justify; */
}

img {
	border: none;
}

bulle {
	position: absolute;
	visibility: hidden;
	font-size:12px;
}

.info {
	border: 1px solid #666666;
	padding: 7px;
	color:#666666;
	background-color:#FFFFFF;
	font-family:"trebuchet MS";
}

code {
	font-size: 1em;
}

clear {
	clear: both;
}

#container {
	width: 92%;
	position: fixed;
	top: 5px;
	left: 4%;
	right: 4%;
	bottom: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	background: #F6E4C2;
}

#container2 {
	width: 90%;
	position: fixed;
	top: 211px;
	left: 5%;
	right: 5%;
	height: auto;
	background: #f7d79a;
	border-right: 1px solid #9EA0A1;
	border-bottom: 1px solid #9EA0A1;
	border-left: 1px solid #9EA0A1;
	bottom: 29px;
}

#header {
	position: fixed;
	z-index: 100;
	overflow: hidden;
	right: 5%;
	left: 5%;
	top: 25px;
	height: 186px;
	background-color: #F7F3EA;
	font-size: 90%;
}

#menu_panel {
	width: 100%;
 	background: #F6E4C2;
	color: #000000;
	border-bottom : 1px solid #9EA0A1;
}

#menu_section {
	height: 35px;	
 	padding: 0 0 0 0;
	color: #03a0a6;
}

#menu_section ul {
 	width: 100%;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu_section ul li a {
	float: left;
	width: 90px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666666;
	border: 1px solid #9EA0A1;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0; /* pour Firefox */
	-webkit-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome */
	padding: 5px 0;
}

#menu_section li a:hover, #menu_section li .current {
	background: #f7d79a;
	color: #000000;
}

#musique {
	position: fixed;
	overflow: hidden;
	top: 230px;
	left: 10%;
	right: auto;
	bottom: auto;
}

#news {
	position: fixed;
	top: 14px;
	left: 2%;
	right: auto;
	bottom: auto;
	width: 350px;
	height: 20px;
	border: 1px solid black;
	padding: 5px;
	background-color: #F6E4C2;
}

news a {
	text-decoration: none;
}

#annonce {
	position: fixed;
	overflow: auto;
	background: url(../images/dates.jpg) no-repeat;
	top: 230px;
	left: 40%;
	right: 5%;
}

#contenu {
	position: fixed;
	overflow: auto;
	top: 270px;
	left: 6%;
	right: 5%;
	bottom: 30px;
	font-size: 90%;
}

#contenu2 {
	position: fixed;
	overflow: auto;
	top: 215px;
	left: 6%;
	right: 5%;
	bottom: 30px;
	font-size: 90%;
}

#contenu_l {
	position: fixed;
	overflow: auto;
	top: 270px;
	left: 5%;
	right: 68%;
	bottom: 30px;
	font-size: 90%;
}

#contenu_r {
	position: fixed;
	overflow: auto;
	top: 270px;
	left: 33%;
	right: 5%;
	bottom: 30px;
	font-size: 90%;
}

#contenu_l2 {
	position: fixed;
	overflow: auto;
	top: 215px;
	left: 5%;
	right: 68%;
	bottom: 30px;
	font-size: 90%;
}

#contenu_r2 {
	position: fixed;
	overflow: auto;
	top: 215px;
	left: 33%;
	right: 5%;
	bottom: 30px;
	font-size: 90%;
}

#date2 h5 {
	margin : 0 12px;
	padding : 0 0 10px 0;
	font: 12px;
	background : #f7d79a url(../images/bulle.png) no-repeat bottom left;
}

#date2 h5 a {
	display : inline-block;
	color : #FFF;
	text-decoration : none;
	background : #e09200;
	padding : 0.4em 0.6em 0.4em 0.5em;
	border-radius : 7px;
	-moz-border-radius : 7px;
	-webkit-border-radius : 7px;
	-webkit-border-top-left-radius: 7px; /* pour Chrome */
	-webkit-border-top-right-radius: 7px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 7px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 7px; /* pour Chrome */
}

#photos {
	position: fixed;
	overflow: auto;
	top: 230px;
	left: 70px;
	right: 70px;
	bottom: 30px;
	font-size: 90%;
}

/* Formulaire */

form#contact {
	border: 2px solid #e27520;
	width: 90%;
	padding: .5em;
}

p#msg,p#adr,p#obj {
	border: 2px solid #e27520;
	padding: 10px;
}

p#msg textarea {
	border: 2px solid #e27520;
	height: 10em;
	width: 100%;
}

p#adr input,p#obj input {
	border: 2px solid #e27520;
}

p.bt {
	text-align: center;
}

p.bt input {
	border: 1px solid #e27520;
	width: 20%;
}

/* Fin Formulaire */

#footer_panel {
	position: fixed;
	overflow: hidden;
	width: 92%;
	left: 4%;
	right: 4%;
	bottom: 5px;
	height: 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #f6e4c2;
	font-size: 90%;
/*	font-variant: small-caps; */
	color: #000000;
	text-align: center;
}

#footer_panel a {
	color:#bf3333;
}

