#titre{
	/*padding-left:30px;*/
	width: 120%;
	height: 75px;
	background-image: url("../images/2008/haut_fond2.gif");
	background-repeat:repeat-x;	
	margin-left:-15px;
	margin-top:-10px;
}
#titre img {
	float: left;
}

#bienvenue{
	padding-bottom: 10px;
	color: #6e7376;
	font-size: 18px;
	font-family: verdana;
}


#login {
	background-image:url("../images/2008/login.jpg");
	background-repeat:no-repeat;
	width:626px;
	height:300px;
	padding-top:60px;
	margin:auto;
	margin-top: 100px;
	border: 1px solid #CFD0D1;
}

body {
	overflow: hidden;
	margin: 0;
	text-align: center;
	height: 600px;
	color: black;
	font-size: 12px;
	font-family: verdana;
}
td {
	color: black;
	font-size: 12px;
	font-family: verdana;
}

ul{
	list-style-type: none;
}

li{
	display: inline;
	color: black;
	font-weight: bold;
	padding: 7px;
}
li:hover{
	cursor: pointer;
	text-decoration: underline;
	
}

.warning {
	color: red;
	font-weight: bolder;
}