.invisible { display: none; }
.menu_edition { border: 1px black solid; padding: 5px; }

/* Styles Mepcoder */
.mepcode_souligne { text-decoration: underline; }
.mepcode_barre { text-decoration: line-through; }

#bordGauche {
	float: left;
	width: 112px;
	height: 540px;
	margin: 0px;
	padding: 0px;
}

.floatRight {
	float: right;
}

.floatLeft {
	width: 90%;
	float: left;
}

.img_float_right {
	float: right;
	margin: 0px 0px 5px 5px;
}

.img_float_left {
	float: left;
	margin: 0px 0px 5px 5px;
}

.img_float_right_border {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 1px black solid;
}

input, textarea, select {
	border: 1px rgb(135, 135, 135) solid;
}

.dates_evenement {
	font-style: italic;
	padding: 5px 0px 15px 0px;
}

.sep {
	width: 5px;
	height: 8px;
}

td.sep {
	border-bottom: 1px black solid;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	height: 0px;
}


.panier {
	width: 100%;
}

ul#left {
	width: 100px;
	margin: 4px 8px 4px 4px;
	padding: 0px;
}

ul#left li {
	width: 100%;
	text-align: left;
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	border: 1px rgb(180, 180, 180) solid;
	
}

ul#left li a {
	font-size:11px;letter-spacing:0.05em;display: block;
	background: url(../images/blanc_50.png);
	color:rgb(80,80,80);
	padding: 2px 0px 2px 4px;
}

ul#left li a:hover {
	color:rgb(20,20,20);
	background: url(../images/blanc_20.png);
}

.pagination {
	width: 90%;
	float: left;
	text-align: center;
	margin: 5px;
}

a.no_decoration {
	color: rgb(110,110,110);
}

a.no_decoration_red {
	color: red;
	font-weight: bold;
}

.barre_gris {
	text-decoration: line-through;
	color: rgb(110,110,110);
}

.mep_silver {
	color: silver;
}

.mep_red {
	color: red;
}

.mep_blue {
	color: blue;
}

.mep_yellow {
	color: yellow;
}

.mep_green {
	color: green;
}

.mep_black {
	color: black;
}

.mep_white {
	color: white;
}

.align_center {
	text-align: center;
}