html,body         { 
	background-image: url('/fond.jpg'); 
	background-attachment: fixed 
	}

.titre {
	font-size : 300%;
	font-weight : bold;
	color : navy;
	text-align : center;
	border-style : solid;
	padding : 5px;
	border-width : 1px;
	background-image : url(/Motif03-1.gif);
	line-height : 64px;
	vertical-align : middle;
	letter-spacing : 1em;
}
.icone {
	z-index : 1;
	position : absolute;
	top : 1%;
	right : 3%;
}
.secteur {
	font-size : 200%;
	color : black;
	text-align : left;
	background-image : url(/puce02.gif);
	background-repeat : no-repeat;
	background-position : 0% 50%;
	padding-left : 20px;
}
.descr {
	font-size : 100%;
	color : navy;
	padding-left : 4em;
}
.rubriques {
	float : left;
	width : 45%;
	padding-top : 2%;
	border-style : solid;
	border-width : 1px;
}
.articles {
	width : 45%;
	padding-top : 2%;
	border-style : solid;
	border-width : 1px;
}

li {
	list-style-image : url(/puce02.gif)
}

