﻿* 
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html 
{
	height: 100%;
}

body 
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom: 65px;
	background-color: #F2F2F2
}

footer 
{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 0;
	/*background-image: url("img/back.jpg");*/
}

header
{
	/*background-image: url("img/back.jpg");*/
}

h6
{
	text-align: center;
}

p
{
	display: inline;
}

#menuTop
{
	margin-left: 180px;
	padding-bottom: 20px;
}

#menuRight
{
    float: left;
    width: 170px;
	margin-top: 10px;
}

section
{
	margin-left: 180px;
	margin-top: 10px;
	padding-left: 20px;
}

#sectionBodyPassion
{
    background-image: url("/img/moto.jpg");
    background-position: 90% 0%;
    background-repeat: no-repeat;
	background-size: 35%
}

#sectionBodyPresentation
{
    background-image: url("/img/moi.jpg");
    background-position: 60% 0%;
    background-repeat: no-repeat;
	background-size: auto 100%
}

.short
{
	color:#000000;
	text-decoration:none;
	margin-left: 40px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	box-shadow: 6px 6px 6px black;
	background-color: #A4A4A4
}

.long
{
	color:#000000;
	text-decoration:none;
    font-style: italic;
    display: block;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px 5px 5px 15px;
	border-radius: 10px;
	box-shadow: 6px 6px 6px black;
	background-color: #BDBDBD
}