﻿
/* Body border (using part of base control CSS classes) */

.BodyTopLeft
{
	width : 11px;
	height: 16px;
	background-image: url(Images/BodyTopLeft.png);
}

.BodyTopMiddle
{
	background: url(Images/pixel.gif) repeat-x top;
	text-align: center;
}

.BodyTopRight
{
	width : 11px;
	height: 16px;
	background-image: url(Images/BodyTopRight.png);
}

/* Content Container */
.MainLeftContent
{
	position: relative;
	float: left;
	width: 0%;
	margin-top: 20px;
	margin-left: 15px;
}

.MainRightContent
{
	position: relative;
	width:74%;
	float: right;
}

.MainRightContentContent
{
	margin: 25px;
}

.LeftMenuItem
{
    width: 145px;
    padding: 3px 0px 2px 0px;
    font-weight: bold;
}

.LeftMenuItemSelected
{
    width: 145px;
    padding: 3px 0px 2px 0px;
    color: #FF6000;
    font-weight: bold;
}

.RechercheRadios
{
    text-align: center;
}

.LoginPanel
{
}

.HorizontalBar
{
    height: 1px;
    width: 156px;
    background-color: #A2A2A2;
}

.HorizontalBarIE
{
    height: 1px;
    width: 156px;
    background-color: #A2A2A2;
}