
html, body {
height: 100%;
overflow: hidden;

margin: 0 auto; 
margin-bottom: 0px;
padding: 0;

}

#myContent {
	height: 100%;
	min-height: 100%;
	background-color: #333;	
}

#scottyI{
float:right;
margin-right:100px;}



/*styles pour l'encadré d'alerte "absence de flash" sur la home */

#div_alerte_flash {
float:right;

width:250px;
height:41px;
background-color:#FA9F1E;
padding:7px;
margin:3px 433px 10px 0;


}

#div_alerte_flash p{
vertical-align:middle;
font-weight:bold;
font-size:10px;
text-align:justify;
}


.clear {
clear:both;
}

#div_alerte_flash img {
float:right;
margin-left:5px;
}
