﻿/*
File		:	/tpl/tmp/css/global.css
Desc.		:	global style sheet for screen media
Author		:	Olivier Le Brenn
C.D.		:	Fri, Mar 6, 2009 | 5:05:23 PM
U.D.		:	Fri, Mar 6, 2009 | 5:05:25 PM
VIEWPORT	:	972px 578px
*/


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


/*------------{ redefining html tags }------------*/

hr, img {
	border-style: none;
	border-width: 0;
}

ul {
	list-style: none;
}

html {
	height:100%;
}

body {
	font: 65%/1.2 "lucida grande", lucida, verdana, sans-serif;
	color: #cab395;
	text-align: center;
	width:100%;
	background: #2d3244 url("/tpl/tmp/img/bkg.jpg") repeat top left;
}

/*-----------------{ positionning  elements }-----------------*/

#wrap {
	position:relative;
	margin: 15px auto;
	width: 700px;
}

h1#logo {
	display:block;
	text-indent: -2000em;
	width:700px;
	height:185px;
	margin:15px 0;
	background: #2d3244 url("/tpl/tmp/img/logo.jpg") no-repeat center center;
}

h2 {
	color:#a79fbc;
	font-size:1.7em;
	margin:0;
}
h3 {
	font-size:1.2em;
	line-height:1.5em;
	margin:1.5em 0;
}

#ssp {
	margin:10px;
}

a {
	color:#a79fbc;
}

a:hover {
	color:#cab395;
}
