@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

img {
	border:0;
}



#Site {
	margin-right: auto;
	margin-left: auto;
	width: 722px;
	text-align: left;
	background-image: url(../images/backContents.png);
	background-repeat: repeat-y;
}
#Site #Top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	width: 722px;
	height: 265px;
}
#Site #Top #logo {
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}
#Site #Top #nav {
	background-image: url(../images/sepaTop.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	width: 216px;
	height: 190px;
	margin-top: 30px;
	text-align: right;
	padding-right: 26px;
}
#Site #Top #nav ul {
	list-style-type: none;
}
#Site  #Top  #nav  li  a.links {
	display: block;
	line-height: 29px;
	text-align: center;
	background-image: url(../images/menuOut.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	width: 199px;
	margin-left: -26px;
	font-weight: bold;
	}
#Site #Top #nav li a.onpage {
	display: block;
	line-height: 29px;
	text-align: center;
	background-image: url(../images/menuOn.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
	text-decoration: none;
	color: #0099CC;
	width: 199px;
	margin-left: -26px;
	font-weight: bold;
}
#Site #Top #nav li a.categLinks {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #CCCCCC;
	display: block;
	text-decoration: none;
}
#Site #Top #nav li a.onCategLinks {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #0099CC;
	display: block;
	text-decoration: none;
}

#Site #Top #nav li a.categLinks:hover {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #0099CC;
	display: block;
}




#Site #Top #nav span.categ {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #CCCCCC;
	display: block;
}
#Site  #Top  #nav  li  a.links:hover, #Site  #Top  #nav  li a.links:focus, #Site  #Top  #nav li a.links:active {
	background-image: url(../images/menuOn.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

#Site #Contents {
	margin-top: -5px;
	padding-bottom: 0px;
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 40px;
}
#Site #Contents #entrance {
	height: 325px;
	width: 609px;
	margin-left: 20px;
}



#Site #Contents #Bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 722px;
	margin-left: -40px;
}
#Site #Contents h2 {
	background-image: url(../images/Title.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 722px;
	background-position: -40px top;
	padding-top: 5px;
	padding-left: 50px;
	font-size: 18px;
}
#Site #Contents li {
	margin: 10px;
}
#Site #Contents h1 {
	color: #0099CC;
}
#Site #Contents #contact #form {
	float: right;
	width: 300px;
}
#Site #Contents #contact {
	height: 500px;
	text-align: center;
}
#Site #Contents #contact #infos {
	float: left;
	width: 300px;
}
#Site  #Contents  p.edito  strong,#Site #Contents div strong {
	color: #0099FF;
}
#Site #Contents a {
	text-decoration: underline;
	color: #333333;
}
#Site #Contents a:hover {
	text-decoration: underline;
	color: #0099FF;
}
