body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#container
{
	width: 986px;
/*	height: 600px;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid #303030;
	border-top: 4px solid #303030;
	border-bottom: 4px solid #a1b8bb;
}

#siteTitle
{
	width: 986px;
	background-image: url("header-top.jpg");
	border-bottom: 4px solid #303030;
}

#siteTitle .floater
{
	float: left;
}

#siteTitle h1, #siteTitle h2, #siteTitle h3
{
	color: #ffffff;
	width: 560px;
	margin-left: 10px;
}
#siteTitle h1
{
	font-size: 20px;
	font-weight: bold;
}
#siteTitle h2
{
	font-size: 13px;
	font-weight: normal;
}
#siteTitle h3
{
	font-size: 12px;
	font-weight: normal;
}

#siteTitle a, #siteTitle a:visited
{
	color: #ffffff;
}

.meniu
{
	margin: 0;
	width: 986px;
	height: 32px;
	padding: 1px 0;
	clear: both;
	background-color: #a1b8bb;
	font-weight: bold;
}

.meniu a
{
	display: block;
	float: left;
	color: #ffffff;
	padding: 8px 12px;
	.padding: 8px 9px;
	margin: 0;
	margin-right: 4px;
	text-decoration: none;
	outline: none;
/*	width: 110px;*/
	text-align: center;
}

.meniu a:hover
{
	color: #a1b8bb;
	background-color: #ffffff;
	text-decoration: none;
}

.meniu ul ul a
{
	float: none;
	font-size: 88%;
	margin: 0;
	padding: 8px;
	display: block;
	text-transform: none;
	width: 184px;
	text-align: left;
}

.meniu ul ul a:hover
{
	background-color: #DB002B;
	color: #ffffff;
}

.meniu ul
{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	height: 20px;
}

.meniu ul li
{
	float: left;
	cursor: pointer;
	white-space: nowrap;
	font-size: 13px;
}

.meniu ul ul
{
	display: none;
	position: absolute;
/*	background-color: #a1b8bb;*/
}

