body {
	font-family:"Arial";
	font-size: 14px;
	width: 1024px;
	background-color:black;
	color: white;
    }


p {
	text-align: justify;
	margin-top: 3px;
	margin-right: 3px;
}
h1 {
	width: 550px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 10px;
	margin-right: 3px;
	color: white; 
}

h2 {
	width: 550px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: white;
	margin-top: 8px;
	margin-right: 3px;
}
h3 {
	width: 485px;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	color: white;
	width: 565px;
	margin-top: 4px;
	margin-right: 3px;
}
a:link {
	color: #DAA520;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CD5C5C;
	font-weight: bold;
	text-decoration: none;
}
body.ul {
	list-style: none;
	margin-top: -1px;
	margin-left: 20px;
	padding-left: 20px;
	text-indent: -5px;
}
li {
	text-align: justify;
	margin-top: 3px;
	margin-right: 3px;
	list-style-type:square;
}
em{
	color:white;
}
.figure {
	text-align: center;;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;*/
}
/* pour la position des titre, les menus et de la bande à gauche */
.background-main {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
}
.photo {
	top: 95px;
	left: 150px;
	position: absolute;
	z-index: 1;
}
.background-others {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
}
.mainmenu {
	top: 0px;
	left: 0px;
	z-index: 2;
	text-align: center;
}
.maintitle {
	font-weight: bold; 
	color: #00CD00;
	font-size: 36px;
	top: 110px;
	left: 300px;
	width: 724px;
	position: absolute;
	z-index: 1;
	visibility: visible;
}
.content { 
	width: 780px;
	top: 220px;
	left: 124px;
	position: absolute;
	z-index: 1;
	visibility: visible;
}
.footer {
	font-size: 10px;
	color: white;
	top: 230px;
	left: 10px;
	position: absolute;
	z-index: 1;
	visibility: visible;
}
/*Special pour la premiere page*/
.resume {
	font-weight: bold; 
	top: 330px;
	left: 450px;
	width: 550px;
	position: absolute;
	z-index: 1;
	color:white; 
}
.hotstuff {
	color: white;
	position: absolute;
	top: 520px;
	left: 124px;	
	z-index: 1;
}
.address {
	color: white;
	top: 230px;
	left: 124px;
	width: 250px;
	position: absolute;
	z-index: 1;
}
.addressH {
	font-weight: bold; 
	color: white;

}
.sourceevidence {
	font-weight: bold; 
	color: #ff0000;
}
.texttt {
	font-weight: bold; 
	font-family:"Courier New";
}
.listing {
	margin-left: 40px;
	font-family:"Courier New";
}
/* Pour la liste des publications*/
.publi {
	text-align: justify;
}
.nbpubli {
	vertical-align:text-top;
	font-weight: bold;
	text-align: right;
	width:30px;
}
/* affichage des posters et couvertures */
.tableAff {
	width:750px;
	text-align:center;
}
.cellAff {
	width:250px;
	text-align:center;
}

/* Mettre en exhergue des elements ou une table des matieres */
.TdM {
/*	border-left: 2px solid #008080;*/
	width : 200px;
	position:relative;
	left : 15px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	background-color: #A6C4C4;
}
.enveloppeTdM {
	width : 230px;
	float:right;
}
.TdMl1 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	margin-bottom:5px;
	border-bottom : 1px solid #000000;
	border-top : 1px solid #000000;
	background-color: #C6E4E4;
	padding-top: 3px;
}
.TdMimage {
	font-size: 15px;
	text-align: center;
	vertical-align: top;
}
.TdMl2 {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
}
.TdMl3 {
	font-style: normal;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-left: 20px;
}
.TdMl4 {
	font-style: normal;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-left: 40px;
}

/* "Macros" à la latex */
.cosyverifword:after {
	content:"CosyVerif ";
	font-weight:bold;
	font-style:italic;
	color: #004000;
	font-family:"Times New Roman",Georgia,Serif;
	font-size:120%
}

#toc
{
	border: 1px solid #bba;
	background-color: #f7f8ff;
	padding: 1em;
	font-size: 90%;
	text-align: center;
	width:35em;
}

#toc-header
{
	display: inline;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
    color:gray;
}