﻿html {
background-color : #AEF ;
font-size : 120% ;
padding-left : 15px ;
padding-right : 15px ;
}

h1 {
text-align : center ;
font-size : 150% ;
color : blue ;
font-weight : normal ;
}

h2 {
text-align : center ;
font-size : 130% ;
color : #292 ;
font-weight : normal ;
font-style : italic ;
}

h3 {
text-align : center ;
font-size : 140% ;
color : #228 ;
font-weight : bold ;
font-style : normal ;
}

.imageCentre
{
text-align : center ;
}

p {
color : black ;
text-align : left ;
padding-top : 5px ;
padding-bottom : 5px ;
margin-top : 0px ;
margin-bottom : 0px ;
}

p.signature {
text-align : right ;
padding-right : 40px ;
font-size : 140% ;
font-style : italic ;
}


p.separateur {
text-align : center ;
}

em {
font-size : 115% ;
font-style : normal ;
font-weight : normal ;
}

em.nouveau {
font-size : 130% ;
font-style : normal ;
font-weight : bold ;
color : red ;
}


table.ressource {
margin-left : auto ;
margin-right : auto ;
width : 800px ;
border-collapse : collapse ;
border-width : 0px ;
}

td.titre {
width : 620px ;
text-align : center ;
background-color : #8CD ;
}

td.domaine {
text-align : left ;
background-color : #DF6 ;
padding-left : 8px ;
padding-right : 8px ;
}

td.classes {
width : 180px ;
text-align : center ;
background-color : #EBB ;
}

td.description {
text-align : left ;
background-color : #DDD ;
padding-left : 8px ;
padding-right : 8px ;
}

td.dl {
text-align : center ;
background-color : #FA7 ;
}

td.lang {
text-align : center ;
background-color : #D87 ;
}