body {
font-family : Helvetica, sans-serif; 
color: Black;
margin: 25px;
font-size: 12px;
}

div {
text-align: center;	
}

table {
border-collapse: collapse;
width: 100%;
font-size: 12px;
}

table.fiche{
margin-top: 30px;
margin-bottom: 20px;
}

table.partiel{
width: 70%;
margin-left: auto;
margin-right: auto;
}

table.separateur {
width: 50%;
height: 1px;
margin-top: 30px;
margin-bottom: 30px;
background-color: Navy;
margin-left: auto;
margin-right: auto;
}

td {
padding: 0px;
vertical-align: top;
}

td.arrondi{
background-image: url(img/arrondi.png);
background-repeat: no-repeat;
background-position: bottom right;
}

td.boutondroit {
font-weight: bolder;
background: url(img/degradeBoutonDroit.png);
background-repeat: repeat-y;
background-color: Navy;
text-align: right;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

td.boutondroitactif {
font-weight: bolder;
color: Navy;
background-color: White;
border-color: Navy;
border-right-color: White;
border-style: dashed;
border-right-style: solid;
text-align: right;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

td.boutoncentre {
font-weight: bolder;
background: url(img/degradeBoutonCentre.png);
background-repeat: repeat-x;
background-color: Navy;
text-align: center;
padding-right: 5px;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 5px;
vertical-align: middle;
}

td.boutoncentreactif {
font-weight: bolder;
color: Navy;
background-color: White;
border-color: Navy;
border-bottom-color: White;
border-style: dashed;
border-bottom-style: solid;
text-align: center;
padding-right: 5px;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 5px;
vertical-align: middle;
}

p {
margin-top: 10px;
margin-bottom: 0px;
text-align: justify;
font-size: 12px;
} 

p.voir {
margin-top: 20px;
text-align: right;
}

p.tableau{
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

ul{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 40px;
list-style-image: url(img/tiret.png);
text-align:justify;
}

ol{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 40px;
list-style-type: decimal;
}

li{
margin-top: 5px;
	}
	
img{
border: none;
}	
	
a{
text-decoration: none;
}

a:link {
color: #932EAD;
}

a:link.bouton {
color: White;
}

a:visited {
color: #932EAD;
}

a:visited.bouton {
color: White;
}

a:hover {
color: #AD2E48;
}

a:hover.bouton {
color: #FFFF8C;
}

acronym {
cursor: help;
border-bottom: 1px dashed #000;
}

h1 {
text-align: right;
color: Navy;
font-size: 26px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 30px;
margin-left: 10px;
margin-right: 60px;
}

h2 {
text-align: left;
color: Navy;
font-size: 16px;
font-weight: bold;
margin-top: 26px;
margin-bottom: 8px;
}

h3 {
text-align: left;
color: Navy;
font-size: 14px;
font-weight: bold;
font-style: italic;
margin-top: 18px;
margin-bottom: 5px;
}

h4 {
text-align: center;
color: Navy;
font-size: 12px;
margin-top: 12px;
margin-bottom: 4px;
}

h5 {
text-align: left;
color: Navy;
font-size: 12px;
font-weight: bold;
margin-left: 40px;
margin-top: 8px;
margin-bottom: 4px;
}

.degradeGauche {
background-image: url(img/degradeGauche.png);
background-repeat: repeat-y;
background-position: right;
} 

.degradeHautGauche {
background-image: url(img/degradeHautGauche.png);
background-repeat: no-repeat;
background-position: top right;
} 

.ficheGauche{
text-align: left;
vertical-align: middle;
color: White;
font-size: 16px;
font-weight: bold;
padding: 10px;
background-image: url(img/degradeBleuVertical.png);
background-repeat: repeat-x;
background-position: center;
}

.ficheDroite{
text-align: right;
vertical-align: middle;
color: White;
font-size: 12px;
font-style: italic;
font-weight: bold;
padding: 10px;
background-image: url(img/degradeBleuVertical.png);
background-repeat: repeat-x;
background-position: center;
}

.ficheCentre{
text-align: center;
vertical-align: middle;
color: White;
font-size: 12px;
font-weight: bold;
padding: 10px;
background-image: url(img/degradeBleuVertical.png);
background-repeat: repeat-x;
background-position: center;
}

.figure {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
} 

.centre {
text-align: center;
}

.centremiddle {
text-align: center;
vertical-align: middle;
}

.gauche {
text-align: left;
}

.grisHorizontal {
background-image: url(img/degradeGrisHorizontal.png);
background-repeat: repeat-y;
background-position: center;
}

.grisVertical {
background-image: url(img/degradeGrisVertical.png);
background-repeat: repeat-x;
background-position: middle;
}

.vert{
background-image: url(img/degradeVert.png);
background-repeat: repeat-x;
background-position: middle;
padding: 8px;
vertical-align: middle;
text-align: left;
}

.logo {
vertical-align: middle;
text-align: center;
padding: 8px;
}

.evenement {
vertical-align: middle;
text-align: left;
font-size: 11px;
padding: 8px;
}

.middle {
vertical-align: middle;
}

.pad{
padding: 8px;
}

.padmiddle {
padding: 8px;
vertical-align: middle;
}

.rightsmall {
text-align: right;
margin-right: 10px;
font-size: 11px;
}

.titre {
background: url(img/degradeHaut.png);
background-repeat: repeat-x;
}

#bordure{
border-style: dashed;
border-color: Gray;
border-width: 1px;
}

#bordureGauche{
border-left-style: dashed;
border-left-color: Navy;
border-left-width: 1px;
}

#bordureHautBas{
border-bottom-style: dashed;
border-bottom-color: Gray;
border-bottom-width: 1px;
border-top-style: dashed;
border-top-color: Gray;
border-top-width: 1px;
}

#espaceBlanc{
border-style: solid;
border-width: 10px;
border-color: White;
}

#margeBas{
border-bottom-style: solid;
border-bottom-width: 10px;
border-bottom-color: White;
}