body {
	text-align : center;
	margin : 10px;
        background : #fff;
	padding : 0px;
}

img {
	border : 0px;
	border-style: solid;
}

img.pdf {
	width: 40px;
	height: 40px;
}

#page {
	text-align : left;
	width : 800px;
	margin : 10px auto 10px auto;
	position : relative;
	background : #fff;
	border : 0px;
	padding : 0px;
	font-family : Arial, sans-serif;
}

#page table.form {
	width : 99%;
	margin-top : 15px;
}

#page table.form tr {
	font-weight : bold;
	font-size : 14px;
	vertical-align : top;
}

#page table.form td {
	font-weight : bold;
	font-size : 14px;
	padding-left : 15px;
}

#page table.form td.info {
	font-weight : normal;
	font-size : 14px;
	text-align : left;
}

#page table.form input.button {
	font-weight : bold;
	font-size : 16px;
}

#banner {
	text-align : center;
	font-size : 40px;
	font-weight : bold;
	margin : 5px;
	margin-bottom : 10px;
}

#banner td {
	padding : 2px;
}

#banner div.sous-titre {
	text-align : center;
	font-size : 25px;
	font-weight : normal;
	margin-bottom : 30px;
}

#banner div.info {
	text-align : center;
	font-size : 16px;
	font-weight : normal;
	margin-bottom : 20px;
	margin-top : 20px;
}

#banner div.copyright {
	text-align : left;
	font-size : 9px;
	font-weight : normal;
}

#banner a:link, #banner a:visited {
	text-decoration : none;
}

.paragraphe {
	font-size : 15px;
	font-weight : normal;
	text-align : justify;
	border : 2px solid;
	border-color : #fff3f2;
	margin-bottom : 15px;
}

.paragraphe table {
	width : 100%;
}

.paragraphe table td {
        padding-top : 2px;
        padding-bottom : 2px;
}

.paragraphe tr.titre {
	font-weight : bold;
	background-color : #fff3f2;
	padding-top : 2px;
	padding-bottom : 2px;
}

.paragraphe div.titre {
	font-size : 18px;
	font-weight : bold;
	color : #990d00;
	background-color : #fff3f2;
	margin : 0px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.paragraphe div.content {
	padding-top : 10px;
	padding-bottom : 10px;
	padding-right : 15px;
	padding-left : 15px;
}

.paragraphe span {
	font-weight : bold;
	padding : 0px;
	margin : 0px;
}

.paragraphe p {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 15px;
	margin : 0px;
}

.paragraphe p.titre {
	font-weight : bold;
	padding : 0px;
	margin : 0px;
}

.paragraphe ul {
	margin : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 5px;
	padding-left : 15px;
}

.paragraphe li {
	padding-bottom : 5px;
}

a {
	text-decoration : none;
	color : #e66322;
	font-weight : bold;
}

a :visited {
	text-decoration : none;
	color : #cc581f;
}

a :hover {
	text-decoration : underline;
/*	color : #006699;*/
}

a img {
	border : 0px;
}

table#menu {
	width : 100%;
	background-color : #fff3f2;
	font-size : 18px;
	font-weight : bold;
	margin-bottom : 20px;
}

table#menu td {
	text-align : left;
	padding-left : 10px;
	padding-right : 0px;
}

table#footer {
	font-size : 10px;
}

