@charset "utf-8";
body  {
	margin: 25px 0 0 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #FFFFFF url(images/bg_col.gif) repeat-y left top;
    }
    
img {
	border: 0;
	margin:0;
}
	
#container { 
	margin: 0 0;
	text-align: left; 
    } 

#sidebar {
    	float: left; 
    	width: 189px;
    	padding: 0;
    	margin-top:0px;
    }

#mainContent { 
		
    	margin: 0 10px 0 190px;
    }
    
blockquote {
	padding: 0 0 0 0.3em;
	color: #333333;
}

/*****************************/
/* SIDEBAR    */
/*****************************/   

#speerstralogo {

}
#speerstralogo a{
	display:block;
	width:162px;
	height: 33px;
	background-image: url(images/logo.gif);
	background-position: 0 0;
	text-decoration:none;
}
#speerstralogo a:hover{
	background-image: url(images/logo.gif);
	background-position: 0 33px;
}
#speerstralogo span{
	visibility: hidden;
		
}

/*****************************/
/* MENU    */
/*****************************/
	
#menu {
		font-weight: bold;
		font-size:1em;
		margin:0 0 10px 0;
	}
	
#menu ul {
		list-style: none;
		padding:0;
		margin:0;
		
	} 
#menu li {
		display: inline;
		padding:0;
		margin:0;
		
	}
#menu a {
		text-decoration: none;
		color:#000000;
		padding:0 10px 0 10px;
		background: #FFFFFF url(images/separateur.gif) no-repeat left ;
	}

#menu a:hover {
		text-decoration: none;
		color:#FFFFFF;
		background: #000000 url(images/separateur.gif) no-repeat left ;
	}
#menu #menu0 {
		background-image:none;
		
}
#menu #menu0:hover{
		background: #000000;
} 

#menu a.on{
	background-color: #000;
	color:#FFF;
	
}

/*****************************/
/* CONTENT    */
/*****************************/

#content {
	margin:0;
    width: 800px;
}

#menuContent {
	float:right;
	margin:12px 0 0 0;
	width:200px;
	padding:0;
}

#menuContent ul {
	list-style:none;
	text-align:right;
	margin:0;
	padding:0;
}
#menuContent li {
	padding: 0;
	margin:0;

}

#menuContent li.special{
	margin:0 0 1em 0;
	padding:0;
	border:solid 1px #FFF;
}

#menuContent li.title {
	background: #FFF url(images/separateur_d.gif) no-repeat right ;
	padding: 0 7px 0 0;
	margin:0;
}

#menuContent #expPast {
	margin: 1em 0 0 0;
}

#menuContent #expFuture {
	margin: 1em 0 0 0;
}

#menuContent a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#menuContent a.on {
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	background: #000;
	text-decoration:none;
	padding: 0 5px 0 3px;
}

#menuContent a:hover {
	font-weight:bold;
	color:#FFF;
	background: #000;
	text-decoration:none;
}

/*****************************/
/* TEXTCONTENT    */
/*****************************/

#textContent {
	width:581px;
}

span.separateur {
	background: url(images/separateur.gif) no-repeat left ;
	width:10px;
	margin: 0 8px 0 8px;
}

#textContent h2 {
	font-size:1em;
	font-weight:normal;
	margin:10px 0 0 0;
}

#textContent h3 {
	display:inline;
	font-size:1.2em;
	font-weight:bold;
	background: url(images/separateur_d.gif) no-repeat right ;
	padding: 0 10px 0 0;
	margin:0;
}

#textContent h3.artiste {
	background: none;
	margin-left:4px;
}



#textContent h3.artiste a{
	background: url(images/separateur_d.gif) no-repeat right ;
	color:black;
	text-decoration:none;
	padding-right:6px;
}
#textContent h3.artiste a:hover{
	background: #000 url(images/separateur_d.gif) no-repeat right ;
	color:#FFF;
	text-decoration:none;
}

#textContent h3.expo {
	font-style:italic;
	background:#000 url(images/separateur_d.gif) no-repeat right;
	color:#FFF;
}

#textContent h4 {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	margin:0;
}

#textContent div {
	text-align:justify;
	line-height: 1.6em;
}

