@charset "UTF-8";
/* CSS Document */

/* hack FF pour envlever pointillÃ©s autour des liens */

a {

	outline: none;

}

:focus {

	-moz-outline-style: none;

}

/* fin de hack */

/*  */
body {
		text-align: left;
		line-height: normal;
		background: #38393a ;
		}
		
		
img {border: none;}
		
#page {
		width: 1000px;
		margin: 0px auto;
		padding: 10 10;
		text-align: left;
		background : #38393a;
		}

/* partie haute de la page */		
#top{
   		background-color: #38393a;
		vertical-align: middle;
		width: 100%;
		height: 79px;
		border-bottom: solid 1px #95fdfe;
   		}
 
 /*  */ 		
#topright {
  		background-color: #38393a;
		float:left;
		padding-top: 45px;
		padding-left:540px;
  		}
 
 /*  */  
#topleft {
  
		background-color: #38393a;
		float:left;
		vertical-align: bottom;
		}
/* menu haut  */		
#topmenu {
		width:1000px;
		margin-top: 1px;
		border-bottom: solid 1px #95fdfe;
		float:left
		}
	
/* menu Ã  droite  */
#menuright{
	width:166px;
	body-background:#38393a;
	border-left: solid 1px #95fdfe;
	border-right: solid 1px #95fdfe;
	border-bottom: solid 1px #95fdfe;
	float: right;
	vertical-align:top;
	
		}		
	

/*partie oÃ¹ se trouvent les images  */	
div#content {
		width:830px;
		padding-top: 1px;
		float:left;
		text-align:left;
		}
		
	.container {
    padding:0px 0px 0px 0px;
}

#content p { width: 830px; margin-bottom: 524px; }



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 830px; margin: 0; padding: 0 0 12px 0; }
