html, body {
	height: 100%;
	margin: 0;
	background-color: #E2E1DD;
	background: #E2E1DD url('../images/fond.jpg');
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #3C3C3C;
	}

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

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

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

div#global {
	width: 800px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	border-style:solid; 
	border-width:1px; 
	border-color:#3C3C3C;
	background-color: #F7F7F7;
	}
div#header_menu {
	width: 800px;
	height: 20px;
	color: #8C8D6D;
	font-size : 10px;
	padding-top: 10px;
	padding-left: 0px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	}

div#header {
	width: 800px;
	height: 70px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0 auto;
	position: relative;
	background-color: #FF9A14;
	}
div#nav {
	width: 800px;
	height: 16px;
	padding-top: 3px;
	padding-left: 0px;
	position: relative;
	background-color: #F4E5A9;
	text-align: right;
	}

div#center {
	height: 100%;
	padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
	overflow: auto;
	background: #F7F7F7 url('../images/color_footer.gif') repeat-x bottom;
}


.bloc_left {
	width: 220px;
	height: 100%;
	min-height : 400px;
	float: left;
	margin: 0;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 30px;
	padding-bottom : 14px;
}

.bloc_middle {
	width: 400px;
	height: 100%;
	float: left;
	background-color: #fff;
	margin-left : 0px;
	padding-top : 30px;
	padding-left : 10px;
	padding-right : 0px;
}

.bloc_right {
	width: 226px;
	height: 100%;
	float: left;
//*	background-color: #fff; *//
	margin: 0;
	padding-left : 0px;
	padding-right : 4px;
	padding-top : 30px;
	padding-bottom : 0px;
}
.bloc_left_large {
	width: 530px;
	height: 100%;
	min-height : 400px;
	float: left;
//*	background-color: #fff; *//
	margin: 0;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 30px;
	padding-bottom : 14px;
}
.bloc_large {
	width: 780px;
	height: 100%;
	min-height : 400px;
	float: left;
	margin: 0;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 30px;
	padding-bottom : 14px;
}
.champ {
	font-family: Arial;
	font-size: 8pt;
	background-color: #EFEFE3;
	color : #000;
}

.titre {
	FONT-SIZE: 24px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #FF9A14;
	padding-top: 0px;
	padding-bottom: 4px;
} 

.bouton {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	padding-right:20px;
} 