div.decal {
	margin:0 12px 0 12px;
}

div.decal_list {
	margin:18px 12px 30px 12px;
}

div.decal_list p{
	margin:0;
	padding:0;
}

div.decal_list p a.main{
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
	padding: 0 4px 0 4px;
}

div.decal_list p a.main:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

div.decal_list a.more{
	font-style:italic;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

div.decal_list a.more:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

div.decal_list h3{
	display:block;
	font-weight:normal;
	background: none;
	font-size: 1em;
	margin: 0 0 20px 0;
}

#textContent h3.categorie {
	display:block;
	font-weight:normal;
	background: none;
	font-size: 1em;
	margin: 0 0 20px 0;
}

#textContent h3.categorie a{
	font-weight:normal;
	background: #FFF;
	text-decoration:none;
	color:#000;
}

#textContent h3.categorie a:hover{
	font-weight:normal;
	background: #000;
	text-decoration:none;
	color:#FFF;
}


div.images img{
	float:left;
}


/*****************************/
/* SHOP    */
/*****************************/
#textContent h3.shopcategorie {
	display:block;
	font-weight:bold;
	background: none;
	font-size: 1em;
	margin: 0 0 20px 0;
}

#textContent h3.shopcategorie a{
	font-weight:bold;
	background: #FFF;
	text-decoration:none;
	color:#000;
}

#textContent h3.shopcategorie a:hover{
	font-weight:bold;
	background: #000;
	text-decoration:none;
	color:#FFF;
}

div.decal_list_shop {
	margin:18px 12px 18px 12px;
}

div.decal_list_shop p{
	margin:0;
	padding:0;
}

div.decal_list_shop p a.main{
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
	padding: 0 4px 0 4px;
}

div.decal_list_shop p a.main:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

div.moreshop {
	margin:0 0 30px 12px;
}


div.moreshop a.more{
	font-style:italic;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

div.moreshop a.more:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

div.imgshop {
	display:inline;	
}

table.shop_detail_list {
	margin-bottom: 30px;
}

table.shop_detail_list td{
	vertical-align:bottom;
}
table.shop_detail_list td.text{
	padding: 0 0 12px 10px;
}

table.shop_detail_list a.main{
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
	padding: 0 4px 0 0;
}

table.shop_detail_list a.main:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

/*****************************/
/* NEWS    */
/*****************************/

div.news_list {
	margin-bottom: 20px;
	padding-right:20px;
	display: inline-block;
	width: 360px;
	vertical-align:top;
}

div.news_list p{
	margin-left:8px;
}

div.news_list .more{
	margin-left:4px;	
}

.news_source {
	font-weight:bold;
	margin-left: 4px;
}

a.download {
	background:url(images/dl.gif) no-repeat #000000 ;
	background-position: 0px -5px;
	padding: 5px 10px 5px 40px;
	font-size:15px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	margin: 0 5px 0 0;
	white-space: nowrap;
}

a.download:hover{
	background-position: 0px 0px;
	background-color: #000000;
	font-size:15px;
}

div.news_title{
	font-size:1.2em;
	font-weight:bold;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 0 0;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #000000;
}
div.news_short_desc {
	margin: 10px 0 0 0;
	font-weight: bold;
}

div.news_desc {
	margin: 10px 0 0 0;
}

div.dl {
	margin: 15px 0 0 0;
}

div.dl p{
	text-transform: uppercase;
}

div.dl div.link{
	margin: 10px 0 0 0;
}

div.news_back {
	margin: 0 0 10px 0;
}

div.news_back a {
	color:#000;
	text-decoration:none;
}

div.news_back a:hover {
	color:#FFF;
	background-color: #000;
	text-decoration:none;
}

a.lien {
	background:url(images/dl2.gif) no-repeat #000000 ;
	background-position: -5px 0px;
	padding: 5px 10px 5px 40px;
	font-size:15px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	margin: 0 5px 0 0;
}

a.lien:hover{
	background-position: 0px 0px;
	background-color: #000000;
	font-size:15px;
}

div.link {
	margin-top: 30px;
	line-height: 200%;
}

p.list_news{
	color:red;
	line-height:45px;
	text-align:left;
}
