@charset "utf-8";

/* BODY */
html {
	background:#D4D5D7 url('../images/bck_html.gif') repeat-y center;
}
body {
	background:#ffffff url('../images/bck_body.gif') repeat-y center;
	color:#666666;
	display:block;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5;
	margin:12px auto;
	padding:0;
	position:relative;
	width:900px;
}
a {
	color:#AE1C27;
	text-decoration:none;
}
a:hover {

}
h1, h2, h3, h4, h5, h6 {
	color:#333333;
	font-weight:bold;
	margin:0.1em 0;
}
h1 {
	background:transparent url('../images/bck_h1.gif') no-repeat left center;
	color:#AE1C27;
	font-size:145%;
	line-height:50px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 65px;
}
h2 {
	background:transparent url('../images/bck_h2.gif') no-repeat left center;
	clear:both;
	color:#949494;
	font-size:125%;
	line-height:25px;
	margin:15px 0px 15px 40px;
	padding:0px 0px 0px 35px;
}
h3 {
	color:#AE1C27;
	margin-top:5px;
}
* html h3 {
	margin-top:0.1em;
}
h4 {
	color:#AE1C27;
	margin:0.5em 65px 0.5em 75px;
}
h5 {
	font-size:1.8em;
	margin-top:1.8em;
	text-align:center;
}
h5 strong {
	color:#AE1C27;
}
p {
	margin:0.1em 0 0 0;
}
p strong {
	font-weight:bold;
}
.alert, .notice {
	color:#C01122;
}
p.notice {
	clear:both;
	padding:10px 0px;
	text-align:center;
}
hr {
	background:#DDDDDD;
	clear:both;
	display:block;
	border-color:1px solid #DDDDDD;
	height:2px;
	margin-top:15px;
	visibility:visible;
}
form, form fieldset {
	margin:0px;
	padding:0px;
}
form fieldset legend {
	display:none;
	visibility:hidden;
}
form fieldset p label {
	display:block;
	cursor:pointer;
}
input, select, textarea, .inputbox, .inputbox2, .selectbox, .textbox {
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
}
form fieldset p select.selectbox {
	background:#FFFFFF;
	border:1px solid #DDDDDD;
	color:#333333;
	font-size:12px;
	margin:2px 0 5px;
	padding:1px;
	width:95%
}
form fieldset p input.inputbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color:#333333;
	font-size:12px;
	margin:2px 0 5px;
	padding:2px;
	width:95%
}
form fieldset p input.inputbox2 {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color:#333333;
	font-size:12px;
	margin:2px 0 5px;
	padding:2px;
	width:35%
}
form fieldset p textarea.textbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color:#333333;
	font-size:12px;
	margin:2px 0 5px;
	padding:2px;
	width:95%
}
form fieldset p {
	margin:2px 0px;
}

/* BOX1 */
div.box1 {
	background:transparent url('../images/bck_box1-br.gif') no-repeat bottom right;
	margin:0;
	padding:0;
	position:relative;
}
div.box1 div {
	background:transparent url('../images/bck_box1-bl.gif') no-repeat bottom left;
	margin:0;
	padding:0;
}
div.box1 div div {
	background:transparent url('../images/bck_box1-tr.gif') no-repeat top right;
	margin:0;
	padding:0;
}
div.box1 div div div {
	background:transparent url('../images/bck_box1-tl.gif') no-repeat top left;
	margin:0;
	padding:12px 12px;
}
div.box1 div div div div {
	border:none;
	background:none;
	margin:0;
	padding:0;
}

/* BOX2 */
div#section div.box2, div#section div.box2 {
	background:transparent url('../images/bck_box2-br.gif') no-repeat bottom right;
	margin:0.5em 65px 0.5em 75px;
	padding:0;
	position:relative;
}
div#section div.box2 div {
	background:transparent url('../images/bck_box2-bl.gif') no-repeat bottom left;
	margin:0;
	padding:0;
}
div#section div.box2 div div {
	background:transparent url('../images/bck_box2-tr.gif') no-repeat top right;
	margin:0;
	padding:0;
}
div#section div.box2 div div div {
	background:transparent url('../images/bck_box2-tl.gif') no-repeat top left;
	margin:0;
	padding:8px 16px;
}
div#section div.box2 h3 {
	color:#ffffff;
	text-transform:uppercase;
}
div#section div.article div.box2 p {
	color:#ffffff;
	font-size:1.1em;
	margin-left:0;
	margin-right:0;
}

