        
/* start menu */
body, frameset 
{ 
     width : 490px ;
     background-color : #ffffff ;
   
  margin: 5px; /* pour éviter les marges */ 
  text-align: center; /* pour corriger le bug de centrage IE */
    
}

* { font-family : inherit; }
body { font-family: Arial, Verdana, 'Arial Rounded MT Bold', serif; }
body { font-size:16px; font-style:normal; font-weight:normal; line-height:1; color:#2a0000 ; } //color:white; }



.global-text
{
    position : static ;
	left : 0px ;
	top : 0px ;
    margin : 0px ;
    padding : 0px ;
    width : 910px ;
	color:#2a0000 ; 
    
    margin : 0 auto ;
    text-align:left;
}


.text
{
    margin : 0 auto ;
    text-align:justify;
	color:#2a0000 ;
}

.centered-text
{
    text-align : center ;
	margin : 0 auto ;
}

.image, h2
{
    margin : 0 auto ;
    align : center ;
    text-align:center;
	color:#2a0000 ;
}


h1, h2, h3, h4, h5, h6, strong
{
	display : inline ;
	font : inherit ;
}

h2
{
	text-align : center ;
	align : center ;
	display : block ;
}

.private-collection
{
	font-style: italic;	
}



.visible { visibility : visible ; }
.collapse  { visibility : collapse ; display : none ; }

