/* positionnement et coloration des cadres */
body
{
padding: 0px;
background-color: #CCFFFF;
margin: 0px;
}

#header
{
background-color: #00CCFF;
padding-top: 2px;
padding-bottom: 2px;
background-image: url(logo.gif);
background-repeat: no-repeat;
background-position: 2px 2px;
position: relative;
}

#corps
{
padding: 5px;
position: relative;
}

#footer
{
clear: both;
padding-top: 2px;
padding-bottom: 2px;
background-color: #00CCFF;
width: 100%;
}
/* -----------------------------------------------------*/

/* définition des polices et styles de paragraphes (en général)*/
body
{
font-family: "Times New Roman", serif;
color: #0000FF;
font-size: 16px;
}

a:visited
{
color: #0000FF;
}

#header p
{
font-family: "Arial Black", serif;
margin: 0px;
}

#footer p
{
margin: 0px;
}

#corps p
{
text-align: justify;
margin-top: 0px;
}

#header
{
text-align: center;
}

#corps
{
text-align: justify;
}

#footer
{
text-align: center;
}
/* -----------------------------------------------------*/

/* propriétés pour les tableaux des articles */
table
{
border: 2px solid #0000FF;
border-collapse: collapse;
}

td
{
border: 1px solid #0000FF;
padding: 2px;
text-align: center;
}

th
{
border: 1px solid #0000FF;
padding: 2px;
text-align: justify;
font-weight: normal;
}
/*------------------------------------------------------*/

/* propriétés pour les images */
img
{
border: 0px;
margin-right: 10px;
margin-bottom: 10px;
}

.flottante
{
float: left;
}
/*------------------------------------------------------*/

/* propriétés pour les tableaux servant de menu */
.menu
{
border: 2px solid #0000FF;
margin: 5px;
border-collapse: collapse;
float: right;
}

.menu th
{
font-weight: bold;
background-color: #0000FF;
color: #FFFFFF;
text-align: center;
border: 0px;
}

.menu td
{
text-align: center;
border: 0px;
}
/*------------------------------------------------------*/

/* enfin les propriétés diverses */
.stopflottant
{
clear: left;
}

.titreparagraphe
{
font-style: italic;
text-decoration: underline;
}

hr
{
height: 3px;
color: #0000FF;
}

.avertissement
{
background-color: #0000FF;
color: #FFFFFF;
margin-right: 190px;
}

.avertissement a
{
color: #FFFFFF;
}

.avertissement a:visited
{
color: #FFFFFF;
}
