/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	overflow:scroll;
}

a:link, a:visited { color: #0085CB; text-decoration: none;} 
a:active, a:hover { color: #0085CB; text-decoration: underline;}


h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 10px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	background: #0085CB url("../images/nav_bg.gif");
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	color: #ffffff;
	background: #0085CB url("../images/bgTitleH2.gif");
}


h3 {
	letter-spacing: 2px;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #0085CB url("../images/bgTitleH3.gif");
}

h4 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #195fff;
}

h6 {
	margin: 10px 20px 5px 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana;
	color: #333333;
}


.content {
	border-top: 1px solid #FFFFFF;
	background: url("../images/img07.gif") repeat-x;
}

p{
	margin: 0 0 15px 0;
}

img {
	border: none;
	margin: 0;
}

.liens_plus {
	text-align:right;
	font-style:normal;
	font-weight:bold;
	float:right;
}

.liens_boite {
	text-align:left;
	font-style:normal;
	font-weight:bold;
	float:left;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 15px;
}

#container {
	margin: auto;
	width: 960px;
	background-color: #ffffff;
	border: 1px solid #333333;
}

/* top panel */
#top_panel {
	width: 960px;
	height: 220px;
	margin: 0;
	padding: 0;
	background: #000000 url("../images/header.jpg") no-repeat;
}

#top_navigation {
	width: 960px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
}

#header {
	float: left;
	display: inline;
	margin: 40px 0 0 30px;
}

#header #site_title{
	padding: 10px 0 8px 0;
	margin: 0;
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
	background: none;
}

#header #slogan{
	padding-left: 3px;
	margin: 0;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}

ul#navigation {
float: right;
margin: 0px 210px 0 0;
display: inline;
color: #000000;
}

ul#navigation li {
float: left;
display: inline;
list-style-type: none;
text-align: center;
font-size: 0.9em;
}

ul#navigation li a, ul#navigation li a:visited {
text-decoration: none;
color: #000000;
font-weight: normal;
}

ul#navigation li a:hover {
text-decoration: underline;
}

li#house {
background: url('../images/house.gif') no-repeat 0 4px;
padding-left: 18px;
}

li#house a {
margin-right: 10px;
}

li#sitemap {
background: url('../images/sitemap.gif') no-repeat 0 4px;
padding-left: 18px;
margin-left: 10px;
}

li#sitemap a {
margin-right: 10px;
}

li#envelope {
background: url('../images/envelope.gif') no-repeat 0 4px;
padding-left: 18px;
margin-left: 10px;
}

.ad_468x60 {
	float: right;
	color: #FFFFFF;
	margin: 40px 15px 0 0;
	width: 468px;
	height: 60px;
}

.ad_468x60 img{
	border: none;
}
/* end of top panel */

/*------------- Menu ------------------*/
#menu {
	width: 960px;
	height: 35px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


.menu{
	background: url("../images/nav_bg.gif");
	width:960px;
	height:35px;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 57.5% Verdana;
	font-size:14px;
	font-weight:normal;
	}
.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
.menu li{
	float:left;
	padding:0px;
	}
	
.menu li a{
	background: url("../images/seperator.gif") bottom right no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 6px;
	text-align:center;
	text-decoration:none;
	}
	
	.menu li a:hover, .menu ul li:hover a{
		background: #FBB019 url("../images/nav_bg_hover.gif");
		color:#333333;
		text-decoration:none;
		}
		
.menu li ul{
	background:#FBB019;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:1px solid #333333;
	position:absolute;
	width:180px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
	
.menu li:hover ul{
	display:block;
	
	}
	
.menu li li {
	background: ;/*url('images/sub_sep.gif') bottom left no-repeat;*/
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:180px;
	}
	
.menu li:hover li a{
	background:none;
	border-bottom: 1px dotted #333333;
	
	}
	
.menu li ul a{
	display:block;
	height:30px;
	font-size:12px;
	font-family: Verdana;
	font-style:normal;
	margin:0px;
	padding:0px 15px 6px 12px;
	text-align:left;
	}
	
	.menu li ul a:hover, .menu li ul li:hover a{
		background:#0085CB url('../images/hover_sub.gif') center left no-repeat;
		border-bottom: 1px dotted #CCCCCC;
		color:#ffffff;
		text-decoration:none;
		}
		
.menu p{
	clear:left;
	}	

.menu form {
	padding:8px 10px 0px 790px;

}

.menu form input.textbox {
	border:#333333 1px solid; 
	height:18px;
	width:120px;
	color:#333333;
	float:left;
}
	
.menu form input.go{
	width:29px; 
	height:22px;
	float:right; 
	margin:0px 3px 0px 0px;
	cursor:pointer; 
	font-size:0px; 
	border:none; 
	background:url('../images/go.gif') no-repeat 0 0;
	}

.button {
	font-size:14px;
	font-style:normal;
}


/* ----------------- end of menu----------------*/

#content {
	width: 960px;
	margin-bottom: 25px;
}

#content #content_left {
	float:left;
	width: 640px;
	padding: 0 10px 0 0;	
	border-right: 1px solid #CCCCCC;
}

#content #content_right {
	float: right;
	width: 300px;
}

