/*  
Theme Name: vvFestival
Theme URI: http://velovert.com/
Description: Festival velovert theme.
Version: 1.0
Author: Pat Faramaz

	vvFestival v 1.0
	http://velovert.com/

	This theme was designed and built by Pat Faramaz,

	Structure of theme files derived from the default WordPress 1.5 theme.	
	
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.separator{

    visibility: hidden;
    clear: both;
}
	
/* Begin Structure */
body {
        font-size: 1em;
        font-family: Helvetica, verdana, arial;
	margin: 0;
	padding: 0;
        /* background: #78b41f url(images/bg_body.jpg) repeat-x; */
        background: #449ac9 url(images/bg_bod.jpg) repeat-x;
	}


        /* MENU TOP */

#menu_top{
margin: 0;
padding: 0;
height: 25px;
background: #2d371e;
position: relative;
z-index: 101;
}

#menu_top div.men{
width: 980px;
margin: 0 auto;

}

#menu_top ul {
        width: 800px;
        margin: 0 auto;
        font-size: 0.9em;
        padding: 0.4em 0 0 0;
        text-align: right;
	list-style-type: none;
	list-style-image: none;
	float: left;
}

#menu_top ul.multi_lang{
width: 170px;
float: left;
text-align: left;
}        

#menu_top li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#menu_top li a{
            color: #FFF;
            text-decoration: none;
}

#menu_top li.current_page_item a{
color: #ff6600;
}


#menu_top li.page_item{
    padding: 0 0.7em;
    border-right: 1px solid #FFF;

}

#menu_top li.page_item:last-child{
    border-right: 0px;

}

#menu_top li a:hover{
    color:#ffed00;
    text-decoration: none;
}



#page {
	margin: 0 auto;
	width: 980px;
        padding-bottom: 30px;
        position: relative;
        z-index: 3;
	}
	
#header {
	height: 180px;
        position: relative;
	}


/* LOGO HEADER */

#header h1{
        width: 403px;
	    height: 168px;
        background: transparent url( images/logo_header.png ) no-repeat;
        position: absolute;
        top:8px;
        left: -74px;
        z-index: 1000;
}


#header h1 a{
display: block;
width: 457px;
	height: 209px;
}

#header h1 span{
    display: none;
}


#header h2{
        margin: 15px 0 0 0;
        width: 560px;
	height: 133px;
        /*background: transparent url( images/date_header.png ) no-repeat;*/
        position: absolute;
        right: -40px;
        bottom: 25px;
	}


#header h2 span{
    display: none;
}


#header a.logo_lioran{
position: absolute;
bottom: 35px;
left: 300px;
}

#header a.logo_oc{
position: absolute;
bottom: 35px;
left: 410px;
}

#header a.inscription_bt_header{
position: absolute;
top:-20px;
right: 0px;
background: transparent url(images/bt_header_inscription.png) center no-repeat;
display: block;
width: 192px;
height: 27px;
padding:20px 0 0 0; 
text-align: center;
color: white;
font-size: 20px;
text-decoration: none;
}
#header a.inscription_bt_header:hover{
color:#ffed00;
top:-17px;
}

div.page_content{
    margin: -30px 0 0 0;
    background: #fff;
    padding: 7px;
    border: 1px solid #999966;
    color: #666;
}



div#slider{
    width: 960px;
    height: 322px;
    background: #fff;
    padding: 0 10px 0px 10px;
    clear: both;
}


#content {
	width: 650px;
	margin: 0px 0 0 0;
	padding: 40px 40px 40px 50px;
	float: left;
	clear: both;
    background: #FFF url('images/bg_post.jpg') repeat-x;
	}


        #content h2{
         font-family: helvetica,Verdana;
        }



#content.single {
	width: 730px;
    min-height: 400px;
	margin: 0; 
	padding: 40px 10px;
	font-size: 0.9em;
	}
	
#content.single p{
	display: block;
	margin: 5px 0;
	}	
	

#content.home_single {
    width: 100%;
	margin: -30px 0 0 0;
	padding: 0px 0px;
        background: none;
	}

	
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
.postmetadata .alt {
	margin: 25px 0 0 0;
	}	
	
#footer {
        border-top: 1px solid #bece0c;
	clear: both;
        position: relative;
        z-index: 3;
        height: 120px;
        margin: 30px 0 0 0;
        padding: 0 0 40px 0;
}
	
#footer.single {
	
	}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}



/* DEFAULT */

