﻿/* Initialisation générale des balises HTML */
*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family:Verdana, Arial;
    font-size:12px;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

table tr td, table tr th
{
    vertical-align: top;
}

a, a img, a:link, a:visited, a:hover, a:active
{
    border: none;
    text-decoration: none;
    text-transform: none;
    color: inherit;
}


.nowrap
{
    white-space: nowrap;
}

.center
{
    text-align:center;
}

ul
{
    list-style-position: inside;
}

h1
{
    font-size: 22px;
}
h2
{
    font-size: 16px;
    text-decoration:underline;
    text-align:center;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 12px;
}
h5
{
    font-size: 11px;
}


.center
{
    margin: 0 auto;
    text-align:center;
}


fieldset
{
    border:thin solid #669829;
    
    padding:5px;
}
fieldset legend
{
    background-color: #9FD05B;
    margin-left:15px;
    padding:5px;
    border: thin solid #7DA845;
    font-weight:bold;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    text-align:center;
}

.weight
{
    font-weight:bold;
}



			
			
			