/* BOX3 */
div#section div.box3 {
	background:transparent url('../images/bck_box3-br.gif') no-repeat bottom right;
	margin:0;
	padding:0;
	position:relative;
}
div#section div.box3 div {
	background:transparent url('../images/bck_box3-bl.gif') no-repeat bottom left;
	margin:0;
	padding:0;
}
div#section div.box3 div div {
	background:transparent url('../images/bck_box3-tr.gif') no-repeat top right;
	margin:0;
	padding:0;
}
div#section div.box3 div div div {
	background:transparent url('../images/bck_box3-tl.gif') no-repeat top left;
	margin:0;
	padding:8px 16px;
}
div#section div.box3 h3 {
	color:#ffffff;
	text-transform:uppercase;
}
div#section div.article div.box3 p {
	color:#ffffff;
	font-size:1.1em;
	margin-left:0;
	margin-right:0;
}

/* HEADER */
#header {
	height:180px;
	margin:0;
	padding:0;
	position:relative;
}
body.site #header {display:none; visibility:hidden;}
#header img.logo {
	display:block;
	margin:25px 0px 0px 45px;
	padding:0;
	position:absolute;
}
html.ie6 #header a.logo {
	margin:25px 0px 0px 25px;
}
#header img.phone {
	margin:35px 50px 0px 0px;
	position:absolute; right:0;
}
#lng {display:none; visibility:hidden;}

/* NAV */
#nav {
	background:transparent url(../images/bck_nav.gif) no-repeat top left;
	background:-moz-linear-gradient(bottom, #AE1C27, #C2545C);
	background:-webkit-linear-gradient(bottom, #AE1C27, #C2545C);
	border-radius:0px 0px 5px 5px;
	height:35px;
	margin:0; padding:0;
	position:relative;
	z-index:1;
}
#nav ul {
	padding:0; margin:0;
}
#nav li {
	float:left;
	height:35px;
	margin:0; padding:0;
	position:relative;
	text-align:center;
}
#nav a {
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	margin:0; padding:0;
	text-shadow:0px -1px 0px #a44449;
}
#nav a:hover {
	background:#b22f39;
}
#nav li.firstchild a, #nav li.firstchild a:hover {
	border-radius:0px 0px 0px 6px;
}
#nav li.lastchild a, #nav li.lastchild a:hover {
	border-radius:0px 0px 6px 0px;
}
#nav li.accueil {width:108px;}
#nav li.qui-sommes-nous {width:184px;}
#nav li.savoir-faire {width:170px;}
#nav li.blog {width:90px;}
#nav li.catalogue {width:160px;}
#nav li.nouveautes {width:164px;}

/* SUB */
#nav div.sub {
	display:none; visibility:hidden;
	position:absolute; left:0; top:35px;
	width:550px;
}
#nav div.sub li {
	background:#dbdbda;
	height:1.5em; line-height:1.5em;
	overflow:hidden;
	padding:0.5em 0;
}
#nav div.sub li.firstchild {
	border-radius:0px 0px 0px 6px;
}
#nav div.sub li.lastchild {
	border-radius:0px 0px 6px 0px;
}
#nav div.sub a {
	background:transparent;
	border-left:1px solid #F1F1F1;
	border-right:1px solid #959293;
	border-radius:0 0 0 0;
	color:#959293;
	display:inline;
	font-size:1em; font-weight:normal;
	height:1.5em; line-height:1.5em;
	padding:0 1em;
	text-shadow:none;
}
#nav div.sub a:hover {
	background:transparent;
}
#nav div.sub li.firstchild a {
	border-radius:0 0 0 0;
	border-left:none;
}
#nav div.sub li.lastchild a {
	border-radius:0 0 0 0;
	border-right:none;
}

