﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

.HyperLienSommaire a {
	text-decoration: none;
	color:Black;
}

.HyperLienSommaire a:visited {
	color:Black;
}

.HyperLienSommaire a:hover 
{
	color:White;
	text-decoration: underline;
	background-color:Black
}

.HyperLienDemoVideo a:active {
	color:White;
}

.HyperLienDemoVideo a 
{
	text-decoration: underline;		
	color:Black;
	font-size:15px;
}

.HyperLienDemoVideo a:visited {
	color:Black;
}

.HyperLienDemoVideo a:hover 
{
	color:White;
	text-decoration: underline;
	background-color:Black
}

.HyperLienSommaire a:active {
	color:White;
	text-decoration: underline;		
}

a {
	text-decoration: none;
	color: #DBB94F;
	/*color:#000000;*/
}

a:visited {
	/*color: #C19B28;*/
	color:#000000;
}

a:hover {
	text-decoration: underline;
	/*color: #E6CD84;*/
	color:#000000;
}

a:active {
	/*color: #C19B28;*/
	color:#000000;
}



body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

img {
	border-width: 0;
}

.titre-souligne
{
	border: 1;
	border-bottom: 5px solid #505050;
	height: 20px;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}


.watermarked 
{
	background-color:#AAAAAA;
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;	
}	

/* Pour remettre la couleur blanche et la même grandeur de textbox que watermarked */
.unwatermarked 
{
	background-color:#FFFFFF;
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;	
}	


.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	/* Pour faire monter ou descendre le texte dans le menu : margin-top*/
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 1.1 SHIM */

.shim {
	display: none;
}

.labelbold {
	font-size:small;
    font-weight:bolder;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
	font-weight:normal;
	font-family:Verdana;
	font-size:12px;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.00;
	MozOpacity: 1.00;
	opacity: 1.00;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(Images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(Images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #000000;
    background: url(Images/bubble.gif) no-repeat bottom;
}














/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 770px;
	padding: 0px 5px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	/*width: 214px;*/
	width: 180px;	
	height: 100%;
}

#content {
	/*margin-left: 256px;*/
	margin-left: 200px;
	text-align: left;
}


#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#titre-moyen {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}










.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}


.recherche
{
	margin-bottom: 12px;
	margin-left: 60px;
}


.position-total-enregistrements
{
	float:left;
	margin-left: 230px;
	margin-top: 8px;
	border-style:none;
	background-color:#3B3D3D;
	color:White;
	width:100px;
	font-size:medium;
	text-align:center;
}

/* Pour la zone de recherche dans le sommaire.  Évite les &nbsp; */
.total-enregistrements-sommaire
{
	/*margin-bottom: 0px;*/
	float:left;
	margin-left: 60px;
	margin-top: 8px;
	border-style:none;
	background-color:#3B3D3D;
	color:White;
	width:300px;
	font-size:medium;
}

/* Pour indiquer les étapes d'inscription dans inscription.aspx */
.etapes
{
	/*text-decoration: underline;*/
	color:White;
	font-size:small;
	font-weight:bolder;
	text-align:left;
}

.rechercher-sommaire
{
	float:left;
	margin-left: 525px;
	margin-top: -22px;
}

.rechercher-bouton-sommaire
{
	float:left;
	margin-left: 685px;
	margin-top: -28px;
}

.rechercher-fiche
{
	float:left;
	margin-left: 430px;
	margin-top: -22px;
}

.rechercher-bouton-fiche
{
	float:left;
	margin-left: 685px;
	margin-top: -36px;
}

.imprimer-bouton
{
	float:left;
	margin-left: 60px;
	margin-top: 0px;
}

.buttonbar, .buttonbar-top {
	width: 770px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
	background-position:center;
}












/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub 
{
	/* 16px permet de baisser le texte du menu dans la bande brune.  Était à 8 et le texte trop haut. */	
	margin:   16px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #DBB94F;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/* Pour le Collapse Extender (choix du gabarit) */
p {
	padding: 0 0 1em;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:Gray;
	margin:1px;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:Gray;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10000;
}
