*{
	margin:0;
	padding:0;
	color:black;
	/*background:none;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	background-color:#6eac23;
}

#header{
	height:130px;
	background-color:#6eac23;
	background-image:url(../../Templates/newchange/images/header_inscription.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
}

#bar{
	height:20px;
	border-bottom:3px solid #6eac23;
	background-color:#ffff99;
}

#content{
	background-color:white;
	border-bottom:1px solid black;
	padding-top:10px;
	padding-bottom:10px;
}

#footer{
	text-align:center;
	padding-top:5px;
	padding-bottom:30px;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.titre{
	background-color:#6eac23;
	padding:6px;
	text-align:center;
	width:500px;
	color:white;
	font-size:19px;
	font-weight:bold;
}

a.submit{
	display:block;
	width:250px;
	height:40px;
	line-height:40px;
	background-color:#ffff99;
	color:blue;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

a.submit:hover{
	background-color:#6eac23;
	color:white;
	text-decoration:none;
}
