﻿/* 
 Style du site principal
 Projet: Les Productions Coup D'Choeur - Site officiel
 Auteur: Maxime Dumas
 Dernière modification: 4 août 2007
*/

/* Styles globaux */
p, td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	font-size: 9pt;
	text-align: justify;
}
table.main
{
	position: absolute;
	top: 1px;
	left: 2px;
	width: 101%;
}
table.central
{
	width: 760px;
	margin: 0px;
	padding: 0px;	
}
table.content
{
	padding: 7px;
	width: 100%;
}
a:link,
a:hover,
a:active,
a:visited 
{ 
	color: #b81b21; 
}
td.margin
{
	background-color: #100f0f;
}
td.footer
{
	border-top: 3px solid #100f0f;
	text-align: center;
	font-size: 7pt;
	color: #848484;
	padding: 7px;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.valign
{
	vertical-align: top;
}
p.formresult_error
{
	text-align: center;
	font-weight: bold;
	color:#FFCC00;
}
p.formresult_success
{
	text-align: center;
	font-weight: bold;
	color:#669966;
}
p.list
{
	text-align: center;
	line-height: 22px; 
}
.note
{
	color:#888888;
	font-size: 7pt;
}

/* Propriétés du formbuilder */
td.dbrf_header
{
	font-weight: bold;
	color: #CCCCCC;
	background-color:#333333;
	text-align: center;
	border: 1px solid #000000;
	padding: 3px;
}
td.dbrf_cell
{
	border: 1px solid #000000;
	background-color: #222222;
}
td.formbuilder_titlecell
{
	font-weight: bold;
	vertical-align: top;
	width: 500px;
	padding: 5px;
}
td.formbuilder_buttoncell
{
	padding-top: 10px;
	text-align: center;
}	
td.formbuilder_text
{
	padding-bottom: 15px;
}
td.dbrf_title
{
	text-align: center;
	font-size: 13pt;
	color: #d3d3d3;
	font-style: italic;
	font-weight: bold;
}
td.formbuilder_stitle
{
	padding-top: 20px;
}
td.formbuilder_notice
{
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

/* Tags HTML */
html
{
	background-color: #100f0f;
}
img
{
	border: 0px;
}
table
{
	background-color: #000000;
}
h1
{
	text-align: center;
	font-size: 16pt;
	color: #d3d3d3;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
}
h2
{
	text-align: center;
	font-size: 13pt;
	color: #d3d3d3;
	font-style: italic;
	font-weight: bold;
}

/* Page d'accueil */
td.news
{
	vertical-align: top;
	border-right: 1px solid #202020;
}
div.newsTitle
{
	text-align: center;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}
div.newsDate
{
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	color: #ad1d22;
}
div.link_photos
{
	text-align: right;
	font-size: 7pt;
	margin-top: 3px;
}	

/* Page de connexion */
td.connect_submitcell
{
	text-align: center;
	padding: 5px;
}

/* Espace membres */
p.impnote
{
	font-weight: bold;
	text-align: center;
}

/* Nouvelles */
td.newsColumn
{
	font-weight: bold;
	border-right: 1px solid #202020;
	padding: 5px;
	vertical-align: top;
}
td.newsText
{
	padding: 5px;
	vertical-align: top;
}

/* Hommages */
table.homage_category
{
	margin-bottom: 40px;
}
td.homage_title
{
	font-weight: bold;
	background-color: #333333;
	color: white;
	padding: 5px;
}
td.homage_text
{
	background-color: #111111;
	padding: 5px;
	margin-bottom: 20px;
}

/* Description des membres */
table.members_table
{
	border: 1px solid #000000;
	background-color: #100f0f;
}
td.member_title
{
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
	width: 100px;
}
td.member_value
{
	padding: 5px;
	vertical-align: top;
	color: #DDDDDD;
	background-color: #333333;
}

/* Nos réalisations */
.tickets_avail
{
	font-weight: bold;
	color: #669966;
	font-style: italic;
}	
td.members_role
{
	text-align: right;
	width: 220px;
	border-right: 1px solid #333333;
	font-weight: bold;
	color: #FFFFFF;
}
td.photo_title
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF;
	font-style: italic;
	padding-bottom: 8px;
}
td.photo_file
{
	border: 1px dashed #333333;
}
td.photo_desc
{
	padding: 5px;
}
td.files_desc
{
	padding-left: 10px;
}