@charset "utf-8";
body
{
	background: #ffffff  url(fond.png) fixed no-repeat  0 0 ;
}

body
{
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:14px;
}

.template_color
{
	color: #ffffff ;
}

.template_border_color
{
	border-color: #000000 ;
}

.template_backgroundcolor
{
	color: #000000 ;
}

.titre
{
	color: #000000 ;
}

.titre
{
	text-transform: uppercase;
	color:#000000;
	font-size: 10px;
}

.menu_niveau_1_on
{
	background-color:#000000;
	color:#000;
}

.formcontent .titre
{
	text-transform: none;
	color:inherit;
	font-size:12px;
}

#template_header a
{
color:#000000 }

#template_header
{
	color:#000000;
}

h3
{
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: 600;
	color: #333;
	margin-bottom: 0.5em;
}

h3 em
{
	font-style: italic;
	color: #555;
}

h3 a
{
	color: #2E7D32;
	/* Match the green of the table header */
	text-decoration: none;
	font-weight: bold;
}

h3 a:hover
{
	text-decoration: underline;
}

hr
{
	border: none;
	height: 2px;
	background: linear-gradient(to right, #4CAF50, #81C784);
	/* Nice green gradient */
	width: 60%;
	margin: 20px auto;
}

.modern-table
{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}

.modern-table th
{
	background-color: #248232; 
	color: white;
	padding: 15px;
	font-size: 1.2em;
	text-align: center;
}

.modern-table td
{
	padding: 15px;
	text-align: center;
	color: #333;
	font-size: 1em;
}

.modern-table tr:nth-child(even)
{
	background-color: #f9f9f9;
}

.container
{
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 18px rgba(44, 84, 44, 0.10);
	padding: 36px 28px;
}

.header-box
{
	background: #248232;
	/* Green accent */
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(44, 84, 44, 0.10);
	padding: 7px 13px;
	margin-top: 1.4em;
	margin-bottom: 0.7em;
	display: inline-block;
	min-width: 40%;
}

.header-box:first-child
{
	margin-top: 0;
}

.header-box h2
{
	color: #fff;
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	font-weight: 700;
}
.header-box h3
{
	color: #fff;
	margin: 0;
	font-size: 1rem;
	letter-spacing: 0.01em;
	font-weight: 700;
}

h4
{
	color: #ff8800;
	/* Orange accent */
	margin: 0.5em 0 1.5em;
	font-weight: 600;
}

.organizer, .speaker
{
	margin-bottom: 0.7em;
}

.name
{
	font-weight: bold;
	color: #248232;
	/* Green accent */
	letter-spacing: 0.01em;
}

.affiliation
{
	font-style: italic;
	color: #888;
	font-size: 0.98em;
	margin-left: 8px;
}

.section
{
	margin-bottom: 2em;
}

.topics-list
{
	list-style: disc inside;
	padding-left: 0;
	margin: 1em 0 1.3em;
}

.topics-list li
{
	margin-bottom: 0.5em;
	color: #333;
}

.topics-list li span
{
	color: #ff8800;
	/* Orange accent for important topic */
	font-weight: 600;
}