/* @override http://localhost/_clients/fantys/css.css */

/* @group reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a{
	text-decoration: none;
}
dfn{
	display: none;
}

/* @end */
body{
	background: #000;
	color: #848484;
	font: 13px/22px Verdana;
}
/* @group comonHelper */

.left{
	float: left;
	display: inline;
}

.right{
	float: right;
	display: inline;
}
.clear{
	width: 100%;
	height: 1px;
	clear: both;
}
a{
	color: #848484;
	font: 13px/22px Verdana;
}
/* @end */

/* @group wrapper */
div#wrapper{
	width: 1294px;
	height: auto;
	min-height: 766px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/background.png) no-repeat;
	position: absolute;
}
div.side.left{
	width: 512px;
	height: 470px;
	margin-top: 44px;
	margin-left: 170px;
}
div.side.left a{
	display: block;
	height: 141px;
	width: 100%;
	margin-bottom: 21px;
}

div.side.left div.txt {
	width: 280px;
	margin-top: 30px;
	margin-right: 15px;
	text-shadow: #000 1px 1px 2px;
}

#logo_2 div.txt.right {
	margin-top: 40px;
}
a.log div.img{
	width: 209px;
	height: 137px;
}
a#logo_1 div.img{
	background: url(./images/logo_n_1.jpg) no-repeat;
	
}
a#logo_2 div.img{
	background: url(./images/logo_n_2.jpg) no-repeat;
	margin-top: -2px;
}
a#logo_3 div.img{
	background: url(./images/logo_n_3.jpg) no-repeat;
}

/* @end */

/* @group bar */

#bar{
	height: 53px;
	height: 128px
}
#contact{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	margin-top: -75px;
	color: #fff;
	
}
#contact .right{
	margin-right: 400px;
}
#bar #btn{
	display: block;
	background: url(images/btn_n.jpg) no-repeat;
	width: 281px;
	height: 55px;
	clear: both;
	margin-top: 7px;
	margin-left: 696px;
	font-size: 0.0000000000001px;
	text-indent: -1000px;
}

a#btn2 {
	display: block;
	margin-top: 450px;
	margin-right: 330px;
	padding: 12px 76px;
	color: #ddd;
	font-size: 14px;
}

/* @end */

/* @group window */
#window{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/fond.png);
}

div#window2 {
	background: url(images/fond_window.png) no-repeat;
	height: 469px;
	width: 542px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
a#close{display: block;
	margin-right: 35px;
	margin-top: 24px;
	color: #3a3a3a;
}
div#texte{
	width: 450px;
	margin-left: 40px;
	margin-top: 0px;
	height: 400px;
	line-height: 24px;
}


/* @end */

