/************************************************************
 * 
 * CSS
 * 
 * Author: Etienne ANDRE
 * 
 * LIPN, Universite Paris 13, Sorbonne Paris Cite, France
 * http://lipn.univ-paris13.fr/~andre/
 * 
 * Created      : 2013/02/06
 * Last modified: 2014/08/26
 * 
 * This CSS can be reused and modified following the terms of the license
 * "Creative Commons Attribution-NonCommercial 3.0 Unported" (CC BY-NC 3.0)
 * https://creativecommons.org/licenses/by-nc/3.0/
************************************************************/

/* Resets all parameters */
*{margin:0; padding:0;}


/***********************************************************
 * GENERAL
***********************************************************/
@font-face {
    font-family: titlef;
    src: local(titlef), url('fonts/bretan/Coval-Bold.ttf') format('opentype');
}


body{
	background:#E0E0E0;
	color:#303030;
/* 	font-family: serif; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
/* 	font-weight: lighter; */
}

a{
	color:blue;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2,h3{
	margin-top:20px;
	margin-bottom:10px;
	font-family: titlef, Verdana, Geneva, sans-serif;
}

p{
	margin-bottom:5px;
}

/***********************************************************
 * CONTAINER
***********************************************************/

#container{
	width: 1024px;
/* 	margin-top: 20px; */
	margin: auto;
/*	margin-left: auto ;
	margin-right: auto ;
	border-top: solid white; */
	background-color:white;
}


/***********************************************************
 * HEADER
***********************************************************/
header{
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: left;
/* 	background-color : #cef3f9; */
}

header h1{
	font-size:xx-large;
	font-family: titlef, Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 10px;
}

header h1 a{
	color:#0060D0;
}

header h1 a:hover{
	text-decoration:none;
	color:#0060D0;
}


header h2, header h3 {
	color: #0060D0;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 10px;
}


/***********************************************************
 * LEFT MENU
***********************************************************/
nav{
	float: left;
	width: 19%;
/*	width: 18%;*/
/* 	font-family: "Trebuchet MS", helvetica, sans-serif; */
	color: #303030;
}



nav ul{
	list-style-type: none;
	color:green;
	line-height: 35px ;
	text-transform: uppercase;
}

nav li{
	background-color: #D0D0D0;
	margin-top: 10px;
	padding-left: 15px;
	border-top: 10px solid #A0A0A0;
}

nav a{ 
	color: #303030;
}


/***********************************************************
 * PAGE BODY
***********************************************************/
#main{
	margin-left: 20%;
	margin-right: 20%;
	width: 58%;
/* 	padding: 5px; */
	background-color : #FFFFFF;

	color: #000000;
	text-align: justify
}


#main ul{
	padding-left: 20px;
	margin-bottom: 10px;
}

#main li{
	padding-left: 10px;
}


.float_correction{
	visibility: hidden;
	clear: both;
}

.barre{
	text-decoration: line-through;
}


#main h2{
	border-bottom: 1px solid #E0E0E0;
}

#main h3 {
	color: #0060D0;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left: 10px;
}

#main h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
}


/***********************************************************
 * PROGRAM
***********************************************************/

div.session{
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #D0D0FF;
	overflow: auto;
	width: 100%;
	padding: 5px;
}

div.sessionh{
	width: 20%;
	float: left;
	font-weight: bold;
}

div.sessiond{
	width: 79%;
	float: right;
}

/* Papers  */
div.paper{
	margin-left: 21%;
	background-color: #F0F0FF;
	padding: 5px;
	margin-bottom: 2px;
	width: 79%;
}

.paper .title{
	font-style: italic;
}

.paper .authors{
	color: green;
}




.thumb{
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
	background-color: #DDD;
	box-shadow: 8px 8px 5px #aaa;
}
.thumb:hover{
	background-color: #AAA;
}

/***********************************************************
 * RIGHT MENU
***********************************************************/
#menuright{
	float: right;
	width: 16%;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	background-color: #E0E0FF;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:10px;
	border-top: 10px solid #A0A0A0;
}

#menuright a{
}

#menuright h3 {
	color: #0060D0;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}

/***********************************************************
 * FOOTER
***********************************************************/
footer{
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	color: #008000;
	font-size:x-small;
	color:#909090;
	
}

footer #sponsors{
	margin-bottom: 40px;
}

footer img{
	margin-right: 10px;
	border: 0;
	height: 70px;
}

footer #sponsors-labos img{
	margin-right: 10px;
	border: 0;
	height: 60px;
}

footer a{
	color: #909090;
}




