/**** Basic ****/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #306090;
	text-align: justify;
	font-family: "Verdana",sans-serif;
	font-size: 11pt;
	color: #444444;
}

a {
	color: #306090;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

address {
	line-height: 1.4em;
	font-style: normal;
}
code {
	font-size: 12pt;
}

span.hidden {
	display: none;
}

.warning{
	color: #dd0000 !important;
	text-align: center;
}

/**** Header ****/

#header {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background-color: #306090;
	border-bottom: 17px solid #609030;
}
#header:hover {
	border-bottom-color: #70a030;
}

#logo h1, #logo h3, #logo h2 {
	position: absolute;
	float: left;
}
#logo h1 {
	top: 4px;
	left: 10px;
	font-size: 1.7em;
}
#logo h1 a {
	color: #ffffff;
	text-decoration: none;
}
#logo h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#logo h2 {
	top: 87px;
	left: 10px;
	font-size: 0.8em;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}

#logo h3 {
	top: 67px;
	left: 10px;
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
}

#logo h2 a {
	color: #ffffff;
	text-decoration: none;
}
#logo h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu {
	position: absolute;
	float: right;
	top: 13px;
	right: 10px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	margin-left: 1.6em;
	text-align: right;
	line-height: 1.5em;
}
#menu li a {
	margin-left: 17px;
	font-weight: bold;
	font-size: 10pt;
	color: #eeeeff;
	text-decoration: none;
}
#menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu li a.selected {
	border-bottom: 2px solid #eeeeff;
	color: #eeeeff;
}

.access {
	display: none;
}

#access_menu {
	position: absolute;
	float: left;
	left: 0.5em;
	font-size: 0.8em;
}
#access_menu ul {
	list-style: none;
}
#access_menu li {
	float: left;
	margin: 0 0.5em;
}
#access_menu li a {
	color: #ccccee;
	text-decoration: none;
}
#access_menu li a:hover {
	color: #eeeeff;
	text-decoration: underline;
}



/**** Content ****/

#container {
	min-height: 100%;
	background-color: #f8f8fb;
}
#contentContainer {
	width: 100%;
	margin-top: 90px;
	background-color: #f8f8fb;
}
#content {
	padding: 1.75em 2em 3em 2em;
}

#content strong {
	color: #333344;
}

#content #logo_lifo {
	position: absolute;
	float: left;
	top: 232px;
	left: 6em;
}
#content #logo_univ {
	position: absolute;
	float: right;
	top: 216px;
	right: 6em;
}
#content #logo_uc_left {
	position: absolute;
	float: left;
	top: 132px;
	left: 7em;
}
#content #logo_uc_right {
	position: absolute;
	float: left;
	top: 132px;
	right: 7em;
}

#content .cie:hover img {
	border: 1px solid #d4d4ef;
}
#content .cie img {
	border: 1px solid #ebebff;
}
#content #img_cie {
	text-align: center;
	margin-top: 1em;
}

#content #img_cie img {
	position: relative;
	margin: 0 10em;
}

#content .sponsor:hover img {
	border: 1px solid #d4d4ef;
}
#content .sponsor img {
	border: 1px solid #ebebff;
}
#content #img_sponsors {
	text-align: center;
}
#content #img_sponsors #sponsor_lifo {
	position: relative;
	top: -1.5em;
	margin: 0 10em;
}
#content #img_sponsors #sponsor_univ {
	margin: 0 10em;
}

#content #img_sponsors #sponsor_cnrs {
	position: relative;
	top: 1.5em;
	margin: 0 10em;
}




#content h1, #content h2, #content h3 {
	clear: both;
	color: #002244;
}
#content h1.title, #content h2.title {
	margin: 0 8em;
	text-align: center;
}
#content h2.title {
	margin: 0 11em;
}
#content h1.title {
	margin-bottom: 2em;
}
#content h1 {
	text-align: center;
	font-size: 1.8em;
}
#content h2 {
	margin-top: 1.5em;
	font-size: 1.25em;
}
#content h3 {
	font-size: 1.0em;
}

#content ul, #content ol {
	padding-left: 1.5em;
	line-height: 1.5em;
}
#content ul li.first {
	margin-top: 0;
}


