﻿/* CSS Document */

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

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

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

	background-color:#FFFFFF;

	width:800px;
	height:auto;
}

.bloc {
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-left:0%;
	background:#FFFFFF;

	width:auto;
	height:420px;
}

#grand_titre {
	margin-top:-10px;
	text-indent:15px;
	
	width:auto;
	height:40px;
	
	border-top:10px 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;
}

#societe {
	margin-left:15px;
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1.5em;
	color:#561814;
}

#texte_bold {
	font-size:0.9em;
	font-weight:bold;
	font-family:Times,Georgia, "Times New Roman", serif;
	line-height:2em;
	letter-spacing:0.05em;
	color:#561814;
}
#texte {
	font-size:0.9em;
	font-family:Times,Georgia, "Times New Roman", serif;
	line-height:1.4em;
	color:#561814;
}

#diffuseur {
	margin-left:15px;

	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.9em;
}

#bloc_g {
	float:left;
	width:300px;
}

#bloc_c {
	float:left;
	width:240px;
}
#bloc_d {
	float:left;
	width:200px;
}

#bandeau_bas {
	width:800px;
	border-bottom:10px solid #586C72; 
}

#bordure {
	width:800px;
}

#href {
	margin-bottom:20px;
	margin-left:15px;
	
	width:auto;
	
	font-family:Times,Georgia, "Times New Roman", serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.05em;
	white-space:nowrap;
	color:#561814;
	cursor:pointer;
}

#href a {	
	border:1px solid #E8BB5C;
	
	font-size:1em;
	text-decoration:underline;
	letter-spacing:0.05em;
	background-color:#E8BB5C;
	color:#ffffff;
	
}

#href a:hover {
	color:#561814;
	background-color:#E8BB5C;
}

#webmaster a {
	font-size:1em;
	text-decoration:none;
	letter-spacing:0.05em;
	text-align:center;
	color:#A1302D;
}
#webmaster a:hover {
	color:#586C72;
}
