﻿/* CSS Document */

body {
	margin:0px;
	padding:0px;

	font-family:Times,Georgia, "Times New Roman", serif;
	background-color:#586C72;
	
	cursor:default;
}

#bloc {
	position:absolute;
	margin:0px;
	padding:0px;
	margin-left:10%;

	background-color:#FFFFFF;

	width:800px;
	height:auto;
}

#grand_titre {
	margin-top:-10px;
	margin-left:0px;
	padding-left:15px;
	
	width:auto;
	height:45px;
	
	border-top:20px solid #586C72;

	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:2em;
	color:#561814;
}
#grand_titre_centre {
	margin-top:-10px;
	margin-left:0px;
	padding-left:15px;
	
	width:auto;
	height:45px;
	
	border-top:20px solid #586C72;

	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.05em;
	line-height:2em;
	color:#561814;
}

#titre {
	margin-top:10px;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.25em;
	font-weight:bold;
	text-align:left;

	line-height:1.5em;
	color:#561814;
}

#texte {
	padding-left:15px;
	margin-top:2px;
	
	border-top:5px solid #ffffff; /* espace aerer le texte */
	border-bottom:10px solid #ffffff; /* espace aerer le texte */
	
	font-size:0.9em;
	line-height:1.4em;
	color:#561814;
}


#liste {
	margin-right:15px;
	font-size:0.9em;
	line-height:1.4em;
}

#editeur {
	border-top:10px solid #ffffff;
	font-size:0.9em;
}

#espace {
	width:800px;
	border-top: 5px solid #ffffff;
}

#lien {
	margin-top:10px;
	background-color:#E8BB5C;
	
	
	width:auto;
	text-indent:15px;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	letter-spacing:0.05em;
	white-space:nowrap;
	color:#ffffff;
}

#lien a {
	text-decoration:underline;
	letter-spacing:0.05em;
	color:#561814;
}

#lien a:hover {
	color:#ffffff; /* blancs en survol */
}