/* *********************** Css document ******************* */
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding: 0;
	margin: 20px 0;
}

/* ********** global ********* */
#global {
	background: url(../images/bgGlobal.jpg) top repeat-y;
	width: 766px;
	margin: 0 auto;
}
#global #left {
	float: left;
	width: 533px;
}
#global #right {
	background: url(../images/bgRight.jpg) top no-repeat;
	position: relative;
	float: right;
	width: 230px;
	min-height: 550px;
}
#global #right .home {
	position: absolute;
	top: 20px;
	left: 14px;
	width: 203px;
	height: 43px;
}
#global #right .liens {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	position: absolute;
	top: 200px;
	width: 220px;
	text-align: right;
}
#global #right .liens dl {
	margin: 6px 0 4px;
}
#global #right #real {
	background: url(../images/bgreal.gif) top no-repeat;
	width: 118px;
	height: 28px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 120px;
	left: 52px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}
.line {
	background: url(../images/bgline.gif) top no-repeat;
	width: 766px;
	height: 1px;
	margin: 0;
}

/* ----> block */
.block533 {
	width: 533px;
}
.blockTopLeft {
	float: left;
	width: 250px;
	height: 189px;
}
.block533Middle {
	background: url(../images/bgBlock533Middle.gif) top repeat-y;
	width: 533px;
}
.blockMiddleLeft {
	float: left;
	width: 226px;
	display: block;
	padding: 10px;
}
.blockMiddleRight {
	float: right;
	width: 246px;
	display: block;
	padding: 10px;
}
.block533MiddleLine {
	background: url(../images/bgBlock533MiddleLine.gif) top no-repeat;
	width: 533px;
	height: 1px;
}
.block533MiddleContent {
	width: 513px;
	min-height: 181px;
	padding: 10px;
}

/* ********* footer *********** */
#footer {
	width: 533px;
}
#menu {
	padding: 20px 0;
	margin: 20px 10px;
	height: 100px;
}
.nav { margin: 0; padding: 0; float: left; }
.nav dt#home a { display: block; background: url(../images/mhome.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; margin-right: 20px; border: 1px solid #ccc;}
.nav dt#compo a { display: block; background: url(../images/mcomposition.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; margin-right: 20px; border: 1px solid #ccc; }
.nav dt#photo a { display: block; background: url(../images/mphoto.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; margin-right: 20px; border: 1px solid #ccc; }
.nav dt#contact a { display: block; background: url(../images/mcontact.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; border: 1px solid #ccc; }
.nav dd.idem{ margin: 4px 0 0 0; padding: 0; font-size: 12px;}

.nav dt#home a:hover { border: 1px solid #ff8908; }
.nav dt#compo a:hover { border: 1px solid #ff8908; }
.nav dt#photo a:hover { border: 1px solid #ff8908; }
.nav dt#contact a:hover { border: 1px solid #ff8908; }

.nav dt#homeon a { display: block; background: url(../images/mhome.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; margin-right: 20px; border: 1px solid #ff8908;}
.nav dt#compoon a { display: block; background: url(../images/mcomposition.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; margin-right: 20px; border: 1px solid #ff8908; }
.nav dt#photoon a { display: block; background: url(../images/mphoto.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; margin-right: 20px; border: 1px solid #ff8908; }
.nav dt#contacton a { display: block; background: url(../images/mcontact.jpg) center no-repeat; width: 108px; height: 80px; padding: 1px; border: 1px solid #ff8908; }

.footercopy {
	color: #504343;
	font-size: 10px;
}

/* ********** tags ********** */
dd.separ {
	margin: 5px 0;
	padding: 0;
	background: url(../images/separ.gif) top no-repeat;
	height: 7px;
}
img {
	border: 0;
}
h3.middle {
	font-size: 12px;
	margin: 0;
}
.on {
	background: #ff8908;
	border: 1px solid #ff8908;
	font-size: 10px;
	color: #fff;
	padding: 0 3px;
}
p.spip {
	margin: 0;
 	padding: 0 0 10px
}

/* ********** links ********** */
a {
	color: #ff8908;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
a.lien_pagination {
	color: #ccc;
	font-size: 10px;
	border: 1px solid #484746;
	padding: 0 3px;
}
a.lien_pagination:hover {
	font-size: 10px;
	border: 1px solid #ff8908;
	padding: 0 3px;
}
a.acc {
	color: #ccc;
	text-decoration: none;
}
a.acc:hover {
	color: #ff8908;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

