
body
{
	font-family: "Helvetica", "Helvetica Neue","Trebuchet MS", "sans-serif";
	font-size: 14px;
	text-align: left;
	
	background-attachment:fixed;
	background-position:center top;
	background-repeat: no-repeat;
}



/* -------------------------------------------------------------------------------------------------
                                                 Tags
------------------------------------------------------------------------------------------------- */
/* Liens hypertext */
a		{ color: black; cursor: pointer;}
a:focus	{ -moz-outline-style: none; outline: none;}
a:hover	{ color: black;}
a img	{ border:0px; }
textarea{ -moz-outline-style: none; outline: none; resize: none;}
input	{ -moz-outline-style: none; outline: none;}
select	{ -moz-outline-style: none; outline: none;}
img{
	text-decoration: none;
	-moz-user-select:none;
	-webkit-user-select: none; 
}

ul
{
	clear:both;
	display:block;
	position:relative;
	
	list-style-position: outside;
	list-style-type:none;
	list-style:none;
	
	/*-moz-user-select:none;
	-webkit-user-select: none; */
	-webkit-padding-start: 0px;
	
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
li
{
	clear: both;
	display:block;
	position: relative;
	
	height:auto;
	width:auto;
}

div
{
    display: block;
    position: relative;
}

div.hr
{
	height: 10px;
	width: 100%;
	margin: 0px;
	
	border: 0px;
	border-bottom: solid 1px rgb(179,179,179);
}

p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}

/* -------------------------------------------------------------------------------------------------
                                                 Title
------------------------------------------------------------------------------------------------- */

/* 36, Gras, Bleu */
h1
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-weight: bold;
	font-size:30px;
	letter-spacing: 5px;
	color: rgb(72,75,151);
	text-decoration: none;
}
h1 a{color:  rgb(72,75,151); text-decoration: none;}
h1 a:hover{color: rgb(72,75,151); text-decoration: underline;}

/* 18, Normal, Gris */
h2
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-weight: bold;
	font-size: 18px;
	
	color: rgb(153,153,153);
	text-decoration: none;
}
h2 a {color: rgb(153,153,153); text-decoration: none;}
h2 a:hover{color:rgb(153,153,153); text-decoration: underline;}





/* 16, Gras, Bleu */
h3
{
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	
	font-weight: bold;
	font-size:18px;
	
	color: rgb(72,75,151);
	text-decoration: none;
}
h3 a{color: rgb(72,75,151); text-decoration: none;}
h3 a:hover{color: rgb(72,75,151); text-decoration: underline;}


li h3 {color:  rgb(72,75,151); display: inline;}
li h3 {color:  rgb(72,75,151); display: inline;}


h4
{
	display: inline;
	
	margin: 0px;
	padding: 0px;
	
	font-weight: bold;
	font-size: 15px;
	
	color: rgb(232,131,21);
	text-decoration: none;
}
h4 a{color: rgb(232,131,21); text-decoration: underline;}
h4 a:hover{color: rgb(232,131,21); text-decoration: underline;}


h5
{
	display: inline;
	
	margin: 0px;
	padding: 0px;
	
	font-weight: bold;
	font-size: 15px;
	
	color: rgb(72,75,151);
	text-decoration: none;
}
h5 a{color: rgb(72,75,151); text-decoration:none;}
h5 a:hover{color: rgb(72,75,151); text-decoration: underline;}


h6
{
	display: inline;
	
	margin: 0px;
	padding: 0px;
	
	font-weight: bold;
	font-size: 14px;
	
	color: black;
	text-decoration: none;
}
h6 a{color: black; text-decoration:none;}
h6 a:hover{color: black; text-decoration: underline;}





/*
--------------------------------------------------------------------
-                            Abstract                              -
--------------------------------------------------------------------
*/
div.abstract h1
{
	/* Modify the line height */
	line-height: 20px;
	padding-top: 30px;
	padding-bottom:30px;
	
	margin-top: 10px;
	margin-left: -30px;
	padding-left: 30px;
	
	
	/* Add the quote */
	background-image: url(ressources/gfx/double_quotes.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.abstract 
{
    padding-left: 25px;
	padding-right: 25px;
	
	background-image: url(ressources/gfx/double_quotes.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}






/*
--------------------------------------------------------------------
-                            List Items Big                        -
--------------------------------------------------------------------
*/

ul.listitems-big
{
	color:black;
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
}

ul.listitems-big li
{
	display: block;
	position: relative;
	
    min-height:100px;
 	height:auto !important;
  	height:100px;
  	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	
	margin-left: 0px !important;
	margin-left: -15px;
}

ul.listitems-big span{display: block; position: relative;}
ul.listitems-big h2{display: inline;}
ul.listitems-big h3{display: inline;}

ul.listitems-big span.picture img
{
	float:left;
	
	width: 100px;
	height: 100px;
	
	background-repeat: no-repeat;
	
	padding-right: 20px;
}

ul.listitems-big li span.actions
{
	display: block;
	position: absolute;
	
	top: 0px;
	right: 0px;
	height: 30px;
	width: 150px;
	
	text-align: right;
}






/*
--------------------------------------------------------------------
-                        List Items References                     -
--------------------------------------------------------------------
*/

ul.listitems-references
{
	color:black;
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
}

ul.listitems-references li
{
	display: block;
	position: relative;
	
    min-height:100px;
 	height:auto !important;
  	height:100px;
  	
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	
	margin-left: 0px !important;
	margin-left: -15px;
	
	border-bottom: solid 1px rgb(179,179,179);
	
	overflow: hidden;
}

ul.listitems-references li.last
{
    border-bottom: 0px;
}

ul.listitems-references span{display: block; position: relative; margin-right: 200px;}
ul.listitems-references h2{display: inline;}
ul.listitems-references h3{display: inline;}

ul.listitems-references span.picture
{
	position: absolute;
	margin: 0px;
	
	right:0px;
	top:5px;
	width: 180px;
	height: auto;
}

ul.listitems-references span.picture img
{
	width: auto;
	height: auto;
}

ul.listitems-references li span.actions
{
	display: block;
	position: absolute;
	
	top: 0px;
	right: 0px;
	height: 30px;
	width: 150px;
	
	text-align: right;
}


