* { 
    padding: 0;
    margin: 0;
    border: 0;
    }

body { 
    color: #212125;
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-align: left;
    }

/* BANNIERE */
#banniere { 
    background-color: #8BC408;
    position: absolute;
    top: 0;
    left: 130px;
    height: 60px;
    width: 850px;
    }


/* MENU DE NAVIGATION */
#navigation { 
    background-color: #8BC408;
    border-bottom: #212125 1px solid;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 220px;
    left: 0;
    width: 251px;
    }
/* General */
#navigation li { 
    color: #212125;
    letter-spacing: 1px;
    list-style-type: none;
    list-style-image: none;
    text-transform: uppercase;
    }
/* Lien actif */
#navigation li.m1act { 
    background: url(menu1.gif) 0 -32px;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    }
#navigation li.m1act a { 
    color: #212125;
    }
#navigation li.m2act { 
    background: url(menu2.gif) 0 -32px;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    }
#navigation li.m2act a { 
    color: #212125;
    }
#navigation li.m3act { 
    background: url(menu3.gif) 0 -32px;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    }
#navigation li.m3act a { 
    color: #212125;
    }
#navigation li.m4act { 
    background: url(menu4.gif) 0 -32px;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    }
#navigation li.m4act a { 
    color: #212125;
    }
/* Style des liens */
#navigation li a { 
    display: block;
    height: 20px;
    text-decoration: none;
    voice-family: inherit;
    }
#navigation li.m1 a:link { 
    background: url(menu1.gif);
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m1 a:visited { 
    background: url(menu1.gif) 0 -64px;
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m1 a:hover, #navigation li.m1 a:focus { 
    background: url(menu1.gif) 0 -32px;
	border: 0;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m2 a:link { 
    background: url(menu2.gif);
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m2 a:visited { 
    background: url(menu2.gif) 0 -64px;
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m2 a:hover, #navigation li.m2 a:focus, #navigation li.m2 a:active { 
    background: url(menu2.gif) 0 -32px;
	border: 0;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m3 a:link { 
    background: url(menu3.gif);
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m3 a:visited { 
    background: url(menu3.gif) 0 -64px;
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m3 a:hover, #navigation li.m3 a:focus, #navigation li.m3 a:active { 
    background: url(menu3.gif) 0 -32px;
	border: 0;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m4 a:link { 
    background: url(menu4.gif);
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m4 a:visited { 
    background: url(menu4.gif) 0 -64px;
	border: 0;
    color: #FFFFFF;
    padding: 5px 0 0 37px;
    text-decoration: none;
    }
#navigation li.m4 a:hover, #navigation li.m4 a:focus { 
    background: url(menu4.gif) 0 -32px;
	border: 0;
    color: #212125;
    font-style: italic;
    letter-spacing: 2px;
    padding: 5px 0 0 37px;
    text-decoration: none;
	}

/* PUBLICITE */
#publicite { 
    /*font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;*/
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 230px;
    position: absolute;
    left: 10px;
    top: 376px;
    width: 230px;
    }
#publicite a:link { 
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: underline;
    }
#publicite a:visited { 
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: underline;
    }
#publicite a:hover, #contenu a:focus { 
    background-color: #FFFFFF;
    text-decoration: underline;
    }
#publicite a:active { 
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: underline;
    }

/* CORPS DE LA PAGE */
#contenu { 
    border-right: #212125 1px solid;
    border-bottom: #212125 1px solid;
    border-left: #212125 1px solid;
    color: #212125;
    overflow: auto;
	position: relative;
    top: 86px;
    left: 250px;
    height: 488px;
    padding: 20px 0 10px 0;
    width: 728px;
    }
#contenu h1 { 
    color: #212125;
    font-family: verdana;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 10px 12px 10px;
    padding-top: 4px;
    padding-left: 4px;
    text-align: left;
    }
#contenu h2 { 
    color: #212125;
    font-family: verdana;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 10px 4px 20px;
    padding-left: 2px;
    text-align: left;
    }
#contenu h3 { 
    background-color: #F27C04;
    border-bottom: 1px #F27C04 solid;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 10px 4px 10px;
    /*padding-left: 2px;*/
    text-align: center;
    }
#contenu h4 { 
    border-bottom: 1px #F27C04 solid;
    color: #212125;
    font-family: verdana;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 10px 12px 10px;
    padding-top: 4px;
    padding-left: 4px;
    text-align: right;
    }

#contenu ul { 
    padding: 0 10px 0 60px;
    }
#contenu li { 
    list-style-type: circle;
    line-height: 20px;
    text-align: justify;
    }
#contenu p { 
    padding: 0 10px 6px 30px;
    text-align: justify;
    }
#contenu p.titre:first-letter {
    font-size: 20px; 
    font-weight: bold;
    }
#contenu a:link { 
    color: #212125;
    text-decoration: none;
    border-bottom: 1px solid #122d5f;
    }
#contenu a:visited { 
    color: #222222;
    text-decoration: none;
    border-bottom: 1px solid #222222;
    }
#contenu a:hover, #contenu a:focus { 
    text-decoration: none;
    border-bottom: 1px solid #f27c04;
    }
#contenu a:active { 
    color: #212125;
    text-decoration: none;
    border-bottom: 1px solid #212125;
    }

/* SOCIETE */
#societe { 
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    height: 30px;
    position: absolute;
    left: 253px;
    top: 605px;
    width: 730px;
    } 
#societe h1 {
    color: #FFFFFF;
    font-size: 11px;
	font-style : italic;
	font-weight: bold;
	letter-spacing : 1px;
	margin: 1px 0 2px 0;
	text-align: right;
    }
/* SIGNATURE */
#signature { 
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    height: 30px;
    position: absolute;
    left: 250px;
    letter-spacing: 1px;
    text-align: right;
    top: 620px;
    width: 730px;
    } 
#signature p { 
    font-size: 10px;
    }
#signature a:link, #signature a:visited { 
    color: #EAFBC3;
    text-decoration: none;
    border: none;
    }
#signature a:hover, #signature a:focus { 
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    }
#signature a:active { 
    color: #EAFBC3;
    text-decoration: none;
    border: none;
    }

/* PARAMETRES GENERAUX ET CLASSES */
address { 
    font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
    }
img { 
    vertical-align: middle;
    }
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 710px;
	}
.info { 
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
    }
.fluo { 
    background-color: #cafb03;
    }
.tab { 
    text-indent: 30px;
    }
a.def:link { 
    color: #122d5f;
    text-decoration: none;
    border-bottom: none;
    }
a.def:visited { 
    color: #3d6484;
    text-decoration: none;
    border-bottom: none;
    }
a.def:hover, a:focus { 
    text-decoration: none;
    border-bottom: 1px solid #fabf21;
    cursor: help;
    }
a.def:active { 
    color: #122d5f;
    text-decoration: none;
    border-bottom: none;
    }
a.img:link { 
    text-decoration: none;
    }
a.img:visited { 
    text-decoration: none;
    }
a.img:hover, a:focus { 
    text-decoration: none;
    }
a.img:active { 
    text-decoration: none;
    }

input { 
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #464e42;
    width: 400px;
    }
input.bu { 
    font-family: arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
	cursor: pointer;
    padding: 1px 4px;
	text-transform: none;
    text-align: center;
    border: 0;
    width: auto;
    }
select { 
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #464e42;
    width: 320px;
    }
textarea { 
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #464e42;
    height: 140px;
    overflow: auto;
    width: 400px;
    }