/*ELEMENT PAR DEFAUT*/
body {
    background-color    : #FAF9F9;
    font-family         : Tahoma, Helvetica, sans-serif;
    font-size           : 11px;
    margin              : 0px;
    padding             : 0px;
}

img {
    border              : 0 none;
    vertical-align      : middle;
}

th {
    font-size           : 11px;
    text-align          : center;
    text-transform      : uppercase;
    font-weight         : bold;
    font-color          : black;
    text-decoration     : none;
    background-color    : #16AEDF;
}

p {
	font-size           : 11px;
    margin              : 0 1% 0 1%;
    text-align          : justify;
    text-decoration     : none;
}

textarea, select, input {
    text-align          : justify;
    font-weight         : bold;
	font-size           : 11px;
	height              : auto;
	border              : 1px inset #16AEDF;
	background-color    : #FAF9F9;
}

input.bouton {
vertical-align:middle;
    font-weight      : bold;
    text-transform   : capitalize;
    border           : #16AEDF outset 1px;
}

input.bouton:active {
    border           : #16AEDF inset 1px;
}
/*PAGE WEB*/
#container {
    position            : absolute;
    width               : 100%;
}

#logo_support {
    position            : absolute;
    top                 : 2px;
    height              : 75px;
    width               : 150px;
    margin              : 2px;
    background-image    : url("../../icons/bluetrade.png");
    /*border              : 1px solid #16AEDF;*/
}

#header {
    position            : absolute;
    top                 : 2px;
    margin              : 2px;
    left                : 155px;
    height              : 100px;
    right               : 5px;
    border              : 1px solid #16AEDF;
}

#menu {
    margin              : 2px;
    position            : absolute;
    width               : 150px;
    top                 : 105px;
}
#menu dl, dt, dd, ul, li {
    margin              : 0;
    padding             : 0;
    list-style-type     : none;
}

#menu dl {
    width               : 150px;
    margin              : 2px;
}

#menu dt {
    text-transform      : uppercase;
    text-align          : center;
    font-weight         : bold;
    font-size           : 11px;
    background-image    : url("icons/background.gif");
    border              : #16AEDF solid 2px;
}

#menu li {
    text-transform      : capitalize;
    text-align          : justify;
    padding             : 2px;
    margin-left         : 10px;
}

#menu li a, #menu dt a {
    color               : black;
    text-decoration     : none;
    display             : block;
    height              : 100%;
    color               : black;
}

#menu li a:hover {
    color               : red;
}

#page {
    font-size           : 11px;
    position            : absolute;
    top                 : 105px;
    margin              : 2px;
    left                : 155px;
    right               : 5px;
    border              : 1px solid #16AEDF;
}
#page_titre {
    font-size           : 14px;
    text-align          : center;
    font-weight         : bold;
    margin-top          : 10px;
}
#page_text {
    margin          : 10px;
}

