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

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol,li { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; padding: 0; }
a {text-decoration: none; }
img { padding: 0; }

body {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}
#all {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	margin-top: 42px;
	margin-bottom: 46px;

}
#breadcrumb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ababab;
	border-bottom-color: #ababab;
	background-image: url(../img/bread.jpg);
	background-repeat: repeat-x;
	padding-left: 43px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #891d19;
}
#breadcrumb a{
	color: #000000;
}
#breadcrumb a:hover{
	color: #891d19;
}
#breadcrumb .this{
	color: #891d19;
}
#breadcrumb .this a{
	color: #891d19;
}
#breadcrumb .this a:hover{
	color: #891d19;
}
#middle {
	background-repeat: repeat-x;
	background-image: url(../img/middle_bg.jpg);
	width: 1024px;
	background-color: #ababab;
}
#menu {
	width: 163px;
	padding-top: 30px;
	padding-bottom: 150px;
	line-height: 15px;
	text-indent: 23px;
	vertical-align: top;
}
#menu li {
	margin-bottom: 5px;
}
#menu a {
	color:#4f4f4f;
	display: block;
}
#menu a:hover {
	color:#891d19;
}
.select {
	background: url(../img/menu.jpg);
	background-repeat: repeat-x;
	color: #891d19;
}
#content {
	width: 774px;
	padding-top: 30px;
	padding-right: 86px;
	padding-bottom: 150px;
	padding-left: 43px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2a2a2a;
	vertical-align: top;
}
#content a {
	color:#891d19;
}
#content a:hover {
	color:#4f4f4f;
}
#content img{
	border-top: solid #2a2a2a 1px;
	border-right: solid #2a2a2a 2px;
	border-bottom: solid #2a2a2a 1px;
	border-left: solid #2a2a2a 2px;
	margin-right: 25px;
	margin-bottom: 30px;
}
#bottom {
	color: #ababab;
	text-align: right;
	letter-spacing: 2pt;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/bottom_bg.png);
	background-repeat: repeat-x;
}
#titre {
	font-weight: bold;
	padding-bottom: 20px;
}
#date {
	padding-bottom: 20px;
}
