/* CSS Document */
body {
	background:url("images/bg.jpg");
	font-family:Verdana,Arial;
	font-size:14px;
	padding:0px;
	margin:0px;
	color:#000066;
	text-align:center;
	}
h1 {
	font-size:18px;
	text-decoration:underline;
	padding-bottom:0px;
	margin-bottom:0px;
	}
p {
	margin:6px;
	margin-top:3px;
	padding:6px;
	padding-top:3px;
	padding-bottom:18px;
	text-indent:18px;
	line-height:150%;
	}
.frise {
	background:url("images/frise.jpg") repeat-y top left;
	padding-left:170px;
	height:100%;
	min-height:1052px;;
	}
.cadre {
	padding:5px;
	margin-right:74px;
	}
.cadre .section p {
	background:url("images/sym_2.jpg") no-repeat bottom right;
	}
.section {
	border:2px solid #aea28b;
	background:url("images/bg2.jpg");
	margin-bottom:18px;
	padding-bottom:5px;
	}
.section p a{
	color:#383838;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	border:0px dashed #383838;
	}
.section p a:hover {
	text-decoration:underline;
	color:#000000;
	}