body {
	height: 100%;
	background-color: #ffffff;
    line-height: 1.2;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
    color: #344066;
}
#page {
    width: 760px;
    background-image: url(img/fd_page.png);
    background-repeat: repeat-y;
	margin: 0 auto;
    border-right: 4px solid #344066;
    border-bottom: 2px solid #344066;
	text-align: left;
}
#entete {
    height: 76px;
	background-image: url(img/header.jpg);
    background-position: 0 0;
	background-repeat: no-repeat;
    border-top: 1px solid #ffffff;
}
ul, li, form, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
    margin: 4px 0px 0px 5px;
    float: right;
    clear: right;
}
.clear {
	clear: both;
	height: 0px;
}

/* Menu */
#menu {
    position: absolute;
    top: 172px;
	width: 760px;
	text-align: right;
}
ul[id=menu] {
    position: fixed !important;
}
#menu li {
    list-style-type: none;
}
#menu a:link, #menu a:visited {
	height: 20px;
	background-image: url(img/puce_off.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
	line-height: inherit;
    text-decoration: none;
    color: #344066;
}
#menu a:active, #menu a:hover {
	background-image: url(img/puce_on.png);
}

html {
	overflow: visible !important;
}
body {
	overflow: auto;
}

/* Titres */
h1 {
	padding-top: 7px;
    padding-left: 178px;
    font-size: 35px;
}
h2.rubrique {
	height: 36px;
    background-image: url(img/rubrique.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    padding-right: 125px;
    font-size: 25px;
	text-align: right;
}
h3 {
	border-bottom: 2px dotted #cc0066;
	padding: 20px 0 1px 10px;
	font-size: 17px;
	margin-bottom: 16px;
}


/* Actualités */
#actus {
    width: 178px;
    margin-top: 6px;
	float: left;
}
.info {
    width: 144px;
    background-image: url(img/info_haut.png);
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 10px auto 15px;
    text-align: left;
}
.item {
    width: 144px;
    background-image: url(img/item.png);
    padding-top: 3px;
    padding-bottom: 3px;
}
.item li {
	padding-left: 10px;
    padding-right: 5px;
    list-style-type: none;
}
.item .plus {
    padding-top: 14px;
    padding-right: 5px;
    list-style-type: none;
    text-align: right;
}
.info h4 {
    width: 124px;
    margin-bottom: 16px;
    border-bottom: 2px dotted #666666;
	font-size: 16px;
	font-weight: bold;
}
.info a:link, .info a:visited {
	color: #cc0066;
	text-decoration: none;
}
.info a:hover, .info a:active {
	color: #cc0066;
	text-decoration: underline;
}


/*  Contenu */
#contenu {
	float: left;
	width: 470px;
	text-align: justify;
}
#contenu h4 {
    padding: 11px 10px 0px 10px;
    vertical-align: top;
	font-size: 16px;
	font-weight: bold;
}
#contenu p {
	margin: 14px;
}
#contenu a:link, #contenu a:visited {
	color: #cc0066;
	text-decoration: none;
}
#contenu ul {
	margin: 14px 10px 14px 30px;
    list-style-type: square;
}
#contenu a:hover, #contenu a:active {
	color: #cc0066;
	text-decoration: underline;
}

.divPlayer {
	margin-bottom: 20px;
	width: 460px;
	text-align: center;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 320px;
	color: #cc0066;
	background-color: #cc0066;
	text-align: center;
	border: 0;
	height: 2px;
}

form p {
	margin: 0;
	padding: 0;
}

.encadre {
    background-color: #f0f0f0;
	margin: 0px 9px 0px 40px;
	padding: 3px 5px;
	color: #333333;
}


/* Bas de page */
#foot {
	margin: 10px;
	padding-left: 5px;
	border-left: 2px solid #344066;
}
#foot p {
	color: #808080;
	margin: 5px 0 0 0;
}
#foot span {
	float: right;
	font-size: 14px;
    font-weight: bold;
}

#contenu form {
	width: 400px;
	margin-left: 30px;
	background-color: #f0f0f0;
	text-align:	center;
}
#contenu .encadre form {
	width: 400px;
	margin-left: 30px;
	background-color: #f0f0f0;
	text-align:	left;
}
#contenu textarea {
	width: 350px;
	height: 100px;
	margin: 2px;
}
#contenu fieldset input {
	float: right;
	width: 200px;
	margin: 1px;
}
input, textarea {
	border: 1px solid #aaaaaa;
}
#contenu fieldset {
	margin: 5px 22px 5px 22px;
	padding: 2px;
	border: 1px solid #ffffff;
	text-align: left;
}
#contenu fieldset label {
	line-height: 24px;
}
#CallBtn, #HangUpBtn {
    width: 244px;
}
