/* Feuille de style contenant les propietes de style communne a toutes les pages */

/* selecteurs*/

*{
	margin: 0px ;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

td, caption, label, th,select, input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select, input, option{
	font-size: 11px;
}
img {
   border: 0;
}

hr {
  visibility: hidden;
  clear: both;
}

ul{
	margin:0;
	padding:0;
}

li{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

p{
	margin: 0 0 12px 0;
   padding:0;
}

/* Fin selecteurs*/

/* Links */
a {
	text-decoration: none;
	color: black;
}
/* Fin Links*/

/* spacer */
.spacer {
   clear: both;
   display: block;
   height: 1px;
	margin-top: -1px;
}
.spacer2 {
   clear: both;
   display: block;
}

/* fin spacer */

/* NAV */
.logo{
	float: left;
	padding:15px 0 25px 0;
}

.logo2{

	float: left;
	width: 340px;
	margin-top:15px;
}

.navigation{
	display: none;
}

/* Fin NAV */

/* FOOTER */
#footer{
	width:1000px;
	text-align: right;
	margin-top: 1px;
	display: none;
}

#footer_fix, #footer_com{
	position: absolute;
	width:1000px;
	text-align: right;
	top: 575px;
	display: none;
}
/* Fin FOOTER */
#DefaultConsole{
	display: none;
}

#DefaultConsoleContent{
	display: none;
}
#background_fix{
	z-index: 1;
	background: url(../img/shop/bg_window2.jpg) top left no-repeat;
	height: 604px
}
.ContentBottom{
	 display:none;
}
.column1{
	display: none;
}

.ListFeatures
{
	display: none;
}




.title2{
	font-size: 50px;
	line-height: 57px
}
.rubrique a{
	font-size: 20px
}
.shoptitle1{
	font-size: 20px;
	padding-bottom: 15px
}
