body {
	margin: 0;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}

a {
	color: #9B141C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
}

h2 {
	color: #9B141C;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	text-transform: lowercase;
	font-variant: small-caps;
}

h3 {
	color: #9B141C;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	text-transform: lowercase;
	font-variant: small-caps;
}

h4 {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 10px 0 0;
	background-color: #B02325;
	padding: 5px 7px 7px;
	clear: both;
}

h5 {
	margin: 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #737373;
	text-transform: lowercase;
	font-variant: small-caps;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #9B141C;
	text-align: right;
	clear: both;
	width: 622px;
}

h5.titre {
	margin: 0 0 30px;
	color: #000;
	font-size: 12px;
	text-transform: none;
	font-variant: normal;
	clear: both;
}

fieldset {
	border: 1px solid #737373;
}

textarea {
	width: 596px;
	height: 100px;
}

table {
	width: 620px;
}

.centre {
	text-align: center;
	clear: both;
}

.right {
	text-align: right;
}

.help {
	font-weight: bold;
	cursor: help;
	color: #9B141C;
}

input.small {
	width: 2em;
}

input.bouton {
	width: 100px;
	height: 24px;
	font-weight: bold;
	background-image: url("../img/fond_bouton.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	border: none;
}

input.bouton:hover {
	background-image: url("../img/fond_bouton_over.png");
}

th.bouton, td.bouton {
	width: 100px;
}

div#cadre {
	margin: 0 auto;
	width: 918px;
}

div#haut {
	text-align: left;
	width: 918px;
	height: 300px;
	background-image: url("../img/haut.jpg");
	background-repeat: no-repeat;
	background-position: right;
	line-height: 149px;
}

div#haut img {
	vertical-align: top;
}

div#bas {
	width: 918px;
	height: 45px;
	background-color: #B02325;
	line-height: 45px;
	color: #F1AB99;
}

div#bas div#copyright {
	padding-left: 10px;
	float: left;
	width: 220px;
}

div#bas div#milieu {
	float: left;
	text-align: center;
	width: 458px;
}

div#bas div#paiements {
	padding-right: 10px;
	float: right;
	width: 220px;
	text-align: right;
}

div#bas a {
	color: #F1AB99;
	font-weight: normal;
	text-decoration: underline;
}

div#bas a:hover {
	text-decoration: none;
}

div#bas img {
	vertical-align: middle;
}

div#menu {
	padding-left: 18px;
	padding-right: 18px;
	width: 882px;
	height: 45px;
	background-color: #191919;
	text-align: left;
}

div#menu ul {
	padding-left: 0;
	margin: 0;
}

div#menu ul li {
	float: left;
	margin-right: 15px;
	padding-left: 22px;
	list-style-type: none;
	background-image: url("../img/puce.png");
	background-repeat: no-repeat;
	background-position: 0 20px;
}

div#menu ul li.first {
	background-image: none;
	padding-left: 0;
}

div#menu a {
	font-weight: bold;
	line-height: 45px;
	color: #858D90;
	text-decoration: none;
}

div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#centre {
	width: 918px;
	overflow: auto;
	background-image: url("../img/fond_menu_user.png");
	background-repeat: repeat-y;
}

div#menuUser {
	color: #64605D;
	min-height: 250px;
	float: left;
	width: 185px;
	text-align: left;
	font-size: 12px;
}

div#menuUser ul {
	padding-left: 25px;
	margin-top: 20px !important;
}

div#menuUser ul li.titre {
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	color: #9B141B;
	margin: 7px 0 3px;
	background: none;
	padding-left: 0;
}

div#menuUser ul li {
	padding-left: 15px;
	list-style-type: none;
	background-image: url("../img/fleche.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

div#menuUser a {
	color: #64605D;
	font-weight: normal;
	text-decoration: none;
}

div#menuUser a:hover {
	text-decoration: underline;
}

p.nbInscrits {
	margin-left: 10px;
}

p.nbInscrits span {
	color: #9B141B;
}

p.inscrire {
	margin: 30px 0;
	font-weight: bold;
}

p.inscrire a {
	font-weight: bold !important;
	color: #9B141B !important;
}

p.connecter {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

form#connexion {
	margin-top: 10px;
}

form#connexion fieldset {
	border: 1px solid #CBCBCB;
	width: 145px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}

form#connexion fieldset label {
	text-align: left;
	display: block;
	margin: 0;
	margin-bottom: 2px;
}

form#connexion fieldset p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
}

div#contenu {
	float: right;
	width: 622px;
	min-height: 200px;
	padding: 28px;
	padding-left: 83px;
	text-align: justify;
	color: #737373;
	font-size: 12px;
	line-height: 15px;
	/*letter-spacing: 0.1em;*/
}

div#contenu table {
	width: 620px;
}

div.news {
	border-bottom: 1px solid #9B141B;
	margin-bottom: 20px;
}

form.inscription table {
	margin-top: 10px;
}

form.inscription table td {
	padding: 10px 4px;
}

form.inscription input, form.inscription select {
	max-width: 120px;
}

div#voile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #737373;
	filter: alpha(opacity = 40);
	-khtml-opacity: .4;
	-moz-opacity: .40;
	opacity: .40;
}

div#erreursInscription {
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	color: #000;
	background-color: #E9E9E9;
	border: 2px solid #9B141B;
}

img.picto {
	margin-left: 5px;
	margin-right: 5px;
}

div.user {
	margin-top: 10px;
	width: 310px;
	height: 170px;
	float: left;
	color: #737373;
	font-weight: normal;
}

div.user a, div.livre a {
	display: block;
	color: #737373;
	font-weight: normal;
	text-decoration: none;
}

div.livre a:hover b {
	text-decoration: underline;
}

div.user img.avatar {
	max-width: 122px;
	margin-right: 5px;
	float: left;
}

div.user p {
	margin: 0;
	float: right;
	width: 180px;
}

div.user b, div.livre b {
	color: #9B141C;
}

div.livre {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 207px;
	float: left;
	color: #737373;
	font-weight: normal;
}

div.ficheUser {
	margin-bottom: 10px;
}

div.ficheUser img.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

p.bio, p.space {
	clear: both;
}

p.space {
	margin: 10px;
}

a.extrait {
	float: left;
	display: block;
	width: 130px;
	margin-right: 20px;
	text-align: center;
}

a.extrait:hover img {
	text-decoration: none;
}

div.articles_evenements {
	float: right;
	width: 226px;
}

div#evenements, div#articles {
	float: right;
	width: 200px;
	padding: 8px;
	margin: 0 0 10px 10px;
	background-color: #E9E9E9;
	border: 2px solid #9B141C;
	text-align: left;
	font-size: 10px;
}

table.panier {
	border-collapse: collapse;
	border: 1px solid #737373;
}

table.panier th {
	font-variant: small-caps;
	text-transform: lowercase;
	background-color: #E9E9E9;
	padding: 5px;
}

table.panier td {
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
	padding: 5px;
}

form.couverture, p.couvertures {
	width: 33%;
	float: left;
	text-align: center;
}

p.couverture {
	text-align: center;
}

img.choix {
	border: 2px solid #9B141C;
}

p.choix {
	color: #9B141C;
	font-weight: bold;
}

input.titre {
	margin: 0 10px;
}