@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------------------------- 
[Serge Tardif] Screen Stylesheet 

version:   1.0 
date:      10/06/29 
author:    [Serge Tardif] 
email:     [info@sergetardif.com] 
website:   [http://www.sergetardif.com] 
version history: [v1] 
-----------------------------------------------------------------------------*/ 

/*SET*/
ul {
	margin: 0px;
	padding: 0px;
}
li {
}
li li {
}

/*DESIGN*/
html {
	font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	overflow-y: scroll;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #fff;
	background-image: url(img/background_5.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#enveloppe {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#entete {
	width: 1000px;
	height: 20px:
	margin: 0px;
	padding: 0px;
	float: left;
}
#page {
	width: 1000px;
	min-height: 700px;
	float: left;
	background-image: url(img/background_3.png);
	background-repeat: no-repeat;
}

#contenue {
	width: 425px;
	margin-left: 458px;
	margin-top: 248px;
}

#bas {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*TEXTES*/

p {
	font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size: 11px;
	color: #666;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

h1 {
	font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size: 18px;
	color:#666;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

h2 {
	font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size: 14px;
	color:#666;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h2 a:link {
	color: #666;
	text-decoration: none;
	}
h2 a:visited { 
	color: #666; 
	text-decoration: none;
	}
h2 a:hover { 
	color: #F30; 
	text-decoration: none;
	}
h2 a:active { 
	color: #F30; 
	text-decoration: none;
	}

h3 {
	font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size: 18px;
	color:#F30;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin: 0 0 5px;
}

.contact {
	font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	font-size: 10px;
	margin: 0 0 5px;
	line-height: 11px;
	color: #666;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

.contact a:link {
	color: #666;
	text-decoration: none;
	}
.contact a:visited { 
	color: #666; 
	text-decoration: none;
	}
.contact a:hover { 
	color: #F30; 
	text-decoration: none;
	}
.contact a:active { 
	color: #F30; 
	text-decoration: none;
	}
