/* CSS Document */

body
{
	margin: 10px ;
	padding: 10px;
	text-align: center ;
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	background: #777d78 ;
}

#conteneur
{
	width: 780px;
	background: #777d78;
	background-position: center;
	background-attachment: scroll;
	border: 0 none;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center ;
	color: #ffffdd ;
}

#header
{
	width: 760px;
	height: 100px;
	margin: 0px 15px 30px 13px;
}

h1 {
	font-family: "Century Gothic";
    font-size: 30px;
	color : #b00500;
	vertical-align: middle;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	color: #333333;
	text-align: center;
}

h3 {
	font-size: 22px;
	color: #ffffdd;
}

h4 {
    font-size: 20px ;
}

a:link {
	color: #b00500;
	text-decoration:underline;
}

a:visited {
        color: #b00500;
        text-decoration:underline;
}

a:hover {
        color: #b00500;
        text-decoration:underline;
}

a:active {
        color: #b00500;
        text-decoration:underline;
}

div#contenu
{
	clear: left ;
	padding: 0 15px 0 15px;
}

div#navigation
{
    background: #666 ;
	height: 35px ;
	margin: 0 15px 0 15px ;
}	

div#contenu p
{
	clear:left;
}

img
{ 
	border: 0 none;
}

.usuel
{
	text-align: justify;
}

.special
{
color:#ffffdd;
}

a.special:link
{
	color: #ffffdd;
	text-decoration:underline;
}

a.special:visited
{
	color: #ffffdd;
	text-decoration:underline;
}

a.special:hover
{
	color: #ffffdd;
	text-decoration:underline;
}

a.special:active
{
	color: #ffffdd;
	text-decoration:underline;
}
	
.date  
{
	color: #333333;
}

.artistes  
{
	color: #b00500;
}		
				
.texte  
{
    font-size: 18px ;
}
	
.blabla 
{
	font-size: 16px;
}
 
ul#menu
{
	position: relative;
	top: 10px;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS";
	margin-left: 13px;
	bottom: 30px;
}

#menu li
{
	float : left;
	background: #666 ;
	color: #ffffdd ;
	width: 121px;	
	margin: 2px;
	}
	
#menu a
{

	font-size: 1.2em;
	font-weight: bold;
	background:#666;
	color: #ffffdd;
	display: block;
	text-decoration: none;
	border-bottom: 3px solid #b00500;
	border-right:3px solid #b00500;
}

#menu a:hover
{
	background: #cbcbcb ;
    color: #b00500 ;
}

#menu li.current a:hover
{
    color: #161616;
    background: #666;
    border-bottom: 3px solid #b00500;
    font-weight: bold;
    text-decoration: none;
}

p#footer
{
	margin: 0 ;
	padding-right: 0px;
	line-height: 30px ;
	text-align: right ;
	color: #8a0 ;
}