/*========================================================*/

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

strong {
font-weight: bold;
color: #333;
}

a {
  color: #FF6600;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h2, h2 a, h2 a:visited {
  color: #333;
}

h2 a:hover {
  color: #666;
  text-decoration: none;
}

h2 {
  margin: 24px 0 8px 0;
  padding: 0;
}

h3 {
  margin: 18px 0 8px 0;
  padding: 0;
}

h4 {
  margin: 16px 0 8px 0;
  padding: 0;
}

cite {
  color: #333;
}

code {
  font: 1.2em 'Courier New', Courier, Fixed;
}

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin:0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float:right;
  margin:0 0 1em 1em;
}

a img.alignleft {
  float:left;
  margin:0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
border-top: 0!important;
  text-align: center;
  max-width: 96%;
  padding-top: 5px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   max-width: 100%;
   height: auto;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 5px;
   margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

blockquote {
  color: #777;
  margin: 15px 30px 0 20px;
  padding-left: 10px;
  border-left: 5px solid #ddd;
}


.navigation {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 16px;
}

.postinfo {
  clear: both;
  margin: 10px 2px 20px 2px;
  padding: 3px 2px 3px 2px;
  border-top: thin dotted #CCC;
  border-bottom: thin dotted #CCC;
  color: #666;
}

.postinfocom {
  clear: both;
  height: 15px;
  margin: 0 0 50px 0;
  padding: 4px 2px 2px 2px;
  border-top: thin dotted #CCC;
  border-bottom: thin dotted #CCC;
  color: #666;
}

.com {
  display: inline;
  float: right;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
  font-weight: normal;
}

.alt {
  background-color: #f0f0f0;
}



/* LIEN FOOTER */


div.lien_footer{
position: relative;
        width: 980px;
        margin: 0 auto;
        font-size: 0.9em;

}

div.lien_footer ul {
        width: 290px;
        padding: 0.4em 0 0 1em;
        margin: 0 0 0 15px;
	list-style-type: none;
	list-style-image: none;
        float: left;
	}

div.lien_footer ul li a{
 color:#FFF;
 text-decoration: none;
 
}

div.lien_footer ul li a:hover{
  color:#ffed00;
 text-decoration: none;

}

div.lien_footer ul li a img{
 position: relative;
 top:5px;
}


	
div.columnleft {
	float: left;
	width: 285px;
	padding-right: 33px;	
	}

div.columnright {
	float: right;
	width: 285px;
	padding-left: 34px;
}
/* End Structure */



#sidebar{
float: left;
margin-left: 5px;
width: 210px;
}

h2, #sidebar h2 {
	margin: 0;}	
	
#sidebar h2 {
	padding: 0;
	}

h3 {
	margin: 30px 0 0 0;
	padding: 0;
	}

h3.comments {
	margin: 40px auto 20px auto;
	padding: 0;
	}
	
h4 {	
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;	
	}	
/* End Headers */





#foot-single{
background:#F1F1F1;
  padding:10px;
  border:1px solid #DADADA;
  border-width:1px;
  line-height:1.5;
  

}





/* Sidebar headers */
div#sidebar {
font-family: Helvetica,verdana;
color: #666;
font-size: 1em;
}


div#sidebar h2 {
  text-transform:uppercase;
  font-weight: lighter;
  color:#333;
  margin:20px 0 8px;
  font-size:1.1em;
  line-height:1;
}


div#sidebar a {
   text-decoration: none;
   font-size: 1em;
   color: #666;
   
}

div#sidebar a:hover {
   text-decoration: none;
   font-size: 1em;
   color: #666;
   
}


/* Search input */
form#searchform {

  position:relative;
  height:28px;
  margin:0px 0 20px 3px;
}

form#searchform input#s {
  width:135px;
  padding: 0.1em 0.2em;
  font-size: 1em;
  color: #666;
  border:1px solid #bcbcbc;
}

form#searchform input#sidebarsubmit {
 font-size: 0.7em;
 position: relative;
 top:-2px;
 left: 4px;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted;
	}
	
blockquote, blockquote cite {
	margin: 0px 15px 0 0; 
	padding: 20px 0px 20px 33px; 
	background: url(images/quote-arial.gif) 0px 15px no-repeat; 
	color: rgb(110,106,103); 
	font-style: italic; 
	font-size: 0.9em;}

blockquote cite {
	display: block; 
	}
	
blockquote p {
	margin: 0; 
	padding: 0; 
}		

