td.gb_label
{
	width: 150px;
	font-weight: bold;
}
#counter{
	text-align: center;
	width: 100%;
}
body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:20px auto 0 auto;
	color:#A49870;
	}
#conteneur {
	background: #FFFFFF url('img/middle.jpg') repeat-y center 50%;
	color:#804070;
	width:781px;
	padding:20;
	margin:0px auto 0px auto;
	}
#header {
	width:100%;
	height:110px;
	padding: 0px;
	padding-top:10px;
	background-image: url('img/top.jpg');
	background-position:top center;
	background-repeat: no-repeat;

	}
#inheader {
	width:700px;
	padding: 0px;
	margin: 20px auto 0px auto;
	height:100px;
	/*background-image:url('img/graphic.gif');*/
	background-position: top right;
	background-repeat:no-repeat
	}
#inheader h1 {
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-image:url('img/logo.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}
#inheader h1 span {
	display:none;
	}
#inheader h3 {
	/*height: 30px;
	background-image:url('img/catchphrase.jpg');*/
	background-position: left top;
	background-repeat:no-repeat;
}
#inheader h3 span {
	display:none;
	}
#menu {
	width:700px;
	margin: 0px auto;
	text-align: right;
	}
#menu p{
	display: table-cell;
	vertical-align: middle;
	width: 700px;
}

#all {
	width:781px;
	margin-top: 10px;
	}
#inall {
	width:700px;
	margin:auto;
	}
#inall-left {
	//width:450px;
	width: 425px;
	text-align:justify;
	padding-right:10px;
	float:left;
	}
#inall-right {
	width:240px;
	float:right;
	}
#inall-foot {
	width:700px;
	clear:both;
	}
#footer {
	width:781px;
	height:28px;
	background-image:url('img/bottom.jpg');
	background-position:bottom center;
	background-repeat: no-repeat;
	clear:both;
	}
#infooter {
	width:700px;
	margin:auto;
	text-align:center;
	border-top:2px dotted #F68AFA;
	}
/* nav */
.nav {
	color:#FFFFFF;
	display: inline;
	padding:5px 5px 5px 5px;
	vertical-align: middle;
	border: 1px solid black;
	background-color:#CC0099;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: normal;
	}
.nav:hover {
	padding:5px 5px 5px 5px;
	color:#CC0099;
	background-color:#FFBFEF;
	}

/* right */
.box {
	border:1px dotted #D4CEC0;
	width:238px;
	background-color:#FBF7FB;
	color:#8F006B;
	}
.box-title {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
.box-text {
	text-align:justify;
	padding: 5px 17px 5px 17px;
	}
.box-img {
	border:1px solid #D4CEC0;
	}
.box-img:hover {
	border:1px solid #000000;
	}
/* text */
p {
	padding:10px 0 10px 0;
	margin:0;
	}
span {
	padding:0;
	margin:0;
	}
img {
	border:0px;
	}
.titre {
	border-top:1px solid #F68AFA;
	border-right:1px solid #F68AFA;
	border-bottom:1px solid #F68AFA;
	height:16px;
	font-weight:bold;
	clear: both;
	}
.sign {
	text-align:right;
	font-size:10px;
	font-style:italic;
	}
.link, .link:link, .link:active, .link:visited  {
	color:#804070;
	text-decoration:none;
	background-color:inherit;	
	font-style: italic;
	border-bottom: thin dotted #804070;
	}
.link:hover {
	color:#CC0099;
	text-decoration:none;
	background-color:inherit;
	border-bottom: thin dotted #CC0099;
	}
.featured{
	text-align: center;
	font-size: 14pt;
	width: 100;
	font-family: arial, sans-serif;
	}
.details{
	text-align: center;
}

td{
	vertical-align: top;
}

.imgSummary, .imgSelected
{
	margin-bottom: 10px;
}

.entryNav
{
	width: 300px;
	text-align: center;
}

.entryNav span
{
margin-left: 20px;
}

.entryInfo
{
	text-align: center;
}

#navBackend{
	margin-bottom: 10px;
}

#navBackend div{
	display: inline;
	margin-right: 10px;
}

#navBackend div form{
	display: inline;
}

div label {
   display: block;
   margin: 0;
}
/*
div
{
	border: 1px solid black;
}

#conteneur{
border: 1px solid red;
}
*/