/*********************************************/
/***************** style tadkozh v2.1 ********/
/*********************************************/
/** Nouvelles normes du web (sans tableaux)
/** Cette page de style se veut être aux normes W3C
/** (c) tadkozh
/*********************************************/

/*************
 Quelques valeurs imposees :
 * - largeur du contens : 900 px
 * 
*/

/***********
/** GENERALITES
/***********/

body {
    margin: 0;
    padding: 0;
    /*background-color: #EBEBEB;*/
    height: 100%;
    color: #333;
    text-align: justify;
/*
    background-image: url(fakebar.png);
    background-repeat: repeat-y;
*/
}

* {font: 25px Verdana, Arial, Helvetica, sans-serif;
}

html {
    height: 100%;
    font: 25px Verdana, Arial, Helvetica, sans-serif;
/*
    font-family: Sans-Serif;
*/
}

.contens{
    background-color: #FFFFFF;
    min-height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 190px;
/*
    width: 100%;
*/
    margin-left: 10px;
    margin-right: 10px;
}

.minipage {
float: left;
display: inline-block;
}


/*********************************
/** Les principaux styles
/*********************************/

h1 {
    font-size:150%;
    padding-left: 50px;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #c2c2c2;
    margin-right: -85px;
    position: relative;
    left: -50px;
    top: -10px;
}

h2 {
    font-size:130%;
    font-weight:bold;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 2px;
    border-style: solid;
    border-left-color: #b1b1b1;
    border-right-color: #b1b1b1;
    border-top-color: #b1b1b1;
    border-bottom-color: #009491;
    background-color: #e0e0e0;
    padding:5px;
    margin-top: 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}

h3, h4 {
    font-size:110%;
    font-weight: bolder;
}

td{
    font-size:150%;
}

a, a:visited {
    color: #009491;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
text-align: justify;
text-indent: 30px;
}

b {
    font-weight:bold;
}


i {font-style: italic;
}

.icooeil{
	width:25px;
}

.tableliste{
    font-size:150%;
    background-color:'red'
 }

/*********************************
/** Les tables des matières
/*********************************/

.ulnavtoc{
	margin-bottom: 15px;
}

#articletoc{
	display: none;
}

#navbarre{
	position: fixed;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 180px;
	background-color: #AAA;
}
.imagenavbarre{
	width: 150px;
}



.bordureshadow{
    max-width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	background-color:#161616;
	background:-moz-linear-gradient(top, #333333, #161616);
	background:-webkit-gradient(linear, top, #333333, #161616);
	-moz-box-shadow:-6px 6px 20px #656565;
	-webkit-box-shadow:-6px 6px 20px #656565;
	box-shadow:-6px 6px 20px #656565;
	}
	
.bordureshadowred{
    max-width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	background-color:#161616;
	background:-moz-linear-gradient(top, #333333, #FA5882);
	background:-webkit-gradient(linear, top, #333333, #FA5882);
	-moz-box-shadow:-6px 6px 20px #FA5882;
	-webkit-box-shadow:-6px 6px 20px #FA5882;
	box-shadow:-6px 6px 20px #FA5882;
	}
	
	
.figure, .video, .table, .molecule div{
	font-size:15pt;
	text-align: justify;
}

.figure, .video, .table, .molecule {
	border: 1px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    border:solid 1px #cccccc;
	background-color:white;
}

.caption {
    text-align: justify;
	font-size:15pt;
    margin-top: 5px;
    padding: 10px;
}





	

img {
}

.table table, td, tr,th {
	border-collapse: collapse;
    font-size:20pt;
	border: 1px;
    border-style: solid;
}

.table th {
    font-size:10pt;
    font-weight:bold;
    background-color:#CECEF6;
}

.table table{
    margin-left: auto;
    margin-right: auto;
}

/********   pour la barre  noire chemin    *********/

.linbar {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
    font-size:small;
    color: white;
}

.linbar ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
	list-style: upper-alpha;
    padding-left:10px;
    text-align: left;
    background-image: url(relbar_bg.png);
}

.linbar li {
    display: inline;
    color: white;
    font-weight: bold;
}

.linbar li:before {
    /*content: "→ "; /* caractère UTF-8 */
}
.linbar li a {
    color: inherit;
    line-height: 35px;
    font-weight: bold;
    vertical-align: middle;
}

.linbar li.right {
    float: right;
    margin-right: 5px;
}

.linbar h3 {
    display: none;
}

dl {
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

dt {
    margin-top: 10px;
    font-weight: bold;
    }
 dd {
    margin-left: 10px;
 }
 
 ul, ol {
    text-align: justify;
    }
/********   fin pour la barre  noire chemin    *********/
/*
 * POUR AFFICHAGE PROFIL
*/

#afficheProfil{
	position:fixed;
	display:none;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,.8);
	width:100%;
	height:100%;
}

#afficheProfilIn{
	border:black solid 1px;
	background-color:rgba(255,255,255,1);
	width:90%;
	height:70%;
	overflow:auto;
	margin:0 auto;
	padding:10px;
	max-width:700px
}

.multicols2 {
/*
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;;
*/
}
