@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../sebastien-chevalier/comptable-Rennes-comptable-St-Brieuc.jpg);
}
#header{
	width: 100%;
	height: 155px;
	position: fixed;
	top: 0px;
	box-shadow: 2px 2px 7px #878ea5;
	-webkit-box-shadow: 2px 2px 7px #878ea5;
	background-position: top;
	z-index: 1000;
	background-color: rgba(255,255,255,0.1);
	}
#banniere {
	padding: 50px 0 0 0;
	position: fixed;
	width: 100%;
	top: 135px;	
	text-shadow: 0 3px 5px rgba(0,0,0,0.3);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px
	z-index: 2;
}
#contenu {
	width: 100%;
	position: relative;
	top: 235px;
	z-index: 10;
	text-align: center;
}
#contenu-ss-ban {
	width: 100%;
	position: relative;
	top: 190px;
	z-index: 10;
	text-align: center;
}
#container-titre-ss-ban { 
	width: 60%;
	margin: 0 auto
}
#container-titre-ss-ban-75 { 
	width: 75%;
	margin: 0 auto
}
#container { 
	width: 90%;
	margin: 0 auto
}
#container-70 { 
	width: 70%;
	margin: 0 auto
}
#container-75 { 
	width: 75%;
	margin: 0 auto
}
#container-60 { 
	width: 60%;
	margin: 0 auto
}
#container-50 { 
	width: 50%;
	margin: 0 auto
}
#container-70-blc {
	width: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1.00);
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#container-80 { 
	width: 80%;
	margin: 0 auto
}
#container-bandeau {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
	background-color: rgba(255,255,255,1.00);	
}
