/* styles de la revue de presse Echelle Inconnue */

body {
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #000000;
	list-style: square;
	margin: 0px;
}

h2 {
	font-size: 140%;
	font-variant:small-caps;
	margin-top: 50px;
	margin-bottom: 30px;
}

#entete {
	width: 100%;
	height: 50px;
	background-color: #ff3300;
	font-size:120%;
}


#main {
	margin-top: 30px;
	width: 600px;
	margin-left: 100px;
	clear: both;
}

#main li {
	margin-top: 20px;
}

#main a:link {
	color: #BF0000; 
	text-decoration: underline;
}

.topa {
	color: #BF0000; 
	text-decoration: underline;
}


.titre {
	font-weight: bold;
}

.edition {
	font-style: italic;
}




</style>