/************************
"FRAMESET"
**************************/


body {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	background-image:url(fond1.jpg);
	background-attachment:fixed;
	background-color:transparent;
}

.menu_gauche{
	position:absolute;
	top:0%;
	left:0%;
	width:25%;
	height:100%;
}

.right_frame{
	width:75%;
	height:100%;
	position:absolute;
	left:25%;
	top:0%;
}

.haut{
	width:100%;
	height:25%;
	position:absolute;
	top:0%;
	left:0%;
}

.main_frame{
	width:75%;
	height:75%;
	position:absolute;
	top:25%;
	left:0%;
	overflow:auto;
}

.droite{
	width:25%;
	height:75%;
	position:absolute;
	top:25%;
	left:75%;
}

/*****************
image de fond
*****************/


#bgimage1 {
	position: absolute;
	left: 0%;
	top: 0%;
	height : 100%;	
	width : 100%;
}
#bgimage1 img.bg {
	position:absolute;
	top:0%;
	left:0%;
	width : 100%;
	height: 100%;
}
#bgimage1 p.over_image {	
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 1.5em;
}
#bgimage2 {
	position: absolute;
	left: 0%;
	top: 0%;
	height : 100%;	
	width : 100%;
}
#bgimage2 img.bg {
	position:absolute;
	top:0%;
	left:0%;
	width : 100%;
	height: 100%;
}
#bgimage2 p.over_image {	
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 1.5em;
}
#bgimage3 {
	position: absolute;
	left: 0%;
	top: 0%;
	height : 100%;	
	width : 100%;
}
#bgimage3 img.bg {
	position:absolute;
	top:0%;
	left:0%;
	width : 100%;
	height: 100%;
}
#bgimage3 p.over_image {	
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 1.5em;
}
#bgimage4 {
	position: absolute;
	left: 0%;
	top: 0%;
	height : 100%;	
	width : 100%;
}
#bgimage4 img.bg {
	position:absolute;
	top:0%;
	left:0%;
	width : 100%;
	height: 100%;
}
#bgimage4 p.over_image {	
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 1.5em;
}

/*****************
Texte ombré
*****************/


.titre_texte,.titre_ombre{
	font: bold 24px verdana, sans-serif;
}

.titre_ombre{
	position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
	color: black;
	background:inherit;
	margin:10px 20px 10px 20px;
}

.titre_texte{
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -1px; /* on décale le SPAN */
	left: -1px;
	color: blue;
	background-color:inherit;
}

.menu_texte,.menu_ombre{
	font: bold 21px verdana, sans-serif;
}

.menu_ombre{
	position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
	color: black;
	background-color:inherit;
	margin:10px 20px 10px 20px;
}

.menu_texte{
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -1px; /* on décale le SPAN */
	left: -1px;
	color: yellow;
	background-color:inherit;
}

.retour_texte,.retour_ombre{
	font: bold 21px verdana, sans-serif;
	
}

.retour_ombre{
	position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
	color: black;
	background-color:inherit;
	margin:10px 20px 10px 20px;
	font-variant:small-caps;
}

.retour_texte{
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -1px; /* on décale le SPAN */
	left: -1px;
	color: green;
	background-color:inherit;
	font-variant:small-caps;
}

/********************************
Liens hypertextes
********************************/


a{
	color:black;
	background-color:inherit;
	text-decoration:none;
}

a:hover{
	color:navy;
	background-color:inherit;
	text-decoration:none;
}

a:active{
	color:red;
	background-color:inherit;
}

a:visited{
	color:green;
	background-color:inherit;
}

a.titre{
	color:blue;
	background-color:inherit;
}

a.titre:hover{
	color:navy;
	background-color:inherit;
}

a.menu{
	color:yellow;
	background-color:inherit;
}

a.menu:hover{
	color:green;
	background-color:inherit;
}

a.retour{
	color:green;
	background-color:inherit;
}

a.retour:hover{
	color:olive;
	background-color:inherit;
}

a.contact{
	color:red;
	background-color:inherit;
}

a.contact:hover{
	font-weight:bolder;
	color:red;
	background-color:inherit;
}

a.mailto{
	color:red;
	background-color:inherit;
	font-weight:bolder;
}

a.mailto:hover{
	color:blue;
	background-color:inherit;
	font-weight:bolder;
	font-style:italic;
}

/********************************
Listes
********************************/

li{
	background-color:inherit;
	color:navy;
	text-align:justified;
}

li:hover{
	color:blue;
	background-color:inherit;
}

ul{
	list-style-type:disc;
	list-style-position:inside;
	text-align:justify;
	margin:auto 20px auto auto;
}

/********************************
Titres
********************************/

hr {
	border: 3px inset #777;
	width: 100%;
	height: 10px;
	margin: 10px auto 0 0;
	text-align: center;
}

h1{
	font: bold 25px verdana, sans-serif;
	color:black;
	background-color:inherit;
	font-variant:small-caps;
}

h2 {
	font: bold 25px verdana, sans-serif;
	color:black;
	background-color:inherit;
	font-variant:small-caps;
}

h4 {
	font:bold 15px "Comic Sans MS", sans-serif;
	color:green;
	background-color:inherit;
	text-align:center;
}

h5 {
	font:bold 15px georgia, sans-serif;
	color:black;
	background-color:inherit;
	text-align:left;
	font-variant:small-caps;
}

/********************************
Titres
********************************/


.pres{
color:black;
background-color:inherit;
font: italic 15px "Comic Sans MS",sans-serif;
text-align:justify;
margin:10px 50px 10px 50px;
}
