/*.toppage{
	margin-top:7px;
	margin-bottom:7px;
}*/
div.toppage{
	margin: 7px 0;
	background:url('../images/top_page.jpg') no-repeat top left;
	width:705px;
	height:15px;
	text-align:right;
	
}
div.toppage a{
	color:#fff;
	font-size:9px;
	letter-spacing:-1px;
	padding-right:4px;
}

p
{
	text-align:justify;
	margin-left: 2px;
	margin-right: 12px;
}

/* titres */
h1
{	
	font-size:200%;
	margin-top: 0;
}

h2
{
	font-size: 170%
}

h3
{
	font-size: 135%;
	text-decoration: underline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

h5
{
	font-size: 160%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

h4
{
	font-size:100%;	
}

h2, h3, h5
{
	margin-left: 10px;
	margin-top: 0;
}

.titrebleu
{
	color: #7CA8D3;
}

/* images */
img
{
	border:none;	
}

img.imagesdroite, .imagems, .img-generique
{
	float: right;	
}

img.imagesdroite
{
	margin-left: 10px;
	margin-right: 2px;
}

.imagems
{
	margin-right: 10px;
}

.img-generique
{
	margin-left: 10px;
	margin-right: 10px;
}

img.imagesgauche
{
	float: left;
	margin-right: 10px;
	margin-left: 2px;
}

/* listes */
ul
{
	list-style-type:none;
}

.niv1
{
	margin-left: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.niv2
{
	margin-left: 7px;
	font-weight: bold;
}

.listeresumes
{
	margin-left: 90px;
	margin-top: 0;
}

/* texte  */
em
{
	font-style: italic;
}
strong, legend
{
	font-weight:bold;
}
.texte_moteur
{
	color: #0B5095;
}

.texterouge
{
	color: #FF0000;
}

.textebleu
{
	color: #0000FF;
}

.textevert
{
	color: #007F00;
}

.textevert, .texterouge, .textebleu
{
	text-decoration:none;
}

.small
{
	font-size:0.75em;
}

.basdepage
{
	font-weight:bold;
	font-style: italic;
	padding-right:5px;
}

/* alignements */
.right, .basdepage
{
	text-align:right;
}

.center, h1
{
	text-align: center;
}

.floatleft
{
	float: left;
}

/* divers */

.tableaums
{
	font-size: 0.8em; 
	color: #000000; 
	text-align:left;
	vertical-align: top; 
	margin: auto;
}

legend
{
	color: #FFFFFF;
}

fieldset
{	
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
	text-align: justify;
}

label
{
	float:left;
	width: 85px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.cosmic-era.com/images_site/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.cosmic-era.com/images_site/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.cosmic-era.com/images_site/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}