html{
	height:100%;
	background-color:#000000;
}html *{
	margin:0;
	padding:0;
	font-family:"Century Gothic", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}h1{
	margin-top:15px;
	margin-bottom:20px;
	color:#F800FF;
}h2{
	margin-bottom: 20px;
}h3{
	margin-bottom: 20px;
}p{
	font-family:"Century Gothic";
	margin-bottom:15px;
}ul{
	margin-left: 50px;
	margin-bottom: 20px;
}body{
	background-color:#FFFFFF;	
}#wrapper{
	position:relative;
	height=100%;	
}#top_section{
	height: 33px;
	background-color: #000;
	color:#676767;
}#top_section_col{
	margin:auto;
	width:980px;
}#top_section_left{
	display: inline;
	float: left;
	height: 33px;
	margin-top: 7px;
}#top_section_right{
	display: inline;
	float:right;
}#brushes{
	position:absolute;
	top:0px;
	left:60%;
	z-index:2;
}#paperbird{
	position: absolute;
	bottom:0px;
	left:10%;
	z-index:2;
}#header{
	
}#menu{
	margin:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	
}#menu *{
font-family: "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif !important;
}

#menu a{
	text-decoration:none;
	
	font-size:20px;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}
#menu_item_home:hover{color:#FF00C6;}
#menu_item_atelier:hover{color:#519EFB;}
#menu_item_horaires:hover{color:#12D086;}
#menu_item_tarifs:hover{color:#ED8704;}
#menu_item_galerie:hover{color:#ED3F3F;}
#menu_item_contact:hover{color:#FF0086;}



#banner{
	width: 100%;
	height: 158px;
	background-position:top center;
}#content{
	width: 980px;
	margin:auto;
	margin-top:15px;
	margin-bottom:200px;
}#footer{
	padding-top:15px;
	padding-bottom:15px;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	color: #DDDDDD;
	display: block;
	text-align: center;
}
.title_home{color:#FF00C6;}
.title_atelier{color:#519EFB;}
.title_horaires{color:#12D086;}
.title_tarifs{color:#ED8704;}
.title_galerie{color:#ED3F3F;}
.title_contact{color:#FF0086;}

.table_horaires {
	border-collapse: collapse;
}
.table_horaires tr td{
	border:1px solid black;
	text-align:center;
	height: 50px;
}
.table_horaires tr {
	min-height: 50px;
}
.tarif_case_header{background-color:#ED8704; color:#FFFFFF;}
.tarif_case_desc{background-color:#fef6eb; color:#000000; padding:10px;}
.tarif_case_price{background-color:#ED8704; color:#FFFFFF;}
.tarif_case_season{background-color:#f3af57; color:#FFFFFF;}

.frame_home,.frame_atelier,.frame_horaires,.frame_tarifs,.frame_galerie,.frame_contact{
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	margin-left:20px;
	margin-bottom:20px;
}
.frame_home{
	background-color: #FFCFF4;
}
.frame_atelier{
	background-color: #D0E5FD;
}
.frame_horaires{
	background-color: #EBFDF6;
}
.frame_tarifs{
	background-color: #FEECD5;
}
.frame_galerie{
	background-color: #FBD8D8;
}
.frame_contact{
	background-color: #FFD2E9;
}
.footer_icon{
	margin-left: 5px;
	margin-right: 5px;
	
}
