body {
	background-color:#ffffff;
	font-family:arial, helvetica, sans-serif;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
img {
	border-width: 0px;
}

img.zoom {
	border: 1px solid transparent;
}
img.zoom:hover {
	border: 1px solid gray;
}
img.absmiddle {
        vertical-align: middle;
}
.clearboth {
	clear:both;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	margin:0px;
	padding:0px;
}

ul.puce1 {
	margin-left:1em;
}

a {
	text-decoration:none;
	color:#007f00;
	font-weight:bold;
}

a:hover {
	color:#00007f;
}

.exergue {
	font-weight:bold;
}

.accent {
	font-weight:bold;
}
p.image {
	float:left;
	margin-right: 0.5em;
}

p.imaged {
	float:right;
	margin: 1em;
}

p.auteur {
	margin-right:5em;
	text-align:right;
	font-style:italic;
	color:#606060;
}

div#dum1 {
	position:absolute;
	z-index:-2;
	top:200px;
	left:0;
	width:100%;
	height:200px;
	background:#eeeeee url(../images/bandeau_h.jpg) repeat-x scroll 0 0;
}

/* Entete de page */
#header {
	height:106px;
	text-align:right;
	position:relative;
}
#header div#logo {
	position:absolute;
	top: 0;
	left:0;
	margin: 3px;
}
#header h1 {
	position:absolute;
	bottom: 0;
	right:20px;
	color:#800000;
	font-size:140%;
}

/* menu_sec */

ul#menu_sec {
	position:absolute;
	top: 0;
	right:0;
	margin: 3px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:none;
}
ul#menu_sec li {
	display:inline;
	margin-left:1em;
}
ul#menu_sec a {
}

/* footer */
#footer {
	clear:both;
	padding-top:1em;
	text-align:center;
	color:#505050;
	font-size:80%;
	font-style:italic;
}

#footer p {
	text-align:center;
}

/* box */

.box-title-left {
	background: transparent url(../images/box-left-title.png) no-repeat scroll 0 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-left:6px;
}
.box-title-right {
	background: transparent url(../images/box-right-title.png) no-repeat scroll right 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-right:15px;
}
.box-title-center {
	background: transparent url(../images/pix_80.png) repeat scroll 0 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-top:10px;
	overflow:hidden;
}
.box-body-left {
	background: transparent url(../images/box-left-body.png) repeat-y scroll top left !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-left:6px;
}
.box-body-right {
	background: transparent url(../images/box-right-body.png) repeat-y scroll top right !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-right:15px;
}
.box-body-center {
	background: transparent url(../images/pix_80.png) repeat scroll 0 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	overflow:hidden;
}
.box-footer-left {
	background: transparent url(../images/box-left-footer.png) no-repeat scroll 0 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-left:60px;
}
.box-footer-right {
	background: transparent url(../images/box-right-footer.png) no-repeat scroll right 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	padding-right:15px;
}
.box-footer-center {
	background: transparent url(../images/box-center-footer.png) repeat-x scroll 0 0 !important;
	background: #ffffff url(../images/blank.gif) repeat scroll 0 0;
	overflow:hidden;
	height:15px;
}



