@charset "utf-8";

/*adresse validation CSS2.1: http://jigsaw.w3.org/css-validator/*/

*{
	margin:0;
	padding:0;
	}
	
/*centrage page générale*/
#pagecentree {
	position: absolute;
    width: 1024px;        
    margin-left: -512px;
    left: 50%;
    height: 768px;
    margin-top: -384px;
    top: 50%;
    }


/*liens sur les images : pas de bordure*/
a img {border: none;}

/* ---Menus TOP--- */	

.menustoryTOP, .menustoryTOP a {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuStoryOff.jpg);
	background-repeat:no-repeat;
	}
.menustoryTOP a:hover {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuStoryOver.jpg);
	background-repeat:no-repeat;
	}


.menublogTOP, .menublogTOP a {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuBlogOff.jpg);
	background-repeat:no-repeat;
	}
.menublogTOP a:hover {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuBlogOver.jpg);
	background-repeat:no-repeat;
	}
	
.menupdfTOP, .menupdfTOP a {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuPdfOff.jpg);
	background-repeat:no-repeat;
	}
.menupdfTOP a:hover {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuPdfOver.jpg);
	background-repeat:no-repeat;
	}

.menubonusTOP, .menubonusTOP a {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuBonusOff.jpg);
	background-repeat:no-repeat;
	}	
.menubonusTOP a:hover {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(general-imgfond/MenuBonusOver.jpg);
	background-repeat:no-repeat;
	}

/* ---FIN Menus TOP--- */	


/* ---images fond--- */	

#menussmenuTOP {
	background-image:url(pdf-imgfond/pdf-SousMenuTOP.jpg);
	}

#menussmenu {
	background-image:url(pdf-imgfond/pdf-SousMenu.jpg);
	}

/*copyright images fonds*/	
#menucopyright {
	background-image:url(general-imgfond/Copyright.jpg);
	}
	
	
/*blog titre images fonds*/	
#menupdf {
	background-image:url(/pdf-imgfond/pdf-MenuPdf.jpg);
	}
	
/*sous menus images fonds*/	

#menussmenu {
	background-image:url(/pdf-imgfond/pdf-SousMenu.jpg)
	}
	
/*---menu vidéo VIDE---*/
#menuvideoVIDE {
	background-image:url(/pdf-imgfond/pdf-VideoVIDE.jpg)
	}
	
#menuvideo {
	background-image:url(/pdf-imgfond/pdf-Video.jpg)
	}

#titremenuvideo {
	font-family:arial,sans-serif;
	list-style: none;
	text-align:center;
	color:#fff;
	}

H1 {
	font-size:170%;
	}	
	
H2 {
	font-size:130%;
	}	
	
H3 {
	font-size:100%;
	}	

.titrelienpdf {
	font-family:arial,sans-serif;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
	list-style: none;
	text-align:center;
	color:#fff;
	}
	
/* ---Sous menus--- */	

#menu {
	width:260px;
	margin:0 0 0 26px; /*marge entre div"menussmenu" et div"menu" */
	}
.menu, .sousmenu {
	font-family:arial,sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	text-indent:23px; /*décallage text avec bordure gauche*/
	}
.menu {
	height:35px;
	width:247px;
	color:#fff;
	}

#introssmenu {
	text-decoration:underline;
	font-family:arial,sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	height:35px;
	width:247px;
	color:#fff;
	}

.menu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	background-image:url(pdf-imgfond/pdf-sousligneSSmenu_A.png);
	text-decoration:none;
	}
.menu a:hover, .menu a:active  {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	background-image:url(pdf-imgfond/pdf-surligneSSmenu-A.png);
	text-decoration:none;
	}
	
.menuON {
	font-family:arial,sans-serif;
	height:35px;
	width:247px;
	text-indent:23px; /*décallage text avec bordure gauche*/
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#000;
	background-image:url(pdf-imgfond/pdf-surligneSSmenu-A.png);
	text-decoration:none;
	}
	
.menuON a, .menuON a:hover, .menuON a:active { /*état quand on est dans la page de destination*/
	font-family:arial,sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
	
	
.sousmenu{
	height:30px;
	width:210px;
	color:#fff;
	}
.sousmenu a, .sousmenu a:hover, .sousmenu a:active {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	}	
	
.sousmenuON, .sousmenuON a, .sousmenuON a:hover, .sousmenuON a:active { /*état quand on est dans la page de destination*/
	font-family:arial,sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	text-indent:23px;
	height:30px;
	width:210px;
	margin:0 0 0 37px;
	color:#fff;
	text-decoration:none;
	}
	
.sousmenuLIEN, .sousmenuLIEN a {
	font-family:arial,sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	height:30px;
	width:210px;
	margin:0 0 0 30px;
	color:#fff;
	text-decoration:none;
	}
	
.sousmenuLIEN a:hover, .sousmenuLIEN a:active {
	color:#000;
	text-decoration:underline;
	}

/* ---FIN Sous menus --- */	

/* ---FLECHE TELECHARGEMENT --- */	

.liennormal, .liennormal a {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(pdf-imgfond/pdf-LienPDFnormalOff.jpg);
	background-repeat:no-repeat;
	}
.liennormal a:hover {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(pdf-imgfond/pdf-LienPDFnormalOn.jpg);
	background-repeat:no-repeat;
	}
	
.lienzip, .lienzip a {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(pdf-imgfond/pdf-LienPDFzipOff.jpg);
	background-repeat:no-repeat;
	}
.lienzip a:hover {
	display:block;
	width:100%;        
	height:100%; 
	background-image:url(pdf-imgfond/pdf-LienPDFzipOn.jpg);
	background-repeat:no-repeat;
	}


