/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

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

a:hover {
	text-decoration: underline;
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 14px;
}

h5{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #ff9900;
	width: 100%;
}

#navBar{
	margin: 0 0 0 0;
	width:21%;
	float:left;
	padding: 0 0 0 5px;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #E00300;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	border-bottom: solid #e00300;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	width: 700px;

}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color:#FF9900;
	font-size: 19px;
}

.feature h4{
	padding: 10px 0px 10px 0px;
	text-align: left;
	color:#FF9900;
	font-size: 14px;
	font-weight:bold;
}

.feature h5{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color:#FF9900;
	font-size: 14px;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:hover{
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}

.feature form{
	border:#ff9900 solid 1px;
	padding-left:10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #ff6600;
	font-size: 14px;
	color: #ff6600;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link{
	color:#e00300;
	}

#siteInfo a:visited{
	color:#e00300;
	}
	
#siteInfo a:hover{
	color:#000000;
	text-decoration:none;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #ff9900;
	font-size: 90%;
	border-right: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	text-align:justify;
	margin: 0 0 0 0;

}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

a.ici:hover{
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
	
a.titre:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size:30px;
}
a.titre:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size:30px;
}
a.titre:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size:30px;
}


a.titre:hover{
	text-decoration:none;
	border-bottom:2px solid #e00300;

}


/************** #images **************/

img.picleft{
	float:left; 
	padding-right:15px;
}

img.picright{
	float:right; 
	padding-left:15px;
}

/************** #liens_gallerie **************/

.liens_galleries{
	font-size: 12px;
	color: #333333;
}

a.liens_galleries:link{
	color:e00300;
}

a.liens_galleries:visited{
	color:e00300;
}

a.liens_galleries:hover{
	color:#ff9900;
}


#conteneur {
	position: relative;
	margin: 2.5em 0 0 0;
	text-align: left;
	width: 993px;
	margin-left: 20px;
        /*background-color : #fff;*/
        }

    #menu_h {
        /*width:100%;*/
        padding-left:5px;
        }
    #menu_h span, span#btn2, img, a {
        margin : 0;
        padding : 0;
        margin : none;
        padding : none;
        }
    #menu_h span, span#btn2 {
        float:left;
        }
    span#btn2 {
        display:block;
        width:200px;
        height:50px;
        }


		
		
ul.plan {
	list-style-type: none;
	background-image: url(images/puce.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 30px;
}

a.plan:hover{
	text-decoration:underline
	}


/************** utility styles *****************/

#utility{
	font: 14px Verdana,sans-serif;
	position: absolute;
	top: 50px;
	right: 15px;
	color: #FF6600;
	border:#FF6600 dashed 1px;
	padding:5px 5px 5px 5px;
	font-weight:bold;
}

#utility a{
	color: #e00300;
}

#utility a:hover{
	text-decoration: none;
	color:#ff6600;
}

/************** menu_artistes styles *****************/

#menu_artistes {
	text-align:center;
	padding-left:20px;
	padding-right: 20px;
	width: 480px;
	}

#menu_artistes img {
	float:none;
	}

#menu_artistes hr {
	color:#FF9900
		}
	





div.musicaldiv {
	width:49%;
	float:left;
	height:90px;
	padding-right:1px;
	}


div.musicaldivimg {
	width:50%;
	float:left;
	height:430px;
	padding-bottom:15px;
	}

.musicaldivimg img {
	float:left;
	}


div.musicaldivright {
	width:49%;
	float:left;
	height:90px;
	padding-left:1%;
	}
	
div.musicaldivimgright {
	width:50%;
	float:left;
	height:430px;
	padding-bottom:15px;
	}

.musicaldivimgright img {
	float:right;
	}
	



div.musicaldiv2 {
	width:49%;
	float:left;
	height:120px;
	padding-right:1%;
	}


div.musicaldivimg2 {
	width:50%;
	float:left;
	height:190px;
	}

.musicaldivimg2 img {
	float:left;
	}


div.musicaldivright2 {
	width:49%;
	float:left;
	height:120px;
	padding-left:1%;
	}
	