.center {
	text-align: center;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	clear: both;
	border-bottom: none;	
	}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;}	


ol.commentlist {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.commentlist li {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  border: #ccc 1px dotted;
  margin: 4px 0;
  padding: 4px;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
}

.commentmetadata a {
  color: #333;
  text-decoration: none;
}

#commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform input {
  width: 170px;
  padding: 2px;
  border: 1px solid #666;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}


.post {
  text-align: justify;
}

.post h2 {
  margin: 20px 0 2px 0;
  clear: both;
}

.entry {
  margin: 12px 0 8px 0;
}

.entry ul {
  margin-left: 0;
  padding: 0 0 0 10px;
  list-style: none;
  text-indent: -10px;
}

.entry ul li ,.single ul li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  margin-left: 0;
  padding: 0 0 0 10px;
  text-indent: -10px;
}

.entry ol li {
  margin: 7px 0 8px 10px;
  list-style-position: inside;
}

.entry ol li:before {
  content: "";
}

.entry form {
  text-align:center;
}

.com a {
  background: url(images/comment.gif) left no-repeat;
  padding-left: 18px;
}



/* End Various Tags & Classes*/


/* SLIDER UI FOR HOME PAGE*/

#featured{
	position:relative;
	height:300px;
	background:#fff ;
	padding: 10px 0 0 0;
	margin: 0;

}

#featured ul.ui-tabs-nav{
	position:absolute;
	top:10px; right:0px;
	list-style:none;
	padding:0px 0 0 0; margin:0;
	width:310px;
	z-index: 50;
}
#featured ul.ui-tabs-nav li{
	padding: 1px 0;margin:1px 0;
    height: 57px;
    background:transparent url('images/bg_notactive.jpg') center repeat-x;
}

#featured ul.ui-tabs-nav li span{
	font-size:30px; font-family:helvetica, verdana;
	display: block;
}
#featured li.ui-tabs-nav-item a{
	display:block;
    text-align: right;
    padding: 20px 5px 0 0;
	color:#fff;
    text-decoration: none;
}


#featured li.ui-tabs-nav-item a:hover{
	    color: #cccc00;
        text-decoration: none;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected{
       background: transparent url('images/bg_active.jpg') repeat-x;    
       margin: 0 0 0 0px;
       
        
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{
        color:#333;
	
}
#featured .ui-tabs-panel{
	width:640px; height:300px;
	background:#999;
	position: relative;
	z-index: 20;
	padding: 0;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	bottom:0px; left:0;
	height:80px;
        width: 100%;
	background: url('images/transparent-bg.png');
}
#featured .info h2{
	font-size:21px; font-family:Helvetica, verdana;
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:Helvetica, Verdana; font-size:15px;
	line-height:15px; color:#fff;
}
#featured .info a{
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover{
	text-decoration:underline;
}
#featured .ui-tabs-hide{
	display:none;
}

/* INSCRIPTION HOME */

#inscription_home{
width: 100%;
background: #fff;
height: 75px;
}

#countdownCont{
width: 60%;
text-align: right;
float: left;
}

#bt_home_inscription{
float: left;
}

/* SUB MENU FOR HOME PAGE */

ul#sub_menu{
    
   /*  width: 650px; */
   width: 100%; 
}


ul#sub_menu li {

    width: 140px;
    position: relative;
    float: left;
    height: 100px;
    background: #fff;
    padding: 8px;
    margin: 2px;
    border: 1px solid #999966;
    

}

ul#sub_menu li span.img_menu_home{
display: block;
height: 40px;
width: 100%;
display: none;
overflow: hidden;
}
/*
ul#sub_menu li.sub_menu_elem_2 {
    margin: 0 0 0 15px;
}

ul#sub_menu li.sub_menu_elem_3 {
    margin: 15px 0 0 0px;
}

ul#sub_menu li.sub_menu_elem_4 {
   margin: 15px 0 0 15px;
}
ul#sub_menu li.sub_menu_elem_5 {
    margin: 15px 0 0 0px;
}

ul#sub_menu li.sub_menu_elem_6 {
   margin: 15px 0 0 15px;
}
*/


ul#sub_menu li a {
   display: block;
   font-family: Helvetica, verdana;
   text-decoration: none;
   color: #333;
   font-size: 1em;
}
ul#sub_menu li a strong {
display: block;
margin-top: 5px;
}
ul#sub_menu li a:hover{

    color: #cccc00;
}

