/* Global Styles */

body {
	background: #14285f url(./images/fond_deg_bleu.jpg) repeat-x;
	margin: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #99CCFF;*/
}	

h1 {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}
	
td {
	font:12px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #FFFF00;
	text-decoration:none;
	}
	
a:hover {
	color: #FFFF00;
	text-decoration:underline;
	}

/* ID Styles */

#conteneur {
	width: 900px;
	margin-left: auto; 
 	margin-right: auto;
	border: 1px solid #005555;
	background-color: #14285f;
/*	height:600px;*/
}

#titre {
	background-color:#02021E;
	}

#navigation {
	font: 16px "Comic Sans MS";
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:35px;
	display:block;
	padding-left:10px;
/*	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px;*/ 
	}
	
#navigation a {
	font: 16px "Comic Sans MS";
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;	
	line-height:35px;
	display:block;	
	padding-left:10px;		
/*	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px;*/	 
	}
	
#navigation a:hover {
	color:#ffffff;
	text-decoration:underline; 	
	/*border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px;*/
	}


	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}
/*
#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}
*/


#albumList thead {
	background-color: #6600FF;
	}


/************ miniatures des albums photos ************/
#miniatures {
	text-align:center;
	vertical-align:middle;
	/*	
	border-spacing:50px;
	*/		
	}

#miniatures td {
	height: 150px;
	width: 150px;	
	background-color: #111111;
	text-align:center;
	/*
	border: 1px solid #808080;
	border-collapse:separate;	
	border-spacing:50px;	
	margin: 20px;
	position: relative;
	margin: 20px;
	position: relative;
	*/	
	}

/* défini l'encadrement des images dans les liens hors survol */
#miniatures a img {
	border:1px solid #808080;
	}
	 
/* hack pour IE - ne sert sinon à rien */
#miniatures a:hover {border:0px }

/* défini l'encadrement des images lors du survol */
#miniatures a:hover img {
	border:1px solid #FFFF00;
	} 
	

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/*scd */
#attention {
	color : Red;
	font-weight: bold;
	}


/* Class Styles */

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
/*	
li
	{
	list-style-image: url(volant.gif);
	white-space: pre;
	vertical-align: middle;
	}*/