#content_left .content_spectacle {
	clear: both;
	width: 640px;
}

.content_spectacle .section_01_two_col {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

.section_01_two_col .section_01_box {
	clear: both;
	width: 100%;
	height: 177px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
}
.section_01_box .section_01_box_title{
	font-weight: bold;
	font-size: 14px;
	color:#666666;
}

.section_01_box img{
	float: left;
	margin: 0px 15px 0px 0px;
}

#content_left .tempaltemo_content_left_section_02{
	clear: both;
	width: 640px;
}

.tempaltemo_content_left_section_02  .section_02_box {
	float: left;
	width: 298px;
	border: 1px solid #999999;
	margin: 0 20px 0 0px;
}

.section_02_box .section_02_box_content{
	float: left;
	padding: 15px;
}

.section_02_box_content .section_02_box_content_title {
	font-weight: bold;
}

.section_02_box_content ul{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.section_02_box_content ul li{
	padding: 0 0 5px 15px;
	margin: 0;	
	background: url("../images/listicon.gif") top left no-repeat;
}

.section_02_box img {
	/*float: left;*/
	margin: 3px 10px 0 0;
}

#content_left .tempaltemo_content_left_section_03 {
	clear: both;
	width: 650px;
	background: #d2d6db;
}

.tempaltemo_content_left_section_03 .section_03_box {
	float: left;
	width: 140px;
	margin: 0 10px;
}

#content_right .content_right_section_01 {
	width: 300px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}



.content_right_section_01 form input.textbox {
	/*border:#CCCCCC 1px solid; */
	height:18px;
	width:180px;
	color:#333333;
	}
	
.content_right_section_01 form input.abonner{
	width:70px; 
	height:22px; 
	float:right;
	margin:0px 40px 0px 0px;
	cursor:pointer; 
	font-size:0px; 
	border:none; 
	background:url('../images/bAbonner.gif') no-repeat 0 0;
	}
.content_right_section_01 .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.content_right_section_01 .blog_box h5 a{
	color: #195fff;	
}

.content_right_section_01 .blog_box span{
	color: #ff366f;
}


.content_right_section_01 .sister_links_box {
	float: left;
	width: 140px;
	padding-right: 10px;
}

/* ----- Footer ----- */
#footer {
	clear: both;
	padding: 10px 25px 0px 0pxtab;
	width: 960px;
	text-align: center;
	background: #0085CB;
	text-align: center;
	font-size: 11px;
	font-family:Verdana;
	color: #ffffff;
}

#footer p {
	margin-bottom: 10px;
	padding: 0;
	text-align: justify;
}

#footer a {
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #ffffff; 
	text-decoration: none;
} 



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


/* ----- End of Footer ----- */


/* Google search engine */
#cse-search-results {
	margin : 10px 20px 10px 20px;
}


/* Class titre et texte */

.byline {
	border-bottom: 1px #666666 dashed;
	margin: -7px 5px 15px 10px;
	font-size:12px;
	font-style:normal;
	font-family:Verdana;
	color:#0085CB;
}

.txt_content {
	margin: 0px 5px 20px 10px;
	padding: 0px 0px 10px 0;
	font-size:12px;
	font-style:normal;
	font-family:Verdana;
	color:#666666;
	/*border-bottom: 1px #999999 solid;*/
}

.page_title
{
	margin: 0 10px 15px 10px;
	background:url("../images/highlight_h6.gif") no-repeat 0 0; border-bottom:#999999 2px solid;
	font:bold 26px/38px Arial, Helvetica, sans-serif; float:left; width:580px; padding:0 0 0 45px;
}

.location {
	border-bottom: 1px #666666 dotted;
	margin: 0px 5px 5px 10px;
	font-size:11px;
}

.txt_location {
	font-size:11px;
	font-style:normal;
	font-family:Verdana;
	color:#0085CB;
}

.retour {
	float:left;
	margin: 5px 10px 0px 10px;
}

.title_prog 
{
	letter-spacing: 2px;
	margin: 0 0 0 10px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #0085CB url("../images/bgTitleH3.gif");
}

.tab_prog
{
	margin: 15px 0 0 15px;
	padding: 0;
	width:625px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align:middle;

}

.tab_heure
{
	width:60px;
	height:35px;
	color:#0085CB;
	border-bottom:1px #999999 dashed;

}

.tab_description
{
	width:455px;
	height:35px;
	border-bottom:1px #999999 dashed;
	
}

.tab_logo
{
	width:110;
	height:35px;
	border-bottom:1px #999999 dashed;

}

.tab_liens
{
	margin: 15px 0 0 25px;
	padding: 0;
	width:595px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	vertical-align:middle;

}

.tab_joindre
{
	margin: 15px 0 0 35px;
	padding: 0;
	width:575px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	vertical-align:middle;

}

.tab_photo
{
	margin: 15px 0 10px 10px;
	padding: 0;
	width: 620px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	vertical-align:middle;
	border: 1px #666666 solid;
	background:#0085cb;
}

.tab_photo td
{
	width:150px;
	float:none;
	text-align:center;
	border:1px #666666 solid;
	background: #d2d6db;
}