﻿@font-face
{
	font-family:"Eras";
	src:url(../fonts/ERASMD.TTF);
	font-style:normal;
	font-weight:normal;
}

html, body
{
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
}

body
{
	font-family:Eras, Helvetic, Arial, sans serif;
	font-size:14px;
	
	background-color:#71303f;
	background-image:linear-gradient(to bottom, #58154a 200px, #fec200 700px);
}

div.content
{
	position:relative;
	
	width:998px;
	min-height:100%;
	margin:0px auto;
}

header
{
	margin-top:5px;
	position:relative;
	
	padding:0.1rem 5px 0px 37px;
	
	z-index:50;
	
	height:175px;
}

header img
{
	float:left;
	margin-right:57px;
}

.title
{
	color:#fff;
	margin:0px 0px 10px 0px;
	font-size:2rem;
	text-transform:uppercase;
	padding-top:10px;
}

.title sup
{
	text-transform:lowercase;
}

.subtitle
{
	margin:10px 0px;
	font-size:1.3rem;
	color:#fff
}

.bottom
{
	position:absolute;
	bottom:5px;
	left:269px;
	font-size:1rem;
	color:#ffe64c;
}

aside
{
	float:left;
	margin-top:18px;
	z-index:40;
	
	width:255px;
}

nav
{	
	background-color:#fda128;
	border-radius:6px;
	overflow:hidden;
}

nav a
{
	display:block;
	padding:8px 10px;
	text-decoration:none;
	color:#fff;
	
	font-size:1.1em;
	
	transition:background-color 0.6s ease, color  0.5s ease;
}

nav a:before
{
	content:'• ';
	color:#000;	
}

nav a:hover
{
	background-color:#e60000;
	color:#fff;
}

nav hr
{
	margin:0px;
	height:1px;
	border:0px;
	background-color:#000;
}

div.insert
{
	margin-top:15px;
	border-radius:6px;
	overflow:hidden;
}

.insertColor1
{
	background-color:#e60000;
	color:#fff;
}

.insertColor2
{
	background-color:#762967;
	color:#fff;
}

.insertColor3
{
	background-color:#0285a6;
	color:#fff;
}

div.titleInsert
{
	text-align:center;
	border-bottom:1px solid #000;
	padding:6px;
	
	font-weight:bold;
}

div.contentInsert
{
	font-size:0.70rem;
	margin:4px;
}

section
{
	padding:8px;
	margin:18px 0px 0px 270px;
	line-height:1.5rem;
	
	border-radius:6px;
	
	background-color:#fff;
}

h1
{
	font-size:1.7rem;
	color:#02a1c6;
	
	width:80%;
	
	padding-bottom:0.4rem;
	
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#02a1c6;
	
	margin-top:0px;
}

h2
{
	font-size:1.1rem;
	color:#fda128;
}

h3
{
	font-size:1.1rem;
	font-weight:normal;
}

.contact label
{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:0.5rem;
}

.contact input[type=text], .contact input[type=email], .contact textarea
{
	width:450px;
}

.contact textarea
{
	vertical-align:top;
	height:500px;
	max-width:450px;
	min-width:450px;
}

.footer-size
{
	clear:both;
}

footer
{	
	margin:10px 0px 5px 0px;
	font-size:0.72rem;
	text-align:center;
	padding:8px 0px;
	color:#fff;
	
	background-color:#762967;
	border-radius:6px;
}

div.dateSchedule
{
	font-size:1.4rem;
	color:#fda128;
	border-top:3px solid #fda128;
	
	padding-bottom:0.5rem;
	margin-top:30px;
}

div.sectionSchedule
{
	padding-top:10px;
	border-top:1px solid #ccc;
}

div.sectionSchedule, div.detail
{
	margin-bottom:10px;
}

div.sectionSchedule:after
{
	content:'';
	display:block;
	clear:both;
}

div.schedule
{
	float:left;
	width:100px;
	
	color:#666666;
}

div.section
{
	float:right;
	width:610px;
	
	font-size:0.96rem;
	
	color:#02a1c6;
	font-style:italic;

	border-bottom:1px solid #02a1c6;
	
	margin-bottom:5px;
}

div.detail
{
	float:right;
	width:610px;
	
	padding-bottom:10px;
	
	border-bottom:1px solid #ccc;
}

div.profil
{
	height:110px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

div.section-light
{
	font-size:0.96rem;
	
	color:#02a1c6;
	font-style:italic;

	border-bottom:1px solid #02a1c6;
	
	margin-top:15px;
}

div.detail-light
{
	padding-bottom:10px;
	
	border-bottom:1px solid #ccc;
	margin-left:15px;
}

div.detail img, div.profil img
{
	width:80px;
	float:left;
	margin-right:10px;
}

span.entitle
{
	color:#e60000;
}

a.select
{
	background-color:#fda128;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

a.button
{
	display:inline-block;
	border:1px solid #999;
	text-decoration:none;
	padding:5px 30px;
	color:#000;
	text-shadow:1px 1px 1px #adadad;
	background-color:#e1e1e1;
	cursor:default;
}

label
{
	display:inline-block;
	width:10rem;
	text-align:right;
}

input[type=text], textarea
{
	width:29.3rem;
	font-size:0.8rem;
	border:1px solid #777;
}

input[type=email]
{
	width:20rem;
	font-size:0.8rem;
	border:1px solid #777;
}

input[type=file]
{
	width:15rem;
	overflow:hidden;
}

input[type=submit], input[type=reset], button.submit
{
	padding:5px 20px;
}

textarea
{
	max-width:29.3rem;
	min-width:29.3rem;
	height:25rem;
	vertical-align:top;
}

.groupInput
{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.groupInput label
{
	text-align:left;
}

.required
{
	font-weight:bold;
	color:red;
}

#windowGrey
{
	display:none;
	
	position:fixed;
	z-index:100;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	
	background-color:rgba(110, 110, 110, 0.7);
}

.window
{
	margin:0px auto;
	margin-top:250px;
	display:block;
	width:430px;
	background:#ccc;
	border:1px solid #333;
	padding:5px;
}

#progress_percent
{
	border:1px solid #333;
	width:400px;
	margin:0px auto;
	background:url(../img/progress.gif) -400px 0px repeat-y;
}

#abstractFileShow
{
	display:none;
	
	position:relative;
	vertical-align:middle;
	width:29.5rem;
	height:1.5rem;
	border:1px solid #777;
	padding:0px;
	overflow:hidden;
	
	white-space:nowrap;
}

#abstractFileDisplay
{
	display:inline-block;
	position:relative;
	
	width:27.4rem;
	height:1.5rem;
	padding:0px 2px;
	
	font-size:0.8rem;
	overflow:hidden;
	white-space:nowrap;
}

.btBox
{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	
	font-size:0.5rem;
}

#bankTransfert
{
	display:none;
	
	position:absolute;
	margin:0px auto;
	margin-left:120px;
	width:450px;
	top:300px;
	
	background-color:#e1e1e1;
	border:1px solid #C3C3C3;
	padding:10px;
	
	z-index:50;
}

button.close
{
	position:absolute;
	top:0px;
	right:0px;
	
	font-size:0.7rem;
}

div.educname
{
	color:#02a1c6;
	border-bottom:1px solid #02a1c6
}

.bold
{
	font-weight:bold;
}

blockquote
{
	margin:0px;
	font-style:italic;
}

form.cadre
{
	position:relative;
	border:1px solid #e60000;
	padding: 14px 5px 10px 5px;
}

form.cadre .titleForm
{
	position:absolute;
	top:-0.7rem;
	
	padding:0rem 0.7rem;
	
	background-color:#e60000;
	font-size:15px;
	color:#FFF;
}

form th
{
	text-align:right;
	font-weight:normal;
}

form td
{
	text-align:center;
}

thead th
{
	font-weight:bold;
}

.timeSchedule
{
	display:inline-block;
	width:84px;
	color:#fda128;
	font-style:normal;
	font-size:14px;
}

.chair, .participants
{
	color:#000;
	font-style:normal;
	font-size:14px;
}

.important
{
	color:#C60000;
	border:1px solid #c60000;
	border-radius:6px;
	padding:4px;
}

a.abstract
{
	text-decoration:none;
}

a.abstract:hover
{
	text-decoration:underline;
}

a.abstract .author
{
	font-weight:bold;
}

.sponsor
{
	display:inline-block;
	padding:4px;
	font-size:24px;
	border:1px solid #02a1c6;
}

figure
{
	position:relative;
	display:inline-block;
	margin:0px;
	width:710px;
	overflow:hidden;
	border:1px solid #000;
	text-align:center;
}

figure a
{
	display:block;
	height:100%;
	width:100%;
	z-index:50;
}

figure.tiny
{
	width:350px;
}

figure.tiny2
{
	line-height:160px;
	white-space:nowrap;
	width:172px;
	height:160px;
	vertical-align:middle;
	margin-bottom:7px;
}

figure img
{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}

figcaption
{
	line-height:1rem;
	text-align:right;
	font-size:10px;
	padding:0px 4px;
	margin:0px;
	position:absolute;
	bottom:0px;
	right:0px;
}