@charset "utf-8";
body {
	background: #000 url(../img/fond_planete_halo.jpg) no-repeat center top;
	/*background: #000 url(../img/fond.jpg) no-repeat center bottom;*/
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

#site {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	/*background: url(../img/site.png) repeat-y center top;*/
}
#header {
	height: 330px;
	line-height: 16px;
}
#header a {
	color: #1089c2;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	text-decoration: underline;
}
#contenu {
	text-align: left;
	padding: 0px 50px;
}
#contenu p {
	text-align: justify;
	line-height: 20px;
}
#footer {
	/*background: url(../img/halo_bottom.png) no-repeat center bottom;*/
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #4b4b4b;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
#footer a {
	color: #4b4b4b;
	text-decoration: none;
}
#footer a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}
h1 {
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0.57em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color: #1089c2;
	background: url(../img/puce_rouge.png) no-repeat left center;
	padding-left: 9px;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin: 1.25em 0 0.75em;
}
h3 {
	font-size: 14px;
}
li {
	line-height: 16px;
}
p {
	margin: 1em 0;
	padding: 0px;
}
a {
	color: #1089c2;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

.separateur {
	background: url(../img/separateur.png) no-repeat center bottom;
	text-align: right;
	margin: 10px 0px;
	height: 10px;
	width: 100%;
}
.top_return {
	background: url(../img/separateur.png) no-repeat center bottom;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.top_return a {
	color: #1089c2;
	text-transform: uppercase;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.top_return a:hover {
	text-decoration: underline;
}
.lightbox a img {
	border: 1px solid #666;
}

.rouge {
	color: #bb0000;
}
.bleu {
	color: #1089c2;
}
.trente {
	font-size: 28px;
}
.mentions {
	color: #666;
	font-size: 10px;
}

/* Documentation */ 
#documentation a {
	color: #FFF;
	line-height: 12px;
	background: url(/img/icone_PDF_16.png) no-repeat left center;
	padding-left: 22px;
}

/* Catalogue */ 
#panier_bloc {
	width: 400px;
	text-align: left;
}
#panier_bloc h1 {
	padding: 35px 0px 0px 80px;
	margin: 0px;
}
#panier_bloc h2 {
	margin: 5px 0px 10px;
}
#panier_bloc textarea {
	width: 347px;
	color: #999;
	background: #090909;
	border: 1px solid #333;
	padding: 5px;
	font: 11px Verdana, Geneva, sans-serif;
	overflow: hidden;
	margin-top: 10px;
}
#panier_bloc input {
	width: 347px;
	color: #999;
	background: #090909;
	border: 1px solid #333;
	padding: 5px;
	font: 11px Verdana, Geneva, sans-serif;
}
#panier_bloc .submit {
	width: 357px;
	color: #FFF;
	background: #090909;
	border: 1px solid #333;
	padding: 10px;
	font: bold 11px Verdana, Geneva, sans-serif;
	margin-top: 10px;
}
#panier_bloc .submit:hover {
	background: #151515;
	cursor: pointer;
}
#panier_top {
	background: url(/img/bg_panier_top.png) no-repeat center bottom;
	height: 70px;
	width: 400px;
}
#panier_bottom {
	background: url(/img/bg_panier_bottom.png) no-repeat center top;
	height: 20px;
	width: 400px;
}
#panier {
	background: url(/img/bg_panier.png) repeat-y center top;
	padding: 0px 20px;
}
#panier p {
	line-height: 14px;
}
#panier .separateur {
	padding: 0px;
	margin: 0px;
	background: url(/img/separateur.png) no-repeat center center;
	text-align: right;
	height: 20px;
	width: 100%;
}
.bloc_produits {
	display: none;
}
.bloc_produits a {
	color: #FFF;
	line-height: 20px;
}
.bloc_produits a:hover {
	color: #1089c2;
	text-decoration: none;
}
.bloc_produits .reference {
	color: #999;
	font-size: 11px;
}
.bloc_produits select {
	background: #000;
	color: #FFF;
	border: 0px solid #333;
	margin: -2px 5px -2px -2px;
	font-size: 11px;
}

