@charset "utf-8";
/* CSS Document */

#container {
	height: 800px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
#container #sous-menu ul {

}
#container #sous-menu li {
	list-style-type: none;
	display: inline;
}
#menu  a {
	text-decoration: underline;
	color: #000000;
}
#container #sous-menu a {
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 35px;
}
.petit {
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
}

#container #gauche {
	float: left;
	width: 200px;
	height: 800px;
	background-image: url(../images/fond-gauche.jpg);
}
#container #bandeau {
	float: right;
	height: 140px;
	width: 735px;
	background-image: url(../images/fond-bandeau.jpg);
	background-repeat: no-repeat;
}
#container #contenu {
	float: right;
	width: 735px;
	height: 178px;
}
#container #sous-menu {
	float: right;
	height: 30px;
	width: 735px;
	text-align: right;
	background-image: url(../images/fond-sousmenu.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#container #menu {
	float: right;
	height: 450px;
	width: 735px;
}
.menu1 {
	padding-bottom: 8px;
	padding-left: 12px;
	border: 1px solid #000000;
}
a {
	text-decoration: underline;
	cursor: pointer; /*transforme le cursor en main pour utilisation des lien sur les zones des images et textes etc*/
	color: #000000;
}
.orange {
	color: #FF9900;
	text-decoration: none;
}

.index {
	color: #FFFFFF;
}

a img {
	text-decoration: underline;
	color: #000000;
}
a:hover img {
	text-decoration: none;
}
a:hover {
	background: none;
	text-decoration: none;
}

div {

}
#container #sous-menu object {
	float: left;
}
.sound {
	background-position: right top;
}
#contenu a {
	font-weight: bold;
	color: #F77900;
	text-decoration:none;
}
.petit a {
	color: #999;
	text-decoration: none;
}

