html, body{
				width: 100%;
				height: 100%
				margin: 0;
				padding: 0;
                }

td{
                font-family: Times New Roman;
                font-size: 14px;
                color: #111111;
                }

img{			border: 0;
				}

a:link,
a:visited{
				color: #c66e57;
				font-family: Times New Roman;
                }
a:active,
a:hover{
				color: #c66e57;
				font-family: Times New Roman;
				text-decoration: none;
                }

TEXTAREA{       border-style: solid; 
                border-color:black; 
                border-width:1; 
                background: #FFFFFF;
                font-family: Times New Roman; 
                color:black; font-size:14px;
                }

input.button{   border-style: solid; 
                border-color:black;
                border-width:1; 
                background:#FFFFFF; 
                font-family: Times New Roman; 
                font-size:14px;
                color:black;
                }

input.checkbox{
				border-style:none;
                }

input{          font-family: Times New Roman; 
                color: #333333;
                border-width: 1px;
                font-size:14px;
                border-color: #CCCCCC;
                }

form{           margin: 0px;
                }

.tbl{           border-style: solid; 
                border-color:#ffffff; 
                border-width:1px;
                }
.hor{           
                BORDER-TOP: #aaaaaa 1px solid;
                BORDER-BOTTOM: #aaaaaa 1px solid;
                }
.vert{           
                BORDER-LEFT: #aaaaaa 1px solid;
                BORDER-RIGHT: #aaaaaa 1px solid;
                }
.left{           
                BORDER-LEFT: #aaaaaa 1px solid;
                }
.right{
                BORDER-RIGHT: #aaaaaa 1px solid;
                }
.top{
                BORDER-TOP: #aaaaaa 1px solid;
                }
.bot{
                BORDER-BOTTOM: #aaaaaa 1px solid;
                }
.dash{          BORDER-BOTTOM: #CCCCCC 1px dashed;
                }
.zag{
                padding-left: 8px;
                padding-bottom: 6px;
                BORDER-LEFT: #aaaaaa 1px solid;
                BORDER-RIGHT: #aaaaaa 1px solid;
                }

.picto img{
				margin: 0 25px;
				}

.menu{
				font-family: Times New Roman;
				font-size: 13px;
                }
                
	.menu a:link,
	.menu a:visited{  
				text-decoration: none;
				font-family: Times New Roman;
				font-size: 13px;
                }
	.menu a:active,
	.menu a:hover{
				text-decoration: underline;
				font-family: Times New Roman;
				font-size: 13px;
                }
