﻿
/* On travaille sur la balise body, donc sur TOUTE la page */

body

{
    background-image: url("cavdoub1.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
}
h4 /* La suite est ancrée sur h4 */

{
    position:relative;
    margin: auto;
    width: 80%;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 20px 50px 20px;
    font-family: Arial, serif;
    font-size: 16px;
    color: black;
    text-align: center;
    border-top: 10px rgba(79,129,189,1) solid;
    border-left:30px rgba(79,129,189,1) solid;
}

.red
{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(156,24,24,1);
    font-size: 20px;
}

.imageflottante

{
    float: left;
}

.signet1
{
	position: absolute;
	bottom: -302px;
	left: -30px;
	height: 302px;
	width: 30px;
	background-color: rgba(79,129,189,1);
}

.boutac
{
	position: absolute;
	bottom: -350px;
	left: -83px;
	background-color: rgba(24,157,24,1);
    	border: none;
    	color: white;
    	padding: 15px 32px;
    	text-align: center;
    	text-decoration: none;
    	font-size: 16px;
        cursor: pointer;
}
.boutac:hover 
{
    	background-color: rgba(79,129,189,1);
    	color: white;
}
.trans0
{
	position: relative;
	left: -53px;
    	margin: auto;
    	width: 80%;
	}
li
{
	list-style-type: none;
}
a.trans:link
{
	color: white;
}
.trans
{
	color: white;
	text-decoration:none;
	display: block;
	margin: 8px;
	padding: 10px 10px 11px 10px;
	width: 80px;
	background-color: rgba(156,24,24,1);
	font-family: Arial, serif;
    	font-size: 14px;
}

.trans::after
{
	content: "";
	position:absolute;
	left: 158px;
	margin: -10px;
    	border-width: 19px;
	border-style: solid;
    	border-color: transparent transparent transparent rgba(156,24,24,1);
}
a.trans:visited
{
	background-color: rgba(156,24,24,1);
}	
a.trans:hover 
{
	background-color: rgba(24,157,24,0.6);
	box-shadow: 0 0 20px rgba(24,157,24,1);
	cursor: pointer;
}
a.trans:active
{
	background-color: rgba(24,157,24,1);
}
.trans1
{
	position: relative;
	left: 200px;
    	margin:auto;
    	width: 80%;
}

.chapitre
{
	background-color: white;
	position: absolute;
	left: -80px;
	top: -285px;
	width: 40%;
	min-width: 200px;
	height: 465px;
	overflow: auto;
	border: none;
}
.paragraphe
{
	background-color: white;
	position: absolute;
	right: 165px;
	top: -285px;
	width: 40%;
	min-width: 200px;
	height: 600px;
	overflow: auto;
	border:none;
	z-index:1;
}

.frameb
{
	text-decoration:none;
	display: block;
	margin: 8px 8px 8px 68px;
	padding: 5px 5px 6px 5px;
	width: 90px;
	background-color: rgba(79,129,189,1);
	color: white;
	font-family: Arial, serif;
    	font-size: 14px;
}
.frameb::after
{
	content: "";
	position:absolute;
	left: 213px;
	margin: -5px;
    	border-width: 14px;
	border-style: solid;
    	border-color: transparent transparent transparent rgba(79,129,189,1);
}
.frameb:hover 
{
	background-color: rgba(156,24,24,0.6);
	box-shadow: 0 0 20px rgba(156,24,24,1);
	cursor: pointer;
}
.trans2
{
	position: relative;
	right: 140px;
	top: 198px;
    	margin:auto;
    	width: 1%;
}

#signet2
{
	position: absolute;
	bottom: -20px;
	left: 78px;
	height: 135px;
	width: 30px;
	background-color: rgba(24,157,24,1);
}
#cons, #mes, #val, #dup, #inn, #dev, #signet2
{
    display: none;
}
footer
{
	position: fixed;
    	bottom: 0;
	width: 100%;
	color: white;
	background-color: rgba(180,180,180,0.5);
}
div.foot
{
	display: inline-block;
	margin: 30px 50px 10px 10px;
	width: 400px;
}
div.absolute0
{
	position:absolute;
	bottom: 30px;
	right: 300px;
}
h2.absolute
{
    	font-size: 16px;
	position:absolute;
	bottom: 0px;
	right: 20px;
}
div.absolute00
{
	position:absolute;
	bottom: 48px;
	left: 10px;
	font-size: 9px;
}