/* Redefinitions de balises */
body 
{
	background-color : #FFFFFF;
	margin: 0; 
}
/* cadres divers */
.pictitle
{
	background-color : #FFFFFF;
    margin-top: 25px;
	margin-left: auto;
  	margin-right: auto;
  	width: 423px;	
}
/* cette première classe est là pour la compatibilité MSIE */
#conteneur {
  text-align: center;
}
/* fin */
.blog {
	margin-top: 30px;
	margin-left: auto;
  	margin-right: auto;
  	width: 550px;
  	background-color: #ffffff;
}
.rubriques {
	float: left;
	padding: 5px;
	width: 70px;
	background-color: #ffffff;
}
.post {
	display: table;
	padding-left: 20px;
	background-color : #ffffff;
	border-left: 1px solid #990000;
}
/*fin cadres persos*/
/* styles perso */
h1 {	
	text-align: left;
	text-transform: lowercase;
	padding: 0px 0px 5px 20px;
	font-style: bold; 
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 1em; 
	color: #666666;
	letter-spacing: +2px;
	background: url(../echoes/soustnew.gif) no-repeat center left;
}
h2 {
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 0px 0px 0px 45px;
	font-style: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.75em; 
	color: #990000;
}
li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
}
.song {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	color: #cc0033;
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 15px;
}
.lyrics {
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.65em;
	color: #666666;
}
.texblog {
	text-align: justify;
	line-height: 1.25em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
	padding: 5px 0px 5px 5px;
}
	
/* liens */
.feath, .feath:hover {
	display: block;
	width: 40px;
	height: 110px;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.glob, .glob:hover, .archiv, .archiv:hover {
	display: block;
	width: 40px;
	height: 110px;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.glob {
	background: url(../echoes/menu3a.png) no-repeat;
}
.glob:hover {
	background: url(../echoes/menu3b.png) no-repeat;
}
.feath {
	background: url(../echoes/menu1a.png) no-repeat;
}
.feath:hover {
	background: url(../echoes/menu1b.png) no-repeat;
}
.archiv {
	background: url(../echoes/menu2a.png) no-repeat;
}
.archiv:hover {
	background: url(../echoes/menu2b.png) no-repeat;
}

a, a:visited, a:active {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color : #cc0033; 
	font-weight: bold;
	text-decoration: none;
}	
a:hover {
	color : #cc0033; 
	font-style: italic;
	font-weight: bold;
}

