/* Image de fond */
body {
	background: #baebfd url(../images/new-coin-sousmenu.gif) top left no-repeat;
	margin: 0px;
	padding: 0;
	text-align: left;
}

/* aspect des liens */
a:active {
	color: black;
	text-decoration: none;
	background-color: transparent
}

a:link {
	color: white;
	text-decoration: none;
	background-color: transparent
}

a:visited {
	color: white;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: black;
	text-decoration: none;
	background-color: transparent
}

a {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

/* boutons de sous menu */
.lien-sousmenu {
	cursor: pointer;
	display: inline;
}

.lien-sousmenu-partie1 {
	/*background-image: url(../images/LienSousMenuPartie1.gif);*/
	background-image: url(../images/bouton-I-1.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	/*width: 27px;
	height: 23px;*/
	padding: 0;
}

.lien-sousmenu-partie1-select {
	/*background-image: url(../images/LienSousMenuPartie1Eclair.gif);*/
	background-image: url(../images/bouton-II-1.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	/*width: 27px;
	height: 23px;*/
	padding: 0;
}

.lien-sousmenu-partie2 {
	/*background-image: url(../images/LienSousMenuPartie2.jpg);*/
	background-image: url(../images/bouton-I-2.png);
	background-repeat: repeat;
	height: 26px;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.lien-sousmenu-partie2-select {
	/*background-image: url(../images/LienSousMenuPartie2.jpg);*/
	background-image: url(../images/bouton-II-2.png);
	background-repeat: repeat;
	height: 26px;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.lien-sousmenu-partie3 {
	/*background-image: url(../images/LienSousMenuPartie3.gif);*/
	background-image: url(../images/bouton-I-3.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	/*width: 27px;
	height: 23px;*/
	padding: 0;
}

.lien-sousmenu-partie3-select {
	/*background-image: url(../images/LienSousMenuPartie3.gif);*/
	background-image: url(../images/bouton-II-3.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 26px;
	/*width: 27px;
	height: 23px;*/
	padding: 0;
}