* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	color: #6F7E1F;
	background: transparent;
}

a:hover {
	color: #951D69;
	background-color: #F3C6FF;
	text-decoration: none;
}

ol {
	margin-top: 11px;
}

ol li {
	margin-left: 11px;
}

/*****************  CSS-P    ******************************/
#page {
	left: 50%;
	margin-left: -300px;
	position: absolute;
	width: 600px;
	background: transparent url(img/bg_new.png) repeat-y;
}

/*         header
******************************************/
#header {
	background: url(img/header_new.png) #FFFFFF no-repeat left center;
	height: 131px;
	position: relative;
	font-family: "Trebuchet MS",arial,sans-serif;
}
#header h1 {
	position: relative;
	left: 170px;
	top: 65px;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	background: none;
}

#header h1 span {
}

/*        content
*********************************************/
#content {
	margin: 0 35px;
	background: transparent url(img/bg01.jpg) no-repeat right bottom;
}

#content h3 {
	border-bottom: 1px solid #5B0C3D;
	clear: both;
	margin-top: 10px;
}

#content h3 a {
	text-decoration: none;
	color: #5E0C40;
}

#content p {
	text-indent: 15px;
	margin: 9px 0;
	padding: 1px;
}

#album {
	width: 100px;
	float: left;
}

#album img {
	margin: 7px;
}

/*     footer
*********************************/
#footer {
	background: url(img/footer_new.png) #CC0000 no-repeat bottom;
	height: 44px;
	text-align: right;
	color: #A6A6A6;
}

#footer p {
	margin-right: 56px;
	font-size: 80%;
}
#footer p a {
	text-decoration: none;
}

/************** special *****************/
.floatleft {
	float: left;
	margin: 4px 13px 0 4px;
	padding: 1px;
}

.clear {
	clear: both;
}

.special {
	clear: both;
	width: 320px;
	text-indent: 0px!important;
	text-align: justify;
}

.special2 {
	border: 1px solid #5C5C5C;
}

/*  CC licence : respect it ! */
div#CC-licence {
	border: 4px solid #E0AD4B;
	background: transparent url(img/CC-licence-bg.png) no-repeat 195px 30px;
	width: 230px;
	padding: 2px;
	margin: 3px 0;
}

div#CC-licence p {
	margin: 0px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

div#CC-licence a {
	color: #D20000;
	text-decoration: none;
}

div#CC-licence a:hover {
	text-decoration: underline;
	color: #7D0000;
}

img.CC-floatleft {
	float: left;
	margin: 4px 2px 0 0;
}


