body {
	/*background: url(../images/headerIWYS-A1.jpg) no-repeat;*/
	font-family:Verdana, Geneva, sans-serif;
	background-position:top center;
	/*margin-left: 15px;*/
}
	
/*----------Menu navigation-------*/
div.nav {
	margin: 5px auto 0px auto;
	border-width: 1px 1px 1px 1px;
	/*border-style: solid;
	border-color: #fff #dfdfdf #dfdfdf #dfdfdf;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*-moz-box-shadow: 0px 1px 2px #ccc;*/
	display: table;
		}
		
		div.nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #6B8D99;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#6B8D99), to(#6B8D99));
	background: -moz-linear-gradient(top, #6B8D99, #6B8D99);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8D99', endColorstr='#6B8D99');
	display: inline-block;
	list-style: none;
		}
		
		div.nav ul li {
			margin: 0px 1px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: -webkit-gradient(linear, left top, left bottom, from(#6B8D99), to(#6B8D99));
			background: -moz-linear-gradient(top,  #6B8D99,  #6B8D99);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8D99', endColorstr='#6B8D99');
			float: left;
		}
		div.nav ul li:first-child {
			border-radius: 5px 0px 0px 5px;
			-moz-border-radius: 5px 0px 0px 5px;
			-webkit-border-radius: 5px 0px 0px 5px;
		}
		div.nav ul li:last-child {
			margin-right: 0px !important;
			border-radius: 0px 5px 5px 0px;
			-moz-border-radius: 0px 5px 5px 0px;
			-webkit-border-radius: 0px 5px 5px 0px;
		}
		div.nav ul li a {
	margin: 0px 1px 0px 1px;
	padding: 11px 33px 11px 33px;
	background: -webkit-gradient(linear, left top, left bottom, from(#6B8D99), to(#6B8D99));
	background: -moz-linear-gradient(top,  #6B8D99,  #6B8D99);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B8D99', endColorstr='#6B8D99');
	float: left;
	/*-*/
			font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/*text-shadow: #cecece 0px 1px 0px;*/
		}
		
		div.nav ul li:first-child a {
			border-radius: 5px 0px 0px 5px;
			-moz-border-radius: 5px 0px 0px 5px;
			-webkit-border-radius: 5px 0px 0px 5px;
		}
		div.nav ul li:last-child a {
			margin-right: 0px !important;
			border-radius: 0px 5px 5px 0px;
			-moz-border-radius: 0px 5px 5px 0px;
			-webkit-border-radius: 0px 5px 5px 0px;
		}
		
		div.nav ul li:hover {
			background: -webkit-gradient(linear, left top, left bottom, from(#59747F), to(#59747F));
			background: -moz-linear-gradient(top,  #59747F,  #59747F);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59747F', endColorstr='#59747F');
		}
		div.nav ul li:hover a {
			padding: 11px 33px 11px 33px;
			background: -webkit-gradient(linear, left top, left bottom, from(#59747F), to(#59747F));
			background: -moz-linear-gradient(top,  #59747F,  #59747F);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59747F', endColorstr='#59747F');
			/*-*/
			color: #000;
			/*text-shadow: #454545 0px -1px 1px;*/
		}
		div.nav ul li:active {
			background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#3f3f3f));
			background: -moz-linear-gradient(top,  #242424,  #3f3f3f);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#3f3f3f');
		}
		div.nav ul li:active a {
	margin: 0px 0px 0px 0px;
	padding: 9px 33px 11px 33px;
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: #282928 #3f3f3f #525051 #3f3f3f;
	-webkit-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255, 255, 255, .1);
	background: -webkit-gradient(linear, left top, left bottom, from(#1a355b), to(#5f5f5f));
	background: -moz-linear-gradient(top,  #1a355b,  #5f5f5f);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a355b', endColorstr='#5f5f5f');
	color: #001;
	text-shadow: #454545 0px -1px 1px;
		}
		div.nav ul li:last-child:active a {
			padding-right: 34px;
		}
		div.nav ul li.selected {
			background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#3f3f3f));
			background: -moz-linear-gradient(top,  #242424,  #3f3f3f);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#3f3f3f');
		}
		div.nav ul li.selected a {
	margin: 0px 0px 0px 0px;
	padding: 9px 33px 11px 33px;
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: #282928 #3f3f3f #525051 #3f3f3f;
	background: -webkit-gradient(linear, left top, left bottom, from(#373837), to(#525051));
	background: -moz-linear-gradient(top,  #373837,  #525051);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373837', endColorstr='#525051');
	/*-*/			
			color: #001;
	text-shadow: #454545 0px -1px 1px;
		}
		div.nav ul li.selected:last-child a {
			padding-right: 34px;
		}
		
		/*-----*/
		
		div.nav ul li.logo a {
			padding: 5px 34px 7px 34px;
		}
		div.nav ul li.logo:active a {
			padding: 5px 35px 7px 35px;
			border: none;
		}
		div.nav ul li.logo a img { width: 24px; height: 24px; }
		
		/*-----*/
		
		/*div.nav ul li.search a {
			padding: 8px 9px 9px 7px;
		}
		div.nav ul li.search a input {
			width: 120px;
			height: 17px;
			padding: 0px 0px 0px 20px;
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			border-color: #888 #b0b0b0 #dedede #b0b0b0;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			background: #fff url(button_search.png) no-repeat 5px 3px;
	
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 11px;
			color: #7e7e7e;
		}*/
		div.nav ul li.search:hover, div.nav ul li.search:active {
			background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#8c8c8c));
			background: -moz-linear-gradient(top,  #cecece,  #8c8c8c);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#8c8c8c');
		}
		div.nav ul li.search:hover a, div.nav ul li.search:active a {
			margin: 0px 1px 0px 1px;
			border: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#848484));
			background: -moz-linear-gradient(top,  #cacaca,  #848484);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#848484');
		}

/*----------Menu-------*/
		a, a:hover, a:active, a:visited, a:visited:hover {
	text-decoration: none;
	border: none;
	outline: none;
	color: #FF663A;
}

/*#dock {
	margin-top: 65px;
}*/
.dock-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }
a.dock-item {
	display: block;
	width: 85px;
	position: absolute;
	bottom: -33px;
	text-align: center;
	text-decoration: none;
	font-size:18px;
	color: #FCA518;
	left: 14px;
	height: 92px;
}
.dock-item span { display: none; padding-left: 0px;}
.dock-item img {
	border: 0;
	margin: 5px 10px 0px;
	width: 100%;
}
p.style1 {
		font: 13px;
		font-family:Verdana, Geneva, sans-serif;
}

a img {
	border: none;
}
h1 {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #F60;
}
h2 {
	font:14px;
	font-family:Verdana, Geneva, sans-serif;
}
h3 {
	font:12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
}
h4 {
	font:12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
}
h5 {
	font:12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #56727D;
	font-size: 12px;
}
h6	{
	font-family:Verdana, Geneva, sans-serif;
	color: #F60;
	font-size: 13px;
}
h7 {
	font:20px;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
}


/*ul {
	font: 14px 'UbuntuLight', Arial, sans-serif;
	list-style: circle;
	color: #444;
	text-align: justify;
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;*/
}
.tutorial, .showcases, .inspiration, .brushes, .photoshop, .templates, .resources, .software, .about, .contact, .faq, .terms, .advertise, .rss, .twitter, .cld, .pby, .comm {
	height:34px;
	min-height:24px;
	display:block;
	background-color: #EEE;
	background-image: url(../images/sprite1.jpg);
	background-repeat: no-repeat;
}
.tutorial, .showcases, .inspiration, .brushes, .photoshop, .templates, .resources, .software, .about, .contact, .faq, .terms, .advertise {
	line-height:24px;
}
#hdr {
	margin-left: auto;
	margin-right: auto;
	float:inherit;
	width:1027px;
	height:150px;
}
#logo {
	background: url(../images/headerIWYS-A.2.png) no-repeat;
	width:1015px;
	height:99px;
	top:15px;
	left:300px;
	padding-left: 10px;
	padding-top: 0px;
}
#logo img {
   -webkit-transition: opacity 200ms ease-out;
   -moz-transition: opacity 200ms ease-out;
   transition: opacity 200ms ease-out;
   opacity: 1;
}
#logo img:hover {
   opacity: 0.65;}
.htit {
	color:#FFA519;
	text-align:center;
	margin:5px;
	font-size:12px;
}
.htit1 {
	color:#EEE;
	text-align:center;
	margin:5px;
	font-size:15px;
}
/*#menu {
	width:650px !important;
	width:620px;
	height:150px;
	margin:0px auto;
}
#menu a {
	display:block;
	width:128px;
	text-align: center;
	font-size:12px;
	color:#444;
	text-decoration:none;
	padding:75px 0 0 0;
	float:left;
	margin:0 5px;
}
#menu a:hover {
	color:#000;
}*/
#cnt {
	width:1000px;
	margin:0 auto;
	position:relative;
	background: url(../images/content1.jpg) repeat-y 0 165px;
}
#lcnt {
	width:180px;
	float:left;
	position:relative;
	z-index:7;
	margin: 20px 0 0 0;
}
#lcnt-1 {
	width:170px;
	float:right;
	position:relative;
	margin: 20px 0 0 0;
}
#lcnt-2 {
	width:180px;
	float:right;
	position:relative;
	margin: 280px 0 0 0;
}
#lcnt-3 {
	width:180px;
	float:left;
	position:relative;
	margin: 20px 0 0 0;
}
#lcnt-4 {
	width:180px;
	float:left;
	position:relative;
	margin: 150px 0 0 0;
}
#lcnt-5 {
	width:180px;
	float:left;
	position:relative;
	margin: 20px 0 0 0;
}
#lcnt-6 {
	width:180px;
	float:left;
	position:relative;
	margin: 370px 0 0 0;
}
#lcnt-7 {
	width:180px;
	float:left;
	position:relative;
	margin: 20px 0 0 0;
}
#lcnt-8 {
	width:180px;
	float:left;
	position:relative;
	margin: 300px 0 0 0;
}

#ccnt {
	width:640px;
	min-height:570px;
	height:auto;
	float:left;
	/*background: url(../images/ccnt.jpg) no-repeat;*/
	position:relative;
}
/*#dummy {
	width:640px;
	height:228px;
	float:left;
	background: url(../images/dummy.jpg) no-repeat;
	position:absolute;
	bottom:0px;
}*/
#rcnt0 {
	width:385px;
	/*float:left;
	position:relative;
	z-index:inherit;*/
	margin: 20px auto;
}
#rcnt {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 180px 0 0 0;
	padding-left:5px;
}
#rcnt_1 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 200px 0 0 0;
	padding-left: 5px;
}
#rcnt_2 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 180px 0 0 0px;
	padding-left: 5px;
}
#rcnt_3 {
	width:155px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 160px 0 0 0;
	padding-left: 5px;
}
#rcnt_4 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 170px 0 0 0;
	padding-left: 5px;
}
#rcnt_5 {
	width:155px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 50px 0 0 0;
	padding-left: 15px;
}
#rcnt_6 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 270px 0 0 0;
	padding-left: 5px;
}
#rcnt_7 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 30px 0 0 0;
	padding-left: 5px;
}
#rcnt_8 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 20px 0 0 0;
	padding-left: 5px;
}
#rcnt_9 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 270px 0 0 0;
}
#rcnt_10 {
	width:175px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 340px 0 0 0;
	padding-left: 5px;
}
#rcnt_01 {
	width:165px;
	float:left;
	position:relative;
	z-index:inherit;
	margin: 5px 0 0 0;
	padding-left: 0px;
	/*background-image:url(../images/Member12.gif);
	background-repeat:no-repeat;*/
	height: 75px;
}
/*  -- Left Side Links  -- */
.pop_post {
	background:url(../images/sprite.jpg) no-repeat;
	display:block;
	min-height:24px;
}
.lslink a {
	color:#EEE;
	text-decoration:none;
	font-size:12px;
	text-align:right;
	padding: 0 55px 10px 0;
}
.lslink a:hover {
	color:#EEE;
}
.tutorial {
	background-position: 143px 0px;
}
.tutorial:hover {
	background-position: 143px -60px;
}
.showcases {
	background-position: 140px -120px;
}
.showcases:hover {
	background-position: 140px -180px;
}
.inspiration {
	background-position: 140px -240px;
}
.inspiration:hover {
	background-position: 140px -300px;
}
.brushes {
	background-position: 140px -360px;
}
.brushes:hover {
	background-position: 140px -420px;
}
.photoshop {
	background-position: 140px -480px;
}
.photoshop:hover {
	background-position: 140px -540px;
}
.templates {
	background-position: 140px -600px;
}
.templates:hover {
	background-position: 140px -660px;
}
.resources {
	background-position: 140px -720px;
}
.resources:hover {
	background-position: 140px -780px;
}
.software {
	background-position: 160px -840px;
}
.software:hover {
	background-position: 160px -900px;
}