#content blockquote {
	padding: 1em;
	line-height: 1.5em;
}


#content span.conditional {
	font-weight: bold;
	color: #dd0000;
}


.block {
	margin-bottom: 1.5em;
	padding: 1em 1em 1em 1em;
	border: 1px solid #e4e4ff;
	background-color: #ffffff;
}
.block:hover {
	border: 1px solid #d4d4ef;
}

.block h3 {
	margin-top: 1em;
}
.block .first {
	margin-top: 0;
}

#content ul.accepted li {
    margin-bottom: 0.5em;
} 


.box {
	margin-top: 0.2em;
	padding: 1.25em 1em 1.25em 1em;
	border: 1px solid #ebebff;
	border-width: 1px 0 0 1px;
}
.box:hover {
	border: 1px solid #dbdbef;
	border-width: 1px 0 0 1px;
}


#content table {
	width: 100%;
}
#content table th {
	/*padding: 0.5em;
	text-align: center; */
	font-weight: bold;
	color: #333344;
}
#content table tr {
	/*background-color: #f2f2ff;*/
}
#content table tr.speaker {
	background-color: #fafaff;
}
#content table td, #content table th {
	padding: 0.3em 0.5em;
	border: 1px solid #e4e4ff;
	background-color: #f2f2ff;
	text-align: center;
}
#content table.dates td, #content table.dates th {
	text-align: left;
	vertical-align: top;
}
#content table tr:hover td {
	border-color: #d4d4ef;
}
#content table td.hour {
	width: 4.25em;
	text-align: center;
}

.program .authors {
	margin-left: 1em;
	font-style: italic;
	color: #306090;
}
.program .hour {
	font-weight: bold;
}
.program .title {
	margin-left: 1em;
	font-style: italic;
	color: #306090;
}
.program .title:hover {
	color: #990000;
	text-decoration: underline;
}
.program .abstract {
	display: none;
	height: 0;
	background-color: #f2f2ff;
	text-align: center;
}
.program table tr.abstract td {
	padding: 0.3em 1em 0.5em 1em !important;
}
.program .abstract .header {
	padding-bottom: 0.3em;
	font-size: 0.8em;
	text-align: left;
}
.program .abstract .close {
	position: absolute;
	right: 5em;
	font-size: 0.7em;
	color: #306090;
}
.program .abstract .close:hover {
	color: #990000;
	text-decoration: underline;
	cursor: pointer; cursor: hand;
}
.program .abstract .text {
	margin-bottom: 0.2em;
	padding: 0.5em;
	border: 1px solid #e4e4ff;
	background-color: #fafaff;
	text-align: justify;
}
.program .abstract .text:hover {
	border: 1px solid #d4d4ff;
}
.program .abstract .download {
	font-weight: bold;
	font-size: 0.8em;
}
.program .abstract span {
	color: #c4c4ff;
}


.picture {
	text-align:center;
}



/**** Footer ****/

#footer {
	margin-bottom: 0.5em;
	padding: 0.5em 2em;
	background-color: #306090;
	border-top: 6px solid #609030;
	text-align: center;
	font-size: 0.75em;
	color: #ddddff;
}
#footer:hover {
	border-top-color: #70a030;
}

#footer img {
	margin: 6px 6px 4px;
	border-width: 0;
}

#footer a {
	color: #ddddff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.clear {
	clear: both;
}


/**** Transitions ****/

div#header, div#footer, img, div.block, div.box, tr, td, tr.abstract, div.text {
	-webkit-transition: background-color 0.1s linear, border-color 0.1s linear;
	-moz-transition: background-color 0.1s linear, border-color 0.1s linear;
	-o-transition: background-color 0.1s linear, border-color 0.1s linear;
	transition: background-color 0.1s linear, border-color 0.1s linear;
}
a {
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

input {

	margin: 0 0 5px 0;

}

#send {

	font-size: 11pt;

}

label {
	display: inline-block;
	width: 150px;
	text-align: left;
	margin: 0 0 5px 0;
}
#content table
td.participants {
	text-align:center;
	border: 5px solid #FFFFFF;
}

#content #img_cie img {
	position: relative;
	margin: 0 10em;
}

#content .sponsor {
	padding: 30px;
}
