/* CSS Document */
/* ---------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0
	}
	body {
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
		background:#559ade url(../img/environment/body.jpg) repeat-x;
		color:#58656d
	}
	a {text-decoration:none}
	a:hover {text-decoration:none}
	img{border:none}
	ul,li,radio,label{list-style:none}
	form {float:left}
/*------------------------------------------------------------------------------- Global */
	#global {width:450px}
	#header {
		width:450px;
		height:103px;
		background:url(../img/environment/header_search.gif) no-repeat;
		float:left
	}	
	#main {
		background:url(../img/environment/fond_search.jpg) repeat-y;
		padding:20px 25px 40px 20px;
		margin:0 0 0 17px;
		min-height:250px
	}
	* html #main {height:250px}
	#footer {
		width:450px;
		height:60px;
		background:url(../img/environment/footer_search.jpg) no-repeat;
		float:left
	}
/*-------------------------------------------------------------------------------- détail message */
	#main span.mess {
		display:block;
		padding:10px 0;
		text-align:justify
	}
/*--------------------------------------------------------------------------------*/
	p.titre {
		color:#0095d9;
		font-size:1.6em
	}
	dl.titre dd {
		color:#0095d9;
		font-weight:bold;
		background: url(../img/basics/squareV.gif) no-repeat 0 6px;
		padding:0 0 0 7px;
		margin:15px 0 0 0
	}
	dl.titre dt {
		color:#333;
		text-align:justify
	}
	p.votre_rech {
		color:#0095d9;
		padding:0 0 0 110px;
		float:left
	} 
	* html p.votre_rech {padding:5px 0 0 110px}
	dd.bleu, dd.clients, dd.etudiants, dd.fournisseurs, dd.presse {
		font-weight:bold;
		background:url(../img/basics/squareV.gif) no-repeat 0 6px;
		padding:0 0 0 7px
	}
	dd.bleu {color:#0095d9; margin:5px 0 4px 0}
	dd.bleu a {color:#0095d9}
	dd.bleu a:hover {text-decoration:underline}
	dt.sous {
		color:#58656d;
		background:url(../img/basics/puce_plan.gif) no-repeat 0 6px;
		padding:0 0 0 7px;
		margin:3px 0 3px 5px
	}
	dt.sous a {color:#58656d}
	dt.sous a:hover {text-decoration:underline}
	dd.clients {margin:15px 0 4px 0}
	dd.clients a {color:#ff8b00}
	dd.clients a:hover {text-decoration:underline}
	dd.etudiants {margin:0 0 4px 0}
	dd.etudiants a {color:#7c9020}
	dd.etudiants a:hover {text-decoration:underline}
	dd.fournisseurs {margin:0 0 4px 0}
	dd.fournisseurs a {color:#c93582}
	dd.fournisseurs a:hover {text-decoration:underline}
	dd.presse {margin:0 0 4px 0}
	dd.presse a {color:#1a56a9}
	dd.presse a:hover {text-decoration:underline}
	.bt_print {margin:2px 15px 0 402px}
	#recherche {padding:10px 0 0 0}
	* html #recherche {padding:0 0 0 0}
	.img_rech {margin:10px 0 6px 110px}
	.bt_ok {
		float:left;
		margin:0 0 0 5px
	}
	* html .bt_ok {margin:3px 0 0 5px}
	.chp_rech {
		float:left;
		width:152px;
		height:17px;
		border:1px #006699 solid;
		font-size:1em;
		color:#0095bd;
		padding:0 0 0 3px;
		margin:0 0 0 4px
	}
	* html .chp_rech {margin:3px 0 0 4px} 
	dl ul {padding:0 0 0 20px}
	dl ul li {
		color:#58656d;
		background:url(../img/basics/puce_plan.gif) no-repeat 0 6px;
		padding:0 0 0 7px;
	}
	dl ul li a {
		color:#58656d;
		font-weight:normal
	}
	dl ul li a:hover {text-decoration:underline}
/*-------------------------------------------------------------------------------- Résultat de la recherche */
	#resultat {padding:20px 0 0 60px}
	#resultat li {
		background:url(../img/basics/squareO.gif) no-repeat 0 6px;
		padding:0 0 8px 7px
	}
	#resultat li a {color:#1a56a9}
	#resultat li a:hover {text-decoration:underline}
/* ---------------------------------------------------------------- Boutons extensibles */
	.actions {
		float:left;
		margin:0 0 5px 0
	}
	.bt_blue .left {
		width:2px;
		height:18px;
		float:left
	}
	.bt_blue .left {background:url(../img/bt/blue_left.gif)}
	.bt_blue a.middle {
		display:block;
		height:18px;
		padding:2px 5px 0 5px;
		float:left;
		text-decoration:none;
		font-size:.9em
	}
	.bt_blue a.middle {
		background:url(../img/bt/blue.gif) repeat-x;
		color:#0095bd
	}
	.bt_blue .right {
		height:18px;
		width:3px;
		float:left
	}
	.bt_blue .right {background:url(../img/bt/blue_right.gif)}