/* 4 couleurs utilisées  White, gris clair #CCCCCC, gris foncé #808080, Black */

/* Début structure base */

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

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 90%;
}

form {
	padding: 0px;
	margin: 0px;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#header {
	width: 960px;
	height: 135px;
	color: #333;
	background: transparent url(img/header-zordesign.png) no-repeat;
}
#content {
	width: 960px;
	height: auto;
	color: #333;
	background: transparent url(img/background-content.png) repeat-y;
}
#footer {
	width: 960px;
	height: 125px;
	color: #333;
	background: transparent url(img/footer-zordesign.png) no-repeat;
}

/* Fin structure base */

/* Début blocs nav */

#header-nav {
	position: relative;
	left: 0px;
	top: 30px;
	height: auto;
	padding-right: 50px;
	text-align: right;
	font-size: 120%;
	background: transparent;
}

#footer-nav {
	position: relative;
	left: 0px;
	top: 90px;
	height: auto;
	text-align: center;
	font-size: 75%;
	color: #808080;
	background: transparent;
}



#header-nav a:hover {
	color: #000000;
}

/* Fin blocs nav */

/* Début blocs mise en page */

.content-bloc {
	width: 850px;
	margin: 0 55px 0 55px;
	background: transparent;
}

.accueil-bloc {
	width: 150px;
	height: 120px;
	margin-right: 15px;
	margin-top: 15px;
	background: transparent;
}

#accueil-bandeau {
	width: 850px;
	height: 220px;
	background: transparent;
	margin-bottom: 20px;
}

#home_piratfly {
	position: relative;
	left: -100px;
	top: -350px;
	width: 136px;
	height: 115px;
	background: transparent;
}

/* Fin blocs mise en page */

/* Titres */
h1 {
	font-size: 220%;
	padding-top: 40px;
}

h2 {
	font-size: 150%;
	padding-top: 20px;
	text-align: center;
}

h3 {
	margin: 10px 0 10px 0;
}
/* fin titres */

/* Liens */
a:link {
	color: #808080;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #808080;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: Black;
	text-decoration: none;
	font-weight: bolder;
}

/* page links */

.colonne-link {
	width: 150px;
	height: auto;
	float: left;
	margin-right: 20px;
}

#colonne-socialink {
	width: 300px;
	float: right;
}

.socialink {
	width: 300px;
	height: 50px;
	color: #333;
	background: url(img/bg-socialink.jpg) no-repeat;
	text-align: center;
	font-size: 150%;
	padding-bottom: 0px;
	line-height: 45px;
}

/* Commons */

p {
	width:640px;
	margin: auto;
}

.centrer{
	text-align: center;
}

.espacer {
	padding: 40px 0 0 0;
}

p {
	padding: 20px 0 20px 0;
}