html, body {height: 100%;margin: 0 }
body {
	background: url(./bot_bg_degrade.jpg) repeat-x left bottom #111122;
	background-attachment:fixed; 
	font-family: Arial, sans-serif;
	font-family: Comic Sans MS, Century Gothic, Helvetica, Arial, sans-serif;  	
	font-size: 14px;
	color: #AAA;
	margin-left:20px;
	margin-right:20px;
	overflow:auto;		/* ascenseur IE */
}

.invisible {
	visibility: hidden;
	font-size:3px;
	background-color: transparent;
	color:#112;
}

p {

	font-size: 14px;	
	color: #AAA;
	text-indent: 10px;
	background-color: transparent;
}

h1 {	color: #AAA;
	font-size: 30px;
	font-weight: bold;

	background-color: transparent;
}

h2 {	color: #AAA;
	font-size: 24px;
	font-weight: bold;

	background-color: transparent;
}

h3 {	color: #AAA;
	font-size: 18px;
	font-weight: bold;

	background-color: transparent;
}

td {

	color: #AAA;
	font-size: 14px;
	background-color: transparent;		
}

.navigation {					
	text-align: left;
	vertical-align: bottom;
}

.home {

	color: #AAA;
	font-size: 14px;
	font-style : italic;
	background-color: transparent;
}

.image {
	border-width: 1px;
	border-color: #888;
	border-style: solid;
	margin: 5px;
}
.photo1{
	border-bottom-width: 1px;
	border-left-width: 2px;	
	border-top-width: 2px;
	border-right-width: 1px;
	border-color: #CCC;
	border-style: groove;
	margin: 0px;
}
.photo2{
	border-bottom-width: 1px;
	border-left-width: 0px;	
	border-top-width: 0px;
	border-right-width: 1px;
	border-color: #AAA;
	border-style: solid;
	margin: 0px;
}

#index td {
/*	text-align: center; 		 souk NS4x */
	vertical-align: bottom;
}

#index td.navigation {					
	text-align: left;
	vertical-align: bottom;
}

#index table {
	margin-left: auto; 
	margin-right:auto;
	text-align: center; 
}

#index h1 {
	text-align: center;
}

#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

#index  small {
	font-size: 11px;
	color: #AAA;
	background-color: transparent;
}	

#slide .name {
	font-weight: bold; 
	font-size: 14px;
}

#slide .comment {
	font-weight: normal;
	font-size: 16px;
}

#slide td.navigation {					
	text-align: left;
	vertical-align: bottom;
}

a:active {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

a:visited {
	text-decoration: underline;
	color: #999;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: transparent;
}

a:link {
	text-decoration: none;
	color: #EEE;
	background-color: transparent;
}

#imageinfo {
	visibility: hidden;
}

/* Infobulle */

.infoBulle{position:absolute;background-color:#111122}
.titreBulle{font-size:14px;color:#AAA;text-align:center;background-color:#112}
.corpsBulle{font-size:14px;color:#AAA;text-align:left;background-color:#112}
.notaBulle{font-size:12px;color:#AAA;text-align:right;font-style:italic;background-color:#112}
.cadreBulle{background-color:#112;color:#AAA}

sup { line-height: 0; font-size:10px; }