ul#sub_menu li a b{
    display: block;
 font-weight: normal;
 padding: 8px 0 0 0;
 
}

ul#sub_menu li a img{
    border: 1px solid #999966;
}

/* INFO IN HE HOME PAGE */

ul#menu_home_top{
margin-bottom: 10px;
position: relative;
z-index: 1001;
}
ul#menu_home_top li{
float: left;
width: 128px;
font-size: 13px;
border: none;
margin: 1px;
padding: 10px 5px;
background: #fff url(images/menu_bg.png) repeat-x;
text-align: center;
}
ul#menu_home_top li a{
color: #666;
position: relative;
z-index: 1001;
display: block;
}
ul#menu_home_top li a:hover{
color: #2f9bd7;
text-decoration: none;
}
ul#menu_home_top li.page-item-18{

background:  url("images/bt_header_inscription.png") no-repeat center transparent;
}
ul#menu_home_top li.page-item-18 a{
color: #fff!important;
}
div#sideBar_page{

    width: 295px;
    position: absolute;
    top:491px;
    right: 18px;
    padding: 0;

}


a#bt_home_inscription{
display: block;
width: 310px;
height: 38px;
padding: 6px 0 5px 0;
margin-bottom: 10px;
background: transparent url(images/bg_bt_inscription.jpg) repeat-x;
font-size: 30px;
color: #fff;
border: 1px solid #0066cc;
text-align: center;
position: relative;
left: 3px;
margin-top: 12px;
}

a#bt_home_inscription:hover{
text-decoration: none;
}

div#sideBar_page{

    width: 295px;
    /*height: 200px;*/
    height: auto;
    border: 1px solid white;
    background: #fff;
    padding: 9px;
    border: 1px solid #999966;

}
#news_sideBar_home{
width: 295px;
float: left;
   margin: 8px 0 0 20px;
    height: auto;
    border: 1px solid white;
    background: #fff;
    padding: 9px;
    border: 1px solid #999966;
    }
    
div#sideBar_page h1{

    font-size: 1.5em;
    color: #666;
    font-family: Helvetica,verdana;
    
}

div#sideBar_page h2.title_home{
    margin: 15px 0;
    }

div#sideBar_page h2.title_home a{
    
    font-size: 1.2em;
    color: #FF6600;
    font-family: Helvetica,verdana;

}


div#sideBar_page div.latest_post{
    text-align: justify;
    /*height: 163px;*/
    height: auto;
    font-size: 0.9em;
    padding: 6px;
    margin: 4px 0 0 0;
    background: transparent url('images/bg_news_home.jpg') repeat-x;
}

div#sideBar_page div.latest_post a{
    color: #ccc000;
    
}


.telesiege{
    position: fixed;
    z-index: 2;
    bottom: -20px;
    right: 0px;


}

.village{
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: -10px;


}

p.sidebar_info{
color:#666;
width: 170px;
height: 160px;
background: transparent url('images/bg_info.png') no-repeat;
float: left;
padding: 40px 10px 10px 30px;
font-size: 15px;
position: relative;
left:15px;
font-family: Helvetica,verdana;
}

.infoline_home{
color:#666;
font-size: 15px;
font-family: Helvetica,verdana;
}


p.sidebar_info .title_info,.infoline_home .title_info{
font-size: 20px;
}

p.sidebar_info img,.infoline_home img{
position: relative;
top:1px;
}

p.sidebar_info strong, .infoline_home strong{
color:#666;
}

.infoline_home a{
color:#666;
display: inline;
}

a#bt_page_inscription{
display: block;
width: 206px;
height: 38px;
padding: 12px 0 0 0;
margin-bottom: 10px;
background: transparent url(images/bg_bt_inscription.jpg) repeat-x;
font-size: 23px;
color: #fff;
text-align: center;
float: left;
border: 1px solid #06C;
margin: 10px 0px;
position: relative;
left: 10px;
}

#like_bt{
padding: 14px 0 0 0;
float: left;
margin: 10px 0px;
position: relative;
left: 10px;
}




a#bt_page_inscription:hover{
text-decoration: none;
}

/* FORM CONTACT */

.wpcf7{

margin: 0 0 0 30px;

}

.wpcf7 p{

    font-size: 0.9em;
    margin: 10px 0;

}

.wpcf7 input{

    padding: 0.7em;
    border: 1px solid #CCC;

}

