﻿ body {
                background-color: #eeeeee;
                background-image: url(/images/images/tworld_04.jpg);
                background-repeat: repeat-x;
                margin: 0px;
                padding: 0px;
            }
            
            img {
                border: 0;
            }
            
            #general {
                width: 960px;
                margin: 0 auto 0 auto;
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif;
            }
            
            #bottom {
                background-image: url(/images/images/tworld_04b.jpg);
                background-repeat: repeat-x;
                width: 100%;
                height: 140px;
				text-align:center;
				font-size:10px;
				padding-top:50px;
				cursor:pointer;
				color:white;
            }
            
            #header {
                background-image: url(/images/images/tworld_02.jpg);
                width: 960px;
                height: 142px;
            }
            
            #main {
                width: 958px;
                border: 1px solid #888;
                border-top: 0;
                background-color: #ddd;
            }
            
            #connexion {
                padding-top: 80px;
                margin-right: 20px;
                height: 62px;
                width: 275px;
                float: right;
            }
            
            #connexion p {
                float: left;
                margin: 0;
                margin-left: 3px;
                font-size: 12px;
                color: #fff;
            }
            
            #connexion .input {
                width: 90px;
                height: 22px;
                text-align: center;
                border: 1px solid #ccc;
                background-color: #ffffff;
                float: left;
                color: #888;
                margin-right: 2px;
            }
            
            .button {
                height: 26px;
                border: 1px solid #fff;
                background-image: url(/images/tworld_099.jpg);
                cursor: pointer;
                color: #fff;
            }
            
            #inscription {
                background-image: url(/images/inscription.jpg);
                width: 293px;
                height: 150px;
                position: relative;
                left: 695px;
                top: 5px;
            }
			
			#inscription {
                background-image: url(/images/webcam.jpg);
                width: 150px;
                height: 199px;
                position: relative;
                
            }
            
            #top_trans div.case {
                width: 184px;
                height: 170px;
                background-color: #EEE;
                float: left;
                text-align: center;
                margin: 4px;
                padding-top: 6px;
                border: 3px solid #fff;
                color: #F77B0F;
                font-weight: bold;
                cursor: pointer;
            }
            
            #top_trans div.case:hover {
                background-color: #FFC795;
            }
            
            .textuel {
                margin: 5px;
                padding: 5px;
                border: 2px solid white;
                color: #3E3E3E;
                background-color: #EEE;
            }
            
            .textuel h1 {
                font-size: 14px;
                color: #3E3E3E;
            }
			
			
			.submit{
			float:left;	
			background-color:red;	
			font-size:12px;
			background-color:#FFA02A;
			padding-top:3px;
			padding-bottom:4px;
			border:1px solid #bbb;
			}
			
			