/************************************************************************
* Default styles
************************************************************************/
body, table, td, input, select {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
}
body {
    background-color: white;
    margin: 2%;
}
h1 {
    font-size: 20px;
    margin: 0;
}
h2 {
    font-size: 16px;
    margin: 0;
}
h3 {
    font-size: 12px;
    margin: 0;
}
.no-print
{
	display: none;
}

/************************************************************************
* Text styles
************************************************************************/
.titre {
    font-size: 18px;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.error {
    color: red;
    font-weight: bold;
}
.message {
    color: #008800;
    font-weight: bold;
}

/************************************************************************
* Header
************************************************************************/
#headerImage, #greeting, #actionBar, #menuBar, #seperator {
	display: none;
}

/* important de mettre une largeur */
#content {
	width: 850px;
}
