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: 'Segoe UI',tahoma, Helvetica, Arial, sans-serif;  
	font-size: 12px;
	color:#444
}

img {
	border:0;
	}

#alignright {
	text-align: right;
	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;}

a.classique:link {color:blue; text-decoration: underline;} 
a.classique:visited {	font-family:tahoma, Arial, Helvetica, sans-serif; font-size:small; color: #00189E;	}
a.classique:hover {	color:blue; }

h1 { 
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;   
	display: block; 
	margin: 20px 0px 20px 0px;
	font-weight: normal;
	font-size:2.6em; 
	color:#555;
} 
h2 { 
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;  
	font-weight: bold; 	
	font-size:2.0em; 
	color:#666;
	margin: 40px 0px 25px 0px;
	border-bottom: solid 1px #C0C0C0;
} 

h2 { 
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;  
	font-weight: bold; 	
	font-size:1.8em; 
	color:#666;
	margin: 40px 0px 25px 0px;
} 


ul#eblm {
	list-style-type:square;
	color: #8DB7D8;
}

header, nav, footer, figure, section {
  display: block;
}

header {
	/*background: url(/images/style/header.png) 0 0 no-repeat; 
	height: 120px;
	margin-left: auto;
	margin-right: auto;*/
	background-color: #4F90C1;
}

	
.headercontent{
		position: relative;
		width: 980px;
		padding: 0 10px;
		margin: auto;
}


/* Large desktop */
@media (min-width: 801px) {
	#logo{ 
		/*Pour que <a> soit full in div */
		clear: both;
		display: block;
		/*position: absolute;
		top: 25px;
		left: 20px;*/
		background:  url(/images/style/header.png) 0 0 no-repeat;
		width: 440px;
		height: 120px;
	}
	#main {
		height: auto;
		padding-bottom:8em;
		padding-top:10px;
	}
}
 

/* Landscape phones and down */
@media (max-width: 800px) {
	#logo{ 
		/*Pour que <a> soit full in div */
		clear: both;
		display: block;
		background:  url(/images/style/header-small.png) 0 0 no-repeat;
		width: 400px;
		height: 55px;
	}
	#main {
		height: auto;
		padding-bottom:8em;
		padding-top:10px;
	}
}