.wpcf7 textarea{
    width: 350px;
    height: 150px;
    padding: 0.7em;
    border: 1px solid #CCC;

}

.wpcf7 .wpcf7-validation-errors{

    border-color: red;
}




/* FORM TAB */

div#tabs{
position: relative;
margin: 0px 0;
width: 100%;
padding: 0 0 30px 0;
}

div#tabs div{

border-top: 1px solid #666;
margin:3px 0 30px 0;
width: 100%;
min-height: 100px;
padding: 30px 0 30px 0;
font-size: 1em;

}


div#tabs div.ui-tabs-hide{
display: none;
}


div#tabs ul.menu li{
position: relative;
cursor: pointer;
display: inline;
background: transparent url('images/bg_notactive.jpg') center repeat-x;
padding: 4px 7px 3px 7px;
margin: 0 0px 0 0;
border: 1px solid #666;
/*
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
border-radius: 17px;
*/
color: #FFF;
font-size: 0.9em;
}


div#tabs ul li a{
color: #FFF;

}

div#tabs ul li a:hover{
color: #FFF;
text-decoration: none;
}

div#tabs ul li{

    border-color:#999;

}


div#tabs ul li.ui-tabs-selected{
    color:#333;
    border-color:#333;
    background: transparent url('images/bg_active.jpg') center repeat-x;
}

div#tabs ul li.ui-tabs-selected a{
color:#333;
}

/* MENU RIGHT */

ul.menu_right{
    padding: 10px;
    text-align: right;

}

ul.menu_right li{
margin: 0.3em 0;


}

ul.menu_right li a{
text-decoration: none;
font-size: 1.2em;
font-size: helvetica,verdana;
color:#666;
padding: 0.1em 2px 0.1em 0.4em;
}

ul.menu_right li a:hover{
text-decoration: none;
background: #FF6600;
color:#fff;
}



ul.menu_right li.current_page_item a{
background: #fff000;
color: #333;
}

h2.blog{
font-size: 1.5em;
color: #FF6600;
margin: 0 0 20px 0;
}

h2.blog a,h2.blog a:visited{

color:#FF6600;

}

h2.blog a:hover{

color:#FF0000;

}

.byline{
font-size: 0.8em;
color:#666;
margin: 0 0 20px 0;
}




.page_content h2.title_page{
background: #333;
font-size: 1.8em;
color: #FFF;
padding: 0.2em 0.3em 0.1em 0.3em ;
margin: 0 0 30px 0;
display: inline;
}

div.logo_marque{
width: 150px;
height: 110px;
float: left;
margin: 10px;
text-align: center;
}

div.logo_marque img{
vertical-align: center;
}

#t7_timer { 
	width: 250px; 
	height: 55px; 
	position: relative;
}

#t7_timer_over { 
	width: 200px; 
	height: 55px; 
	background-image: url(images/Countdown-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


#t7_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_numbs {

	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}