/* ASIDE */
#sidenav {
	float:left;
	margin:0px 5px 0px 0px;
	min-height:350px;
	padding:0;
	position:relative;
	width:210px;
}
* html #sidenav {
	height:350px;
	overflow:visible;
}
body.accueil #sidenav, body.site #sidenav {
	display:none;
	visibility:hidden;
}
#sidecategories {
	margin:10px 25px 1em 20px;
}
body.first #sidecategories {
	display:none;
	visibility:hidden;
}
#sidecategories a {
	color:#333333;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:2px 0px;
	padding-left:35px;
}
#a_YC36 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C36.jpg) no-repeat left center;}
#a_YC36:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C36_o.jpg) no-repeat left center;}
#a_YC1 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C1.jpg) no-repeat left center;}
#a_YC1:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C1_o.jpg) no-repeat left center;}
#a_YC24 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C24.jpg) no-repeat left center;}
#a_YC24:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C24_o.jpg) no-repeat left center;}
#a_YC25 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C25.jpg) no-repeat left center;}
#a_YC25:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C25_o.jpg) no-repeat left center;}
#a_YC2 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C2.jpg) no-repeat left center;}
#a_YC2:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C2_o.jpg) no-repeat left center;}
#a_YC3 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C3.jpg) no-repeat left center;}
#a_YC3:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C3_o.jpg) no-repeat left center;}
#a_YC3135 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C3135.jpg) no-repeat left center;}
#a_YC3135:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C3135_o.jpg) no-repeat left center;}
#a_YC2263 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C2263.jpg) no-repeat left center;}
#a_YC2263:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C2263_o.jpg) no-repeat left center;}
#a_YC39 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C39.jpg) no-repeat left center;}
#a_YC39:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C39_o.jpg) no-repeat left center;}
#a_YC28 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C28.jpg) no-repeat left center;}
#a_YC28:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C28_o.jpg) no-repeat left center;}
#a_YC31 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C31.jpg) no-repeat left center;}
#a_YC31:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C31_o.jpg) no-repeat left center;}
#a_YC5165 {background:transparent url(http://www.agencetapisrouge.com/Images2/C5165_1.jpg) no-repeat left center;}
#a_YC5165:hover {background:transparent url(http://www.agencetapisrouge.com/Images2/C5165_1_o.jpg) no-repeat left center;}
#a_YC8 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C8.jpg) no-repeat left center;}
#a_YC8:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C8_o.jpg) no-repeat left center;}
#a_YC37 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C37.jpg) no-repeat left center;}
#a_YC37:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C37_o.jpg) no-repeat left center;}
#a_YC7 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C7.jpg) no-repeat left center;}
#a_YC7:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C7_o.jpg) no-repeat left center;}
#a_YC10 {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C10.jpg) no-repeat left center;}
#a_YC10:hover {background:transparent url(http://www.extradpt.com/Datas/Cats/Vgn/C10_o.jpg) no-repeat left center;}

#sidecategories #a_YC24, #sidecategories #a_YC3135, #sidecategories #a_YC7 {line-height:15px;}

#sidenav a.viewcart {
	background:transparent url("../images/bck_viewcart.gif") no-repeat center center;
	color:#ffffff;
	display:block;
	height:32px;
	line-height:32px;
	margin:15px auto;
	padding:0px;
	width:171px;
}
#sidenav a.viewcart b {
	margin-left:5px;
}
#sidenav a.viewcart i {
	display:block;
	float:right;
	margin-right:5px;
}

#sidelinks li {
	background:-moz-linear-gradient(bottom, #ECECEC, #F8F7F7);
	background:-webkit-linear-gradient(bottom, #ECECEC, #F8F7F7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECECEC', EndColorStr='#F8F7F7');
	border-radius:5px;
	height:1%;
	margin:0 auto 1em auto;
	text-shadow:0px 1px 0px #FFF;
	box-shadow:0px 0px 2px #888;
	width:185px;
}
html.ie6 #sidelinks li {
	border:1px solid #D3D3D3;
}
#sidelinks li.firstchild {
	background:-moz-linear-gradient(bottom, #AE1C27, #C2545C);
	background:-webkit-linear-gradient(bottom, #AE1C27, #C2545C);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#AE1C27', EndColorStr='#C2545C');
	text-shadow:0px -1px 0px #a44449;
}
html.ie6 #sidelinks li.firstchild {
	border:1px solid #D3D3D3;
}
#sidelinks a {
	color:#666;
	display:block;
	font-size:1em;
	padding:0.8em;
}
#sidelinks li.firstchild a {
	color:#FFF;
}
#sidelinks strong {
	display:block;
	text-transform:uppercase;
}
#sidelinks em {
	display:block;
	font-size:0.9em;
	font-style:normal;
}
a.coffrets-premium {
	background-image:url(../images/vis_coffrets-premium.png);
	background-repeat:no-repeat;
	background-position:103% 105%;
}
html.ie6 a.coffrets-premium {
	background-image:url(../images/vis_coffrets-premium.gif);
}
a.made-in-france {
	background-image:url(../images/vis_made-in-france.gif);
	background-repeat:no-repeat;
	background-position:95% 50%;
}

/* SECTION */
#section {
	font-size:12px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:1;
}
html.ie6 #section {
	overflow:visible;
	height:1%;
}

/* ACCUEIL */
body.accueil #section {
	overflow:visible;
	height:500px;
}
body.accueil h1, body.accueil h2 {background:none; border:none; margin:0; padding:0;}
body.catalogue h1, body.catalogue h2 {background:none; border:none; margin:0; padding:0;}

