body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #b154ad;
	margin: 10px;
	text-align: justify;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

p, .p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.liste ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/bout-gris.gif);
}

.conteneur{
	width: 778px;
	border: 4px solid ##5B3356;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1, .h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #AD53AB;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h2, .h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #693A68;
	text-decoration: none;
}

h3, .h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/* Menu a gauche */
.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 144px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	background-color: white;
	background-image: url(../images/bg-bout.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:active{
	color: #333333;
	background-image: url(../images/bfoff-bout.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
}

.glossymenu li a:hover{
	background-image: url(../images/bfoff-bout.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color: #333333;
}

.glossymenu li .current{
	background-image: url(../images/bfoff-bout.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color: #333333;
}
