@charset "iso-8859-1";
/*
	
	CSS BY Keven Ouellet
	www.gevictoire.com

*/

/* ==================== GENERAL ====================== */
* {
	padding:0;
	margin:0;
}
body {
	font-size:14px;
	line-height:22px;
	color:#292526;
	font-family: 'Bitter', Arial, serif;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
img {
	border:0;	
}
h1 {
	
}
h2 {
	font-weight:normal;
	font-size:14px;
	margin-bottom:10px;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
a {
	
}
a:hover {
	
}
p {
	margin-bottom:10px;
}
input, textarea {

}
textarea {

}
input.submit {

}
input.submit:hover {

}
/* ==================== ID ====================== */
#global {
	width:960px;
	height:auto;
	margin:auto;
	position:relative;
	text-align:center;
}
#logo {
	width:377px;
	height:287px;
	margin:auto;
	z-index:1000;
	position:relative;
}
#intro {
	width:772px;
	height:129px;
	margin:auto;
	padding:20px;
	padding-top:110px;
	background-image:url(../images/box.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	top:-50px;
	z-index:1;
	text-align:center;
}
#passionne {
	width:932px;
	height:129px;
	margin:auto;
	background-image:url(../images/passione.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	top:-50px;
	z-index:1;
	text-align:center;
}
#michel {
	width:569px;
	height:282px;
	position:relative;
	top:-50px;
	margin:auto;
}
a#button {
	position:relative;
	top:-30px;
	text-decoration:none;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 40px;
	background-color:#17191a;
	background: -moz-linear-gradient(
		top,
		#838587 0%,
		#17191a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#838587),
		to(#17191a));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		-2px -1px 2px rgba(0,0,0,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
a#button:hover {
	background-color:#838587;
	background: -moz-linear-gradient(
		top,
		#17191a 0%,
		#838587);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#17191a),
		to(#838587));
}
#galerie {
	margin-bottom:50px;
}
img.thumb {
	border:6px solid #fff;
	margin:5px;
	-moz-box-shadow: 0px 0px 6px #17191a; 
	-webkit-box-shadow: 0px 0px 6px #17191a; 
	box-shadow: 0px 0px 6px #17191a; 
}
img.thumb:hover {
	border:6px solid #e7e7e7;
}
/* ==================== CLASS ====================== */
.left {
	float:left;
}
.right {
	float:right;
}
p.clear {
	clear:both;
	margin:0;
	padding:0;
}
p.good {
	font-size:20px;
	font-weight:bold;
}