/* Conteneurs */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 0;
}
#conteneur {
	width: 770px;
	padding: 0 23px 0 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	/* centrer le contenu */
	
	z-index: 1;
}
#header {
	height: 120px;
	width: 100%;
	z-index: 1;
}
#outer{
	/*border: 0px solid transparent; /* center column colour */
	/*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
	/*border-left-color: #B3BCBF;   /* left column colour 
	/*background-color: #FFFFFF; /* center column colour DANS INCSTYLE.PHP */ 
	border-left-style: solid; 
	/*background-color: #FFFFFF; /* center column colour DANS INCSTYLE.PHP */ 
	width: auto;
	z-index: 2;
}
#inner {
	margin: 0;
	width: 100%;
	z-index: 1;
}
#outer>#inner {
	border-bottom: 1px solid transparent;
}
#colgauche {
	float: left;
	width: 150px;
	margin: 0 0 0 -150px;
	height: 510px;
	position: relative;
	z-index: 2;
}
#colgauche_content {
	z-index: 2;
}
#colcentre {
	float: left; 
	width: 100%;
	position: relative;
	margin: 0;
}
#colcentre_content {
	padding: 0 3px 1em 1em;
}
.cb { clear: both; }
#footer {
	width: 100%;
}
#footer_content {
	padding-bottom: 2px;
}
#footer_content p {
	margin: 0;
	padding: 0;
}

/* Eléments textuels et colorés */
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
	direction: ltr;
}
#header {
	background: url("img/fond3.jpg") no-repeat;
	background-position: 56% 0%;
}
#conteneur {
	background: url("img/border.png") repeat-y;
}
#outer {
	border-left-color: #fbb086;	/* eab2b1 */
	background: url("img/centre.jpg") bottom right no-repeat;
}
#colgauche {
	background: url("img/gauche.jpg") repeat-x;
}
#colcentre_content {
	color: #000;
}
#footer {
	text-align: center;
	border-top: 2px solid #660000;
}
a {
	color: #a00;
	text-decoration: none;
}
a:visited {
	color: #800;
}
a:hover {
	color: #d00;
	text-decoration: underline;
}
a:active {
	color: #f00;
}

.c {
	text-align: center;
}
div.desc {
	font-style: italic;
}
div.navig {
	width: 100%;
}
div.navig div {
	float: left;
	font-style: italic;
}
div.navig p {
	margin: 0;
	padding: 0;
	text-align: right;
}
div.b {
	margin-top: 2em;
}
h1 {
	text-align: center;
	color: #00A;
	font-size: 180%;
}
h2 {
	color: #900;
	font-size: 150%;
}
h3 {
	color: #0A0;
	font-size: 120%;
}
p.entete {
	font-style: italic;
	font-size: 80%;
}
img.ico {
	width: 16px;
	height: 16px;
	margin-right: 1em;
}
.txt img {
	padding: .5em;
}
p.fs08em {
	font-size: .8em;
	font-style: italic;
}
.strong {
	font-weight: bold;
}

/* message après requête */
p.rap, span.rap {
	padding: 1px 0 1px 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	width: 99%;
}
p.suc, span.suc {
	border: 1px dashed #0C0;
	background-color: #DFD;
	color: #00aa00;
}
p.err, span.err {
	border: 1px dashed #D00;
	background-color: #FDD;
	color: #a00;
}
/* */
p.nm {
	margin: 0;
	padding: 0;
}
img { border: 0; }
hr {
	margin: 0;
	padding: 0;
}

/* Eléments de listes */
ul {
	list-style-type: disc;
}

/* ELEMENTS PRECIS (Administration) */

/* Menus */
ul.ns {
	list-style: none;
}
.listec span, .lc span, .ns span {
	background-color: #efe;
}

/* Contenus */
div.listec {
	border: 1px dotted #999;
	padding: .5em;
}
ul.lsn, ul.lc {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0;
}
ul.lc {
	border-left: 1px dotted #999;
}
ul.lc li{
	margin: 0;
	padding: 0 0 0 16px;
}
ul.lc img, ul.lsn img {
	width: 9px;
	height: 9px;
	margin-right: .5em;
}
.hide {
	display: none;
}