.meniu ul ul li
{
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #a1b8bb;
	font-size: 11px;
	white-space: normal;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

.meniu .liend
{
	height: 20px;
	clear: both;
	cursor: default !important;
	border: 0;
	background-color: transparent;
}

.meniu .liend div
{
	float: left;
	margin: 0;
	padding: 0;
}
.meniu .liend .liend-l
{
	background-image: url("m-bl.gif");
	background-repeat: no-repeat;
	width: 10px;
}
.meniu .liend .liend-c
{
	background-image: url("m-nt.gif");
	background-repeat: repeat-x;
	width: 180px;
}
.meniu .liend .liend-r
{
	background-image: url("m-br.gif");
	background-repeat: no-repeat;
	width: 10px;
}


#rubmenu
{
	float: left;
	padding: 0;
	margin-right: 20px;
	width: 180px;
}
#rubmenu a.topRub, #rubmenu a:visited.topRub
{
	display: block;
	color: #ffffff !important;
	padding-left: 14px;
	background-image: url("navsecond-li.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 6px;
}
#rubmenu ul
{
	margin-left: 10px;
	padding-left: 10px;
	color: #ffffff;
}

#rubmenu .block
{
	background-color: #303030;
	padding: 20px;
	font-size: 11px;
	width: 140px;
	font-weight: normal;
}

#rubmenu .rmend, #rubmenu .rmtop
{
	height: 10px;
	clear: both;
	cursor: default !important;
	border: 0;
	background: transparent;
}

#rubmenu .rmend div, #rubmenu .rmtop div
{
	float: left;
	margin: 0;
	padding: 0;
}
#rubmenu .rmend .rmend-l
{
	background-image: url("b-bl.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
}
#rubmenu .rmend .rmend-c
{
	background-image: url("b-nt.gif");
	background-repeat: repeat-x;
	background-position: top left;
	width: 160px;
}
#rubmenu .rmend .rmend-r
{
	background-image: url("b-br.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
}
#rubmenu .rmtop .rmtop-l
{
	background-image: url("b-tl.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 10px;
}
#rubmenu .rmtop .rmtop-c
{
	background-image: url("b-nt.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 160px;
}
#rubmenu .rmtop .rmtop-r
{
/*	background-image: url("b-tr.gif"); */
	background-image: url("b-nt.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 10px;
}



#mainframe
{
	color: #000000;
	padding: 0;
	margin: 0;
	/*background-color: #303030;*/
	background-image: url('mainfond.gif');
	font-size: 12px;
}

#mainframe.homepage {
	background-image: url('mainfond-hp.gif');
}
#mainframe a, #mainframe a:visited
{
	color: #DB002B;
}


#hpagetext, #pagetext
{
	margin: 0;
	float: left;
	padding: 0 10px;
	.padding: 0 9px;
	background-color: #ffffff;
}
#hpagetext {
	width: 720px;
}
#pagetext {
	width: 474px;
}

#pagetext p
{
	line-height: 1.5em;
}

#pagetext h1
{
	font-size: 14px;
	font-weight: bold;
	color: #DB002B;
	border-bottom: 1px solid #DB002B;
	margin: 0 10px;
	padding: 0;
	text-align: left;
}


#pagemain
{
	float: left;
	width: 480px;
}


#pagebox
{
	margin: 10px;
	padding: 0;
	height: 164px;
	background-color: #ffffff;
	color: #ffffff;
	float: none;
	clear: both;
}




#fil
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

#footercase {
	width: 700px;
	position: relative;
	top: -12px;
	margin-bottom: -12px;
}
#footercase, #footercase div {
	float: left;
	display: inline-block;
	height: 12px;
	font-size: 11px;
}
#footercase .ante {
	width: 30px;
	background-image: url("m-tl.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footercase .into {
	background-color: #a1b8bb;
	border-top: 1px solid #303030;
}
#footercase .post {
	width: 20px;
	background-image: url("m-tr.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#footercase a, #footercase a:visited {
	color: #ffffff;
	padding: 0 4px;
}

.docsCasette {
	background-color: #e6e6e6;
	border: 1px solid #303030;
	margin-top: 24px;
}

.docsCasette h3 {
	background-color: #303030;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.docsCasette p {
	width: 100px;
	float: left;
	line-height: 1 !important;
	margin-top: 0;
	padding-left: 1px;
	padding-top: 20px;
	background-image: url("file-icon.jpg");
	background-repeat: no-repeat;
}


a.button, a:visited.button
{
	color: #ffffff !important;
	background-color: #ffffe0;
	text-decoration: none;
	border: 1px solid #304020;
	padding: 4px 18px;
}
a:hover.buton
{
	color: #ff0000;
	background-color: #ffff00;
}


.floatleft
{
	float: left;
	margin-right: 5px;
}
.floatright
{
	float: right;
	margin-left: 5px;
}

.clear
{
	clear: both;
}
#hidden
{
	display: none;
}


.formRecherche {
	margin-top: 32px;
	width: 180px;
	float: left;
	padding: 0;
}

.formRecherche span {
	color: #ffffff;
}

.formRecherche .sBox {
	border: 1px solid #303030;
	background-color: #ffffff;
}

.formRecherche input {
	border: 0;
	margin: -8px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #DB002B;
}

.formRecherche span {
	font-weight: bold;
}

.bSignaler {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#pagetext .spip_logos {
	display: none;
}
.logo-page .spip_logos {
	display: inline !important;
	float: left;
	margin-right: 5px;
}
.logo-page-reseau {
	margin-bottom: 12px;
	border: 1px solid #e0e0e0;
	height: 80px;
	vertical-align: middle;
}
.logo-page-reseau .spip_logos {
	display: block !important;
	float: left;
	vertical-align: middle;
}

.partenariat .spip_logos {
	display: inline !important;
	margin-right: 5px;
}


.acbasic a.achead {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #c0c0c0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #999;
}
.acbasic a.achead:hover {
	background-color: #e8e8e8;
}
.acbasic a.selected {
	color: black;
	background-color: #A1B8BB;
}

imgf {
	display: none;
}