body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #282727;
	font-size: 10px;
	
	
	
}

* {
	
	
}
a {
	color: #282727;
	text-decoration: underline;
}

a:link {
	color: #282727;
	text-decoration: underline;
}

a:hover {
	color: #282727;
	text-decoration: underline;
}

a:active {
	color: #282727;
	
}

a:visited {
	color: #282727;
	text-decoration: underline;
}

.langues {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color:#C1002B;
}
a.copyright:link,a.copyright:visited,a.copyright:active,a.copyright:hover {
	font-size: 9px;
	font-weight: bold;
	color:#282727;
}
.copyright {
	font-size: 9px;
	font-weight: bold;
	color:#282727;
}
.adresse {
	font-size: 9px;
	font-weight: bold;
	color:#282727;
}
.liens {
	font-size: 9px;
	text-transform: uppercase;
	color:#282727;
	text-decoration: underline;
}
.quicksearch {
	font-family:"Trebuchet MS";
	font-size: 12px;
    font-weight: bold;
	color: #FFFFFF;
}
a.quicksearch:link,a.quicksearch:visited,a.quicksearch:active,a.quicksearch:hover {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #C1002B;
	text-decoration:underline;
}
#quicksearch {
	
	margin-top:-45;
	height:30;
	z-index:99;
	background-color:#333333;
	}