﻿/* basic elements */
html {
	margin: 0;
	padding: 0;
}
body { 
	font: 75% "Trebuchet MS", sans-serif; 
	margin: 0; 
	padding: 0;
	background-color: #000066;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#wrapper{
	position: relative;
	width: 911px;
	min-height: 775px;
	margin: 40px auto;
	border: solid 1px #fff;
	background: url(../images/player.png) no-repeat 665px 150px;
}
h1.top-h1
{
    font-weight: lighter;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -10px;
    padding: 0;
    padding-top: 10px;
    padding-left: 10px;
}
#header{
	display: block;
}
#top a, #bottom a {
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}
#top a:hover, #bottom a:hover {
	color: #FFCC00;
	font-size: 0.8em;
}
#menus #main {
	width: 910px;
}
#menus #top{
	position: absolute;
	top: -22px;
	left: 0px;
	color: #fff;
	text-transform: uppercase;
}
#menus #top ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menus #top ol li{
	display: inline;
	border-left: solid 1px #fff;
	padding: 0 5px;
}
#menus #top ol li.first{
	border-left: none;
}
#menus #bottom{
	position: absolute;
	bottom: -22px;
	left: 0px;
	color: #fff;
	text-transform: uppercase;
}
#menus #bottom ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menus #bottom ol li{
	display: inline;
	border-left: solid 1px #fff;
	padding: 0 5px;
}
#menus #bottom ol li.first{
	border-left: none;
}
#page-content
{
    margin-top: 30px;
	padding: 0 30px;
	padding-bottom: 30px;
}
#page-title
{
	display: block;
	width: 850px;
	height: 35px;
	margin-top: -30px;
}
#simpletext-title
{
    background: url(../images/simpletext-title.png) no-repeat 50% 0;
    width: 212px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 4px;
	float: right;
}
#album-title
{
    background: url(../images/album-title.png) no-repeat 50% 0;
    width: 212px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-right: 75px;
    padding-top: 4px;
	float: right;
}
#program-title
{
    background: url(../images/program-title.png) no-repeat 50% 0;
    width: 212px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 4px;
	float: right;
}
#team-title
{
    background: url(../images/team-title.png) no-repeat 50% 0;
    width: 212px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 4px;
	float: right;
}
#bloc-title
{
    background: url(../images/bloc-title.png) no-repeat 50% 0;
    width: 212px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 4px;
	float: right;
}
hr.clear
{
    clear: both;
    visibility: hidden;
}
.popup
{
    border: solid 5px #fff;
    background-color: #006498;
    padding: 25px;
    color: #fff;
}
.popup-background
{
    background-color: #F5F0E1;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.aw-popup
{
    border: solid 2px #fff;
    background-color: #006498;
    color: #fff;
}
.aw-popup-background
{
    background-color: #F5F0E1;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#inscription
{
    position: relative;
    padding-top: 50px;
}
#inscription legend
{
    font-size: 1.4em;
    color: #fff;
    position: absolute;
    top: 0px;
    left: -5px;
    display: block;
    width: 100%;
}
#inscription .form-left-column, #inscription .form-right-column
{
    width: 410px;
}
#inscription .form-left-column
{
    float: left;
}
#inscription .form-right-column
{
    margin-left: 420px;
}
#inscription ul
{
    list-style: none;
}
#inscription ul li
{
    display: block;
    width: 100%;
}
#inscription ul li label
{
    width: 9em;
    float: left;
    display: block;
    text-align: right;
    margin-right: 5px;
}