body { font-size: 14pt;
       width: 800px; 
       margin-left: auto;
       margin-right: auto;
       padding-top: 5px;
       padding-bottom: 5px;
       padding-right: 5px;
       padding-left: 5px;
       border-color: #ff5900;
       border-top-width: 2px;
       border-top-style: solid;
       border-bottom-width: 2px;
       border-bottom-style: solid;
       border-right-width: 2px;
       border-right-style: solid;
       border-left-width: 2px;
       border-left-style: solid;  
       background-color: #ffffff; }

header {margin: 20px;	}
header p {font-size: 28pt;
		  color: #77777b; }
header h1 {color: #0040ff; }
header strong {color: #0040ff; }
main p strong {color: #0040ff; }
article { margin: 10px; }
		

p { font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    font-family: 'Courier New', Courier, monospace; 
    color : #8B6C57; }

table { font-size: 12pt;
		border-collapse: collapse;
		border: 2px solid; }

th, td { border: 1px solid; }

li { list-style-position: inside; }

.toto {text-align: left; }

#photo {width: 25%;
		height: 25%;
		float: right; }
		 
#logo { width: 25%;
		height: 25%;
		float: right; }

footer {margin: 5px; }
footer p {	font-size: 14pt;
			text-align: center;
			color: #0040ff;
			margin-top: 5px;
			margin-bottom: 0px; }
footer  br a {text-align: right; }
footer em {	font-style: normal;}
