<?xml version="1.0" encoding="UTF-8"?>
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0"
office:version="1.2">
<office:automatic-styles>
<style:style style:name="Table1" style:family="table">
<style:table-properties style:width="12cm" table:align="center"/>
</style:style>
<style:style style:name="col1" style:family="table-column">
<style:table-column-properties style:column-width="4cm" />
</style:style>
<style:style style:name="cel1" style:family="table-cell">
<style:table-cell-properties fo:padding="0.2cm" fo:border-left="0.05cm solid" fo:border-right="0.05cm solid" fo:border-top="0.05cm solid" fo:border-bottom="0.05cm solid"/>
</style:style>
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Graphics" >
<style:graphic-properties style:wrap="none" />
</style:style>
<style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="center"/>
<style:text-properties fo:font-size="14pt" fo:font-weight="bold"/>
</style:style>
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="center" />
<style:text-properties fo:font-size="24pt" fo:font-weight="bold"/>
</style:style>
</office:automatic-styles>
<office:body>
<office:text>
<draw:frame draw:style-name="fr1" text:anchor-type="paragraph" svg:width="10cm" svg:height="2cm">
<draw:image xlink:href="Pictures/logo.jpg"/>
</draw:frame>
<text:h >Ceci est un test assez long d'une entête</text:h>
<text:p text:style-name="P1"/>
<text:p text:style-name="P1">Ceci est un test de paragraphe assez long </text:p>
<text:p text:style-name="P1">Ceci est un test de paragraphe assez long </text:p>
<text:p text:style-name="P1"/>
<table:table table:name="Table1" table:style-name="Table1">
<table:table-column table:style-name="col1" table:number-columns-repeated="2"/>
<table:table-row>
<table:table-cell table:style-name="cel1" >
<text:p text:style-name="P2"> test1 </text:p>
</table:table-cell>
<table:table-cell table:style-name="cel1" >
<text:p >4 </text:p>
</table:table-cell>
</table:table-row>
<table:table-row>
<table:table-cell table:style-name="cel1" >
<text:p>5 </text:p>
</table:table-cell>
<table:table-cell table:style-name="cel1" >
<text:p>7 </text:p>
</table:table-cell>
</table:table-row>
</table:table>
</office:text>
</office:body>
</office:document-content>