
/* Mise en page générale */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-family: Georgia, serif;
	background-image: url("../images/bandeau_titre.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#corps {
	width: 980px;
	position: relative;
	background-color: #e6e0cf;
}

#adSenseLeaderboard {
	float: left;
	width: 808px;
	height: 100px;
}

#adSenseLeaderboard .Bordure {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 798px;
	height: 90px;
	background-color: #ffffff;
}

#adSenseLeaderboard .GAS {
	position: absolute;
	top: 0;
	left: 35px;
	width: 728px;
	height: 90px;
}

#adSenseRectangle {
	position: relative;
	width: 300px;
	height: 250px;
	margin-top: 10px;
}

#adSenseRectangle .Bordure {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
}

#adSenseRectangle .GAS {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
}

#contenuPage {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#contenuPage.ContenuEtroit {
	width: 798px;
}

#contenuPage.ContenuLarge {
	width: 960px;
}

#colonnePromo {
	width: 300px;
	margin-left: 0;
}

#contenuPrincipalPage, #accueilContenuPage {
	float: right;
	width: 488px;
	margin-right: 0;
}

#contenuAnnexePage {
	width: 152px;
	margin-left: 818px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#extraContenuPage {
	clear: both;
}



/* Éléments principaux */

h1, h2, h3, h4 {
	font-weight: normal;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

ul, ol, dl {
	margin-bottom: 10px;
}

dt {
	margin-bottom: 10px;
}

dd {
	margin-bottom: 10px;
	margin-left: 10px;
}



/* Formulaire de connexion */

#formIdentification, #formDeconnexion {
	height: 120px;
	position: relative;
	font-size: 12px;
	line-height: 12px;
}

#formIdentification .FormulaireCourt {
	position: absolute;
	top: 8px;
	right: 150px;
}

#formIdentification p {
	margin: 0;
	padding: 0 0 0 10px;
	border-left: dotted #66635c 1px;
	text-align: left;
	position: absolute;
	top: 3px;
	left: 840px;
	line-height: 14px;
}

#formIdentificationInscription {
	font-size: 14px;
}

#formDeconnexion .FormulaireCourt {
	position: absolute;
	top: 8px;
	right: 0;
}

#formDeconnexion .AncrePseudo {
	padding-right: 10px;
	padding-left: 5px;
	border-right: dotted #66635c 1px;
}

#formDeconnexion .MonProfil {
	padding-right: 10px;
	padding-left: 10px;
	border-right: dotted #66635c 1px;
}

#formDeconnexion .SAdmin {
	padding-right: 10px;
	padding-left: 10px;
	border-right: dotted #66635c 1px;
}

#formDeconnexion .CompteurDinks {
	padding-right: 10px;
	padding-left: 10px;
}

#formIdentification h3, #formDeconnexion h3 {
	display: none;
}

#lienPageAccueil {
	width: 240px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
}

#lienPageAccueil a {
	display: block;
	width: 240px;
	height: 120px;
}

#lienPageAccueil a span {
	display: none;
}

#panneauInfo {
	position: absolute;
	top: 93px;
	right: 0;
	font-size: 12px;
	line-height: 12px;
}

#pageAccueilModeAdmin {
	position: absolute;
	top: 16px;
	left: 250px;
}



/* Menus de navigation. */

#navigation1 {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 450px;
	height: 40px;
	padding: 0;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: -1px;
}

#navigation1 {
	border: none;
}

#navigation1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation1 li {
	float: left;
}

#navigation1 li a {
	display: block;
	padding: 12px;
	color: #ffffff;
	text-decoration: none;
}

#navigation1 li a:hover, #navigation1 li a:focus {
	color: #ff0000;
}

#navigation1 a.Actif {
	background-color: #404040;
}



/* Formulaires */

.FormulaireLong label, .FormulaireLong input, 
.FormulaireLong textarea, .FormulaireLong select {
	display: block;
}

.FormulaireLong input.InputCheckbox, .FormulaireLong input.InputRadio {
	display: inline;
}

input, textarea, select {
	border: solid #b3aea1 1px;
	background-color: #f2efe6;
	font-size: 12px;
	line-height: 12px;
	padding: 1px;
}

input.InputSubmit {
	color: #ffffff;
	background-color: #ff0000;
	border: solid #ff0000 1px;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 0 0 0;
	font-family: Georgia, serif;
}