div.musicaldivimgright2 {
	width:50%;
	float:left;
	height:190px;
	}

.musicaldivimgright2 img {
	float:right;
	}
	
.siteInfo2 a:link {
	color:#ff9900;
	}

.siteInfo2 a:visited {
	color:#ff9900;
	}
	
.siteInfo2 a:hover {
	color:#e00300;
	text-decoration:none;
}


/********** archives **************/

div.archive {
	width:130px;
	border:solid 2px #e00300;
	background-color:#FF9900;
	color:#E00300;
	font-weight:bold;
	float:right;
	text-align:center;
	margin:20px 20px 0 20px;
	padding:10px;
	height: auto;
	font-size: 110%;
}

div.archive img {
clear:both;
float:left;
}

div.archivetext {
clear:both;
padding:0;
}

div.archivetext a{
text-decoration:none;
display:block;
padding:10px;
}

div.archive a:hover{
background-color:#E00300;
color:#FF9900;
}



div.archive2 {
	width:40%;
	border:solid 2px #e00300;
	background-color:#FF9900;
	font-weight:bold;
	height: auto;
	font-size: 110%;
	float: left;
	margin:20px 30% 20px 30%;;
}

div.littlearchive {
	width:150px;
	background-color:#FF9900;
	color:#E00300;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	height: auto;
	font-size: 110%;
}

div.archive2 img {
clear:both;
float:left;
}

div.archivetext2 {
clear:both;
padding:5px 0;
}

div.archivetext2 a{
text-decoration:none;
display:block;
padding:10px;
}

div.archive2 a:hover{
background-color:#E00300;
color:#FF9900;
}



/********** moreno ************/

div#bigmoreno {
	margin:10px;
	margin-right:100px;
	width:auto;
	float: left;
	clear:none;
}

div#littlemoreno {
width:630px; 
margin:0 auto;
}

div#littlemoreno img {
padding:5px;
float:left;
}


h3.clearh3 {
	clear:both;
	}
	
/********** videos **************/

div#titrevid {
	color:#FF9900;
	font-weight:bold;
	width:480px;
	font-size:14px;
	border-bottom:2px dashed #e00300;
	}


div#titrevid2 {
	color:#FF9900;
	font-weight:bold;
	width:600px;
	font-size:14px;
	border-bottom:2px dashed #e00300;
	}
		
		
div#titrevid3 {
	color:#FF9900;
	font-weight:bold;
	width:800px;
	font-size:14px;
	border-bottom:2px dashed #e00300;
	}
	
div#menuvid {
padding-left:20px;
border-left:2px solid #FF9900;
margin-top:30px;
}

div#menuvid ul{
	list-style:none;
	}

p#titrebientot {
	font-size:18px;
	color:#e00300;
	margin-top:30px;
	color:#FF9900;
	font-style:italic;
	}
	
div#cuadro {
padding:5px 0; 
width:320px; 
margin:10px 0; 
margin:0 auto;
}

div#cuadro a, div#cuadro span{
	color:#FF9900;
	font-weight:bold;
	}
	
p.quote {
padding-left:20px;
padding-bottom:15px;
}

a.orange {
color:#FF9900;
}

span.big {
font-weight:bold;
font-style:italic;
font-size:18px;
color:#FF9900;
}


/*****/

div.stages {
clear:both;
background-color:#FF9900; 
width:80%;
margin:0 auto;
color:#e00300;
font-size:1.2em;
padding:10px 20px;
border:2px solid #e00300;
font-weight:bold;
}

div.stages a{
color:#000000;
}

div.stages a:hover{
background-color:#e00300;
color:#FF9900;
}

ul#contenustages {
	list-style-type:square;
	}
	
ul#contenustages ul {
	list-style-type:circle;
	}

ul#contenustages li {
	margin:7px 0px;
	}
	
ul#contenustages li span {
	color:#e00300;
	font-weight:bold;
	}

p.bt {
	color:#e00300;
	font-weight:bold;
	border:2px solid #e00300;
	border-left:40px solid #e00300;
	padding:10px;
		}
