html, body {
	height: 100%;
	margin: 0;
	background: #ffffff url('../images/background.png') repeat-x;
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #000;
	}

img {	text-decoration: none;
	border: 0px white solid;
}

a:link {  color: #00577E; text-decoration: none}
a:visited {  color: #00577E; text-decoration: none}
a:active {  color: #00577E; text-decoration: none}
a:hover {  color: #00577E; text-decoration: underline}

.to {
	FONT-SIZE: 14px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #FF8F0B;
	font-weight:bold;
  } 
.tr {
	FONT-SIZE: 14px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #B30125;
	font-weight:bold;
  } 


.nav {
	padding-top: 8px;
	padding-left: 520px;
}
.menu {
	padding-right: 20px;
}

.link {  color: #B40024; text-decoration: none}

div#global {
	width: 982px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	border-style:solid; 
	border-width:0px; 
	border-color:#575757;
	background-color: #ffffff;
	}
div#header {
	width: 982px;
	height: 32px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/barre.png);
	background-color: #EFEFEF;
	}
div#header_menu {
	width: 982px;
	height: 38px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0 auto;
	position: relative;
	background-color: #EFEFEF;
	}
div#footer {
	float: left;
	width: 982px;
	background-color: #EFEFEF;
	}

div#center {
	padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
	overflow: auto;
}

.bloc_left {
	width: 600px;
	float: left;
	background-color: #ffffff;
	margin : 0;
	padding : 5px;
}
.bloc_right {
	width: 362px;
	float: left;
	background-color: #ffffff;
	padding : 5px;
}
.bloc_large {
	width: 972px;
	float: left;
	background-color: #ffffff;
	margin : 0;
	padding : 5px;
}

.champ {
	font-family: verdana;
	font-size: 10pt;
	background-color: #EAEAEA;
	color : #575757;
}

.titre {
	FONT-SIZE: 14px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #0180BE;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
}

.prix {
	FONT-SIZE: 18px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #64CDEA;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
} 





