				html, body {
					margin:0;
					background-color:#FFFFFF;
				  font-family:Arial, Verdana, Helvetica, sans-serif;
				  font-size:12px;
					height: 100%;
				}
				h1 {
					font-family:Arial, Verdana, Helvetica, sans-serif;
					font-size:17px;
					font-weight:bold;
					color:#003366;
					text-align:left;
				}
				#left h1{
					font-family:Arial, Verdana, Helvetica, sans-serif;
					font-size:15px;
					font-weight:bold;
					color:white;
					text-align:center;
				}
				#page {
					margin-left: auto;
					margin-right: auto;
					/*background-color:#fff;*/
					width:800px;
					height:650px;
				}
				#admin{width:1000px; background-color:#B51621;  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; text-decoration:none;}
				#admin a:hover {color:#ffffff; text-decoration:none;}
				#bandeau {
					width:800px;
					height:149px;
					margin: auto;
					border:solid 0px purple;
				}
				#center {
					width:780px;
					height:450px;
					padding-left:10px;
					padding-right:10px; 
					background-image:url('fondcolore.jpg');
					background-repeat:no-repeat;
					border:solid 0px purple;
				}
				#footer {
					clear:both;
					border-top:solid 0px red;
					width:800px;
					text-align:center;
				}
				hr {
					border:solid 0px #ebebeb; 
					width:100%;
				}
				#left a{
					text-decoration:none;
					color:white;
				}
				#left a:hover {
					text-decoration:none;
					color:orange;
				}
				
				a img{
					border:0;
				}
/* styles de l'editeur */			
			.texte_rouge {color:#cc0000; font-weight:bold; text-decoration:none;}
			.texte_vert {color:#339900; font-weight:bold; text-decoration:none;}