input.InputHidden {
	display: none;
}



/* Tableaux */

table {
	border-collapse: collapse;
	font-size: 12px;
}

th {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	padding: 12px 5px 2px 5px;
	color: #66635c;
	border-bottom: dotted #66635c 1px;
}

th.EnTeteLigne {
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}

td {
	padding: 2px 5px 2px 5px;
	border-bottom: dotted #66635c 1px;
}

td.ColonneAvatarMini {
	padding: 0;
	height: 21px;
}

td.ColonneAvatarMini img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

td.ColonneChiffres {
	text-align: right;
}

td.ColonnePochettes {
	padding: 0;
}

td.ColonnePochettes a {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

td.ColonnePochettes a img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

pre {
	overflow-x: auto;
	background-color: #e6e0cf;
	border-left: solid #66635c 1px;
	padding: 0 0 0 10px;
}

p.PErreur {
	background-color: #66635c;
	color: #ffffff;
	padding: 9px;
	border: solid #66635c 1px;
}

p.PInfo {
	background-color: #ffffff;
	color: #66635c;
	padding: 9px 10px 9px 10px;
	border-top: solid #ffffff 1px;
	border-bottom: dotted #66635c 1px;
}

p.PAdmin {
	background-color: #ffe9a6;
	margin: 0;
	font-family: monospace;
}

.DivAdmin {
	background-color: #ffe9a6;
	margin: 0;
	font-family: monospace;
}

.SAdmin {
	background-color: #ffe9a6;
	font-family: monospace;
}

.RedresseurImgG {
	float: left;
	margin: 0 1em 0.5em 0;
}

.RedresseurImgD {
	float: right;
	margin: 0 0 0.5em 1em;
}

.Rangeables {
	border: 0;
	padding: 0;
	margin: 10px;
	position: relative;
}

.Rangeable {
	margin: 0 0 2px 0;
	width: 468px;
	background-color: #f2efe6;
	position: relative;
	height: 64px;
	z-index: 1000;
}

.Rangeable:hover {
	background-color: #e6e0cf;
	cursor: move;
}

#contenuPrincipalPage .FormulaireLong .Rangeable input.InputSubmit {
	position: absolute;
	top: 21px;
	right: 10px;
	margin: 0;
}

#contenuPrincipalPage .Rangeable .PochetteMorceau {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.PseudoRangeable {
	display: block;
	width: 300px;
	position: absolute;
	top: 18px;
	left: 74px;
	font-size: 12px;
	line-height: 12px;
}

.TitreRangeable {
	display: block;
	width: 300px;
	position: absolute;
	top: 30px;
	left: 84px;
	font-size: 14px;
	line-height: 14px;
}


.RangeablesTitreAjoutable {
	float: left;
	padding: 0;
	margin: 0 2px 2px 0;
}

.RangeablesTitreAjoutable img {
	display: block;
	padding: 0;
	margin: 0;
	width: 64px;
	height: 64px;
}

#rangeablesCibleAjout {
	height: 198px;
	margin: 10px;
}

#rangeablesCibleAjout p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 128px;
}

#rangeablesTransit {
	display: none;
}

.AjaxCibleImageM {
	margin: 10px;
}

.tip, .tip div {
	background-color: #66635c;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: Georgia, serif;
}

.tip .tip-title {
	color: #ffffff;
	margin: 0;
	padding: 2px 2px 0 2px;
	border: 0;
	font-size: 12px;
}

.tip .tip-text {
	color: #ffffff;
	margin: 0;
	padding: 0 2px 2px 2px;
	border: 0;
	font-size: 14px;
}

.PochetteMorceau {
	padding: 0;
}

.TREmission {
	background-color: #f2efe6;
}

.SpanPseudo .AvatarPseudo {
	width: 16px;
	height: 16px;
}

.SpanPseudo .AvatarPseudo img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

img.IconeExterne {
	vertical-align: middle;
}

.IconeITunes img {
	vertical-align: -2px;
}



/* Étiquettes standard */

.EtiquetteStandardMorceau {
	position: relative;
	height: 200px;
	margin-left: 10px;
	margin-right: 10px;
}

.EtiquetteStandardMorceau .PochetteMorceau {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-image: url("../images/fond_pochette_1.png");
	background-repeat: no-repeat;
}

.EtiquetteStandardMorceauPair .PochetteMorceau {
	background-image: url("../images/fond_pochette_2.png");
}

