/* ------------ */
/* -- Base -- */
/* ---------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #900;
	margin: 0px;
	color:#700
}

a:link, a:visited {
	font-weight: bold;
	color: #600;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}

.justify { text-align: justify; }
.indent { text-indent: 15px; }

td.reference h3, td.reference h2{
	display:block;
	margin-top:3px;
	margin-bottom:2px;
}

td.reference h2{
	font-size:14px;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	background-color:#FFEEAA;
}
td.reference h3{
	font-size:12px;
	margin-left:1em;
	color:#900;
}


td.reference p {
	margin-left:2.5em;
	margin-top: 0.5em;
	margin-bottom:4px;
}

td.reference div.separateur {
	width:100%;
	height:2px;
	background-color:#900;
	margin-bottom:1em;
}

li {
	margin-bottom:0.5em;
	text-indent:-0.15em;
}
/* ---------------------- */
/* -- Mise en page -- */
/* ------------------- */

#global {
	position:absolute;
	top:0px;
	width:950px; /*950px sans pub -  1080 avec pub*/
	left:50%;
	margin-left:-475px; /*-475px sans pub - -540 avec pub*/
/*
	margin-left:auto;
	margin-right:auto;
*/
}

#bando {
	position:absolute;
	top:0px;
	width:825px;
	left:130px;
}

#menu {
	position:absolute;
	top:90px;
	width:130px;
	left:0px;
}

#pub {
	position:absolute;
	top:95px;
	width:130px;
	left:955px;
	text-align:center;
}

#pub_pied {
/*
	position:absolute;
	top:95px;
	left:955px;
*/
	background-color:#900;
	width:100%;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
}

#contenu {
	position:absolute;
	top:95px;
	width:825px;
	left:135px;
	background-color:#FFF;
}

#pied {
	width:825px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	font-size:9px;
	color:#700;
}

td.menu{
	background-image:url(commun/bouchon.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:70px;
	valign:middle; 
}

/*
td.menu a:link, td.menu a:visited, td.menu a:hover, td.menu a:active{
*/
td.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#000000;
}

/*
td.menu a:hover, td.menu a:active{
	color:#FFFF66;
}
*/
