html {
	margin:0px;
	padding:0px;
}
body { 
	font:9pt Verdana,'Lucida Grande',sans-serif; 
	color:#555753; 
	background:#fff;
	margin:0px; 
	padding:0px;
	min-height:100%;
}
h2 {
	font:bold 16px 'Lucida Grande', sans-serif;
	color:#000;
}
h3 { 
	font: italic normal 12pt georgia, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
}
a:link { 
	text-decoration: none; 
	color:#999;
}
a:visited { 
	text-decoration: none; 
	color: #999;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}
acronym {
	border-bottom: none;
}
img {
	border:none;
}
img.left {
	float:left;
	margin-right:10px;
}
img.right {
	float:right;
	margin-left:10px;
}
cite {
	background:transparent url(images/quotes.gif) no-repeat top left;
	margin:0 45px 0 35px;
	padding:10px 0 0 20px;
	display:block;
}
#content {
	margin:0 auto;
	padding:0 10px;
	width:950px;
	color:#555753; 
	background:#fff;
}
#main {
	padding:0 50px 0 0;
	margin:0;
	text-align:justify;
	border-right:1px dotted #d9d9d9;
	float:left;
	width:680px
}
#header {
	height:115px;
	background: #fff url(../images/th.jpg) repeat-x center;
	border-bottom:1px dotted #eee;
}
#header h1 { 
	background: transparent url(../images/top.png) no-repeat center left; 
	width:276px; 
	height:116px;
	margin:15px 0 0 0;
	padding:0;
}
#header h1 span {
	display:none
}
#menu {
	width:180px;
	float:right
}
#menu ul {
	list-style:none;
	margin:0 0 50px 0;
	padding:0;
	text-indent:0;
}
#menu li {
	margin:5px 0;
	padding:0;
	text-indent:0;
}
#menu li a {
	color:#333;
	background:transparent;
}
#navig h3 {
	height:18px;
	margin:10px 0 10px 0;
	padding:0;
	background:#eee url(../images/menu.png) no-repeat top left;
}
#navig h3 span {
	display:none;
}
#lastfiles h3 {
	height:18px;
	margin:0 0 10px 0;
	padding:0;
	background:#eee url(../images/lastfiles.png) no-repeat top left; 
}
#lastfiles h3 span {
	display:none;
}
#footer {
	text-align:center;
	padding:0;
	margin:0 220px 0 0;
}
.center {
	text-align:center
}
.news1 {
	background:rgb(244,247,250);
	border:1px solid rgb(205,221,236);
	padding:10px;
	margin:0;
}
.news2 {
	background:rgb(244,247,230);
	border:1px solid rgb(187,187,187);
	padding:10px;
	margin:0;
}
ul {
	list-style:square;
}
ul.liens {
	line-height:180%;
}
/*tableaux*/
td {
	border-right:1px solid #d9d9d9;
	padding:1px 5px;
	margin:0;
}
tr.row1 {
	background:#fff;
}
tr.row2 {
	background:#F1F5FA;
}
table {
	border-collapse:collapse;
	border-left:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	width:100%;
}
table a:link{
	color:blue;
}
th {
	background: #fff url(../images/th.jpg) repeat-x;
	color:#000;
	padding:0px 5px;
	margin:0;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	font-weight:normal;
	text-align:left;
}
/*formulaires*/
fieldset {
	padding:10px 0px;
	margin:10px 0 0 0;
	border-right:none;border-left:none;border-bottom:none;
	border-top:1px solid #d9d9d9
}
legend {
	background:#eee;
	color:#333;
	padding:1px 5px;
	margin:0;
	border:1px solid #d9d9d9;
}
textarea {
	font-family:"Lucida Grande", sans-serif;
	padding:1px;
}