/* CSS Document */
	#global_noBg {
		background-image:none;
		width:770px;
		margin: 0 auto 0 auto;
	}
	img.img_a_encadrer {
		padding:5px;
		border:1px solid #ccc;
		background-color:#fff;
		margin:2px 5px;
		float:left;
	}

/*------- outils divers --*/
	.grd_title_orange {
		color:#f46f21;
		font-size:1.5em;
		font-weight:bold;
	}
	.title_violet {
		color:#801687;
		font-size:1.2em;
		font-weight:bold;
	}
	.list_puces_grises {
		color:#000;
	}
	.list_puces_grises ul{
		list-style:none;
	}
	.list_puces_grises ul li{
		font-weight:normal;
		background-image:url(../img/interne/puce_grise_naviHori.gif);
		background-repeat:no-repeat;
		background-position:0 6px;
		padding-left:8px;
		margin-left:15px;
	}
	.list_puces_grises ul li a{
		/*color:#666;*/
		color:#f46f21;
		text-decoration:underline;
	}
	.text_bold {
		font-weight:bold;
	}
	.liens_mauves {
		/*color:#645faa;
		font-weight:bold;*/
		color:#000;
	}
	.liens_mauves a{
		padding-left:5px;
		color:#f46f21;
		font-weight:normal;
		text-decoration:underline;
	}
	.para_fond_rose {
		background-color:#ffefe9;
		padding:3px 3px 3px 3px;
	}
	.para_fond_rose a{
		color:#f46f21;
		text-decoration:underline;
	}
	.tab1 {
		border-collapse:separate;
		border-spacing:5px;
		
	}
	
	.tab1 td{
		padding:3px;
		border-bottom:1px solid #645faa;
		border-right:1px solid #645faa;
	}
	.tab1 .intitule {
		background-color:#ffefe9;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
	}
	.tab2 {
		border-collapse:separate;
		border-spacing:5px;
		/*min-width:300px;*/
		width:100%;
		height:auto;
		margin:0 auto;
		border:1px solid #e7e7e7;
	}
	* html .tab2 {
		/*width:300px;*/
	}
	.tab2 a{
		color:#000;
		text-decoration:underline;
	}
	.tab2 td{
		padding:3px;
		text-align:center;
		border:1px solid #e7e7e7;		
	}
	.tab2 .tr1 {
		background-color:#fff;
		border:1px solid #e7e7e7;
	}
	.tab2 .tr2 {
		background-color:#ffefe9;
		border:1px solid #e7e7e7;
	}
	.tab2 .intitule{
		font-weight:bold;
	}
	.tab3 {
		border-collapse:collapse;
		border-spacing:5px;
		border:1px solid #645faa;
	}
	.tab3 td{
		padding:3px;
		border:1px solid #645faa;
	}
	.tab3 .tr1{
		background-color:#ccccff;
	}		
	.tab3 .intitule {
		border:1px solid #fff;
		background-color:#645faa;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
		color:#fff;
	}
	.tab3 tr.intitule td{
		border:1px solid #fff;
	}
	.separe {
		clear:both;
	}