html {
	padding: 0px;
}
html, body {
	height: 100%;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: tahoma, Helvetica, Arial, sans-serif;  
	font-size: 12px;
	color:#444
}

img {
	border:0;
	}

#alignright {
	padding: 10px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
}
.descro {font-family:tahoma, Arial, Helvetica, sans-serif; font-size:small; color:#444}
.commentaire {font-family:tahoma, Arial, Helvetica, sans-serif; font-size:9px; color:#999}
a:link,
a:visited {	font-family:tahoma, Arial, Helvetica, sans-serif; font-size:small; color: #444;	text-decoration: none;}
a:hover {	text-decoration: underline;}

h1 { 
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;   
	display: block; 
	margin: 0px 0px 20px 5px;
	font-weight: normal;
	/*line-height: 0.6;*/
	font-size:1.8em; 
	color:#666;
} 
h2 { 
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;  
	font-weight: bold; 	
	line-height: 0.6;
	font-size:1.4em; 
	color:#666
} 

#logo{ 
    /*Pour que <a> soit full in div */
	clear: both;
	display: block;
	position: absolute;
	top: 20px;
	left: 55px;
	width: 226px;
	height: 42px;
}

ul#eblm {
	list-style-type:square;
	color: #8DB7D8;
}

ul#eblm-sspf {
	list-style-type:square;
	color: #2B31F5;
}

header, nav, footer, figure, section {
  display: block;
}

header {
	background: url(/images/style/header-sspf.png) 0 0 no-repeat; 
	height: 134px;
	margin-left: auto;
	margin-right: auto;
}

	
/***** [ 1024x768 ] *****/
@media screen and (min-width: 1001px) and (min-height:650px)
	{ 
	header {
		background: url(/images/style/header-sspf.png) 0 0 no-repeat; 
		height: 134px;
		margin-left: auto;
		margin-right: auto;
	}
	#main {
		height: auto;
		/*margin-left: auto;
		margin-right: auto;
		width: 972px;*/ /* pour centrer */
		/*background-color: red;*/
		padding-bottom:8em;
	}
	footer {
		clear: both;
		width: 100%;
		height: 90px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		background: url(/images/style/footer-sspf.png) 0 0 repeat; 
	}
	#alignbottom {
		bottom: 0px;
		position: absolute;
	}
}
/***** [ <1024 ] *****/
@media screen and (max-width: 1000px) and (min-height:650px)
	{ 
	header {
		background: url(/images/style/header-small-sspf.png) 0 0 no-repeat; 
		height: 55px;
		margin-left: auto;
		margin-right: auto;
	}
	#main {
		clear: both;
		/* background-color: #00FF00; */ /*vert */
	}
	footer {
		clear: both;
		background: url(/images/style/footer-sspf.png) 0 0 repeat; 
	}
}

@media screen and (max-height:700px) and (min-width: 1001px) and (orientation:portrait)  
{ 
	header {
		background: url(/images/style/header-sspf.png) 0 0 no-repeat; 
		height: 134px;
		margin-left: auto;
		margin-right: auto;
	}
	#main {
		height: auto;
		margin-left: auto;
		margin-right: auto;
		width: 972px; /* pour centrer */
	}
	footer {
		clear: both;
		background: url(/images/style/footer-sspf.png) 0 0 repeat; 
	}
}
/***** [ Mobile ] *****/
@media screen and (max-device-width: 480px)	and (orientation:portrait) 
	{ 
	header {
		background: url(/images/style/header-small-sspf.png) 0 0 no-repeat; 
		height: 55px;
		margin-left: auto;
		margin-right: auto;
	}
	#main {
		margin-left: 10px;
	}
	footer {
		clear: both;
		background: 0 0 no-repeat;
	}
}
