body
{
	margin: 0px;
	font-family: Calibri, Arial, Sans-Serif;
	background-image: url('../Images/TiledFond.bmp');
	background-color: Black;
}

p
{
	margin: 0px;
}

img
{
	border-style: none;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.Prix
{
	font-size: small;
	color: Gray;
}

.pageTitre
{
	text-align: center;
	font-size: x-large;
	margin-bottom: 20px;
}

.cadreCommentaire
{
	background-color: #BBBBEE;
	padding: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

.cardeContact
{
	background-color: #FFFFFF;
	background-image: url('../Images/Poste.jpg');
	background-repeat: repeat-y;
	padding: 5px 5px 5px 25px;
}

.cardeElement
{
	background-image: url('../Images/BordElement.jpg');
	background-repeat: repeat-y;
	padding: 5px 5px 5px 25px;
}

.cadreInput
{
	background-color: #EEEEEE;
	padding: 5px 15px 5px 5px;
	margin-bottom: 10px;
}

.linkButton
{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: x-large;
}

.linkButton img
{
	vertical-align: middle;
}

.divErr
{
	background-color: Red;
	padding: 5px;
}

/*Item Group*/
.ItemGroup
{
	margin-bottom: 10px;
}

.ItemGroup_Top
{
	background-image: url('../Images/IconGroup/TopTile.gif');
	text-align: center;
	color: White;
	font-weight: bold;
	height: 21px;
}

.ItemGroup_Content
{
	background-color: White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
	border-left: solid 1px Gray;
	padding: 5px;
}

.ItemGroup_Infos
{
	background-color: #DEDEDE;
	background-image: url('../Images/IconGroup/Infos.gif');
	background-repeat: repeat-x;
	border-right: solid 1px Gray;
	border-left: solid 1px Gray;
	padding: 5px;
	font-style: italic;
}

.ItemGroup_Content .ItemTable
{
	width: 100%;
	text-align: center;
}

.ItemGroup_Content .ItemTable a
{
	text-decoration: none;
}

/*General*/
.tableCorps
{
	margin: auto;
}

.tdCorpsCentre
{
	width: 914px;
	background-color: #7896CF;
}

.divContenu
{
	padding: 5px 10px 20px 10px;
	text-align: justify;
}

.divNoScript
{
	background-color: Red;
	text-align: center;
	font-size: large;
	width: 90%;
	margin: 10px auto 0px auto;
	padding: 10px;
}

.divBottom
{
	background-color: #202540;
}
.divBottom div
{
	text-align: center;
	padding: 8px 3px 8px 3px;
}