/* Feuille de style pour le site de Bayeux */

* {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 10pt;
	color: #ccc;
	}

body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #333333;
	scrollbar-track-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #666666;
	}
	
/*== menu ========================*/
#menu {
	position: absolute;
	right: 20px;
	top: 50px;
	margin: 0;
	padding: 3px;
	}

#menu ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	text-align: right;
	}

#menu li {
	color: #ccc;
	}

#menu li a {
	color: #ccc;
	text-decoration: none;
	}

#menu li a:hover {
	color: #ff0;
	font-weight: bolder;
	}


/*== partie haute ========================*/
#nom {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 300px;
	height: 50px;
	/*background-image: url(images/GodderidgePhilippe.gif);
	background-repeat: no-repeat;
	visibility: hidden;*/
	}

#titre {
	position: absolute;
	left: 370px;
	top: 31px;
	width: 500px;
	color: #300;
	font-family: arial;
	font-size: 16pt;
	font-weight: 300;
	}
	
#soustitre {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 312px;
	color: black;
	font-family: arial;
	font-size: 20pt;
	font-weight: 200;
	text-align: right;
	}
	
.titreDescription {
	color: #300;
	font-size: 10pt;
	}	

/*== Partie centrale ========================*/
#centre {
	position: absolute;
	right: 150px;
	bottom: 70px;
	color: #ffff33;
	font-size: 8pt;
	font-weight: bold;
	}

#image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 500px;
	color: #FFFF35;
	text-align: center;
	font-weight: normal;
	}


#image img {
	border: 1px #300 solid;
	}

#navigation {
	position: absolute;
	bottom: 0;
	right: 550px;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#navigation a {
	color: #ccc;
	text-decoration: none;
	}

#navigation a:hover  {
	color: #ff0;
	font-weight: bolder;
	}


#vignettesL {
	position: absolute;
	bottom: 50px;
	right: 100px;
	width: 510px;
	}

#texte {
	position: absolute;
	color: #300;
	letter-spacing: 0.05em;
	line-height: 150%;
	text-align: justify;
	padding: 0.5em;
	}
		
#texte p {
	color: #300;
	}

p#auteur {
	font-weight: bolder;
	color: #ccc;
	text-align: right;
	}
	
#texte ul {
	list-style-type: none;
	margin: -1em 0 1em 0;
	padding: 0px;
	text-indent: 2em;
	}

#texte li {
	color: #300;
	}
	
/*== Menu pied de page ========================*/
#menuBas {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	text-align: center;
	}

#menuBas a {
	color: #cccccc;
	text-decoration: none;
	}

#menuBas a:hover  {
	color: #ffff00;
	font-weight: bolder;
	}


/*== Page flottante ========================*/
#vide2F {
	float: left;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	}

#portrait2F {
	float: left;
	width: 240px;
	height: 240px;
	margin: 0 0 0 20px;
	padding: 0;
	}

#portrait2F img {
	width: 230px;
	}

#nom2F {
	float: left;
	padding: 0;
	margin: 2em 0 0 2em;
	}

#centre2F {
	float: left;
	clear: left;
	width: 50%;
	margin: 2em 0 20px 270px;
	padding: 1em;
	color: #ccc;
	}
	
#nomF {
	float: left;
	left: 0px;
	width: 100%;
	height: 50px;
	margin: 0 0 50px 0;
	padding: 20px 0 0 20px;
	}

#centreF {
	float: left;
	left: 0px;
	width: 70%;
	margin: 0 0 20px 50px;
	padding: 1em;
	color: #ccc;
	}

#menuBasF {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
	}

#menuBasF a {
	color: #ccc;
	text-decoration: none;
	}

#menuBasF a:hover {
	color: #ff0;
	font-weight: bolder;
	}

table {
	width:100%;
	white-space: nowrap;
	}

#centre2F table, #centreF table {
	width:100%;
	white-space: normal;
	}

h4 {
	font-weight: bold;
	color: #ddd;
	padding: 0 0 2em 0;
	}

.gras {
	font-weight: bold;
	color: #ddd;
	}

td {
	padding: 4px;
	}

td.deco {
	width: 4px;
	border: 1px #ccc solid;
	border-width: 1px 0 1px 1px
	}

td.annee {
	padding-right: 1em;
	}

td.vide {
	height: 2em;
	}

.haut {
	position: relative;
	top: 1em;
	width: 29em;
	border-top: 1px #eee solid;
	background-color: #888;
	display: block;
	padding: 0.5em 1em 0 1em;
	color: #eee;
	}

.bas {
	position: relative;
	top: -0.2em;
	width: 29em;
	border-bottom: 1px #eee solid;
	background-color: #888;
	display: block;
	padding: 0.2em 1em 0.5em 1em;
	color: #eee;
	}
	