/*  -----------------------------------------------------------------*/
/*  Css du Mouvement des Jeunes Socialistes du Pas-de-Calais - MJS62 */
/*  -----------------------------------------------------------------*/

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Styles generaux
/*  ------------------------------------------ */

/* couleur de texte de l'interieur de fieldset */
fieldset {
color: #CC0000;
}

/* Couleur du cadre fieldset
fieldset {
  border: 1px solid #000000;
  } */

li {
   list-style-image: url(puce.gif);
   }


body {
	background: #000000;
	margin: 1em;
	text-align: justify;
	font-size: 1em;
	color: #000000;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

/* #page-index-droit {
	width: 50em;
	height: 32em;
	background: #000000;
	background-image: url('images/sarko.gif') ;
	background-repeat:no-repeat;
	background-position: right;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	float: right;
        } */

#lien-entrez {
        background-image: url('images/lien-entrez.gif') ;
	background-repeat:no-repeat;
	background-position: center;
        width: 30em;
        margin-left: -15em; /* moitié de la largeur */
  	position: absolute;
  	left: 50%;
        top: 62%;
        height: 5em
        margin-top: 2.5em; /* moitié de la hauteur */
        }


/* #page {
	width: 61em;
	height: 30em;
	background: #000000;
	background-image: url('images/mjsindex.gif') ;
	background-repeat:no-repeat;
	background-position: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
        } */

#page {
     background: #000000;
     background-image: url('images/mjsindex.gif') ;
     background-repeat:no-repeat;
     background-position: center;
  /* margin:0 auto 0 auto; */
     position:absolute;
     left: 50%; 
     top: 48%;
     width: 27em;
     margin-left: -12.5em; /* moitié de la largeur */
     height: 27em;
     margin-top: -12.5em; /* moitié de la hauteur */
     }


