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: verdana, Helvetica, Arial, sans-serif;  
	line-height:1.7em;
	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;}

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;
    font-size: 2em;
    color: #666;
    margin: 20px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: solid 1px #C0C0C0;
} 
h3 { 
	font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif;  
	font-weight: bold; 	
	font-size:1.6em; 
	color:#666;
	margin: 20px 0px 15px 0px;
} 
h3 a:link { font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif; font-size:1.0em;  color:blue; text-decoration: underline;} 
h3 a:visited { font-family:"Open Sans Condensed", Helvetica, Arial, sans-serif; font-size:1.0em; color: #222799;}
h3 a:hover {	color:blue; }


.listecheckrouge li {
    background: url(http://www.sodeasoft.com/images/check-rouge.png) no-repeat left top;
    background-position-y: 12px;
    padding: 10px 0px 20px 30px;
    padding-bottom: 20px;
    list-style: none;
    margin: 0;
    margin-top: 0px;
    margin-bottom: -30px;
}


.floatleft{
	float: left;
	margin-right: 12px;
	margin-top: 2px;
	width: 290px;
	height: 218px;
	-webkit-box-shadow: 3px 3px 3px #999;
	   -moz-box-shadow: 3px 3px 3px #999;
	        box-shadow: 3px 3px 3px #999;
}
.floatright{
	float: right;
	margin-left: 8px;
	margin-top: 2px;
	width: 290px
	height: 217px;
	-webkit-box-shadow: 3px 3px 3px #999;
	   -moz-box-shadow: 3px 3px 3px #999;
	        box-shadow: 3px 3px 3px #999;
} 

ul#eblm {
	list-style-type:square;
	color: #8DB7D8;
}

ul#eblm-ssgp {
	list-style-type:square;
	color: #F1543A;
}

header, nav, footer, figure, section {
  display: block;
}

header {
	background-color: #AF241A;
}
.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-ssgp.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-ssgp.png) 0 0 no-repeat;
		width: 400px;
		height: 55px;
	}
	#main {
		height: auto;
		padding-bottom:8em;
		padding-top:10px;
	}
}