@CHARSET "UTF-8";

*, body, html{
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial;
}

#header {
	width:90%;
	margin-left:5%;
}
#logo {
	width:20%;
	max-height:250px;
	float:left;
	text-align:right
}
#logo img{
	max-width:100%;
	max-height:240px;
}
#headFIXED {
	position:fixed;
	z-index: 2;
	background-color:#18368d;
	height:65px;
	width:100%;
	margin:0;
	padding:0;
}
#logoFIX {
	float:left;
	width:30%;
	margin-top:5px;
	margin-bottom:5px;
	max-height:50px;
}
#logoFIX img {
	max-width:100%;
	max-height:50px;
}

h1.title {
	color:#18368d;
	width:100%;
	font-weight: bold;
	font-size:18pt;
	background: url(/data/SA-puce-mini.png) no-repeat left center;
	padding-left:29px;
	border-bottom:1px solid #6c87a2;
}

#contentONLINE {
	background:url('bg.jpg');
	position:relative;
	padding-top:65px;
	width:100%;
	height:100%;
}

.content2 {
	text-align:center;
	position:relative;
	margin-top:10%;
	color:#fff;
}

#footer{
	width:100%;
	padding-top:25px;
	padding-bottom:10px;
	text-align:right;
	overflow:auto;
	position:relative;
	display:block;
	background-color:#ddd;
}


@media (max-width: 980px){
	
#headFIXED{
	display:none;
}

}
@media (max-width: 660px){
	

}
