/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. */ 
} 
body {
	background-color:rgb(229, 69, 37);
	background-image:url(images/fondrouge.jpg);
	background-repeat:repeat;
	background-position:center top;
	font-family: Arial;
	font-size:9pt;
	color:#000000;
	text-align:center;
	padding:0px;
	margin:0px; 
}
a.link { color:rgb(255, 204, 0); }
a.visited {color:rgb(255, 0, 0); }

h1 { 
	font-family: Monotype Corsiva;
	font-size:32px;
	font-weight:bold;
	color:rgb(255, 153, 0);
	text-align:center;
	text-decoration:none;
	z-index:10;
}	
h2 { 
	font-family: Monotype Corsiva;
	font-size:26px;
	color:rgb(255, 153, 0);
	text-decoration:black;
	text-align:center;
}	
h3 { 
	font-family: Monotype Corsiva;
	font-size:24px;
	text-align:right;
	color:rgb(255, 153, 0);
	text-decoration:none;
}		
h4 { 
	font-family: Monotype Corsiva;
	font-size:22px;
	color:rgb(255, 153, 0);
	text-decoration:none;
	text-align:left;
}		

h5 { 
	font-family: Monotype Corsiva;
	font-size:20px;
	color:rgb(255, 153, 0);
	text-decoration:none;
	text-align:left;
}		
h6 { 
	font-family: Monotype Corsiva;
	font-size:22px;
	font-weight:normal;
	color:rgb(255, 153, 0);
	text-decoration:none;
	text-align:left;
}			
	
img.imlienacc {
	border-color:rgb(255, 204, 0);
	width: 51px;
	height: 120px;
}
img.imlien{
	border:2px;
	border-color:rgb(255, 204, 0);
	width: 32px;
	height: 75px;
}
a img.imvideo{
	width:128px;
	height:95px;
	border-style:outset;
    border-width:2px;
    border-color:silver;
}

a:hover img.imvideo{
	border-style:inset;
    border-width:2px;
    border-color:silver;
}

.lienacceuil { 
	font-family: Monotype Corsiva;
	font-size:22px;
	color:rgb(255, 153, 0);
	text-align:left;
	text-decoration:none;
}	
.titrealbum { 
	font-family: arial;
	font-weight:bold;
	font-size:10pt;
	color:rgb(255, 102, 0);
	text-align:center;
	text-decoration:none;
}	

.lienspect { 
	font-family: Monotype Corsiva;
	font-size:26px;
	color:rgb(255, 153, 0);
	text-decoration:none;
	margin:0px; 
}	
.txtbordeaux { 
	font-size:11pt;
	text-decoration:none;
	text-align:justify;
	color:rgb(166, 0, 33);
	margin-left:5px;
	margin-right:5px;
	margin-top: 1pt; 
	margin-bottom: 1pt; 
}	

.txtalbum { 
	font-size:9pt;
	text-decoration:none;
	text-align:justify;
	color:rgb(255, 102, 0);
	margin-left:5px;
	margin-right:5px;
	margin-top: 1pt; 
	margin-bottom: 1pt; 
}	
.txtbordeauxp { 
	font-size:8pt;
	text-decoration:none;
	text-align:justify;
	color:rgb(166, 0, 33);
	margin-left:5px;
	margin-right:5px;
	margin-top: 1pt; 
	margin-bottom: 1pt; 
}	
.txtnoir { 
	font-family:arial;
	font-size:11pt;
	text-decoration:none;
	text-align:justify;
	color:rgb(255, 102, 0);
	margin-left:0px;
	margin-right:5px;
	margin-bottom: 1pt; 
	
	}	
.txtorange { 
	font-family:arial;
	font-size:10pt;
	text-decoration:none;
	text-align:justify;
	color:rgb(255, 102, 0);
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 1pt; 
	
		}	
.txtlivredor { 
	font-family:arial;
	font-size:11pt;
	text-decoration:none;
	text-align:justify;
	color:rgb(255, 153, 0);
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 1pt; 
	
}
.txtnoirp { 
	font-size:8pt;
	text-decoration:none;
	text-align:justify;
	color:black;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 1pt; 
}
.txtsouscri { 
	font-family:Comic sans MS;
	font-size:12pt;
	text-align:justify;
	color:rgb(0, 93, 0);
	margin:10px;
}
a.bouton{
	width:81px;
	height:27px;
	background-image: url(images/bouton.gif);
	background-position:right; 
	background-repeat: no-repeat;
	text-decoration:none;
	color:rgb(166, 0, 33);
	text-align:center;
	font-family: Monotype Corsiva;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 3pt; 
	font-style:normal;
	padding:0px;
	display:block;
}

a.bouton:hover{
	width:81px;
	height:27px;
	background-image: url(images/boutonh.gif);
	background-position:right; 
	background-repeat: no-repeat;
	text-decoration:none;
	color:rgb(166, 0, 33);
	text-align:center;
	font-family: Monotype Corsiva;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 3pt; 
	font-style:normal;
	padding:0px;
	display:block;
}
		