				body {
					margin:0;
					font-family: verdana, arial, sans-serif ;
					font-size:small;
					background-color:#d3d3d3;
				}
				#fond{
					border:0px solid blue;
					background-color:#d3d3d3;
					margin-top:0px;
					width: 950px;
					margin-left: auto;
					margin-right: auto;
					background-image:url('fond.png'); background-repeat:repeat-y;
				}
				#page {
					margin-left: auto;
					margin-right: auto;
					background-color:#fcfdf2;
					width:900px;
				}
				#admin{width:900px; background-color:darkblue;  border:0px solid purple; margin-bottom:0px; color:#ffffff; font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; text-decoration:none; font-weight:bold;}
				#admin a {color:#ffffff; font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; text-decoration:none;}
				#admin a:hover {color:#ffffff; font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; text-decoration:none;}
				#header {
					background-image:url('./header.png');
					width:900px;				
					height:250px;
					/*border-bottom:solid 1px red;*/
				}
				#header form {
					display:inline;
				}
				#handi {
					float:right;
					border:solid 0px black;
					margin-top:195px;
					width:280px;
				}
				#handi td{
					color:white;
				}
				#menu {
					float:right;
					border:solid 0px black;
					margin-top:207px;
				}
				#menu a {
					text-decoration:none;
					color:black;
				}
				#menu a:hover {
					color:#c9d100;
					text-decoration:none;

				}
				#nav {
					background-image:url('./nav.gif');
					background-repeat:no-repeat;
					width:900px;
					height:70px;
					color:#aaaaaa;
				}
				#nav h1 {
					color:black;
					display:inline;
					margin-left:20px;
					margin-right:20px;
				}
				#nav a {
					text-decoration:none;
					color:#aaaaaa;
				}
				#nav a:hover {
					color:#c9d100;
					text-decoration:none;
				}
				#footer {
					clear:both;
					background-image:url('./footer.gif');
					width:900px;				
					height:35px;
					text-align:center;
					padding-top:70px;
					color:white;
				}
				#footer a{
					text-decoration:none;
					color:white;
				}
				#footer a:hover {
					text-decoration:none;
					color:#514F52;
				}
				#left{
					float:left;
					background-color:white;
					width:160px;
					margin-bottom:70px;
				}
				#left ul{
					list-style-type:none;
					padding-left:0px;
					margin-top:0px;
					margin-bottom:0px;
				}

				#left a{
					text-decoration:none;
					color:white;
				}
				#left a:hover {
					text-decoration:none;
					color:#514F52;
				}

				#center {
					float:left;
					background-color:#fcfdf2;
					width:480px;
					padding-left:25px;
					padding-right:25px;
					margin-bottom:70px;
				}
				#center a {
					text-decoration:none;
					color:#aaaaaa;
				}
				#center a:hover {
					color:#c9d100;
					text-decoration:none;
				}
				#center p {
					text-align:justify;
					/*color:#aaaaaa;*/
				}
				.text_vert {
					color:#c9d100;
				}
				#right {
					float:left;
					background-color:white;
					width:210px;
					margin-bottom:70px;
				}
				#right h1 {
					color:#28427d;
					font-weight:lighter;
					font-family: verdana, arial, sans-serif ;
					display:inline;
					margin-left:20px;
					margin-right:20px;
				}

				.boite_top {
					background-image:url('./boite_top.gif');
					background-repeat:no-repeat;
					width:155px;
					height:21px;
					padding-top:5px;
					padding-left:5px;
				}
				.boite_h {
					background-image:url('./boite_h.gif');
					background-repeat:no-repeat;
					width:160px;
					height:21px;
					padding-top:5px;
					padding-left:5px;
				}
				.boite_m {
					background-image:url('./boite_m.gif');
					background-repeat:repeat-y;
					width:155px;
					padding-left:5px;
					color:white;
				}
				.boite_titre {
					color:black;
				}
				.boite_b {
					background-image:url('./boite_b.gif');
					background-repeat:no-repeat;
					width:160px;
					height:12px;
					margin-bottom:5px;
				}
				.boite_right {
					margin-top:20px;
					margin-left:10px;
					border:solid 1px black;
					padding: 15px;
				}
				.recherche {
					background-image:url('./rech.png');
					background-repeat:repeat-x;
					border:none;
					height:17px;
					width:120px;
				}
				hr {
					border: dashed 1px black;
				}