/* Tableaux */
table {
	border: 0;
	border-collapse: collapse;
}
.prform td {
	padding-bottom: .5em;
}
.ml {
	padding-right: 2em;
}

/* liste photos */
div.listphotos p {
	width: 100%;
	font-size: 80%;
	text-align: center;
	padding: 0;
	margin: 1em 0 0 0;
}
table.l {
	margin: 0 1ex 0 1ex;
}
.l td, .l th {
	border-collapse: collapse;
	border: 1px solid #999;
	padding: 3px;
}
.l th {
	background-color: #CCC;
	text-align: center;
}
.l img {
	margin: 0;
	padding: 0;
}
th.noth {
	font-weight: normal;
	text-align: right;
}

/* Administration */
dl dt {
	font-weight: bold;
	margin-top: .8em;
}
dd {
	margin-left: 5ex;
}
span.disp {
	display: inline;
}
img.icobig {
	width: 48px;
	height: 48px;
	margin: -15px 1em -12px 0;
}
img.ico_bl {
	margin-bottom: -5px;
}
.ml_3ex {
	margin-left: 3ex;
}
hr.hr_grey {
	border: 1px #aaa dashed;
}

/* actualités coté admin */
.cal {
	margin: 0 1em -.5em .5em;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

/* page d'accueil */
.pa {
	font-size: 1.2em;
	font-variant: small-caps;
	font-style: italic;
	text-align: left;
	color: #008;
	border-bottom: 1px solid #800;
	margin: 0 0 1em 0;
}
div#actus {
	width: 440px;
}
div#actus table {
	margin: 0;
	padding: 0;
	width: 440px;
	font-size: .8em;
}
#actus table td {
	vertical-align: baseline;
}
col#aac1 {
	width: 7em;
}
td.aac3 {
	font-style: italic;
	text-align: right;
	padding-left: 1em;
}
p.fl {
	margin-top: .5em;
	padding-top: 0;
}
div#col2 {
	float: right;
	width: 148px;
	padding-right: 1ex;
}

/* annonces */
table#annonces {
	margin-top: 1.5em;
	border-collapse: separate;
}
#annonces td {
	border: 1px dotted #ccc;
	width: 185px;
	vertical-align: top;
}

img.imganno {
	width:185px;
	height:80px;
	margin: 0;
	padding: 0;
}
div.annop {
	padding: .4em .3em 0 .3em;
	text-align: center;
}
div.tanno {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .5ex;
}
div.annop p {
	margin: 0 0 .5em 0;
	padding: 0;
}
div.div_text_anno {
	float: left;
	margin: .5ex .5em;
}

/* case login dans haut.php */
div#loginbox {
	margin: 15px 3px 0 0;
	float: right;
	font-size: .8em;
	text-align: right;
}
#loginbox p {
	margin: 0;
	padding: 0;
}
#loginbox input {
	font-size: 1em;
}
span.connec {
	font-size: 1.1em;
	font-weight: bold;
}

/* menu déroulant du haut */
div#menud {
	position: relative;
	z-index: 5;
}
#menud ul {
	margin: 0;
	padding: .2em;
	width: 12em;
	background: url("img/gauche.png") repeat-x;
	border: 1px solid #fcbd94;
	list-style: inside url("img/pucemv.gif");
	text-align: left;
}
#menud ul li {
	margin: 0;
	padding: 0;
}
.more ul {
	position: absolute;
	top: 1.1em;
	right: 0;
}
.less ul {
	display: none;
}

div#officeclosed {
	margin: .5em 1ex .5em 0;
	border: 1px solid #a00;
	padding: .5em;
	background-color: #f55;
	color: #fff;
}
div#officeclosed p {
	margin: .3em 0 .3em 0;
	padding: 0;
}
div#officeclosed p.oc_t {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .7em;
}
div#officeclosed p.oc_dates {
	text-align: center;
	font-weight: bold;
}

/* IMPRESSION */

@media print {
	/* on cache certaines parties inutiles à l'impression*/
	#colgauche, #colgauche_content, #header, #footer, .p, .rep {
		display: none;
	}
	#outer {
		border: 0;
	}
	/* on règle la largeur sinon le texte ne rentre pas sur une feuille A4 */
	#conteneur {
		width: auto;
	}
}

