/*@import "customButtonStructure.css";
@import "customButtonColor.css";*/

.roundedButton
{
	cursor:pointer;
}



.roundedButton .TR,
.roundedButton .TL,
.roundedButton .BR,
.roundedButton .BL,
.roundedButton .T,
.roundedButton .B
{
	height:3px;
}
.roundedButton .TR,
.roundedButton .TL,
.roundedButton .BR,
.roundedButton .BL,
.roundedButton .R,
.roundedButton .L
{
	width:3px;
}
.roundedButton .TR
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_TR.gif);
}
.roundedButton .R
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_R.gif);
}
.roundedButton .BR
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_BR.gif);
}
.roundedButton .TL
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_TL.gif);
}
.roundedButton .L
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_L.gif);
}
.roundedButton .BL
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_BL.gif);
}
.roundedButton .T
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_T.gif);
}
.roundedButton .B
{
	background-image: url(/ImagesCentral/Images/site/layout/custom_B.gif);
}
.roundedButton .center
{
	background: #FD2331 url(/ImagesCentral/Images/site/layout/custom_Background.gif) repeat-x bottom; ;
}

.roundedButton .center
{
	color:#fff;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
}
.roundedButton .center a
{
	width:100%;
	padding-right:5px;
	padding-left:5px;
}

.linkStandard
{
    background-image : url("/ImagesCentral/Images/elt_relook_VU/boutons/bouton-standard.png");
    background-repeat:no-repeat;    
    padding-left:15px;
    padding-right:5px;
	background-color:#d2d2d2;
	background-position:1px 1px;
	color:black;
	font-size:10px;
}

.linkCancel
{
    background-image : url("/ImagesCentral/Images/elt_relook_VU/selection/annuler.png");
    background-repeat:no-repeat;    
    padding-left:15px;
    padding-right:5px;
	background-color:#d2d2d2;
	background-position:1px 1px;
	color:black;
	font-size:10px;
}
.linkCancel #link
{
	font-size:9px;
	margin:2px;
	font-weight:normal;
	font-size:9px IMPORTANT!;
}