*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul{
	list-style-type: none;
}

h1{
	font-size: 12px;
	color: #fff;
}

h2{
	font-size: 11px;
	color: #333;
}

h3{
	font-size: 12px;
	color: #990000;
	margin: 5px 0 10px 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background: #333;
}

a img{
	border: 0px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #990000;
}

/*---------------Base Class----------------*/

.txtRouge{
	color: #990000;
}

.txtHidden{
	visibility: hidden;
}

.paragraphe{
	line-height: 17px;
	margin-bottom: 7px;
}

/*---------------Fin Base Class----------------*/

#global {
	position: relative;
	float: left;
	left: 50%;
	width: 960px;
	height: 100%;
	margin-left: -480px;
}

#header{
	float: left;
	width: 100%;
	background: url("../images/template_minisite_decoplus_01.jpg") no-repeat;
}

#header h1{
	width: 100%;
	text-align: center;
	color: #777;
	font-weight: normal;
	margin: 2px 0;
}

#logo{
	float: left;
	width: 430px;
	height: 115px;
	margin: 1px 10px 10px 5px;
}

#menuTop{
	float: left;
	width: 350px;
	margin: 25px 0 0 160px;
}

#menuTop li{
	float: left;
	width: 49%;
	text-align: center;
}

#menuTop li a{
	color: #fff;
}

#menuTop li.last a{
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

#txtHeader{
	float: left;
	width: 500px;
	margin: 50px 15px 0 0;
	text-align: right;
	font-weight: normal;
}

#blocMenu{
	float: left;
	width: 96%;
	height: 238px;
	background: url("../images/template_minisite_decoplus_02.gif") no-repeat;
	padding: 10px 2% 0 2%;
}

#menuProduit{
	float: left;
	width: 100%;
	height: 27px;
	margin-left: 15px;
}

#menuProduit li{
	float: left;
	text-align: center;
}

#menuProduit li.last{
	float: left;
	text-align: center;
	margin-left: 55px;
}

#menuProduit li a{
	float: left;
	width: 140px;
	height: 20px;
	color: #fff;
	padding-top: 7px;
}

#menuProduit li a:hover{
	color: #333;
}

#menuProduit li.last a{
	float: left;
	width: 300px;
	height: 20px;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
}

#menuImgProduit{
	float: left;
	width: 100%;
}

#menuImgProduit li{
	float: left;
	margin: 14px 4px;
}

#middle{
	float: left;
	width: 96%;
	padding: 0 2%;
	background: url("../images/template_minisite_decoplus_03.gif") repeat-y;
}

#bottom{
	float: left;
	clear: left;
	width: 96%;
	background: url("../images/template_minisite_decoplus_05.gif") no-repeat #333;
	padding: 70px 2% 10px 2%;
	color: #fff;
	text-align: center;
}