/**
 * skin.css
 * css gestion des skins 
 *
 *
 * @author DDi
 * @date 2012-04-24
 * @media screen
 * @site www.ina.fr
 */


/* SKIN
 ****************************************************** */

/* COMMENTER OU DECOMMENTER LE BLOC POUR OBTENIR LE RESULTAT VOULU */ 
 
/* Pas de skin
 ------------------------------------------------------ */
#habillage {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
	display:none;
}

#margetop {
	height:200px;
	padding-left:59px;
	display:none;
}

#margetop embed {
	height:100%;
	width:100%;
	display:none;
}

.lienskin {
	display:block;
	height:100%;
	width:100%;
}

/* Skin fixe
 ------------------------------------------------------ */
/* .conteneur.footer {
	background-color:transparent;
}

#habillage {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
	display:block;
}

#margetop {
	height:200px;
	padding-left:59px;
	display:block;
}

#margetop embed {
	height:100%;
	width:100%;
	display:none;
}

.lienskin {
	display:block;
	height:100%;
	width:100%;
}

.skinny {
	background:#000 url(../skins/schter-v1.jpg) no-repeat center top;
} */

/* Skin fixe avec animation
 ------------------------------------------------------ */
/* .conteneur.footer {
	background-color:transparent;
}

#habillage {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
	display:block;
}

#margetop {
	height:200px;
	padding-left:59px;
	display:block;
}

#margetop embed {
	height:100%;
	width:100%;
	display:block;
}

.lienskin {
	display:block;
	height:100%;
	width:100%;
}

.skinny {
	background:#291f17 url(../skins/hp_defenselincoln-v1.jpg) no-repeat center top;
} */

