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

 body {
	color: #444444;
	background-color: #EEEEEE;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(design/fond-page.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#page {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	position: relative;
	height: auto;
}
#header {
	text-align: center;
	height: 64px;
	position: relative;
	width: auto;
	padding-top: 18px;
}
.header {
	background-color: #C8AD20;
	color: #FFFFFF;
}
#content {
	background-color: #FFF;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	margin-top: 0px;
	box-shadow: 0px 0px 4px #aaa;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#content a{
	color: #C8AE19;
	text-decoration: none;
}
#content a:visited{
	color: #C8AE19;
	text-decoration: none;
}
#content a:hover{
	color: #C8AE19;
	text-decoration: underline;
}
#colg {
	float: left;
	width: 500px;
}
#colg p {
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}
#cold {
	float: left;
	width: 165px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	padding-left: 15px;
	margin-left: 25px;
}
.Small {
	font-size: xx-small;
}
hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
#footer {
	color: #666666;
	font-size: 9px;
	text-align: center;
	background-color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A8BCC8;
	position:relative;
	
}
#footer p{
	color: #666666;
	font-size: 9px;
	text-align: center;
}
#footer a {
	color: #999999;
	font-size: 9px;
}
#lsites {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#lsites li {
	font-size: 11px;
	line-height: 16px;
}
th em {
	font-size: 9px;
	color: #666;
}
td em {
	font-size: 9px;
	color: #666;
}
p {
	font-size: 12px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 17px;
}
.scrollable {
	height: 550px;
	overflow: scroll;
}

