body {
	background-image: url(../images/fondDegrade.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #F3E6D6;
}
#conteneur {
	border: 1px solid black;
	height: auto;
	width: 899px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header #menu {
	list-style-type: none;
	height: 37px;
	margin: 0px;
	padding:0px;
	padding-top:1px;
	background-color: white;
	width: 100%;


}
#header #photo {
	height: 157px;
	overflow: hidden;
}

#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 36px;
	margin-left: 1px;
	background-color: #b71313;
	width: 178px;
}

#menu span {
	display: none;
}
#menu #accueil a {
	background-image: url(../images/accueil.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 178px;
}
#menu #accueil a:hover, .accueil {
	background-image: url(../images/accueil-over.gif);
}
#menu #programme a{
	background-image: url(../images/programme.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 178px;
}
#menu #programme a:hover, .programme  {
background-image: url(../images/programme-over.gif);
}

#menu #auteurs {
width: 181px;

}

#menu #auteurs a {
	background-image: url(../images/auteurs.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 181px;
}


#menu #auteurs a:hover, .auteurs {
	background-image: url(../images/auteurs-over.gif);
}

#menu #acces a{
	background-image: url(../images/acces.gif);
	display: block;
	height: 36px;
	width: 178px;
}
#menu #acces a:hover, .acces {
	background-image: url(../images/acces-over.gif);
	}
#menu #contact a {
	background-image: url(../images/contact.gif);
	display: block;
	height: 36px;
	width: 178px;
}
#menu #contact a:hover, .contact {
	background-image: url(../images/contact-over.gif);
}
.titreRouge {
	font-size: 14px;
	font-weight: bold;
	color: #B71313;
}




.texteVert {
	color: #075e2e;
}
.texteRouge {
	color: #A41016;
}
.texteBleu {
	color: #255ca8;
}

.texteViolet{
	color: #833976;

}


.tabAuteurs {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.colonne {
float:left;
}