﻿@page
{
}
html, body, form 
{
    background-color:White;
    
}
body 
{
    margin: 1cm;
}
#header 
{
    display:none;
}
.criteresCol 
{
    overflow:auto;
}

.page 
{
    page-break-inside:avoid;
    page-break-after:always;
}
.project 
{
    border-bottom:1px solid black;
    text-align:left;
    padding:0.2cm;
}
.projectWrap 
{
    position:relative;
}
.project .col 
{
    float:left;
}
.clear
{
    float:none;
    clear:both;
}
.colTitle 
{
    width:20%;
}
.colDescription 
{
    width:20%;
}
.colArchitecte 
{
    width:20%;
}
.colMaitriseOuvrage 
{
    width:10%;
}
.colStatut 
{width:10%;
}
