/*__________________________________________________________________________________*/
/*                                                                                                                                               */
/*		Page de style  Mulhouse Assainissement                                                                 */
/*                                                                                                                                              */
/*_________________________________________________________________________________*/


a{color: Blue;}
a:hover{color:green;}


h1 {
	/*Pour compatibilité navigateur*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {/*Pour compatibilité navigateur*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h5 {/*Pour compatibilité navigateur*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {/*Pour compatibilité navigateur*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;}

div {/*Pour compatibilité navigateur*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

p {/*Pour compatibilité navigateur*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0;
	background-image: url(fonds/18.jpg);
}

/*_____________________________________________________________________________________________*/

/* Début entête et sujet */
#entete {
	padding-top: 20px;
	width: 100%;
	height: 100px;
	text-align: center;
	clear: none;
	font-size: 36px;
	font-style: italic;
	margin-bottom: 5px;
	border:1px solid;
	border-color:red;
	border-top:2px solid red;
	border-left:2px solid red;
	background-color: inherit;
	color:#FF9900;
}

#sujet{
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-size:12px;
	color:#369;
	padding:15px;
}
#question{
	text-align: justify;
	font-style:italic;
	font-size: 15px;
	color:#369;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding-top: 10px;
}
/* fin entête */

/* Pied de page*/
#pied_de_page {
	clear:both;
	width: 100%;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 15px;
}
#pied_de_page a{color:black; }
#pied_de_page a:hover{color:blue;}

/*  Conteneur et Corps principal */
#conteneur {
	width: 80%;
	background-color: inherit;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#principal{
	margin-left: 25px;
	margin-right:25px;
	margin-top:10px;
	margin-bottom:40px;
	color: black;
	padding-top: 30px;
	font-family: Arial, Aerial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
#principal h3{
	color:#800000;
	margin-bottom: 20px;
	text-decoration:underline; 
	text-align:center;
}
#principal h4{
	font-size: 14px;
	color:#369;
	margin-bottom: 10px;
	text-decoration:underline; 
}
#principal h5 {
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
}

/* Fin corps principal */
/*--------------------------------------------------------------------------------------------------------------------*/
/*navdroite*/

#navdroite{
float:right;
width: 140px;
border: thin solid Silver;
margin-top: 35px;
padding: 10px 10px 10px 15px;
margin-left: 35px;
margin-right: 25px;
margin-bottom: 10px;
}

/* Menu dans navdroite*/

#menu {
margin-left: 0px;
padding-left: 10px;/*lege decalage*/
}

#menu a {
font-size: 12px;
color: black;
font-weight: normal;
font-style: normal;
padding-left: 5px;
text-decoration: none;
}

#menu a:hover {
/*background-color: #C8E5FF;*/
color: red;
text-decoration: none;
/*padding-left: 8px;
padding-right: 8px;*/
}

#menu li{
margin-top: 10px;
font-family: Perpetua;
color: Black;
}

/*Fin menu dans navdroite*/
/*Fin navdroite*/
/*-------------------------------------------------------------------------------------------------*/

.nom{
	color:#D91C58;
	text-decoration:underline;
}
#presentation{
	clear:both;
	text-align:center;
	color:#369;
}
.imageindex{/*Images cliquable dans index*/
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:25px;
}
.ital{
	font-style:italic;
	margin-left:15px;
}
.video{
	margin-left:15px;
	margin-top:30px;
}
.video li{
	margin-bottom:10px;
}
.strophe{
	color:#800000;
}
/*--------------------------------------------------------------------------------------------------*/

/*popup dans index*/
#divpopup{
width: 275px;
	padding-left: 0px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.popup{
}

.popup a {
text-decoration: none; /* dýfinition du lien qui affichera le calque */
color: White;
}
.popup a:hover {
background: none; /* correction d'un bug IE */
}

.popup a span {
/* dýfinition de la balise <span> inclue dans <a> */
display: none;
}

.popup a:hover span {
/* dýfinition de la balise <span> au survol */
display: inline;
position: absolute;
top: 170px; /* positions et dimensions du calque, que vous pouvez changer ý loisir */
left: 370px;
width: 0px;
height: 0px;
background: green;
text-align: center;
color: White;
}

/*fin popup Fin Images dans index*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Table dans Histoire.html*/
.histoire{
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:50px;
}
.histoire th{
	text-align:center;
	padding-left: 15px;
	padding-right: 15px;
	background: #D3D3D3;
}
.histoire td{
	background: #FFFFE0;
}
.cadre{
	border: thin solid red;
	padding:10px;
	margin-top:10px;
	margin-bottom:15px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

.img{
	width:50%;
	text-align:center;
	display:inline;
	float:left;
	margin-bottom:15px;
	margin-top:20px;
}
#image{
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

/*-------------------------------------------------------------------------------------------------------------------------------------*/
