* {
	margin:0;
	padding:0;	
}

body{
	font-family: Arial, Helvetica, Jamrul, sans-serif;
	line-height: 1em;
	
	font-size: 15px;
}

img{
	border:0;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

a{
	text-decoration:none;
}

#contenu .texte p{
	line-height: 1.5em;
	padding: 0 0 27px 0;
}

#contenu .texte h1{
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 27px 0;
	line-height: 1.1em;
	
}

#contenu .texte h2{
	font-size: 1.3em;
	font-weight: normal;
	padding: 0 0 27px 0;
	line-height: 1.1em;
}

#contenu .texte h3{
	font-size: 1.05em;
	font-weight: normal;	
	padding: 0 0 27px 0;
	line-height: 1.1em;
}

img.alignright{
	float:right;
	padding: 0 0 15px 15px;
}

img.alignleft{
	float:left;
	padding: 0 15px 15px 0;
}

.texte ul{
	margin: 0 0 18px 27px;
}

.texte ul li{
	padding-bottom: 12px;
	line-height: 1.5em;
}

/* --- tableaux --- */

.texte table{
	margin: 0 auto 27px auto;
	border-collapse:collapse;
	border: 1px #aaa solid;
}

.texte table tr td{
	padding: 3px 3px 3px 8px;
	line-height: 1.5em;
	
	border: 1px #aaa solid;
}

.texte table.sansbordure{
	border: 0;
}

.texte table.sansbordure td{
	border: 0;
}