
/* RÈGLES POUR L'IMPRESSION DES PAGES */

/* Éléments à masquer lors de l'impression */
ul#liensrapides,
p#nav-infos,
div#entete h1 img,
div#nav-site,
div#nav-rubrique
{
	display: none;
}

/* Mise en forme des autres éléments */
html {font-size: 100%;}
body {
	font-size: 70%;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, "Times New Roman", "Nimbus Roman No9 L", serif;
}

div#entete h1 {
	margin: 0 0 24px 0;
	padding: 0 0 6px 0;
	border-bottom: solid 2px burlywood;
	text-align: right;
	color: brown;
	font-size: 1.2em;
	font-style: italic;
}

div#zone-contenu h1 {
	margin: 1em 1.4cm 2em 1.4cm;
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
}
div#zone-contenu h2 {
	margin-top: 2em;
	padding-bottom: .2em;
	border-bottom: solid 1px burlywood;
	font-size: 1.3em;
}
div#zone-contenu h3 {
	font-size: 1.2em;
}
div#zone-contenu h4 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

div#zone-contenu a {
	text-decoration: none;
	color: black;
}

/* Accueil */
div#autres-liens-sma {
	clear: both;
	margin-top: 20px;
	padding-top: 6px;
	border-top: solid 1px burlywood;
	text-align: center;
}
div#autres-liens-sma a img {
	padding: 2px;
	border: solid 1px brown;
}

/* Regards sur l'Afrique */
.regards div#contenu div.news-single-info {
	width: 40%;
	float: left;
	margin: 0px 10px 10px 0;
	padding: 1px 6px;
	border: solid 1px burlywood;
}
.regards div#contenu div.news-single-info p {margin: .5em 0;}
.regards div#contenu div.news-single-info p.news-single-author {font-weight: bold;}

.regards div#contenu div.news-single-header {
	font-style: italic;
}
.regards div#contenu div.news-single-content {
	clear: both;
}
.regards div#contenu div.news-single-content blockquote {
	margin: 1em 20px 1em 30px;
	padding: 0 0 0 8px;
	border-left: solid 4px #fd8;
	font-style: italic;
}


/* Images */
div#contenu img {margin: 4px;}
div#contenu .csc-textpic-intext-right img {margin: 0 0 4px 12px;}
div#contenu .csc-textpic-intext-left img {margin: 0 12px 4px 0;} 

