﻿
/*Body*/
body
{
background-color:#C4B06C;
margin:5;
}

/*Images*/
.images, a img, img
{
border-style: none;
border:none;
margin: 5px;
}

/*Paragraphe*/
.paragraph, td, span, body
{
font-family:Tahoma;
text-align:justify;
color:#000000;
FONT-SIZE:10px;
}

/*Liens*/
a
{
font-family:Tahoma;
color:#000000;
font-weight:bold;
text-decoration:none;
}

/*LiensOver*/
a:hover
{
font-family:Tahoma;
color:#09283e;
font-weight:bold;
text-decoration:underline;
}

/*Titre1*/
h1
{
font-family:Tahoma;
text-align:left;
FONT-SIZE:12px;
font-weight:bold;
}

/*Titre2*/
h2
{
font-family:Tahoma;
text-align:left;
FONT-SIZE:14px;
font-weight:bold;
}

/*Titre3*/
h3
{
font-family:Tahoma;
text-align:left;
FONT-SIZE:12px;
font-weight:bold;
}

/*Boite*/
.boite
{
background-color:#222222;
padding-left:6;
padding-right:6;
padding-bottom:2;
padding-top:2;
border-style:solid;
border-color:#000000;
border-width:2px;
}
