@charset "utf-8";

/* Screan-tshop.fr All Right Reserved : Axel Viger Production */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/background.jpg) repeat top;
	color:#000;
}

#content{
	margin:0 auto 0 auto;
	width:1000px;
	height:auto;
}

#site{
	background:url(../images/fond.jpg) no-repeat top;
	width:1000px;
	height:700px;
}

#logo{
	width:380px;
	height:265px;
	margin:0 auto 0 auto;
}

#web{
	background:url(../images/web_hover.png) no-repeat;
	width:380px;
	height:120px;
	margin:0 auto 0 auto;
	cursor:pointer;
}

#print{
	background:url(../images/print_hover.png) no-repeat;
	width:380px;
	height:120px;
	margin:0 auto 0 auto;
	cursor:pointer;
}

#contact{
	background:url(../images/contact_hover.png) no-repeat;
	width:380px;
	height:120px;
	margin:0 auto 0 auto;
	cursor:pointer;
}

#content_web{
	width:600px;
	height:auto;
	margin:0 auto 0 auto;
}

#content_print{
	width:600px;
	height:auto;
	margin:0 auto 0 auto;
}

#content_contact{
	width:600px;
	height:300px;
	margin:0 auto 0 auto;
	text-align:center;
}

ul{
	list-style-type:none;
	text-align:center;
	padding:25px 0 25px 0;
}

ul.contact li{
	display:inline;
}

li.gallery_print{
	display:inline;
}

li.gallery_print a{
	color:#fff;
}

li.gallery_print a:hover{
	color:#06d1cf;
}