body{
	background-color: #ffcc33;
}
.trait{
	margin-left:160px;
}
.bandeau{
	background-color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
	border-radius: 10px;
	margin-left: 160px;
}
.logo{
	float:left;
}
.coordonnees{
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #747474;
	background-color: #FFFFFF;
}
.bandeau2{
	width: 960px;
	background-color: #ffcc33;
	margin-left: 300px;
}
.changementadresse{
	float: left;
	color: #BD0C0C;
	font-family: Arial;
	font-size: 25px;
	text-align: center;
	background-color: #ffcc33;
}
.changementadresse a{
	text-decoration: underline;
	color: #BD0C0C;
	font-family: Arial;
	font-size: 25px;
	text-align: center;			
}
.logoPromoEchelles{
	background-color: #ffcc33;
	margin-left: 350px;
}
.logoPromoEchelles img{
border-radius: 20px;
}
.logoPromoEchelles img:hover{
	color: #222;
	background: #555;
	background: -webkit-linear-gradient( #777, #333);
	background:    -moz-linear-gradient( #777, #333);
	background:     -ms-linear-gradient( #777, #333);
	background:      -o-linear-gradient( #777, #333);
	background:         linear-gradient( #777, #333);
}
.logoPromoEchelles img:active{
	 color: #000;
	 background: #444;
	 background: -webkit-linear-gradient( #555, #2C2C2C);
	 background:    -moz-linear-gradient( #555, #2C2C2C);
	 background:     -ms-linear-gradient( #555, #2C2C2C);
	 background:      -o-linear-gradient( #555, #2C2C2C);
	 background:         linear-gradient( #555, #2C2C2C);
	 box-shadow: 1px 1px 10px black inset, 
		 0 1px 0 rgba( 255, 255, 255, 0.4);
}
.presentation{
	width: 960px;
	height: 400px;
	margin: 0 auto;
	margin-left: 160px;
}
.cara{
	float: left;
	width: 710px;
	font-family: arial;
	font-size: 18px;
	text-align: center;
}
.cara table{
    border-collapse: collapse;
	font-family: arial;
	font-size: 14px;
	caption-side: bottom;
}
.cara td,th{
    border: 1px solid black;
	font-family: arial;
	font-size: 18px;
	color: #BD0C0C;
	padding: 5px;
}
.cara a{
	color: #ffcc33;
	background-color: #2f3232;
	padding: 5px;
	text-decoration: none;
	border-radius: 10px;
	font-family: arial;
	font-size: 18px;
}
.photo{
	float: right;
}
.partenaires p{
	color: #c92200;
	font-family: arial;
	font-size: 18px;
	text-align: center;
}
.partenaires h1{
	color: black;
	font-family: arial;
	font-size: 20px;
	text-align: center;
}
.coordonnees2{
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	color: #c92200;
}
.boutique {
	-moz-box-shadow:inset 1px 1px 10px 1px #f9eca0;
	-webkit-box-shadow:inset 1px 1px 10px 1px #f9eca0;
	box-shadow:inset 1px 1px 10px 1px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffa600) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffa600 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffa600');
	background-color:#ffffff;
	-webkit-border-top-left-radius:22px;
	-moz-border-radius-topleft:22px;
	border-top-left-radius:22px;
	-webkit-border-top-right-radius:22px;
	-moz-border-radius-topright:22px;
	border-top-right-radius:22px;
	-webkit-border-bottom-right-radius:22px;
	-moz-border-radius-bottomright:22px;
	border-bottom-right-radius:22px;
	-webkit-border-bottom-left-radius:22px;
	-moz-border-radius-bottomleft:22px;
	border-bottom-left-radius:22px;
	text-indent:0;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:100px;
	width:200px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #ded17c;
	padding-top: 10px;
}
.boutique:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa600), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffa600 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa600', endColorstr='#ffffff');
	background-color:#ffa600;
}.boutique:active {
	position:relative;
	top:1px;
}

.bloc{
	overflow: hidden;
	font-family: arial;
	font-size: 18px;
}
.gauche{
	float: left;
	margin-left: 160px;
}
.droite{
	float: right;
	margin-right: 160px;
}
.imgcentre{
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.bas{
	font-family: arial;
	font-size: 18px;
	color: #ffcc33;
	background: #2f3232;
	border-radius: 10px;
	padding: 10px;
	margin-left: 160px;
	margin-right: 160px;
}

.lien{
	text-align: center;
}
.lien a{
	color:#bd0c0c;
	font-family: arial;
	font-size: 16px;
}


#btn_up
{
position: fixed;
bottom: 15px;
right: 25px;
cursor: pointer;
}