/* INFO */
div.info {
	font-size:0.9em;
}
div.info h1, div.info h2 {
	background:none; border:none; margin:0; padding:0;
	color:#000;
	font-family: 'Century Gothic',"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
}
div.info p {
	margin:0 1em;
	text-align:justify;
}
div.info ul {
	margin:0 1em;
}
div.info strong {
	color:#A21E33;
}
div.info p strong {
	color:#666666;
	font-weight:bold;
}
div.box1 div.slogan {
	background:transparent url(../images/bck_slogan.gif) no-repeat top left;
	height:323px; width:525px;
	position:absolute; top:50%; left:50%;
	margin:-160px 0px 0px -262px;
	text-indent:-9999px;
}
div.box1 div.intro {
	border-left:1px solid #A21E33;
	position:absolute; top:0; left:50%;
	margin:-143px 0 0 -195px;
	width:420px;
}
div.box1 div.award {
	border-right:1px solid #A21E33;
	position:absolute; bottom:-40px; left:0;
}
div.box1 div.feedback {
	border-right:1px solid #A21E33;
	position:absolute; bottom:-40px; right:0;
	margin-right:1em;
}
div.box1 div.catalogue {
	border-right:1px solid #A21E33;
	position:absolute; top:15px; left:50%;
	margin:0 0 0 -245px;
	width:490px;
}
div.box1 div.footnotes {
	border-left:1px solid #A21E33;
	border-right:1px solid #A21E33;
	padding-top:0.5em;
	padding-bottom:0.5em;
	width:500px;
}
div.box1 div.category {
	border-right:1px solid #A21E33;
	margin-bottom:1em;
	padding:0.5em 0;
}
div.intro h2 {
	border-left:10px solid #A21E33;
	margin:1em 0 0.5em 0; padding:0 1em;
}
div.award h2 {
	border-right:10px solid #A21E33;
	margin:1em 0 0.5em 0; padding:0 1em;
	text-align:right;
}
div.feedback h2 {
	border-right:10px solid #A21E33;
	margin:1em 0 0.5em 0; padding:0 1em;
}
div.catalogue h2 {
	border-right:10px solid #A21E33;
	margin:1em 0 0.5em 0; padding:0 1em;
	height:auto; line-height:25px;
}
div.catalogue p {
	font-size:1.1em;
}
div.category h1 {
	border-right:10px solid #A21E33;
	height:auto; line-height:1.5em;
	margin:0.5em 0; padding:0 1em;
	text-align:right;
}
div.category p {
	margin-left:0;
}

body.site div#section {
	margin-top:60px;
}
div#section div.article {
	margin:auto;
	width:800px;
}
body.entreprise div#section div.article {
	background:transparent url('../images/bck_entreprise.jpg') no-repeat;
	background-position:50% 50%;
}

