/* Page */
body {	
	color: #990000;
	background-color: #FFFFFF;
	font: 12pt sans-serif;
	text-align: center;
}

div#contenu {
	border: thick solid #FE6600;
	margin: auto;
	padding-bottom: 20pt;
	text-align: center;
	width: 960px;
}

/* Bandeau */
div#bandeau {
}

img {
	border: 0pt; 
}

/* Menu */
div#menu {
	margin-top: 10pt;
	margin-right: 100%;
}

ul.menu {
	font-weight: bold;
	list-style: none;
	margin-top: 15pt; 
	position: absolute; 
	text-align: center;
}

li.menu {
	margin-bottom: 5pt;
	padding: 1pt 5pt 1pt 5pt;
}
li.menu-selectionne {
	color: #FFFFFF;
	background-color: #FE6600;
	margin-bottom: 5pt;
	padding: 1pt 5pt 1pt 5pt;
}
li.menu-inactif {
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 5pt;
	padding: 1pt 5pt 1pt 5pt;
}

a.menu:link, a.menu:visited {
	color: #990000; 
	background-color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FE6600; 
	background-color: #FFFFFF;
	text-decoration: none;
}

/* Titre */
div#titre {
	font-size: 140%;
	font-weight: bold;
	line-height: 20pt;
	margin-top: 20pt;
	text-align:center;
}

div.titre1 {
	color: #FE6600;
	font-size: 120%;
}

div.texte1 {
	margin-top: 2pt;
}

/* Texte */
div#texte {
	line-height: 140%;	
	text-align: center;
	margin-top: 30pt;
}

div.bloc {
	margin-top: 20pt;
}

div.titre2 {
	color: #FE6600;
	font-size: 140%;
	font-weight: bold;
	margin: auto;	
	text-align: center;
	width: 66%;
}

div.texte2 {
	margin: auto;
	text-indent: 20pt;
	text-align: justify;
	width: 70%;
}

ul.texte2 {
	margin: auto;
	margin-top: 15pt;
	text-align: justify;
	width: 66%;	
}

li.texte2 {
	padding-bottom: 10pt;
}

/* Orateurs et organisateurs */
table.orateurs {
	margin: auto;
	text-align: center;
	width: 85%;
	line-height: 120%;
}
table.organisateurs {
	margin: auto;
	width: 90%;
}
td {
	padding-bottom: 15pt;
}
span.orateur {
	font-weight: bold;
}
span.affiliation {
	font-size: 80%;
	font-style: italic;
}
a.contact:link, a.contact:visited {
	color: #990000; 
	background-color: #FFFFFF ;
	text-decoration: none;
	font-size: 80%;
}
a.contact:hover {
	color: #990000; 
	background-color: #FFFFFF ;
	text-decoration: underline;
	font-size:80%;
}

/* Programme */
table.programme {
	margin: auto;
	text-align: left;
	width: 80%;
}
td.jour {
	font-weight: bold;
	width: 33%;
	line-height: 15pt;
	padding: 3pt;
	text-align: center;
	border: 1pt solid;
}
span.heure {
	font-weight: bold;
}
td.prog {
	line-height: 12pt;
	padding: 3pt;
	padding-left: 10pt;
	font-size: 80%;
	border: 1pt solid;
	font-weight: bold;
}
td.pause {
	font-style: italic;
	line-height: 12pt;
	padding: 3pt;
	padding-left: 10pt;
	font-size: 80%;
}

/* Liens */
a.texte:link, a.texte:visited {
	color: #990000; 
	background-color: #FFFFFF;
	text-decoration: none;
}
a.texte:hover {
	color: #990000; 
	background-color: #FFFFFF;
	text-decoration: underline;
}
a:link, a:visited {
	color: #FE6600; 
	background-color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	background-color: #FE6600;
	text-decoration: none;
}

/* Formulaires */
form {
	width:60%;
	margin: auto;
}
fieldset {
	border: medium solid #990000;
	text-align: left;
	margin-top: 12pt;
}
legend {
	font-weight: bold;
}
label {
	display: block;
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 10pt;
}
input.texte {
	width: 55%;
}
label.paragraphe {
	display: block;
	width: 25%;
	float: left;
}
textarea.paragraphe {
	width: 70%;
}
span.commentaire {
	display: block;
	font-size: 80%;
	font-style: italic;
	width: 75%;
	margin: 2pt auto 5pt auto;
}
input.submit {
	margin: 10pt auto 10pt 50pt;
	float: left;
	width: 50pt;
}
div.texte3 {
	border: medium solid #990000;
	margin: auto;
	padding: 10pt;
	text-align: left;
	width: 60%;
}

/* Exposés */
div.expose {
	margin-top: 20pt;
}
div.expose-titre {
	font-weight: bold;
	text-align: left;
	margin: auto;
	width: 70%;
}
div.expose-resume{
	margin: auto;
	text-align: justify;
	font-size: 90%;
	width: 70%;
}
ul.resume{
	margin: auto;
	text-align: justify;
}
li.texte2 {
	padding-bottom: 10pt;
}
