
html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: moccasin;
	background-image:url(img/fleuveD.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: 0% 80%;
}

.fond
{
	position:fixed;
	width:100%;
	height:142px;
	top:80%;
	background-image:url(img/fleuveD.gif);
	background-repeat:repeat-x;
}

#menu
{
	width: 220px;
	height: 100%;
	float:left;
	background-image: url("img/fond.jpg");
	background-repeat: repeat-y;
}

#conteneur
{
	position:relative; /* indispensable pour le placement correct du logo en bas */
	width:770px;
	height:60em; /* à modifier selon page */
	margin:auto;
	margin-top:10px;
	border: 2px solid darkslategray;
	border-right: 4px solid darkslategray;
	background-color:olivedrab;
	min-height:50px;

}


#conteneur *
{
	margin:0;
	border:0;
}


.logo
{
	position: relative;
	left:0;
	top:0;
	padding:0.8em;
	border:0;
	z-index:899;
}

p.navig
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin:0 0 0 0;
	padding-top:2px;
	color: white;
	line-height: 150%;
}

p.sousnavig
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	font-weight: normal;
	margin:0 0 0 0px;
	padding:2px 0 0 0px;
	color: white;
	line-height : 150%;
	text-indent:1.5em;
}


h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: white;
	margin:0 1em 0 1em;
	padding:25px 0;
	font-variant: small-caps;
}

h2
{
	font-family: verdana,arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin:0 1em 0 1em;
	color: olive;
}

h3
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	margin:0 1em 0 1em;
	color: olive;
	font-style: italic;
	line-height : 150%;
	text-indent:1.5em;
}

p
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	margin:0 1em 0 1em;
	color: black;
	line-height : 150%;

}

.nb
{
	font-family: verdana,arial,sans-serif;
	font-size: .80em;
	font-style: italic;
	margin:0 1em 0 1em;
	color: black;
	line-height : 120%;
}


.exposant
{
	font-size:.65em;
	vertical-align: super;
}

.tabwhite
{
}

.tabwhite td
{

	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	padding: 2px 5px 0px 5px;
	color: white;
	line-height : 150%;
}

.tabblack td
{

	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	padding: 2px 5px 0px 5px;
	color: black;
	font-weight: bold;
	line-height : 150%;
}



li
{
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	margin:0 1em 0 1em;
	color: black;
	line-height : 150%;

}

/* --- Liens menu--- */

a:link
{
	color: white;
	text-decoration:none;
	border-bottom: none;
}
a:visited
{
	color: white;
	text-decoration:none;
	border-bottom: none;
}
a:hover
{
	border-bottom:1px solid pink;
	color:orange;
	border-bottom: none;
}

/* --- Liens pages --- */

#conteneur a.pages:link
{
	color:black;
	border-bottom:1px dashed maroon;
}


#conteneur a.pages:visited
{
	color:black;
	border-bottom:1px dashed darkslategray;

}

#conteneur a.pages:hover
{
	color: black;
	border-bottom:1px solid maroon;

}



