body {
	font-family: Verdana, Arial sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0 auto;
	padding: 28px 0;
	background-image: url(../picture/interface/patern.gif);
}

img {
	display: block;
	border-width: 0;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #A51912;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

form {
	margin: 0;
}

.noBorder {
	border-bottom-width: 0 !important;
}

#adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global {
	position: relative;
	width: 914px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	border:3px solid #aaa;
	background-color:#fff;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
}

#global #top {
	height: 97px;
	background: url(../picture/interface/banner.png) 0 0 no-repeat;

}
#global #top a {
	display: block;
	width: 100%;
	height: 100%;
}

#global #navigation {	
	height: 36px;
	background-color: #FFF;
}

#global #pictures {
	height: 124px;
	padding: 0 14px 14px 14px;
	background-color: #FFF;
}

#global #content {
	padding: 0 14px 14px 14px;
	height: 340px;
	min-height: 340px;
	background-color: #FFF;
}
/* to fix ie6 lack of min-height */
#global > #content {
	height: auto;
}

#global #footer, 
.clearer {
	clear: both;
}

#global #footer {
	margin-top: 7px;
	font-size: 9px;
	background-color: #FFF;
}
#global #footer #address {
	border-top: 1px solid;
	border-color: #000;
	height: 28px;
	margin-top: 7px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
}
#global #footer #logos {
	height: 56px;
	padding-top: 21px;
	text-align: center;
}

#global #footer #logos .partenaire_pub {
	float: left;
	width: 228px;
	overflow: hidden;
}
#global #footer #logos .partenaire_pub img {
	margin: auto;
}

