@charset "utf-8";
/* CSS Document */

body {
    margin-left: 0em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    font-family: pt-sans;
    font-style: normal;
    font-weight: 400;
    font-size: medium;
}
a:link {
	color: #3D1500;
	text-decoration: none
}
a:active,
a:focus,
a:hover {
	color: #7F0000;
	text-decoration: none
}
.primaryContainer {
    height: auto;
    margin-left: 0em;
    margin-right: 0em;
    min-height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(4,196,245,1.00);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
}

#entetemenu {
    height: 30px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    background-color: rgba(0,175,229,1.00);
    padding-top: 7px;
    color: rgba(255,255,255,1.00);
    text-align: left;
    padding-left: 10px;
}
#entete {
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    padding-left: 0em;
    background-image: url(../imag/bandeau.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}
#chapitre {
    margin-left: auto;
    width: 86%;
    margin-right: auto;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 50px;
    padding-top: 24px;
    background-color: rgba(208,208,208,1.00);
    font-size: 15px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

#logo {
    width: 50%;
	max-width: 50em;
    margin-left: 23%;
    margin-top: 5%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
#carte {
	bottom: 0;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 2px solid rgba(83,83,83,1.00);
}
#footer {
	background-color: #6A6A6A;
	bottom: 0;
	width: 100%;
	padding-top: 50px;
	height: 25%;
	color: rgba(255,255,255,1.00);
}
.button a:link {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.button {
	border-top: 1px solid #ffffff;
	background: #8d979e;
	padding: 7px 29px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 17px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
   }
.button:hover {
	border-top-color: #C64D00;
	background-color: #C64D00;
	color: #595959;
   }
.button:active {  
   border-top-color: #919191;
   background: #919191;
   }
@media only screen and (max-width: 1100px) {
#entete {
	width: 100%;
    min-height:450px;
}
	#logo {
    width: 80%;
    margin-left: 10%;
    margin-top: 5%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
}
@media only screen and (max-width: 750px) {
    
#entete {
	width: 90%;
	height: 250px;
}
#logo {
	width: 100%;
    margin-top: 10%;
    margin-left: 2%;
}
#footer {
	height: 15%;
}
}

@media only screen and (max-width: 449px) {
    
#entete {
	width: 100%;
    min-height:200px;
}
#logo {
	width: 310px;
    margin-top: 10%;
	margin-left: 0em;
	}
	#footer {
    height: 15%;
    font-size: 12px;
}
}