/*.sidetit_l, .sidetit_r {
	width:145px;
	color:#FAA61A;
	margin:40px 0 20px;
	height:22px;
	background-color:#F3F4F4;
	font-size:14px;
}

.sidetit_l {
	text-align:right;
	padding:5px 35px 0 0;
}
.sidetit_r {
	text-align:left;
	padding:5px 0 0 35px;
}

.pop_post {
	background-position: 163px 0;
	color:#A1A1A1;
	text-decoration:none;
	text-align:right;
	padding: 0 35px 10px 0;
	border-bottom: 2px dotted #EEE;
	margin:0 0 10px 0;
}
.pop_post:hover {
	background-position: 163px -60px;
	color:#000;
}
.pop_post div {
	text-align:right;
	width:144px;
}
.pop_post span {
	text-align:right;
	margin: 0 35px 0 0;
	display:block;
}
.adv {
	width:180px;
	height:60px;
	background-color:#EEE;
	text-align:center;
	padding: 40px 0 0 0;
}
.adv a {
        color:#A1A1A1;
	font-weight:bold;
	text-decoration:none;
}
.adv a:hover {
	color:#000;
}
.side_title img {
	border:0px none;
	margin:0px 0 10px 0;
}*/
.img_link img {
	border:0px none;
	padding-left: 20px;
}
.img_link2 img {
	border:0px none;
	margin: 0 0 0 80px;
	-webkit-transition: opacity 100ms ease-out;
   	-moz-transition: opacity 100ms ease-out;
   	transition: opacity 100ms ease-out;
   	opacity: 1;
}
.img_link2 img:hover {
   opacity: 0.80;
}
/*.about {
	background-position: -30px 0;
}
.about:hover {
	background-position: -30px -60px;
}
.contact {
	background-position: -30px -120px;
}
.contact:hover {
	background-position: -30px -180px;
}
.faq {
	background-position: -30px -240px;
}
.faq:hover {
	background-position: -30px -300px;
}
.terms {
	background-position: -30px -360px;
}
.terms:hover {
	background-position: -30px -420px;
}
.advertise {
	background-position: -30px -480px;
}
.advertise:hover {
	background-position: -30px -540px;
}
.rss {
	background-position: 0 -1474px;
	height: 48px;
	margin: 40px 0 0 0;
	padding: 9px 0 0 56px;
}
.p_twit {
	font-size:9px;
	color:#000;
	margin:0px 0 0 35px;
}
.p_twit span {
	color:#ACACAC;
}
.p_twit a {
	color:#ACACAC;
	text-decoration:none;
}
.p_twit a:hover {
	text-decoration: underline;
	color:#000;
}
.twitter {
	background-position: -30px -600px;
	height:70px;
	border-bottom: 2px dotted #EEE;
	margin:0 0 10px 0;
}
.twitter:hover {
	background-position: -30px -720px;
}*/
/* - Center Conteiner Style - */
.post {
	position:relative;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	color: #444;
}
.post_cnt {
	position:relative;
	text-align: justify;
	color:#555;
	font: 13px;
	font-family:Verdana, Geneva, sans-serif;
	margin: 80px 50px 0 50px;
}
.post_cnt a {
	text-decoration:none;
	color:#555 ;
}
.tit {
	margin:0 0 0 0;
	text-align: center;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
.tit1 {
	text-align: center;
	width:inherit;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
.tit2 {
	text-align: center;
	width:inherit;
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
/*.tit:hover {
	color: #58595B;
}
.post_tit {
	width:428px;
	height:28px;
	background-color:#EEE;
	overflow:hidden;
}
.post_tit span {
	font-size:9px;
	padding: 0px 0px 0 24px;
	float:left;
	color:#A1A1A1;
	margin: 0 10px;
	line-height:28px;
	cursor:default;
}
.post_tit span:hover {
	color:#000;
}
.post_tit a {
	font-size:9px;
	padding: 0px 0px 0 24px;
	float:left;
	color:#A1A1A1;
	margin: 0 10px;
	text-decoration:none;
	line-height:28px;
}
.post_tit a:hover {
	color:#000;
	text-decoration:underline;
}
.cld {
	background-position: 0px -957px;
}
.cld:hover {
	background-position: 0px -1017px;
}
.pby {
	background-position: 0px -1197px;
}
.pby:hover {
	background-position: 0px -1257px;
}
.comm {
	background-position: 0px -1076px;
}
.comm:hover {
	background-position: 0px -1136px;
}*/
.ptxt {
	font: 13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
	font-size: 12px;
	
}
.ptxt1 {
	font: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
}
.ptxt2 {
	font: 11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
}
/*.more-link {
	width:86px;
	height:18px;
	display:block;
	text-decoration:none;
	background-color:#FAA61A;
	color:#FFF;
	padding:3px 0 0 8px;
	margin:18px 0 36px 0;
}
.more-link:hover {
	color:#000;
}*/
/*#pagination {
	position:relative;
	z-index:7;
	text-align:center;
	font-size:11px;
	margin:30px 0 0 0;
	height:100px;
	line-height:40px;
}
.prev {
	border:1px solid #FAA61A;
	color:#FAA61A;
	padding:2px 3px;
}
.page_num_activ {
	border:1px solid #FAA61A;
	color:#FAA61A;
	padding:2px 5px;
}
.page_num {
	background-color:#DEDEDC;
	color:#000;
	padding:2px 5px;
	border:1px solid #DEDEDC;
	text-decoration:none;
}
.page_num:hover {
	background-color: #FAA61A;
	border-color: #FAA61A;
}
.next {
	background-color: #FAA61A;
	border:1px solid #FAA61A;
	color:#FFF;
	padding:2px 3px;
	text-decoration:none;
}
.next:hover {
	color:#000;
}*/
/* -- X menu divers  -- */
#x_menu {
	height:55px;
	width:540px !important;
	width:340px;
	position:absolute;
	left:147px;
	top: 215px;
	margin:0 0 0 -148px !important;
	margin:0 0 0 -170px;
	text-align:center;
	font: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
#x_menu a {
	display:block;
	float:left;
	width:150px;
	text-align: center;
	font-size:11px;
	color:#F60;
	text-decoration:none;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#x_menu a:hover {
	color:#6B8D99;
}
.x_conseil {
	background-position:5px -3px;
}
.x_assur {
	background-position:25px -20px;
}
.x_finan {
	background-position:25px -20px;
}

/* -- Y menu divers  
#y_menu {
	height:55px;
	width:540px !important;
	width:340px;
	position:absolute;
	left:147px;
	top: 215px;
	margin:0 0 0 -148px !important;
	margin:0 0 0 -170px;
	text-align:center;
	font: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
#y_menu a {
	display:block;
	float:left;
	width:150px;
	text-align: center;
	font-size:11px;
	color:#F60;
	text-decoration:none;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#y_menu a:hover {
	color:#6B8D99;
}
.y_conseil {
	background-position:5px -3px;
}-- */

/* -- Z menu divers  -- */
#z_menu {
	height:39px;
	width:176px !important;
	width:340px;
	position:absolute;
	left:95px;
	top: 367px;
	margin:0 0 0 0px !important;
	margin:0 0 0 -170px;
	text-align:center;
	font: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
#z_menu a {
	display:block;
	float:left;
	width:150px;
	text-align: center;
	font-size:11px;
	color:#F60;
	text-decoration:none;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#z_menu a:hover {
	color:#6B8D99;
}
.z_form1 {
	padding-left: 40px;
}

/* -- Footer Style  -- */
#foo {
	
	background-color: #FFF;
}
#foot_menu {
	background:url(../images/footerIWYS-A.jpg) no-repeat;
	width:1027px;
	height:127px;
	margin:0px auto;
	position:relative;
	background-color: #FFF;
}
#f_menu {
	height:70px;
	width:459px !important;
	width:340px;
	position:absolute;
	left:300px;
	top: 2px;
	margin:0 0 0 0 !important;
	margin:0 0 0 -170px;
	text-align:center;
}
#f_menu a {
	display:block;
	float:left;
	width:80px;
	text-align: center;
	font-size:9px;
	color:#EEE;
	text-decoration:none;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#f_menu a:hover {
	color:#666;
}
.f_freeb {
	/*background: url(../images/dock/Repair48.png) no-repeat;*/
	background-position:5px -3px;
}
.f_grap {
	/*background: url(../images/dock/Computer48.png) no-repeat;*/
	background-position:5px 0px;
}
.f_frm {
	/*background: url(../images/dock/bank48.png) no-repeat;*/
	background-position:3px 2px;
}
.f_cw {
	/*background: url(../images/dock/web48.png) no-repeat;*/
	background-position:3px 3px;
}
.f_fnt {
	/*background: url(../images/icons/text_page_48.png) no-repeat;*/
	background-position:0px -4px;
}
.f_cnct {
	/*background: url(../images/dock/mail48.png) no-repeat;*/
	background-position:3px 4px;
}
.f_cgv {
	/*background: url(../images/dock/cgv48.png) no-repeat;*/
	background-position:3px 4px;
}
.f_autre {
	/*background: url(../images/dock/cgv48.png) no-repeat;*/
	background-position:3px 4px;
}
.f_adresse{
	padding-top:80px;
	text-align:center;
	color: #20487C;
	height: 60px;
}
.f_left {
	position:absolute;
	padding:10px 0 0;
	font-size:9px;
	color:#EEE;
	width: 204px;
	height: 53px;
	left: 15px;
	top: 26px;
}
.f_rght {
	position:absolute;
	right: 23px;
	padding:0px 0px 0px 0px;
	font-size:9px;
	color:#EEE;
	text-decoration:none;
	width: 102px;
	height: 26px;
	top: 78px;
}
.f_rght:hover {
	color:#FFA31C;
}
/* -- Comments  -- 

.comments {
	width:526px;
	padding:25px 57px 56px;
	z-index:7;
	position:relative;
}

.cmnt_hdr {
	margin:44px 0 0 56px;
	font-weight: normal;
	font-size:20px;
}

.comment {
	width:526px;
	margin:20px 0;
}
.comment_header {
	background-color: #eee;
	width:100%;
	height:42px;
	margin: 0px;
	padding: 3px 0 0;
	font-size:12px;
}
.comment_header p {
	margin:10px 0 0 26px;
	font-weight:bold;
}
.comment_header span {
	color:#838280;
}
.comment_time {
	font-size:10px;
	margin:0 0 0 26px;
}
.avatarcnt {
	margin:-57px 0px 0 424px;
	width:70px;
	height:70px;
	padding:8px;
	position:absolute;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
.comment_text {
	min-height:42px;
	padding: 10px 0 0 26px;
	margin:0px;
	color:#A1A1A1;
	width:395px;
}
#cmntfrm {
	margin: 20px 0 0;
}
#cmntfrm fieldset {
	border: 1px solid #EEE;
	padding:25px;
}
#cmntfrm span {
	color:#FAA61A;
}
#cmntfrm input {
	border:0px none;
	background-color:#F3F4F4;
	height:21px;
	width:203px;
	margin: 0 10px 0 0;
	padding:5px 0 0 5px;
}
#cmntfrm textarea {
	border:0px none;
	background-color:#F3F4F4;
	padding:5px 0 0 3px;
}
#cmntfrm #submit {
	float:right;
	width:130px;
	height:27px;
	background-color:#A9A9A9;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding:0px;
}	
#cmntfrm #submit:hover {
	color:#000000;
}

.pyct {
	font-size:14px;
	font-weight:bold;
	background-color:#FAA61A;
	color:#FFF;
	padding:7px;
}
.aptxt {
	color:#A1A1A1;
	margin:0 0 70px 0;
}*/
