/* CSS Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
table{
	border-collapse:collapse;border-spacing:0
}

/* CSS End Reset */


/* Superette stylos */

body, html {
	background: #fff;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	color: #000;
	text-align: left;
}

p, br {
	line-height: 20px;
}


#nav {
	position: fixed;
	display: block;
	z-index: 999;
	top: 40px;
	left: 0;
	width: 160px;
	height: 160px;
	background: #00ab4f;
}

#nav ul {
	padding-left: 10px;
	padding-top: 10px;
}

#nav ul a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

#nav ul a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

#logo {
	position: fixed;
	display: block;
	z-index: 998;
	top: 40px;
	left: 190px;
}

#naw {
	position: fixed;
	display: block;
	z-index: 997;
	top: 40px;
	left: 550px;
	width: 280px;
	font-size: 13px;
}

#content {
	width: 960px;
	height: auto;
}

.element {
	padding-top: 200px;
}

p {
	width: 580px;
	padding: 9px 0 8px 0px;
}

ul.txt {
	width: 580px;
	padding: 9px 0 8px 0;
}

ul.txt li {
	margin-left: 0;
	padding-left: 1.2em;
	text-indent: -1.1em;
}

.footer {
	display: block;
	margin-top: 400px;
	height: 120px;
}

table.prices {
	width: 580px;
	margin: 9px 0;
}

table.prices tr {
	text-align: left;
	border-bottom: solid 1px #ccc;
	height: 24px;
}

table.prices tr .col80 {
	width: 80px;
}

table.prices tr .col300 {
	width: 300px;
}

/* typografie */

h1 {
	width: 700px;
	font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	padding-bottom: 13px;
}

h2 {
	display: block;
	margin-left: -10px;
	padding-left: 10px;
	width: 150px;
	height: 40px;
	vertical-align: baseline;
	background: #00ab4f;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}

h3 {
	font-weight: normal;
	font-size: 22px;
	line-height: 37px;
}


::selection {
	background: #CFC;
}
::-moz-selection {
	background: #CFC;
}

a {
	color: #06F;
	text-decoration: none;
	border-bottom: solid 1px #06F;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #000;
}
.grey {
	color: #999;
}

