body {
	margin:10px 0;
	background-color: #C4D6E8;
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #66FF99;
}
a:active {
	color: #FF0000;
}
#container {
	background-image: url(../images/partenaires2_fd.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
h1 {
	font-size: 130%;
	color: #FFFFFF;
}
h2 {
	font-size: 110%;
	color: #CCCCCC;
}
.shadow {
	-moz-box-shadow: black 5px 5px 5px -2px; 
    -webkit-box-shadow: 5px 5px 5px #000; 
}
#content {
	min-height: 350px;
}
.left {
	float: left;
	width: 550px;
	margin-right: 10px;
}
.right {
	margin-left: 560px;
	text-align: left;
}
.right img {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.adresse {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	text-align: justify;
	font-size: 90%;
	color: #CCFFFF;
}
#footer {
	text-align: center;
	font-size: 85%;
}

