/* Style Global */

* {
	margin: 0;
	padding: 0px;
}

body {
	background: #f6f6f6;
	margin: 0;
	height: 100%;
	color: #384452;
	font-family: sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #45467B;
}

h6 {
	
	font-weight: 100;
	color: #ffffff;
	font-style: italic;
}

h3red{
	font-size: 20px;
	color: #ff0000;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #384452;
	margin-top: 10px;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
	text-decoration: none;
	color: rgba(195, 197, 198, 0.87);
}

::moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
	
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

.centered {
	text-align: center;
}

/* Style Navigation */

.navbar {
	//margin-top: 10px;
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: rgba(172, 186, 191, 0.82);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgba(172, 186, 191, 0.82);
	background: transparent;
}

.navbar-default {
	background-color: #384452;
	border-color: transparent;
}

.container
{
    max-width: 840px;
}

/* Style Titre */
#Titre {
	margin-top: 10px;
	padding-top: 20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 50px;
	width: 100%;
	
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Style Ariane */
#Ariane {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-attachment: relative;
	background-position: center center;
	min-height: 20px;
	width: 100%;
	
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Style Introduction */
#Introduction {
	background: url(../img/photo-1440783335184-280994ff71a2.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top: 20px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#Introduction h1 {
	margin-top: 150px;
	color: white;
	font-size: 50px;
	font-weight: 700;
}

#Introduction h3 {
	color: white;
	font-size: 30px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	font-style: oblique;
}

.flou{
	background-color: #ccc; /*couleur de l'ombre */
	margin-left: 8px;
	margin-top: 8px;
	float:left;
}
 
.ombre,
.contenu {
	position: relative;
	bottom: 4px;
	right: 4px;
}
 
.ombre{
	background-color: #666; /*2ème couleur de l'ombre*/
}
 
.contenu {
	border: 1px solid #000; /*bordure de l'image*/
}