﻿/* 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;
}

a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited {
	color: #C19B28;
}

/*a:hover {
	text-decoration: underline;
	color: #CC9900;
	background-color: #FFFFFF;
	color: #E6CD84;
}*/

a:active {
	color: #C19B28;
}

body {
	/*background-color: #656565;*/
	/*background-color: #111111;*/
	background-color: #000000;
	/*background-image: url(Images/background_noir.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;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header6.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 0 auto;
	/*margin: 0 auto 5px auto;*/
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
/*	text-transform: uppercase;
	font-size: 18px;
*/
    font-family: "Parchment", Parchment, serif;
    font-size: 48px; /* Paragraphes de 14 pixels */


}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:hover {
	text-decoration: none;
	color: #CC9933;
	background-color: #FFFFFF;
	font-style: inherit;
	font-family:Gill Sans Ultra Bold ;
}


.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav a:hover {
	text-decoration: none;
	color: #CC9933;
	background-color: #FFFFFF;
	font-style: inherit;
	font-family:Gill Sans Ultra Bold ;
}

.menua a:visited, .nav a:visited {
	/*color: #DBB94F;*/
}


/* 1.1 SHIM */

.shim {
	display: none;
}



a span 
{
    /* Par défaut, on ne verra pas le span */    
    display: none;
}

a:hover span 
{ 
    /* Quand on survole le lien, par contre, 
    on affiche le spanLe position absolute 
    permet de ne pas casser la mise en page : 
    le span s'affichera au-dessus du resteOn 
    pourrait aussi définir la position, 
    pour qu'il s'affiche dans un cadre précis*/
    display: inline;    
    position: absolute;    
    background: none;
}














/* 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;
	background-color: #4B4B4B;
	color: #C19B28;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #mejoindre, #links, #evenements, #expositions, #albums, #photos, #details, #register, #login, #admin-albums, #admin-liens, #admin-evenements, #admin-expositions, #admin-photos, #admin-details 
{
	
	position: relative;
	width: 750px; /*etait 686 je l'essai pour toutes les pages*/
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}


#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

/*Pour les pages ADMIN - expositions, liens, evenements*/
/*Si le width est trop grand c'a descend*/
#content {
	margin-left: 256px;
	width: 450px;
}
/*Pour les pages admin/expositions et admin/photos*/
#admin-content {
	margin-left: 0px;
	width: 450px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}
#whatsnew a{
	position: absolute;
	text-decoration: none;
	color: #DBB94F;
	margin-left: -50px;
	width: 400px;
}
#whatsnew dt{
	position: absolute;
	text-decoration: none;
	margin-left: 300px;
	width: 500px;
	height: 100%;
}


#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4, #evenements h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}
#resume h5 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 4.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;
}

/*je m'en sert pour le h4 de la page expositions*/
#expositions h4 {
	margin-top: 0;
	position: absolute;
	left: 65px;
	width: 214px;
	color: #DBB94F;
}
#expositions h5 {
	position: absolute;
	left: 400px;
	width: 600px;
}


dl {
	/*margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
    height: 1px;*/
    line-height: 1.4em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	line-height: 1.4em;
	margin-left: 150px;
	height: 2.0em;
	width: 200px;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}



#profil {
	position: absolute;
	left: 300px;
	width: 440px;
}







.view {
	margin-left: auto;
	margin-right: auto;
	/*width: 686px;*/
	/*background-color: #656565;*/
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}


.view .photo-frame a.p1:hover 
{
    text-decoration:none; 
    background-color:#8c97a3; 
    color:#000;
}
.view .photo-frame a .large 
{
    display:block; 
    position:absolute; 
    width:0; 
    height:0; 
    border:0; 
    top:0; 
    left:0;
}
.view .photo-frame a.p1:hover .large 
{
    display:block; 
    position:absolute; 
	margin-left: auto;
	margin-right: auto;
    top:0px; 
    left:10px;
    width:300px; 
    height:300px; 
    /*width:300px; 
    height:300px; 
    border:10px solid #ccc;*/
}

.view .photo-frame td.infosphotos {
	left: 500px;
    width:200px; 
    height:50px; 
    /*left:500px;*/
}


/*Pour la page liens et evenements (description)*/
.item {
	padding: 20px 50px;
	color: #FFFFFF;
	/*color: #B2B2B2;*/
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}









.buttonbar, .buttonbar-top {
	width: 686px;
	margin-left: 0px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}

/* Default bout de photos */

/*
#preview ul:hover
{
   background-color: #B3B3B3;
   color: black;
}
*/

#preview 
{
    position:relative; 
    top:50px; 
    left:0px; 
    width:75px; 
    background-color:#fff;
    z-index:100;
}
#preview a.p1, #preview a.p1:visited 
{
    display:block; 
    width:75px; 
    height:75px; 
    text-decoration:none; 
    background:#fff; 
    top:0; left:0; 
    border:0;
}
#preview a img 
{
    border:0;
}
#preview a.p1:hover 
{
    text-decoration:none; 
    background-color:#8c97a3; 
    color:#000;
}
#preview a .large 
{
    display:block; 
    position:absolute; 
    width:0; 
    height:0; 
    border:0; 
    top:0; 
    left:0;
}
#preview a.p1:hover .large 
{
    display:block; 
    position:absolute; 
    top:-65px; 
    left:150px; 
    width:300px; 
    height:300px; 
    /*border:10px solid #ccc;*/
}
#preview a asp:Image 
{
    border:0;
}




/* Link pour les liens en lignes */
.page ul
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}









/* 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 {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:hover {
	text-decoration: none;
	color: #CC9933;
	background-color: #FFFFFF;
	font-style: inherit;
	font-family:Gill Sans Ultra Bold ;
}


.menub a:visited {
	/*color: #DBB94F;*/
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

