@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-top:25px;
}
.note {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
#index {
	text-align:center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom:30px;
}
#index td {
	width:50%;
	padding-bottom: 40px;
	padding-top: 40px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#footer_partenaire {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#footer_partenaire td {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

#footer_partenaire a {
	color:#666666;
	font-size:11px;
	font-weight:normal;
}

#footer_partenaire .titre {
	font-size:12px;
	color:#000000;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer_partenaire a:hover .titre,
a:hover {
	color:#990000;
}
