/*PageltStyle Styles utilisés pour toutes les pagelets*/
/*Generique*/
.Legende
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 8px;
	padding-top: 0px;
	text-align: center;
}
.Credit
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 5px;
	padding-top: 0px;
	text-align: center;
}
/* Mode long*/
.ModeLongDivPhotoRight
{
	float: right;
}
.ModeLongDivTextRight
{
	float: left;
	margin-right: 10px;
}
.ModeLongDivPhotoLeft
{
	float: left;
}
.ModeLongDivTextLeft
{
	float: right;
	margin-left: 10px;
}
.ModeLongDivPhotoTop
{
	clear: both;
	width: 100%;
	text-align: center;
}
.ModeLongDivTextTop
{
	margin-left: 100px;
}
/* Mode court*/
.ModeCourtTable
{
	border-right: #cc0033 2px solid;
	border-left: #cc0033 2px solid;
	background-color: ivory;
	width: 100%;
}
.ModeCourtCentralTable
{
	width: 100%;
}
.ModeCourtTableHeader
{
	border-bottom: #cc0033 1px solid;
	background-color: silver;
	width: 100%;
}
.ModeCourtCentralTableHeader
{
	border-bottom: #cc0033 1px solid;
	background-color: silver;
	width: 100%;
}
.ModeCourtTable
{
	border-right: #cc0033 2px solid;
	border-left: #cc0033 2px solid;
	background-color: ivory;
}
.ModeCourtDivText
{
	margin: 0px 3px;
}
.ModeCourtSeeMore
{
	color: #cc0033;
	text-decoration: none;
}
.ModeCourtSeeMore:hover
{
	color: black;
	text-decoration: none;
}
.ModeCourtDivPhotoRight
{
	float: right;
}
.ModeCourtDivTextRight
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.ModeCourtDivPhotoLeft
{
	float: left;
}
.ModeCourtDivTextLeft
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.ModeCourtDivPhotoTop
{
	clear: both;
	width: 100%;
	text-align: center;
}
.ModeCourtDivTextTop
{
	margin-left: 10px;
	margin-right: 10px;
}
