body {
	margin: 0;
	padding: 0;
	background-color: #FCC93C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/interface/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#global {
	width: 790px;
	margin: 0;
	text-align: left;
}

#topindex {
	margin: 0;
	padding: 0;
	width: 790px;
	height: 254px;
}
#top {
	margin: 0;
	padding: 0;
	width: 790px;
	height: 60px;
}

#menu {
	position: absolute;
	left: 0;
	width: 190px;
}
ul#menug {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#menug li {
	margin: 0;
	padding: 0;
}
li#menus a {
	display: block;
	width: 185px;
	height: 30px;
	background-image: url(images/interface/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #900;
	font-family: Verdana;
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
}
li#menus a:hover, a.actif {
	background: url(images/interface/menu.jpg) no-repeat -190px 0;
	text-decoration: none;
}
li#menusOn a {
	display: block;
	width: 185px;
	height: 30px;
	background: url(images/interface/menu.jpg) no-repeat -190px 0;
	text-decoration: none;
	color: #900;
	font-family: Verdana;
	font-size: 18px;
	line-height: 30px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

#contenu {
	margin-left: 195px;
	padding: 10px;
}

#pied {
	height: 30px;
	text-align: right;
	font-family: Times new Roman;
	font-size: 8pt;
	line-height: 30px;
}

.imga img {
	border-color: #c30;
	border-width: 1px;
	border-style: solid;
}
.imga:hover img {
	border-color: yellow;
}
.img2 {
	border-color: #c30;
	border-width: 1px;
	border-style: solid;
}

a { color: #c30; }
a:hover {	color: #900; }
.lien:hover {
	color: #000;
	background-image: url(images/interface/inputover-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	padding: 2px;
	border-color: #900;
	border-width: 1px;
	border-style: solid;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: Times;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #900;
}
.txtc { text-align: center; }
.txtcb {
	text-align: center;
	font-weight: bold;
}
.txtd { text-align: right; }
.txtpetit {
	font-family: Arial;
	font-size: 8pt;
	line-height: 9pt;
}
.txtpagination {
	font-family: Arial;
	font-size: 9pt;
	line-height: 11pt;
	color: #900;
}
.reference {
	margin: 4px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 9pt;
	line-height: 10pt;
}
.separation {
	margin: 0;
	padding: 0;
	text-align: center;
}
.searchform {
	font-size: 8pt;
	color: #900;
}
form {
	margin: 0;
	font-size: 0;
}
input, textarea {
	font-size: 8pt;
	background-color: #C30;
	color: #fff;
	border-width: 1px;
	background-image: url(images/interface/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
input:hover {
	background-image: url(images/interface/inputover-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000;
}
select {
	font-size: 8pt;
	background-color: #F30;
	color: #fff;
	border-width: 0;
}

.break { clear: both; }

