/* ----------------------------- */
/* ---- GESTION DE CONTENU ----- */
/* ----------------------------- */
A.liste {
			display: block;
			clear: both;
			margin: 10px 0 10px 25px;
			padding: 0 0 0 10px;
			background: #FFFFFF url('images/liste-orange.jpg') 0px 5px no-repeat;
			font-weight: 900;
		}
div#gestionContenu {
	position: relative;
	float: left;
	width: 785px;
	padding: 0 0 0 4px;
	background: #ffffff url('images/contenu-sep.jpg') 0 0 no-repeat;
}
	div#gestionContenu H2.titre {
		background: #ffffff url('images/titre-haut-page-contenu.jpg') 0 0 no-repeat;
		width: 596px;
		height: 35px;
		padding: 20px 0 0 15px;
	}
	div#gestionContenu H2.sousTitre {
		clear: both;
		background: #ffffff url('images/sous-titre-page-contenu.jpg') 0 0 no-repeat;
		width: 585px;
		height: 30px;
		padding: 20px 0 0 15px;
		margin: 10px 0 0 0;
	}
	div#templates {
		position: relative;
		clear: both;
		width: 580px;
		margin: 0 0 0 5px;
		padding: 0 0 10px 10px;
		background: #ffffff url("images/fond-bloc-gestion-contenu.jpg") left bottom no-repeat;
	}
	div#templates DIV {
		width: 580px;
		margin: 10px 0 10px 0; 
		float:left;
	}
	div#templates ul, div#gestionContenu ul {
		clear: both;
		list-style-type: none;
		margin: 5px 0 0 15px;
	}
	div#templates li, div#gestionContenu li {
		margin: 0 0 5px 0;
		background: #ffffff url('images/liste-orange.jpg') 0 5px no-repeat;
		padding: 0 0 0 7px;
	}
		div#templates li a, div#gestionContenu li a {font-weight: 900;}	
	
	div#templates H2 {
		color: #FF6600;
		font-size: 16px;
	}
	div#templates H3 {
		color: #FF6600;
		font-size: 12px;
	}
	div#templates a {
		color: #FF6600;
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
	}
	div#templates p {
		margin: 5px 0 5px 0;
	}

/* COMMUN TEMPLATE */

.tpl1 IMG, .tpl2 IMG, .tpl3 IMG, .tpl10 IMG {
	display: block;
	margin: 0 0 10px 0;
}
.tpl1 P, .tpl2 P, .tpl3 P, .tpl10 P, .tpl14 P {
	margin: 0;
	font-size: 11px;
	color: #333333;
}
.tpl1 UL, .tpl2 UL, .tpl3 UL, .tpl10 UL {
	display: block;
	list-style-image: url("images/puce-mauve.jpg");
}
/* TEMPLATE 1 */
.tpl1 img {
	margin-right: 20px;
	float: left;
}

/* TEMPLATE 2 */
.tpl2 img {
	margin-left: 20px;
	float: right;
}

/* TEMPLATE 3*/
div.tpl3 ul{
	margin: 0 0 10px 0;
	clear: both;
	padding-bottom:1em;
}
div.tpl3 p{
	margin: 10px 0 0 0;
}
div.tpl3{
	color : #713E1A;
	font-size: 10px;
	font-family: Arial;
}
/* TEMPLATE 10 */
.tpl10 IMG {
	clear: both;
	float: none;
}
/* TEMPLATE 12 */
div.tpl12 H2 {
	color: #FF6600;
	font-size: 15px;
}