/*
 *
 * doctorat-handheld.css
 * Feuille de style EHESS pour appareils mobiles Ã  petit Ã©cran
 * (media="handheld")
 *
 */

body {
	background-color:#fff;
	float:none;
	font-size:10pt;
}

a, a:hover, a:visited {
	text-decoration:underline;
}

#conteneur {
  width: 90%;
  height: 80%;
  margin: 0% 5%;
}

/* On cache certaines images et les fonds */
#conteneur { background:none; }

#bandeau img  {
  display: none;
}

#bandeau { font-size:10pt; }


/* ROOTLINE */
#rootline {
	margin:1em 0;
	color:#000;
}

#rootline ul {
	list-style-type:none;
}
#rootline ul li {
	margin-right:0.5em;
}

/* TEXTE */
#texte { padding-top:1em; clear:both; }

#texte ul li, #texte ul li ul li, #texte ul li ul li ul li {
	list-style-image:none;
}
#texte h1, #texte h2, #texte h3, #texte1 h4 { color:#000; }

/* TEXTE & IMAGE(S) */
div.csc-textpic-imagewrap { 
	float:left; 
	margin-right:1em;
}
div.csc-textpic-text { }

