

body {
	margin: 0;
	background-color: #acc9db;
}

body,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
}

input,select,textarea {
	color: #333;
}

img {
	display: block;
	border-width: 0;
}

a {
	color: #fff;
	text-decoration: none;

}

a:hover{
		font-weight:bold;
}

a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

.clearer {
	clear: both;
}

#adminTop {
	font-size: 11px;
	line-height: 20px;
	background-color: #888;
}

#form_color {
	float: right;
	background-color: #888;
	padding: 0 5px 5px 5px;
}

#global {
	padding-top:1px;
	width: 955px;
	top:0;
}


#global #top {
	width:800px;
	height:80px;
}

#global #left {
	float:left;
}

#global #right {
	padding-top:40px;
	float:left;
}

#global #content {
	padding: 0 0 20px 0;
	width:740px;
	float:left;
}

#global #lien_top {
	background-image:url(../picture/interface/arrow.png);
	background-repeat:no-repeat;
	display:block;
	padding-left:13px;
	margin-top:40px;
}