/**/
/**/
div#section div.article span.atr {
	color:#AE1C27;
	font-weight:bold;
}
div#section div.article span.atr span {
	color:#666666;
}
/**/
/**/
div#section div.article p {
	margin:0.5em 65px 0.5em 75px;
	overflow:hidden;
	text-align:justify;
}
div#section div.article p.signature {
	float:right;
}
div#section div.article p.signature strong {
	font-weight:bold;
}
div#section div.article p.signature strong.red {
	color:#AE1C27;
}
div#section div.article p.signature em {
	font-style:normal;
}
/**/
/**/
div#section div.article img.float-left {
	border:1px solid #AE1C27;
	display:block;
	float:left;
	margin:0px 15px 0px 40px;
	overflow:hidden;
	position:relative;
}
* html div#section div.article img.float-left {
	margin:0px 15px 0px 20px;
}
body.entreprise div#section div.article img.float-left {
	border:none;
}
body.methodologie-01 div#section div.article img.float-left {
	border:none;
}
div#section div.article img.float-right {
	display:block;
	float:right;
	margin:0px 15px 0px 40px;
	overflow:hidden;
	position:relative;
}
div#section div.article img.center {
	display:block;
	margin:15px auto;
	position:relative;
}
/**/
/**/
div#section div.article ul.list1 {
	list-style-type:disc;
	overflow:hidden;
	padding-left:15px;
	position:relative;
}
/**/
/**/
div#section div.article ul.list2 {
	margin:0.5em 65px 0.5em 75px;
	overflow:hidden;
	text-align:justify;
}
div#section div.article ul.list2 li {
	margin-bottom:10px;
}
div#section div.article ul.list2 li strong {
	color:#AE1C27;
	display:block;
	font-size:1.25em;
	font-weight:bold;
}
div#section div.article ul.list2 li img.float-right {
	display:block;
	float:right;
	margin:10px 15px 0px 15px;
	overflow:hidden;
	position:relative;
}
/**/
/**/
div#section div.article ul.list3 {
	list-style-type:disc;
	margin:0.5em 65px 0.5em 75px;
	overflow:hidden;
	padding-left:15px;
	position:relative;
}
/**/
/**/
div#section div.article ul.list4 {
	margin:0.5em 65px 0.5em 65px;
	overflow:hidden;
	position:relative;
}
div#section div.article ul.list4 li {
	clear:left;
	height:115px;
}
div#section div.article ul.list4 li img {
	display:block;
	float:left;
	margin:5px 15px 5px 0px;
	overflow:hidden;
	position:relative;
}
div#section div.article ul.list4 li strong {
	color:#949494;
	display:block;
	font-weight:bold;
	font-size:1.15em;
	overflow:hidden;
	position:relative;
}
div#section div.article ul.list4 li span {
	display:block;
	overflow:hidden;
	position:relative;
}
div#section div.article ul.list4 li a {
	color:#666666;
	display:block;
	overflow:hidden;
	position:relative;
}
div#section div.article ul.list4 li a span {
	display:inline;
	font-weight:normal;
}
div#section div.article ul.list4 li em {
	color:#AE1C27;
	display:block;
	font-size:0.9em;
	overflow:hidden;
	position:relative;
}
/**/
/**/
body.showroom div.article table {
	margin:auto;
	width:585px;
}
/**/
/**/
div#section div.article ul.pages {
	margin:25px 0px 0px 0px;
}
div#section div.article ul.pages li {
	float:left;
	width:50%;
}
div#section div.article ul.pages li a.prec {
	background:transparent url('../images/btn_page-sprites.gif') no-repeat;
	background-position:0px 0px;
	display:block;
	height:45px;
	margin:0 auto;
	padding:0;
	width:160px;
}
div#section div.article ul.pages li a:hover.prec {
	background-position:0px -45px;
}
div#section div.article ul.pages li a.suiv {
	background:transparent url('../images/btn_page-sprites.gif') no-repeat;
	background-position:-160px 0px;
	display:block;
	height:45px;
	margin:0 auto;
	padding:0;
	width:140px;
}
div#section div.article ul.pages li a:hover.suiv {
	background-position:-160px -45px;
}
div#section div.article ul.pages li a.prec span, div#section div.article ul.pages li a.suiv span {
	display:none;
	visibility:hidden;
}

/* FOOTER */
#footer {
	background:transparent url(../images/bck_footer.gif) no-repeat bottom right;
	clear:both;
	height:196px; width:860px;
	margin:0 auto; padding:0;
	overflow:hidden; position:relative;
}
#footer div.coord {
	background:transparent url(../images/bck_coord.gif) no-repeat center center;
	background:-moz-linear-gradient(bottom, #AE1C27, #C2545C);
	background:-webkit-linear-gradient(bottom, #AE1C27, #C2545C);
	border-radius:5px;
	color:#ffffff;
	margin:65px 0 1em 0;
	padding:5px;
	text-align:center;
	text-shadow:0px -1px 0px #a44449;
}
#footer div.coord li {
	border-right:1px solid #FFF;
	display:inline;
	padding:0 0.2em 0 0.1em;
}
#footer div.coord li.lastchild {
	border:none;
}
#footer div.coord strong {
	font-weight:normal;
	text-transform:uppercase;
}
#footer div.coord em {
	color:#DDD;
	font-style:normal;
}
#footer div.coord a {
	color:#ffffff;
}
#footer .link {
	overflow:hidden;
}
#footer .link li {
	float:left;
	width:33%;
}
#footer p.ffpco {
	color:#303030;
	font-size:1.1em;
	height:60px; width:240px;
	margin:0; padding:0;
	overflow:hidden; position:relative;
}
#footer p.ffpco span {
	position:absolute; bottom:0;
	margin-left:0.5em;
}
#footer span.social {
	display:block;
	text-align:center;
}
#footer span.social strong {
	color:#000;
	font-weight:bold;
}
#footer ul.social {
	margin:0 auto;
	overflow:hidden;
	width:104px;
}
#footer ul.social li {
	margin:10px;
	width:auto;
}
#footer a.logo {
	display:block; float:right;
	margin:0; padding:0;
	overflow:hidden; position:relative;
}
#SelLanguage {display:none; visibility:hidden;}

