.chapeau{
	margin-top: 10px;
	text-align:justify;
}

.chapeau1{
	margin-top: 8px;
	text-align:justify;
}

.decouvrir {
	background-image: url(/internet/images/fleche.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-position: 102px;
	text-align: right;
	
}
.decouvrir a a:link a:visited a{
	text-decoration: none;
}
.decouvrir a:hover{
	text-decoration: underline;
}

.fg-black{
	color: #000000;
}

.fg-gris{
	color: #444444;
}

.foto{
	padding: 6px 6px 3px 3px;
	float: left;
	clear:left;
}

.hr_bot{
	width: 185px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 25px;
	margin-top: 10px;
}

#terminaux{
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height:190px;
	padding-left:5px;padding-top:5px;margin-bottom:10px;margin-top:5px;
}

.tableau{
 width:100%;
}

.tableau THEAD{
    
	background-color:#EFEFEF;

	height: 20px;

}

.tableau TH{
	padding-left:10px;padding-right:5px;
	border-right:1px solid #7B7B7B;
	font-weight: bold;	
	border-top:2px solid #CBCBCB;
	border-bottom:2px solid #CBCBCB;

}
.tableau TD{
    padding-bottom:4px;
	padding-top:4px;
	vertical-align:top;
	padding-left:10px;
}

.tableau .on {
background-color:#E8E6E7;
}
.tableau .off{
	background-color: #fff;
}
.tableau td1{
	padding-top:5px;
	padding-bottom: 5px;
	align:center;
	vertical-align: top;	
}

.tableau2{
 width:100%;
 border: 1px solid #CCCCCC;
}

.tableau2 THEAD{
    
	background-color:#EFEFEF;

	height: 20px;

}

.tableau2 TH{
	padding-left:10px;padding-right:5px;
	border-right:1px solid #7B7B7B;
	font-weight: bold;	
	border-top:2px solid #CBCBCB;
	border-bottom:2px solid #CBCBCB;
	border: 1px solid #CCCCCC;

}
.tableau2 TD{
    padding-bottom:4px;
	padding-top:4px;
	vertical-align:top;
	padding-left:10px;
	border: 1px solid #CCCCCC;
}

.tableau2 .on {
background-color:#E8E6E7;
}
.tableau2 .off{
	background-color: #fff;
}
.tableau2 td1{
	padding-top:5px;
	padding-bottom: 5px;
	align:center;
	vertical-align: top;	
}

.tbmobile td{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	/**cursor: pointer;*/
	border: 0px ;
}
.tbmobile tr{
padding: 1px;
}
/* BLOCK INDEX */
.categorie{
	width:245px;
	height:180px;
	float:left;
	padding:2px .5em;
	margin:.8em;
	border:1px solid #ccc;
	position:relative;
	background:transparent url(/internet/images/block-bg.gif) repeat-x bottom left;
}
.categorie a:hover{
	text-decoration:none;
}
.categorie h1{
	font-size:2em;
	text-align:center;
	color:#fa0;
	background:transparent url(/omoney/images/separator.gif) no-repeat center bottom;
	margin-bottom:.5em;
}
.categorie span{
	display:block;
	color:#ccc;
	visibility:hidden;
	margin-top:1em;
	text-align:center;
	position:absolute;
	bottom:0;
	left:60px;
}
.laptop:hover{
	background:transparent url(/internet/images/laptop.gif) no-repeat 150px 65px;
}
.pc:hover{
	background:transparent url(/internet/images/pc.gif) no-repeat 140px 65px;
}

.categorie:hover span{
	visibility:visible;
}
/* END INDEX BLOCKS */

/* --- LIGHBOX STYLE --- */

/* ---------------------------------------------------------- */
        /* LIGHTBOXES
        /* ---------------------------------------------------------- */
        #lightboxes {
	width: 100%;
	height: 100%;
	list-style-type: none;
	overflow:hidden;
}
#lightboxes li {
	width: 100%;
	height: 3000px;
	position: relative;
	background: rgba(0, 0, 0, .5);
}
#lightboxes .box {
	width: 400px;
	height: 450px;
	margin: 0 auto;
	top: 50px;
	border: 10px solid #999;
	background-color: #fff;
	padding: 20px;
	position: relative;
	z-index: 1;
}
#lightboxes #close {
	background-color: transparent;
	z-index: -1;
}
/* ---------------------------------------------------------- */
        /* PRETTY STUFF
        /* ---------------------------------------------------------- */

#lightboxes h3 {
	font-weight: normal;
	font-size: 1.8461em;
	margin: 0 0 0.4583em 0;
}
#lightboxes img {
	float:left;
	margin-right:.5em;
}
#lightboxes p{
	text-align:left;
}
#lightboxes a.close {
	float: right;
	display: block;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ddd;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 1.2em;
}
#lightboxes a.close:hover {
	background-color: #999;
	color: #fff;
}

/* DEBUT DISTRIBUTEURS */
/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:500px;
  border:1px solid #222;
  margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none;
  margin:1px;
  margin-left:0;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  overflow:auto;
  height:350px;
}
.usual div a { color:#000; font-weight:bold; }
/* FIN DISTRIBUTEURS */
/* PACK PC */
#connections{
	border:1px solid #ebebeb;
	overflow:auto;
}
#connections .block{
	width:275px;
	float:left;
	margin-right:.2em;
}
#connections .last{
	float:right;
	margin-right:0;
}
#connections .block h1{
	font-size: 1.8461em;
	border-bottom:1px solid #000;
	background-color:#fafafa;
}
#connections .block div{
	float:right;
	padding:.5em;
	width:180px;
}
#connections .block div a{
	padding:.3em;
	border:1px solid #ccc;
}
#connections .block div a:hover{
	text-decoration:none;
	background-color:#ebebeb;
}
#connections .block img{
	margin-top:1em;
}
#connections a h1:before{
	content: "\2750";
	margin-right: 0.5em;
	margin-left: -1.25em;
	color:#fa0;
}
#connections a h1{
	padding-left:1.3em;
}
ul abbr:hover{
	border-bottom:1px dashed #fa0;
	cursor:help;
}
.title{ font-size:1.2em; color:#fa0; background-color:#000;}
/* FIN PACK PC */
