﻿A.ucwButton44, A.ucwButton44_DIS
{
	display: block;
	float: left;
	border: 0px;
	cursor: default;
	text-decoration: none;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 44px;
	height: 44px;
	background-image: url(../images/ucSmallButton_out.png);
}
A.ucwButton44:hover
{
	background-image: url(../images/ucSmallButton_insel.png);
}
A.ucwButton44_SEL
{
	display: block;
	float: left;
	border: 0px;
	cursor: default;
	text-decoration: none;
	width: 44px;
	height: 44px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-image: url(../images/ucSmallButton_outsel.png);
}
A.ucwButton44_SEL:hover
{
	background-image: url(../images/ucSmallButton_outsel.png);
}

A.ucwButton140, A.ucwButton140_DIS
{
	display: block;
	float: left;
	border: 0px;
	cursor: default;
	text-decoration: none;
	margin-right: 8px;
	width: 140px;
	height: 44px;
	background-image: url(../images/ucBouton_out.png);
}
A.ucwButton140:hover
{
	background-image: url(../images/ucBouton_insel.png);
}

A.ucwButton242, A.ucwButton242_DIS
{
	display: block;
	border: solid 1px #999;
	border-radius: 5px;
	text-decoration: none;
	height: 44px;
	margin: 8px 8px 0 8px;
	background-color: #fff;
}
A.ucwButton242 {
	cursor: pointer;
}
A.ucwButton242_DIS {
	cursor: default;
}
A.ucwButton242:hover {
	border-color: #000;
	box-shadow: 0 0 2px #000;
}
A.ucwButton242_SEL {
	display: block;
	border: solid 1px #000;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	height: 44px;
	margin: 8px 8px 0 8px;
	background-color: var(--color-dark);
}
A.ucwButton242_SEL:hover {
	border-color: #000;
	box-shadow: 0 0 2px #000;
}
a.ucwButton242_SEL DIV.ucwButtonText {
	color: #fff;
}

A.ucwButton380, A.ucwButton380_DIS {
	display: block;
	border: 0px;
	cursor: default;
	text-decoration: none;
	width: 380px;
	height: 44px;
	margin-left: 8px;
	margin-top: 8px;
	background-image: url(../images/ucButton380_out.png);
}
A.ucwButton380:hover
{
	background-image: url(../images/ucButton380_insel.png);
}
A.ucwButton380_SEL
{
	display: block;
	border: 0px;
	cursor: default;
	text-decoration: none;
	width: 380px;
	height: 44px;
	margin-left: 8px;
	margin-top: 8px;
	background-image: url(../images/ucButton380_outsel.png);
}
A.ucwButton380_SEL:hover
{
	background-image: url(../images/ucButton380_outsel.png);
}

IMG.ucwButton
{
	float: left;
	width: 32px;
	height: 32px;
	padding-top: 6px;
	padding-left: 6px;
	display: inline;
}

DIV.ucwButtonText
{
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 44px;
	height: 44px;
	text-indent: 8px;
	text-align: left;
	overflow: hidden;
	float: left;
}
DIV.ucwButtonText_DIS
{
	font-style: normal;
	font-weight: normal;
	color: #808080;
	line-height: 44px;
	height: 44px;
	text-indent: 8px;
	text-align: left;
	overflow: hidden;
	float: left;
}

DIV.ucwSz140
{
    width: 92px
}
DIV.ucwSz242
{
    width: 194px;
}
DIV.ucwSz380
{
    width: 332px;
}

SPAN.ucwButtonL
{
	float: left;
	font-style: normal;
	font-weight: normal;
	width: 196px;
	height: 44px;
	line-height: 44px;
	padding-left: 8px;
	text-align: left;
}

SPAN.ucwButtonOK
{
	color: #000000;
}
SPAN.ucwButtonDIS
{
	color: #808080;
}
