/* CSS Document --------------------------LE RESEAU*/ 

body {
margin: 0px;
text-align: center;
background-color:#9999CC;
}

#conteneneur {
	width: 600px;
	margin: 0px auto;
}

/* ---------------------------------------BANDEAU */
#bandeau {
	width: 600px;
	height: 160px;
	padding: 0px;
	background-image: url(../img/bandeau.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#lien_site{
	float: right;
	width: 113px;
	margin:0px;
	position: right top;
	clear:left;
}
#lien_site a {
	text-decoration: none;
}
#lien_site a:hover {
	text-decoration: none;
}
/* ---------------------------------------FIN BANDEAU */
#principal {
	width:600px;
}
/* -----------------------TEXTE */
#texte {
	float:left;
	width: 350px;
	background-color: #FFFFFF;
	border: 2px outset #66C;
	padding: 10px 10px 20px 10px;
}
#texte p {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
}
#texte h3 {
font: Impact, Arial, Helvetica, sans-serif;
font-size: 14px;
font-variant:small-caps;
font-stretch: expanded;
color: #8F0000;
border-bottom: 1px #063 solid;
text-align: left;
}
/* -----------------------INFOS */
#infos {
	float:right;
	width: 200px;
	background-color: #FFFFFF;
	border: 2px outset #66C;
}
#infos a {
	text-decoration:none;
	color: #063;
}
#infos a:hover {
	text-decoration:none;
	color: #8F0000;
}

#infos p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	padding: 10px 10px 20px;
}
#infos p.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #8F0000;
	text-align: left;
}

#infos h3 {
font: Arial, Helvetica, sans-serif;
font-size: 16px;
font-stretch: expanded;
color: #8F0000;
text-align: center;
background-color:#FFFFCC;
}

/* ------------------------------------------------------------------- */
strong {
color:#063;
}
/*
hr {
color: #063;
background-color: #063;
height: 2px;
border: 0;
margin-top: -5px;
}
*/
h1 {
display: none;
}
h2 {
width:600px;
margin: 20px auto 0px;
font: Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
font-variant:small-caps;
color: #8F0000;
text-align: left;
}



