html
{
	background-color:white;
	background-image:url(images/fond.png);
	padding:0;
	margin:0;
	height:100%;
	position:relative;
	z-index:0;
	overflow-y:scroll;
}
body
{
	height:100%;
	padding:0;
	margin:0;
}
#tunnel
{
	padding:230px 0;
}
#tunnel a img
{
	margin:0 0 0 40px;
}
#tunnel a:first-child img
{
	margin:0 40px 0 0;
}

#logos
{
	padding:40px 0 0 0;
}
#logos a img
{
	margin:0 0 0 40px;
}
#logos a:first-child img
{
	margin:0 40px 0 0;
}
#corps
{
	z-index:2;
	position:relative;
	background-image:url(images/corps.png);
	background-position:50% 0;
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	min-height:100%;
	width:315px;
	padding:0 75px;
	margin:0 auto;
	text-align:center;
}
#corps:after {
	position: absolute;
	content: "";
	height: 0%;
}
#cont
{
	padding-top:40px;
	padding-bottom:40px;
}
#etiquette
{
	position:absolute;
	left:50%;
	
	z-index:1;
}
#etiquette2
{
	position:relative;
	left:-335px;
	top:45px;
}
#logo
{
	margin-bottom:50px;
}
#slogan
{
	padding-top:10px;
}
#illustration
{
	margin:50px 0;
}
#texte
{
	text-align:justify;
}
#footer
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	background-image:url(images/ligne-bas.png);
	background-repeat:no-repeat;
	background-position:50% 0;
	padding:15px 0 8px 0;
	margin-top:40px;
}
body,input,textarea
{
	font-family:verdana,tahoma,arial;
	font-size:11px;
}
img
{
	border:0;
}
h1,h2,h3,h4,h5,h6
{
	font-size:13px;
	font-family:"Trebuchet MS",verdana,tahoma,arial;
}
.sibel h2
{
	color:#095ba5;
}
.truchon h2
{
		color:#666;
}
a
{
	text-decoration:none;
	color:grey;
}

input[type=text],
input[type=password],
textarea
{
	border:1px solid black;
}
#formulaire_contact label
{
	display:block;
	margin-bottom:2px;
}
#formulaire_contact>div
{
	margin-bottom:10px;
}
#formulaire_contact input[type=text],
#formulaire_contact textarea
{
	width:300px;
}
#formulaire_contact textarea
{
	height:100px;
}
button,input[type=submit],input[type=button],.button
{
	background-color: #555;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:none;
	position: relative;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
button:active,input[type=submit]:active,input[type=button]:active,.button:active
{
	top:1px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.9), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.9), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.9), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,0.9), 0 -30px 24px -20px rgba(0, 0, 0, 0.5) inset;
}
