/* pour tous les media */

body{
	color: black;
	background-color: #fffbfb;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11pt;
	margin: 0; padding: .5em;
}

h1{
	font-style: italic;
	font-family: "times new roman",times,serif;
	font-size: 31pt;
	color: #966;
	border-bottom: 2px #ccc solid;
	padding-left: 1%;
	font-weight: bold;
	margin-bottom: 40px;
}

h1:active{
	color: #FF8040;
}

h2,h3,h4,h5,h6{
	font-family: tahoma,arial,helvetica,sans-serif;
	clear: both;
}

h2{
	font-size: 18pt;
}

p,li,dl{
	text-align: justify;
	line-height: 20px;
}

h2+p:first-letter,h3+p:first-letter{
	font-weight: bold;
}

pre{
	background-color: #eee;
	border: 1px #ccc solid;
}

hr{
	color: #966;
}

table{
	text-align: center;
	border-collapse: collapse;
}

th{
	background-color: #f2e5e5;
	border: 1px #ccc solid;
}

td{
	background-color: #eee;
	border: 1px #ccc solid;
}

address{
	font-size: 8pt;
}

acronym{
	border-bottom: 1px dotted;
	cursor: help;
}

acronym:hover{
	cursor: help;
}

img.logo,#logo{
	border: 0px;
}

hr{
	height: 1px;
	color: black;
	margin-top: 30px;
}

dl{
	border: 1px #ccc solid;
}

.description{
	font-family: "times new roman",times,serif;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13pt;
	background-color: #f2e5e5;
	border: 1px #ccc solid;
	margin-bottom: 40px;
	min-height: 10px;
}

.description:first-letter{
	color: black; font-size: 100%; float: none; padding: 0px; margin: 0px; border: 0px;
}

h1+p.description{
	margin-top: -14px;
}

p.illustration{text-align: center;
	margin: 0em;
	padding: 0em;
	background-color: #f2e5e5;
	border: 1px #ccc solid;
	font-weight: bold;
	font-style: italic;
	font-family: "times new roman",times,serif;
	padding: .5em;
	font-size: 1.1em;}
p.illustration img{border: 1px solid;}

q:lang(fr){
	quotes: "« " " »" "'" "'";
}

.invisible{
	display: none;
}

.bonne_nouvelle{
	font-weight: bold;
	color: #006400;
}

.mauvaise_nouvelle{
	font-weight: bold;
	color: red;
}


@media screen,print{

	h1{
		margin-left: 33%;
	}
	
	h2,h3,h4,h5,h6{
		margin-left: 10%;
	}

	p[class="description"]+p:first-letter,h1+p:first-letter{
		font-size: 31pt;
		float: left;
		background-color: #f2e5e5;
		border: 1px #ccc solid;
		padding: 2px 8px 2px 8px;
		font-family: times;
		font-style: italic;
		margin-right: 4px;
	}
	
	p[class="description"]+p,h1+p{
		min-height: 55px;
	}
	
	/* je casse tout si un style est déjà défini */
	p[class="description"]+p[style]:first-letter,h1+p[style]:first-letter{
		font-size: 100%;
		float: none;
		background-color: transparent;
		border: 0px;
		padding: 0px;
		font-family: arial;
		font-style: normal;
		margin: 0px;
	}

	.logo{
		position: absolute;
		top: 4px;
	}


	table,caption,dl,pre,p,li,form{
		margin-left: 18%;
		margin-right: 5%;
	}
	
	form p,form pre,form dl,form table,form caption,form li{
		margin-left: 0; margin-right: 0;
	}
	
	hr{
		margin-left: 18%;
		margin-right: 0%;
	}
}

@media handheld{

	h1{
		font-size: 20pt;
	}
}
