/* -------- normalize default margins */
* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
img {border:none;}

/* -------- normalize font size among browsers */
body {
    font-size: 85%;/*67%;*/
}
* {
    font-size: 1em;
}
/* -------- menus accordeon */
.accToggler{
    margin: 3px auto;
    padding: 3px;
    width: 180px;
    background: #acc95f;
    color: #f4f4f4;
    border: 1px solid #fff;
    cursor: pointer;
}
.accContent{
    margin: 0px auto;
    width: 180px;
}
#accordiondiv a {
	color: #ffcc00;
	text-decoration:none;
}
#accordiondiv p {
	margin:0;
	padding-left:5px;
}
#accordiondiv h3 {
	margin:0.3em;
}
/* ----------- sommaire ------------ */
.page_sommaire {
    background: #8a1637 url(/theme2007/background.png) no-repeat;
}
.page_sommaire #page {
    margin-top:10px;
    margin-left:130px;
}
/* ----------- article ------------ */
.page_article {
/*    background:#fff url(/theme2007/grey-l.jpg) repeat-y;*/
	background:#fff url(/theme2007/tableau-grey2.jpg) no-repeat;
}
.page_article table.spip {
    width:100%;
    margin:1em 5%;
}
/* ----------- article, programme, rubrique ------------ */

.page_article .hmenu,
.page_programme .hmenu,
.page_rubrique .hmenu {
	padding-left:50px;
	padding-top:10px;
	top:0;
	left:100px;
}
.page_article #page,
.page_programme #page,
.page_rubrique #page {
	margin-top:60px;
	margin-left:130px;
	margin-right:130px;
	text-align:justify;
}
.page_article .topleft,
.page_programme .topleft,
.page_rubrique .topleft {
	position:absolute;
	top: 0px;
	left:0px;
	width:37px;
	height:350px;
	background:#8a1637 url(/theme2007/naj-left.png);
	cursor:pointer;
}

/* The child selector is a hack to hide these rules from WinIE6,
   which gets confused by 'fixed' */
/*
body>.topleft { position: fixed }
body>.page_programme .topleft { position: fixed }
body>.page_rubrique .topleft { position: fixed }
*/

.page_article a,
.page_programme a,
.page_rubrique a {
	text-decoration:none;
	color:#7d1543;
}
/* ----------- portfolio ------------ */
.thumbdiv {
    float:left;
	text-align:left;
    border:1px solid #ddd;
    width:210px;
    margin:3px;
    padding:3px;
	
}
.thumbdiv a {
    float:left;
    padding:3px;
}
.thumbdiv .title {
    color:#8a1637;
    font-size: 1.1em;
}
.thumbdiv .size {
	font-size: 0.8em;
}
.thumbdiv .download a {
	color:blue;
	font-size: 0.8em;
}


.intro a {
	color:#333;
}
.quote {
	font-size: 2.5em;
	color:#555;
}
.invisible {visibility:hidden;}

.spip_documents_left {
	margin-right:15px;
}
.spip_documents_left img {
	border:1px solid #ddd;
	padding:2px;
}

.artsubtitle {
	color:#8a1637;
	font-size: 1.2em;
}
.artchapo {
	border-top:1px solid #82133a; 
	width:80%;
	text-align:right;
	margin-left:1.0em;
	text-transform: uppercase;
	font-size: 1.1em;
	color:#1157a7;
}
#documents_joints ul {
	list-style:none;
}
#menudiv {
	border-top:1px solid #82133a;
	border-bottom:1px solid #82133a;
}
#menudiv a {
	padding:2px;
}
#menudiv a:hover {
	background:#ffd403;
}

.txl	 {clear:both;float:right}
.txl h2  { font-size: 1.0em; display:inline;font-size:0.7em;}
.txl div {position:absolute;top:0;left:0;}
.txl div {margin-left:-60%;}


