﻿/* CSS Document */
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	margin-left:10%;
	width:800px;
	font-family:Times,Georgia, "Times New Roman", serif;
	background-color:#586C72;
}

#bloc {
	width:600px;
	height:100px;
}

#grand_titre {
	margin-top:10px;
	margin-left:0px;
	padding-left:15px;
	height:45px;
	background-color:#FFFFFF;

	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	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;
	/*letter-spacing:0.02em;*/
	line-height:1.5em;
	color:#A1302D;/*#561814;*/
}

#href {
	padding-left:15px;
	background-color:#DAD9C7;
	border-top:10px solid #586C72; /* pour sparer les blocs */
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:2em;
	letter-spacing:0.05em;
	white-space:nowrap;
	color:#FFFFFF;
}
 /* pour expedition */
#expedition {
	margin-top:10px;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-style:italic;
	font-size:0.9em;
	letter-spacing:0.05em;
	line-height:2em;
	text-align:left;
	color:#ffffff;
}
#texte {
	margin-top:10px;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-style:italic;
	font-size:0.9em;
	letter-spacing:0.05em;
	line-height:2em;
	text-align:left;
	color:#ffffff;
}
#texte {
	padding-left:15px;
	margin-top:2px;
	border-top:5px solid #E3EDEF; /* espace bleu clair pour aerer le texte */
	border-bottom:10px solid #E3EDEF; /* espace bleu clair pour aerer le texte */
	font-size:0.9em;
	line-height:1.4em;
}

#boite {
	width:800px;
	background-color:#E3EDEF;
}

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

#editeur {
	border-top:10px solid #E3EDEF;
	/*border-bottom:10px solid #586C72;*/
	font-size:0.9em;
}

#espace {
	width:785px;
	border-top: 5px solid #E3EDEF;
}

#bandeau_bas {
	width:800px;
	border-top: 10px solid #ffffff;
}

#lien {
	width:100px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

#lien a {
	width:100px;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#A1302D;
	/*background-color:#E3EDEF;*/
}

#lien a:hover {
	border:3px solid #A1302D;
	border-style:solid;
	color:#ffffff; /* blancs en survol */
	background-color:#A1302D;
}