#t7_d {
	background-image: url(images/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	width: 45px;
	height:33px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_h {
	background-image: url(images/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	width: 45px;
	height:33px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_m {
	background-image: url(images/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	width: 45px;
	height:33px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#t7_s {
	background-image: url(images/Countdown2-nc.png);
	background-repeat: no-repeat;
	float:left;
	width: 45px;
	height:33px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#t7_yl {
	float:left;
	width: 51px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_dl {
	float:left;
	width: 50px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_hl {
	float:left;
	width: 50px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_ml {
	float:left;
	width: 48px;
	height:15px;
	padding:0px;
	margin: 0px;
}
#t7_sl {
	float:left;
	width: 46px;
	height:15px;
	padding:0px;
	margin: 0px;
}

#countdownCont{
    border: 1px solid white;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 5px 3px;
} 
    
#countdownCont p{
float: left;
margin: 4px 0 0 10px;
font-size: 1em;
padding: 20px 0 0 30px;
color: #666;
}    
    
#countdown { float:left; width: 200px; height: 37px; text-align: center;margin: 5px auto; padding: 10px 0 0 40px;}

#home_video{
text-align: center;
width: 645px;
float: left;
margin-top: 10px;
}


/*jquery boxy*/
.boxy-wrapper {position: absolute;}
.boxy-wrapper.fixed {position: fixed;}
.boxy-modal-blackout {position: absolute; background-color: black; left: 0; top: 0; z-index: 32500;}
.boxy-wrapper {empty-cells: show;}
.boxy-wrapper .top-left,.boxy-wrapper .top-right,.boxy-wrapper .bottom-right,.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
.boxy-wrapper .top-left { background: url('./images/boxy-nw.png'); }
.boxy-wrapper .top-right { background: url('./images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { background: url('./images/boxy-se.png'); }
.boxy-wrapper .bottom-left { background: url('./images/boxy-sw.png'); }
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/boxy-nw.png'); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/boxy-se.png'); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/boxy-sw.png'); }
.boxy-wrapper .top,.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .left,.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; line-height: 1; }
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 15px;font-size:11px;max-height:400px;overflow:auto;}
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }

/*  MultiSelect - A fake <select> filled up with checkboxes, based on jQuery */
.multiSelect {margin:2px;width: 178px;border: solid 1px #BBB;background: #FFF url(images/dropdown.gif) right center no-repeat;padding: 2px 4px;padding-right: 20px;display: inline;}
.multiSelect.hover {color:#666666;background: url(images/dropdown_hover.gif) right center no-repeat;}
.multiSelect.active,.multiSelect.focus {border: inset 1px #000;}
.multiSelect.active {background: url(images/dropdown_active.gif) right center no-repeat;}
.multiSelectOptions {width: auto;min-width:206px;max-height: 150px;margin-top: -1px;overflow: auto;border: solid 1px #B2B2B2;background: #FFF;}
.multiSelectOptions LABEL {padding: 2px 5px;display: block;font-size:11px;}
.multiSelectOptions LABEL.checked {background: #E6E6E6;}
.multiSelectOptions LABEL.selectAll {border-bottom: dotted 1px #CCC;}
.multiSelectOptions LABEL.hover {background: #CFCFCF;}






/*inscription*/

#form_festival input,select{ font-size: 11px;border: 1px solid #BBBBBB;
    display: inline;
    margin: 2px !important;
    padding: 2px 2px 2px 2px !important;
   }
#form_festival .sl6{width:206px !important;}
#form_festival input.multiSelect{padding-right: 20px !important;padding-left: 2px !important;width:182px !important;}
#form_festival .submit{font-size:12px;padding:7px !important;background-color:#ffcc33;color:#000000; font-weight:bold; border:1px solid white; margin:10px 10px 4px 0px !important;cursor:pointer;-moz-border-radius:8px;-webkit-border-radius: 8px;}
#form_festival .submit:disabled{background-color:#CCC;}


#form_festival {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color:#333;margin:0px;padding:0px;}
#form_festival table {border-collapse:collapse;border-spacing:0px;}
#form_festival {padding-top:5px;color:#666666;}
#form_festival .left_col_form {color:#666666; font-weight:bold; text-align:right;vertical-align:middle; font-size:11px;}
#form_festival .right_col_form {height:20px; text-align:left; color:#000;}
#form_festival .fieldset_form {-moz-border-radius:10px;-webkit-border-radius: 10px;border-radius:10px;border:1px solid #9F9F9F;margin:10px 0px;padding:4px;position:relative;}
#form_festival .fieldset_form legend {font-size:11px;font-weight:bold;margin-left:10px;padding-left:10px;padding-right:10px;position:relative;}
#form_festival .right_col_form .select,#form_festival  .right_col_form .input{width:200px;}
#form_festival .alert{font-size:10px;color:#FF0000;padding-top:10px; }
#form_festival .balert{font-size:11px;font-weight:bold;color:#FF0000;padding-top:5px;}
#form_festival .bob{padding-bottom:10px;padding-top:5px;font-size:11px;border-bottom:1px solid #000;}
#form_festival .input_error{background:#FF0000;color:#FFF;}
#form_festival .aright { text-align:right; padding-right:4px; }
#form_festival .ft_red { color:#ff3300; }
#form_festival .img_btn { cursor:pointer; border:0 none; }
#form_festival .cent {border-collapse: collapse;border-spacing: 0;width: 100%;}
#form_festival .recap td{padding:5px;} 
#form_festival .recap .header{font-weight:bold;background:#BBCC01;color:#000;} 
 #form_festival #valid_pass{background:#87B918 url('http://www.velovertfestival.com/images/paiement.gif') no-repeat 4px 5px;padding: 16px 10px 16px 50px !important;}
 #form_festival #add_people{background:#ffcc33 url('http://www.velovertfestival.com/images/add_user.png') no-repeat 3px 5px;padding-left:30px !important;}
 #form_festival #read_rules{display:none;font-size:11px;}
   #form_festival .vtop{vertical-align:top !important;}