.EtiquetteStandardMorceauImpair .PochetteMorceau {
	background-image: url("../images/fond_pochette_1.png");
}

.EtiquetteStandardMorceau .PochetteMorceau a {
	display: block;
	width: 128px;
	height: 128px;
	border: 0;
	position: absolute;
	top: 36px;
	left: 36px;
}

.EtiquetteStandardMorceau .PochetteMorceau a img {
	display: block;
	width: 128px;
	height: 128px;
	border: 0;
}

.EtiquetteStandardMorceau .EtiquetteStandardMorceauInterprete {
	font-size: 16px;
	line-height: 16px;
	padding-left: 210px;
	padding-top: 60px;
}

.EtiquetteStandardMorceau .EtiquetteStandardMorceauTitre {
	font-size: 22px;
	line-height: 22px;
	padding-left: 220px;
	letter-spacing: -1px;
}

.EtiquetteStandardMorceau .EtiquetteStandardMorceauAjout {
	font-size: 14px;
	line-height: 14px;
	padding-left: 210px;
	padding-top: 10px;
}

.TDStandardMorceau .TDStandardMorceauInterprete {
	font-size: 12px;
	line-height: 12px;
}

.TDStandardMorceau .TDStandardMorceauTitre {
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
}



/* Chat */

#cibleAuditeurs {
	margin-bottom: 10px;
}

#cibleAuditeurs p {
	margin-bottom: 12px;
}

#boiteChat {
	background-color: #ffffff;
	position: relative;
}

#boiteChat h2 {
	background-image: url("../images/entete_blabla.gif");
	background-repeat: no-repeat;
	width: 152px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: 0;
}

#boiteChat h2 span {
	display: none;
}

#boiteChat form {
	padding: 0 10px 0 10px;
}

#boiteChat .InputSubmit {
	margin: 10px 0 10px 0;
}

#boiteChat #phrase {
	width: 128px;
}

#boiteChat #chatPersonnesEnLigne {
	margin: 0 10px 0 10px;
	font-size: 12px;
}

#boiteChat #chatPasDeCompte {
	margin: 0 10px 10px 10px;
	font-size: 12px;
}

.PhraseChat {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	position: relative;
	border-top: dotted #66635c 1px; 
	background-color: #f2efe6;
}

.PhraseChat.Impair {
	background-color: #ffffff;
}

.ChatAvatar {
	float: left;
	padding: 0;
	height: 24px;
	width: 24px;
	border: none;
	margin-right: 5px;
}

.ChatAvatar img {
	display: block;
	height: 24px;
	width: 24px;
}

#lienArchiveChat {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 5px 5px 5px;
	border-top: dotted #66635c 1px; 
}

#divArchiveChat {
	margin: 10px;
}



/* Colonne promo */

#colonnePromo .BannierePromo {
	margin: 10px 0 0 0;
}

#colonnePromo .BannierePromo a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#colonnePromo .BannierePromo a img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}



/* Moteur de recherche */

#formRechercheSimple {
	position: absolute;
	top: 51px;
	right: 10px;
}



/* Pied de page */

#pied {
	clear: both;
	color: #66635c;
	position: relative;
	height: 180px;
	font-size: 12px;
}

#pied h3 {
	margin: 0
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0 10px 0;
}

#pied ul {
	list-style: none;
	margin: 0;
}

#pied ul li {
	margin-bottom: 5px;
	line-height: 20px;
}

#pied #piedWeb ul li {
	font-size: 20px;
}

#pied ul li img {
	vertical-align: top;
}

#pied ul a {
	color: #66635c;
}

#piedASBL {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 130px;
	width: 180px;
}

#piedCommunaute {
	position: absolute;
	top: 10px;
	left: 200px;
	height: 130px;
	width: 180px;
}

#piedRadio {
	position: absolute;
	top: 10px;
	left: 400px;
	height: 130px;
	width: 180px;
}

#piedWeb {
	position: absolute;
	top: 10px;
	left: 600px;
	height: 130px;
	width: 180px;
}

#piedPartenaires {
	position: absolute;
	top: 10px;
	left: 800px;
	height: 130px;
	width: 180px;
}

#piedSabam {
	position: absolute;
	top: 130px;
	width: 980px;
	padding-top: 5px;
	border-top: dotted #66635c 1px;
	text-align: center;
}
