/* Christian & Nathalie layout - http://drillaudweb.info */

body {	
	font-family: "comic sans ms", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: black;
	background: white;
	}

/* Définition des caractéristiques globales des éléments */

h1 	{
	font-size: 2em;
	}
h2 	{
	font-size: 1.5em;
	}
span {
	font-weight: bold;
	}	
ul	{
	list-style-type: none;
	}
dt	{
	margin-left: 40px;
	}
img	{
	border: 0;
	}
a 	{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}
a.texte:hover {
	border-bottom: 2px solid black;
	}

/* Definition du cadre de présentation 800x600 */

#page {
	height: 710px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid black;
	background: white;
	z-index: 1;
	}
html>body #page {
	height: auto;
	min-height: 710px;
	}

/* Zone Bannière*/

#banner {
	height: 80px;
	z-index: 2;
	}

#banner h1{	
	margin: 0;
	position: relative;
	top: 15px;
	left:15px;
	}
	
/* Zone Menu */

#header {
	width: 800px;
	height: 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: white;
	}

#choix_style {
	display: inline;
	position: relative;
	top: 3px;
	left: 530px;
	}

#menu {
	position: absolute;
	width: 600px;
	height: 60px;
	border: none;
	text-decoration: none;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}

#menu ul li {
	list-style: none;
	display: inline;
	}

#menu ul li p {
	display: block;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
 	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}

#menu ul li:hover p {
	background: #C0C0C0;
	}
	
#menu ul li:hover p a {
	color: white;
	}
		
/* Zone Editoriale*/
	/* Zone Gauche : liens, informations */
	#edito_gauche {
		float: left;
		margin-top: 10px;
		margin-left: 10px;
		width: 247px;
		vertical-align: middle;
		text-align: justify;
		font-weight: normal;
		z-index: 2;	
		}

	/* Zone Droite : Texte et images */
	#edito_droit {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		width: 500px;
		text-align: justify;
		font-weight: normal;
		z-index: 2;	
		}
	.separation {
		clear: both;
		visibility: hidden;
		}
	.edito_image_gauche {
		float: left;
		padding-right: 15px;
		}
	.edito_image_droite {
		float: right;
		padding-left: 15px;
		}
	/* Lecteur de flux RSS */
	.flux   { 
		background-color: white;
		margin-right: auto; 
		margin-left: auto; 
		padding: 3px; 
		border: 1px solid black;
		width: 230px 
		}
	.flux p { 
		font-size: 1em;
		font-weight: bold;
		line-height: 25px;
		background-color: #C0C0C0; 
		text-align: center;
		margin-top: 0px 
		}
	.flux dt { 
		text-align: left; 
		font-size: 1em; 
		}
	.flux dt a { 
		font-weight: bold; 
		color: black; 
		text-decoration: none; 
		padding-left: 5px 
		}
	.flux p a { 
		color: black;
		text-decoration: none 
		}
	.flux p a:hover, .flux dt a:hover { 
		border-bottom: 2px solid black;
		}
	/*Infobulles de la carte*/
	#mapmarker {
		height: 80px; 
		}
	#mapmarker a{
		color: black;
		}
      
/* Page légende de carte */
#legende_carte {
	top: 0;
	padding: 10px;
	width: 350px;
	font-weight: normal;
	border: 1px solid black;
	text-align: justify;
	z-index: 1;
	}
#legende_carte h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
	}
#legende_carte img {
	margin-right: 3px;
	}
#legende_carte form {
	text-align: center;
	}
	
/* Zone Diaporamas */

	/* Zone Gauche - Liens, Titre et Vignette */
		#texte {
		float: left;
		margin-top: 10px;
		margin-left: 10px;
		width: 250px;
		}
		#texte p {
		text-align: justify;
		font-weight: normal;
		}
		#small_picture img {
			border: none;
		}
	
	/* Zone Droite - Image et Légende */
	#large_picture {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		width: 500px;
		height: 500px;
		vertical-align: middle;
		text-align: center;
		z-index: 2;
		}	
	#large_picture .image {
		height: 100%;
		}