body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 36px;
}

h1
{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 70px;
}

a
{
	color: #000000;
}

.menuList
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 320px;
	width: 100%;
}

.menuList ul
{
	list-style-type: none;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.menuList li
{
	border-top: 0;
	border-bottom: 1px solid #575C5F;
	border-left: 0;
	border-right: 0;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	overflow: hidden;
}

.menuList li:hover
{
	background-color: #C5D8D9;
}

.menuList li:active
{
	background-color: #90B3C5;
}

.menuList li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: 99%;
	height: 70px;
	position: absolute;
	padding: 0 0 0 10px;
}

.menuList li.step
{
	background-image: url('images/design/fleche.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.menuList li.menuListTitle
{
	border-top: 1px solid #575C5F;
	border-bottom: 1px solid #575C5F;
	border-left: 0;
	border-right: 0;
	background: url('images/design/default/bg_title.png') repeat-x;
}

.pageTitle
{
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	border-top: 1px solid #575C5F;
	border-bottom: 1px solid #575C5F;
	border-left: 0;
	border-right: 0;
	background: url('images/design/default/bg_title.png') repeat-x;
	margin: 0;
	padding: 0;
	z-index: 9;
	line-height: 70px;
	vertical-align: middle;
}

.homeIcon
{
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 0;
	margin: 0;
	z-index: 9;
	width: 60px;
	height: 60px;
	border: 1px solid #999999;
}

.homeIcon:hover
{
	border: 1px solid #555555;
	cursor: pointer;
}

.searchIcon
{
	position: absolute;
	right: 80px;
	top: 5px;
	padding: 0;
	margin: 0;
	border: 1px solid #999999;
	z-index: 9;
	width: 60px;
	height: 60px;
}

.searchIcon:hover
{
	border: 1px solid #555555;
	cursor: pointer;
}

#pageContent
{
	position: absolute;
	top: 70px;
	left: 10px;
	margin: 0 5px 0 5px;
	padding: 0;
	color: #000000;
	font-size: 26px;
}

#player
{
	text-align: center;
}

#signalerLienMort
{
	color: #000000;
	cursor: pointer;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

#espaceVote
{
	width: 350px;
	margin: auto;
	text-align: center;
}

.lienVote
{
	color: #000000;
	cursor: pointer;
}

.lienPlayList
{
	color: #000000;
	cursor: pointer;
}

input.search
{
	color: #000000;
	font-size: 24px;
	font-family: Arial, sans-serif;
	padding: 2px;
	border: 1px solid #4A637A;
}

input.searchSubmit
{
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	font-family: Arial, sans-serif;
	padding: 2px;
	border: 1px solid #4A637A;
	background-color: #C2CFDC;
}

input.searchSubmit:hover
{
	background-color: #D3DFED;
}

input.searchSubmit:active
{
	background-color: #B1BDCB;
}

.searchPop
{
	z-index: 9;
	position: absolute;
	background-color: #DDDDDD;
	border: 1px solid #555555;
}
