/* @override http://www.abusdangereux.net/inc/style.css */

body{
	color: #FFFFFF;
	background-color: #365369;
	margin: 0;
	padding:100px 0 0 0;
	font: 14px Arial, Helvetica, sans-serif;
}

li{
	list-style-type: none;
}
div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100px;
 }
 @media screen{
  body>div#header{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
} 
 * html div#content{
  height:100%;
  overflow:auto;
}


a:link, a:visited, a:hover{
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	background-color: #990000;
}

#no_border, #no_border:link, #no_border:hover{
	border-style: none;
	border-width: 0;
}

div#div_titre {
	text-align: center;
}



.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #990000;

}


.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #395555;
	background-color: white;
}
.clair{
	color: #FFFFCC;	
}
.fonce{
	color: #333333;	
}
#appel{
background-color:#FFFFFF;
}
.entete{
font-size: 16px;
}
.date{
	color: gray;
	font-style: italic;
	font-size: 11px;
}
#img a img{
	background-color: #990000;
	color: white;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}
#img a:hover img{
	background-color: #990000;
	color: #990000;
	border-color:#990000;
}

.epuise {
	color: #5484a9;
}



img#couv{
	padding: 0;
}
.btn{
	color: white;
	background-color: maroon;
	cursor:pointer;
}
.btn:hover{
	color: maroon;
	background-color: white;
}

.tracklist{
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
#depositaires p strong{
	background-color: #47708f;
}
.col_droite{
	background-color: #ECECEC;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	color: black;
	padding-left: 13px;
	padding-right: 16px;
}
#col_gauche{
	background-color: #ECECEC;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: black;
}
.col_gauche{
	background-color: #ECECEC;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: black;
}

#alert{
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: red;
}
#menu_top{
	background-image: url(http://www.viciouscircle.fr/abus/img/bandeau_top.gif);
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
}

#links a:link,#links a:visited{
	background-color: #365369;
	color: white;
	font-weight: bold;
}
#links a:hover{
	color: gray;
}
div#menu_news {
	text-align: center;
	height: 125px;
	overflow: auto;
}
#news_scroll{
	overflow: auto;
	height: 390px;
	position: relative;
	bottom: 3px;
}
/* Live Validation*/
.LV_validation_message{
	position: absolute;
}
.LV_invalid {
	color: orange;
	font-weight: bold;
}
.LV_valid {
	color: white;
}
