﻿
body
{
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2
{
    font-weight:bold;
}

h1
{
    font-size: 14px;
    
}

h2
{
    font-size: 12px;
}

h3
{
    font-size: 12px;
    font-weight:normal;
}

p, li, table
{
    font-size: 12px;
    text-align: justify;
}

a img
{
    border:0px;
}

div#divTitreSection
{
    position: absolute;
    top: 0px;
    left: 0px;
}


span#liensBasDePage
{
    font-size: 12px;
    font-weight: bold;
    color: #FF6600;
}

span#spanCopyright
{
    font-size: 10px;
    font-style: italic;
    text-align:center;
    color: #838383;
    padding:5px;
}

.center
{
    text-align: center;
}

.bgColorVertPale
{
    background-color: #ccffcc;
    vertical-align: top;
}

.bgColorGris
{
    background-color: #CCCCCC;
    vertical-align: top;
}

.valignTop
{
    vertical-align: top;
}

.redTitle
{
    color: #C32B26;
    font-weight: bold;
    font-size: 14px;
}


.redText
{
    color: #C32B26;
}

.title 
{
    font-size:14px;
}

.underline
{
    text-decoration:underline;
}

.text9
{
    font-size: 9px;
}

table#progSemaine, table#progSemaine td
{
    border:1px solid;    
    padding:0;   
}

table#progSemaine td
{
    text-align:center;
}

.tabledate
{

border: thin  solid #000000;
width: 100%;
border-collapse:collapse;
    
}
.tabledate td, th
{
	border: thin solid #000000;
    padding:7px;
    text-align:center;
}

.datecell {
    width:30px;
}


.textUnderline
{
    text-decoration:underline;
}

.textStrong
{
    font-weight:bold;
}

.textItalic
{
    font-style:italic;
}


.titrePage
{
    font-size:25pt;
    color:#f57816;
    font-weight:normal;
}


.imgNoBorder
{
 border:0px;   
}

.imgDrapeau
{
    padding-right:10px;
}
/*Liste par défaut*/
.defaultList
{
    list-style-type: square;
    list-style-position: outside;
}





/*Pour le type ul*/
.ulSansPuces
{
    list-style-type:none;   
}

