body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	background:#c0c0c0 url(images/templatemo_body.jpg) repeat-x top;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

a:link, a:visited { color:#09F; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #f2c3e7; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_20 { margin-right: 20px; }
.margin_right_40 { margin-right: 40px; }

.fl {
	float: left;
}

.fr {
	float: right;
}

#global {
	width: 100%;
	background: ;
}

#wrapper_inner {
	width: 980px;
	margin: 0 auto;
}

/* site title */

#templatemo_header {
	width: 900px;
	height: 290px;
	padding: 0 40px;
	margin: 0 auto;
	background:  url(images/templatemo_header.jpg) no-repeat;
}

#templatemo_header #site_title {
	float: left;
	margin-top: 120px;
	width: 980px;
}

#templatemo_header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #e25ba1;
	font-weight: bold;
	text-decoration: none;
}

#templatemo_header a span {
	display: block;
	clear: both;
	margin-top: 10px;
	font-size: 16px;
	color: #333;	
}
/* end of site title */

/* menu */

#menu_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/templatemo_menu_repeat.jpg) repeat-x;
}

#menu {
	width: 920px;
	height: 45px;
	padding: 0 10px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	display: inline-block;
	padding: 5px 30px;
	margin: 0 5px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #BBB;	
	outline: none;
}

#menu li a:hover, #templatemo_menu li .current {
	background: #666;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

/* end of menu */
#templatemo_content_wrapper {
	clear: both;
	margin: 30px 20px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* sidebar */

#templatemo_sidebar {
	float: left;
	width: 280px;
}

.sidebar_box {
	clear: both;
	margin-bottom: 40px;
}

.sidebar_box h2 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sidebar_box .sidebar_box_content {
	padding: 0;
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 0;
}

.side_menu li a {
	display: block;
	color: #333333;
	padding: 5px 10px;
	font-size: 15px;
	border-bottom: 1px dotted #777777;
}
.side_menu li a:hover {
	text-decoration: none;
	background: #97e33e;
	color: #FFFFFF;
}

.news_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #777777;
}

.news_box h3 a {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
.news_box p {
	color:#666666;
}

/* end of sidebar */

/* content */

#templatemo_content {
	float: right;
	width: 600px;
	font-family: Tahoma, Geneva, sans-serif;
}

.presentation {
	float:left;
	color:#F09;
	font-size: 20px;
	width:400px;
	height:auto;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top:30px;
	
}
	

.post_section {
	clear: both;
	position: relative;
	padding: 0 30px 30px 10px;
	background: repeat-y;
	margin-bottom: 20px;
	background-color:#999;
	font-family: Tahoma, Geneva, sans-serif;
}

.post_section .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 4px;
	background: url(images/templatemo_post_box_top.jpg) no-repeat;
}

.post_section .bottom {
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 600px;
	height: 4px;
	background: url(images/templatemo_post_box_bottom.jpg) no-repeat;
}

.post_section .post_content {
	padding: 30px 0 0 100px;
	
}

.post_section h2  {
	color:#0CF;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	background: url(images/templatemo_header.png) no-repeat bottom left;
}

.post_section h2 a {
	color:#0CF;
}

.post_section h2 a:hover {
	text-decoration: none;
}

.post_section p {
	margin-bottom: 20px;
}

.post_section img {
	margin: 20px 0;
	border: 2px solid #000;
}

/* end of content */

/* footer */

#templatemo_footer_outer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #5f5f5f url(images/templatemo_footer_wrapper_outer.jpg) top repeat-x;
}

#templatemo_footer_inner {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/templatemo_footer_wrapper.jpg) top center no-repeat;
}

#templatemo_footer {
	clear: both;
	width: 540px;
	margin: 0 auto;
	padding: 100px 20px 40px 420px;
	margin-top: 30px;
	background: #5f5f5f url(images/templatemo_footer.jpg) top center no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
}

#templatemo_footer h3 {
	font-size: 14px;
	font-weight: bold;
	color:#0CF;
	margin-bottom: 10px;
}

#templatemo_footer a:hover {
	color:#0CF;
}

.footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_menu_list li {
	margin: 0px;
	padding: 0px;
}

.section_w180px {
	float: left;
	width: 160px;
	padding-right: 20px;
}

/* end of footer */



/*Specifique par page*/

#animation, #materiel, #spectacle, #contact
{
	margin-left: 22%;
	margin-top: 20px;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	position: absolute;
}

#images_animation, #images_materiel, #images_spectacle, #img_camion {
	margin-top: 5px;
	width: 247px;
	height: 164px;
	position: absolute;
}
#images_contact {
	margin-top: 5px;
	margin-left: 615px;
	width: 247px;
	height: 164px;
	position: absolute;
}

 #img_camion {
	margin-top: 75px;
	margin-left: 100px;
	width: 440px;
	position: absolute;
	left: -31px;
	top: 321px;
}
/*
#vign1 {
	background-image:url(pps/home-vign1.png);
	width:350px;
	height:219px;
	margin-top: 66px;
	margin-left: 115px;
	position: absolute;
	left: 4px;
	top: 300px;
	background-position:top;
	background-repeat:no-repeat
}


#vign1:hover {
	background-position:bottom;
}

#vign2 {
	background-image:url(pps/home_vign2.png);
	width:350px;
	height:219px;
	margin-top: 66px;
	margin-left: 115px;
	position: absolute;
	left: 4px;
	top: 680px;
	background-position:top;
	background-repeat:no-repeat
}


#vign2:hover {
	background-position:bottom;
}

*/



p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
}
.date {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#e2007a;
	text-align:left;
}

.chapeau
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#e2007a;
	text-align:justify;
	line-height:1.5em;
	margin-bottom:20px;
}

.lien_partenaire {
	float:left;
	margin-top:5px;
}

/*GALERIE*/

.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


/*DEEZER*/
.deez_section_w180px {
	float: right;
	width: 160px;
	margin-right:63px;
}
