body {
  background: #000 url(grgrad.gif) repeat-x;
  color:#fff;
}
a{
	color:#fff;
}
a:hover,a:focus{
	color:#ff0;
}

ul{
	background-color:#333;
	-moz-border-radius:6px;
}
li{
	list-style-type: none;
	background-image: url(etoile.png);
	background-repeat: no-repeat;
	background-position: 20% 0%;
}

li:hover{
	background-image: url(etoile.png);
	background-position: 25% 0%;
}

h1{
	font-size:20px;
	color:#ff0;
}


.soustitre {
	color: #888888;
	font-size: 80%;
	text-align: center;
}

.soustitre a {
	color: #888888;
}



div.site{
	margin-bottom:20px;
}
img.site_mini {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	border: 1px solid #3199D7;
}
h3.site_titre{
	text-align:left;
	padding-left: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #3199D7;
	display: block;
}
p.site_description {
	text-align:justify;
	padding-left: 150px;
	padding-right: 15px;
}
p#site_description_detail{
	text-align:justify;
	padding-left: 50px;
	padding-right: 15px;
}
p.site_url, p.site_url a{
	clear: both;
	text-align: right;
	padding-right: 25px;
	color: #3199D7;
	font-size: 9px;
	border-bottom: 1px dashed #ddd;
}
p#site_url_detail, p#site_url_detail a{
	clear: both;
	text-align: right;
	padding-right: 25px;
	color: #3199D7;
	font-size: 12px;
}
img#site_maxi {
	padding: 3px;
	border: 1px dashed #CCC;
}
#lien_fournisseur{
	float:right;
	font-size: 80%;
	spacing:20px;
}
#logo{
	display:none;
	float:right;
	background-image: url(../img/extraterrestre.png);
	z-index:1;
	width:256px;
	height:256px;
	opacity: 0.30;	
	filter:alpha(opacity=30);  
	-moz-opacity:0.30;
}

.page {
	padding-top:12px;
}
.precedent,.icos_1{
	float: left;
}
.suivant,.icos_2{
	float: right;
}

select, select option {
	background-color:#707070;
	color:#FFF;
}
.menu{
	text-align:center;
}



#tablecontenus, #tableoptions {
	width: 350px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 100%;
	font: italic 11px;
	text-align: right;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(img_tables/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#tablecontenus td, #tableoptions td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #000;
	padding: 6px 6px 6px 12px;
	color: #FFF;
	text-align:center;
}

#tablecontenus td.alt,#tableoptions td.alt{
	background: #223;
	color: #FFF;
	text-align:center;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #000 url(img_tables/bullet1.gif) no-repeat;
	color: #FFF;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #223 url(img_tables/bullet2.gif) no-repeat;
	color: #FFF;
}


	#screen {
		position: absolute;
		/*
		top: 1%;
		*/
		left: 5%;
		width: 750px;
		height: 80%;
		background: #000;
		color: #fff;
	}
	#screen div {
		position: absolute;
		overflow: hidden;
		cursor: pointer;
	}
	#screen img {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#screen .label {
		position: absolute;
		color: #FFF;
		background: #000;
		font-family: arial;
		white-space: no-wrap;
	}
	
a.gal{
	background: #000;
	filter:alpha(opacity=65);
	-Moz-Opacity:0.65;
	opacity:0.65;
}

	
.codephp{
	background: #CCC;
}