* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url(/images/bkg_gen.gif) no-repeat 60px 20px;
	font: 78% Arial, Helvetica, sans-serif;
	color: #333;
}
.txt_petit {
	font-size: 90%;
}
.bold {
	font-weight: bold;
}


h1 {
	margin-bottom: 18px;
}	

a:link{
	color: #d61824;
	text-decoration: none;
}
a:visited {
	color: #d61824;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #d61824;
	text-decoration: underline;
}
.inactif {
	color: #000000;
	text-decoration: none;
}
.actif {
	color: #d61824;
	text-decoration: none;
}

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


.fin_rubrique {
	background: url(/images/nav/fin_rubrique.gif) no-repeat;
	margin: 22px 0 30px 0;
}


#nav {
	margin: 156px 0 0 59px;
	width: 400px;
}
#contenu {
	width: 880px;
	position: relative;
	margin: 170px 0 0 60px;
	left: -12px;
	top: -40px;
}
.pochette{
	float: right;
}

#col_gauche {
	float: left;
	width: 345px;
	margin: 0 60px 0 0;
}
#col_droite {
	float: left;
	width: 345px;
}
#contenu ul {
	list-style-image: none;
	list-style-type: none;
}
#contenu li {
	margin: 0 0 3px 0;
	padding: 0 0;

}
.actif a:link{
	color: #d61824;
	text-decoration: none;
}
.actif a:visited{
	color: #d61824;
	text-decoration: none;
}
.actif a:hover{
	color: #414141;
	text-decoration: underline;
}
.actif a:active{
	color: #414141;
	text-decoration: underline;
}
.inactif a:link{
	color: #414141;
	text-decoration: none;
}
.inactif a:visited{
	color: #414141;
	text-decoration: none;
}
.inactif a:hover{
	color: #d61824;
	text-decoration: underline;
}
.inactif a:active{
	color: #d61824;
	text-decoration: underline;
}

#chansons_liste {

}

.form_champs {
	background-color: #FFFFFF;
	border: thin solid #999999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_bouton {
	background: #d61824;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border: thin solid #999999;
	cursor: pointer;
}

.form_nbr {
	background-color: #FFFFFF;
	border: thin solid #999999;
	width: 20px;
}
