/*----------------INTERFACE---------------*/

body {
	text-align: center;
	background-color: #6D5D5D;
	background-image: url(design/background_global.gif);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


table{
	font-family: Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/*-----------------principaux éléments-------------------*/
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #d9d9d9;
	text-decoration: none;
	letter-spacing:0px;
}

a:hover{
	text-decoration: underline;
	color: #d9d9d9;
}

p{
	padding:0;
	margin: 0 0 10px 0;
}

hr{
	clear:both;
	text-align: center;
}


/*------ bloc pour centrer contenant tout le design du site --------*/
#global {
	position:relative;
	width: 955px;
	height: 577px;
	margin: 0px auto 0px auto;
	border: 0px solid #AEAEAE;
	text-align: left;
}


#top {
	background-image: url(design/background_top.gif);
	background-repeat: no-repeat;
	height: 73px;
	text-align: center;
}

#menu {
	background-image: url(design/background_menu.gif);
	background-repeat: repeat-x;
	height: 28px;
}

#box-content {
	background-image: url(design/background_content.gif);
	background-repeat: no-repeat;
	height: 439px;
	margin: 0;
	padding: 0;
}

#bottom {
	background-image: url(design/background_bottom.gif);
	background-repeat: no-repeat;
	height: 37px;
}

#jukebox {
	width: 955px;
	margin: 10px 0 20px 0;
	text-align: right;
}

/*---------------LOGO----------------*/

img.logo,  img.logo:hover{
	margin-top: 5px;
	border: 0px solid #CC6666;
}

/*---------------IMAGES----------------*/
img, img:hover{
	margin: 0;
	padding: 0;
}

img.cadre-img, img.cadre-img:hover{
	border: 1px solid #30241F;
}

/*------ image content ------*/
img.img-deco, img.img-deco:hover{
	margin-bottom: -3px;
	height:439px;
	width:684px;
	border: 0px solid #CC6666;
}

/*------ image collections ------*/
img.img-thumb {
	margin-bottom: -3px;
	height:7px;
	width:7px;
	border: 0px solid #CC6666;
}

img.img-objet {
	margin-bottom: 0!important;
	margin-bottom: -3px;
	height: 290px;
	border: 1px solid #9A9091;
}

/*------ image jukebox ------*/
img.jukebox {
	float: left;
	margin: 0 0 0 865px;
	border: none;
}

/*--------DIVERS--------*/
.spacer{
	clear: both;
	height: 1px;
	line-height: 1px;
} 

.puce{
	margin-right:5px;
}

/*----------------Fin INTERFACE---------------*/


/*-----------------MENU-------------------*/

#box-menu{
	width: 955px;
	padding-top: 3px;
	text-align:center;
	height: 17px;
}

#box-menu div.menu{
	width: 100%;
	margin: 0 0 0 9px!important;
	margin: 0 0 0 14px;
	text-align: center;
	line-height: 17px;
}

div.menu-titre, div.menu-titre-act { 
	float: left;
}

div.menu-titre a {
	width: 100px;
	text-align: center;
	margin: 0 16px 0 16px;
	padding-bottom: 8px;
	display: block;
	color:#404040;
}

div.menu-titre a:hover{
	color:#404040;
	text-decoration: none;
}

div.menu-titre-act a {
	width: 100px;
	text-align: center;
	margin: 0 16px 2px 16px;
	padding-bottom: 2px;
	border-bottom: 4px solid #404040;
	display: block;
	color:#404040;
}

div.menu-titre-act a:hover {
	color:#404040;
	text-decoration: none;
}

/*----------------- langues ------------------*/
#box-lang {
	float: left;
	width: 100px;
	padding-left: 20px;
}

#box-lang a.lang{
	font-size: 11px;
	line-height: 37px;	
	color: #7A7A7A;
	margin-right: 5px;
}

#box-lang a.lang:hover, #box-lang a.lang-act, #box-lang a.lang-act:hover{
	font-size: 11px;
	color: #1A1A1A;
	margin-right: 5px;
	text-decoration: none;
}

/*----------------- options ------------------*/
#box-options {
	float: left;
	width: 815px!important;
	width: 835px;
	text-align: right;
}

#box-options a.option{
	font-size: 11px;
	line-height: 37px;	
	color: #404040;
	margin-right: 10px;
}

#box-options a.option:hover, #box-options a.option-act, #box-options a.option-act:hover{
	font-size: 11px;
	color: #101010;
	margin-right: 10px;
}

/*----------------- deconnexion ------------------*/
#box-options a.deconnexion{
	font-size: 11px;
	color:#B60000;
}

#box-options a.deconnexion:hover{
	text-decoration: underline;
}

/*-----------------FIN MENU-------------------*/


/*-----------------TEXTES   GENERAUX-------------------*/

p.msg-err, p.msg-err-contact{
	text-align: center;
	color: #E00000;
	margin: 25px 0 8px 0;
	font-weight: normal;
	font-size: 11px;
}

p.msg-err-contact{
	margin: 5px 45px 8px 45px!important;
	margin: 25px 45px 8px 45px;
}

p.msg-ok, p.msg-ok-contact{
	text-align:center;
	color: #22A122;
	margin:22px 0 8px 0;
	font-weight:normal;
	font-size:11px;
}

p.msg-ok-contact{
	margin: 5px 45px 8px 45px!important;
	margin: 25px 45px 8px 45px;
}

/*----------- CONTENU sans images-------------*/

#content-global{
	width:955px;
	float:left;
}

.scroll{
	scrollbar-face-color: #574E4C;
	scrollbar-shadow-color: #464242;
	scrollbar-arrow-color: #BFBFBF;
	scrollbar-base-color: #9A9493;
	scrollbar-track-color: #BFBFBF; 
	scrollbar-darkshadow-color: #3D3A3A;
	SCROLLBAR-HIGHLIGHT-COLOR: #959291;
	overflow: auto;
	width: 955px;
	height: 439px;
}


/*---------INDEX---------*/

#index {
	width: 100%;
	height: 100%;
	background-color: #6D5D5D;
}

/*---------FIN INDEX---------*/


/*---------GALLERY---------*/

.bloc-admin-gallery{
	float:left;
	width:250px;
	margin:10px 10px 10px 20px;
	text-align:center;
	padding:10px;
	border:1px solid #787878;
}

#galerie-infos{
	float:left;
	width:400px;
	margin:60px 0 30px 60px;
	text-align:left;
	border:0px solid #ff0000;
}

#galerie-infos label{
	float:left;
	width:10em;
	text-align:right;
	padding-right:14px;
	font-weight:bold;
}

/*---------FIN GALLERY ------------*/


/*---------- CONTENT ------------*/
#content {
	width: 955px;
	height: 439px;
}

#content div.admin{
	float:left;
	width: 211px!important;
	width: 240px;
	padding: 10px 0 0 29px;
	text-align: left;
}

#content div.txt {
	float: left;
	width: 211px!important;
	width: 240px;
	padding: 67px 0 0 29px;
	text-align:justify;
}

#content div.image {
	float: left;
	margin: 0 0 0 31px;
	padding: 0;
	border: 0px solid #3399FF;
}

#content p.titre-content {
	font-size: 16px;
	font-weight: bold;
}

#content p.titre-ligne-content {
	width: 190px;
	height: 1px;
	margin: 14px 0 29px -29px;
	line-height: 1px;
	background-color: #999999;
}

#content div.htmlarea-content{
	height: 325px;
}
/*---------- FIN CONTENT ------------*/


/*---------COLLECTIONS---------*/

#collections {
	width:955px;
	height: 439px;
}

#collections div.menu {
	float: left;
	width: 190px;
}

#collections div.titre {
	width: 190px;
	font-size: 16px;
	font-weight: bold;
	padding: 67px 0 0 29px
}

#collections div.titre-ligne {
	width: 190px;
	height: 1px;
	margin: 14px 0 29px 0;
	line-height: 1px;
	background-color: #999999;
}

/*---------admin---------*/

#collections #rubriques-admin {
	width: 690px;
	margin: 0 0 0 125px;
}

#collections #rubriques-admin div.ordre {
	float: left;
	width: 30px;
	margin-right: 15px;
	text-align: left;
	font-weight: bold;
}

#collections #rubriques-admin div.nom {
	float: left;
	width: 160px;
	text-align: left;
	font-weight: bold;
}

#collections #rubriques-admin div.actif {
	float: left;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

#collections #rubriques-admin div.del {
	float: left;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

#collections #rubriques-admin div.modifier {
	float: left;
	text-align: center;
	padding-top: 3px!important;
	padding-top: 4px;
}

#collections #rubriques-admin a.modifier {
	font-size: 11px;
}

#collections #rubriques-admin div.bouton {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
}

/*---------non admin---------*/

#collections #rubriques {
	float: left;
	width: 190px;
	height: 210px;
}

#collections #rubriques div.liste {
	text-align: right;
}

#collections #rubriques div.liste div.item {
	float: left;
	width: 190px;
}

#collections #rubriques div.liste a.item {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}

#collections #rubriques div.liste a.item:hover {
	color: #d9d9d9;
	text-decoration: none;
}

#collections #rubriques div.liste a.item-act {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
 	color: #D9D9D9;
}

#collections #rubriques div.liste a.item-act:hover {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
 	color: #D9D9D9;
	text-decoration: none;
}

/*---------thumbs---------*/
#collections #thumbs {
	text-align: center;
	width: 170px;
	margin: 0 0 4px 25px!important;
	margin: 0 0 1px 20px;
}
 
#collections #thumbs a.thumb{
	margin: 0 0 0 7px;
}

#collections #thumbs a.thumb:hover{
	text-decoration: none;
}
 
/*---------objets---------*/
#collections #objet {
	float: left;
	width: 695px;
	margin: 0 0 0 70px;
}

#collections #objet div.scroll-objets{
	scrollbar-face-color: #574E4C;
	scrollbar-shadow-color: #464242;
	scrollbar-arrow-color: #BFBFBF;
	scrollbar-base-color: #9A9493;
	scrollbar-track-color: #BFBFBF; 
	scrollbar-darkshadow-color: #3D3A3A;
	SCROLLBAR-HIGHLIGHT-COLOR: #959291;
	overflow: auto;
	width: 695px;
	height: 429px!important;
	height: 439px;
	padding: 10px 0 0 0;
}

/*---------objets admin---------*/
#collections #objet #admin {
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#collections #objet #admin label{
	width:9em;
	text-align:left;
	padding-top: 3px!important;
	padding-top: 4px;
	font-weight:bold;
}

#collections #objet #admin div.htmlarea-objet {
	width: 630px;
	height: 200px;
	margin: 5px 0 5px 0!important;
	margin: 5px 0 -10px 0;
}

/*---------objets non-admin---------*/
#collections #objet #img-cadre {
	float: left;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 2px solid #9A9091;
	background-color: #262223;
}

#collections #objet #img-cadre #nav {
	margin: -37px 0 1px 0!important;
	margin: -37px 0 0 0;
}

#collections #objet #img-cadre #nav div.item-next {
	margin: -36px 0 0 0!important;
	margin: -33px 0 0 0;
	text-align: right;
	padding: 0 7px 0 0;
}

#collections #objet #img-cadre #nav div.item-next-first {
	margin: -40px 0 4px 0!important;
	margin: -37px 0 0 0;
	text-align: right;
	padding: 0 7px 0 0;
}

#collections #objet #img-cadre #nav div.item-prev {
	text-align: left;
	padding: 0 0 0 7px;
}

#collections #objet #img-cadre #nav div.item-prev-last {
	margin: 0 0 4px 0!important;
	margin: 0;
	text-align: left;
	padding: 0 0 0 7px;
}

#collections #objet div.designation {
	float: left;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#collections #objet div.description {
	float: left;
	width: 500px;
	text-align: justify;
}

/*---------FIN COLLECTIONS---------*/


/*---------CONTACT---------*/

#contact {
	width:955px;
	height: 439px;
	float:left;
	background-image: url(design/background_dashed.gif);
	background-repeat: no-repeat;
}

#contact div.menu {
	float: left;
	width: 246px!important;
	width: 275px;
	padding: 67px 0 0 29px;
}

#contact div.admin {
	float: left;
	width: 310px;
	text-align: center;
	margin-top: 67px;
}

#contact div.htmlarea-contact{
	float: left;
	width: 320px;
	height: 190px;
	margin: 67px 0 0 0;
	padding: 0 5px 0 5px;
}

#contact div.formulaire-title {
	float: left;
	width: 275px;
	margin: 97px 0 0 17px;
}

#contact div.formulaire {
	float: left;
	width: 275px;
	margin: 126px 0 0 17px;
}

#contact div.back-formulaire {
	width: 275px;
	background-image: url(design/background_form.gif);
	background-repeat: repeat-y;
	border-bottom: 2px solid #1C1818;
	border-right: 2px solid #1C1818;
	padding: 5px 0 0 0;
}

#contact div.infos {
	float: left;
	width: 320px;
	height: 190px;
	margin: 71px 0 0 0;
	padding: 0 5px 0 5px;
}

#contact label{
	float:left;
	width:8.7em!important;
	width:9.3em;
	text-align:left;
	padding-top: 3px!important;
	padding-top: 4px;
	padding-left:10px;
	font-weight:bold;
}

#contact p.titre {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}

#contact p.titre-ligne {
	width: 190px;
	height: 1px;
	margin: 14px 0 29px -29px;
	line-height: 1px;
	background-color: #999999;
}

#contact a.pays {
	width: 160px;
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#contact a.pays:hover, a.pays-act, a.pays-act:hover {
	width: 160px;
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #d9d9d9;
	text-decoration: none;
}

#contact p.title-contact{
	margin: 0 0 13px 17px;
	font-weight: bold;
	font-size: 14px;
}

#contact p.info-contact{
	margin-left: 85px;
}

#contact p.info-contact a{
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color: #838383;
}

#contact p.info-contact a:hover{
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	color: #B3B3B3;
}

#contact p.plan-contact, p.plan-contact a{
	text-align: center;
	margin-top: 16px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#contact p.plan-contact a:hover{
	color: #d9d9d9;
	text-decoration: none;
}

#contact p.box-btn-contact, p.ch-oblig{
	float:left;
	width:275px;
	text-align:center;
	border: 0px solid #a4a4a4;
}

#contact p.ch-oblig{
	font-size:9px;
	color:#808080;
}

/*-------------------------FIN page contact--------------------------------*/


/*----------LIENS-------------*/
#liens {
	float: left;
	width:935px;
	margin: 10px 0 0 0;
}

#liens div.box-left {
	float: left;
	width:300px;
	text-align: center;
}

#liens div.box-right {
	float: left;
	width:635px;
}

#liens div.box-center {
	float: left;
	width:935px;
	text-align: center;
	margin-bottom: 10px;
}

#liens div.htmlarea-liens {
	float: left;
	width: 635px;
	height: 190px;
}

#liens div.lien {
	margin: 10px 0 10px 40px;
}

#liens div.description {
	margin: 10px 40px 20px 40px;
	text-align: justify;
}

#liens div.description a {
	text-decoration: none;
}

#liens a.description {
	color: #b3b3b3;
	font-weight: normal;
}

#liens div.image {
	margin: -5px 0 20px 40px;
}

#liens label{
	float:left;
	width:9em;
	text-align:left;
	padding-top: 3px!important;
	padding-top: 4px;
	font-weight:bold;
}

/*-------------------------FIN page liens--------------------------------*/


/*----------BOUTONS-------------*/
form{
	padding: 0;
	margin: 0;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	width: 96%;
	height: 98%;
	text-align: left;
	margin: 3px 10px 0px 0px;
	padding: 0;
	color: #282525;
	background-color: #ADA1A1;
	border: 1px solid #BDB4B4;
}

input{
	margin:0;
	padding:0;
}

/*-------- bouton admin--------*/
.btn_delete {
	border: 2px solid #333333;
	background-color: #FF3300; 
	color: #FFFFFF;
	cursor:pointer;
	margin-bottom:4px;
	font-size:12px;
	font-weight:bold;
	padding: 0 10px 0 10px!important;
	padding: 0;
}

.btn_save, a.btn_save  {
	background-color: #574E4C;
	color: #BFBFBF;
	border: 1px solid #787170; 
	cursor: pointer;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight:bold;
	padding: 0 10px 0 10px!important;
	padding: 0;
}

a.btn_save  {
	padding: 0 10px 0 10px;
}


/*-------- bouton --------*/
input.bouton {
	background-color: #574E4C; 
	color: #BFBFBF;
	border: 1px solid #787170;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
	padding: 0 10px 0 10px!important;
	padding: 0;
}

input.bouton:hover {
	color: #787170;	
}

/*------- champs input en admin ---------*/
input.input-admin{
	color: #282525;
	background-color: #ADA1A1;
	border: 1px solid #BDB4B4;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px!important;
	margin-top: 3px;
}

input.checkbox-admin{
	margin-top: 4px!important;
	margin-top: 3px;
}

/*------- champs input en non admin ---------*/
.input-field{
	color: #282525;
	background-color: #ADA1A1;
	border: 1px solid #BDB4B4;
	font-size: 12px;
	width: 150px;
	margin-top: 4px!important;
	margin-top: 3px;
}

textarea.input-field{	
	margin: 5px 0 10px 10px;
	height:75px;
	width: 255px;
	font-size: 12px;
}

/*----------FIN BOUTONS-------------*/


/*------------------NEWSLETTER---------------*/

#newsletter {
	width:955px;
	height: 439px;
	float:left;
	background-image: url(design/background_news.jpg);
	background-repeat: no-repeat;
}

#newsletter .titre {
	position: absolute;
	margin: 90px 0 10px 562px;
	float: left;
	width: 255px;
	font-weight: bold;
	font-size: 14px;
}

#newsletter .form {
	position: absolute;
	margin: 115px 0 0 542px;
	float: left;
	width: 275px;
	background-image: url(design/background_form.gif);
	background-repeat: repeat-y;
	border-bottom: 2px solid #1C1818;
	border-right: 2px solid #1C1818;
}

#newsletter .gerer {
	position: absolute;
	margin: 200px 0 10px 542px;
	float: left;
	width: 275px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/*------------------FIN NEWSLETTER---------------*/


/*-------------------- MENTIONS LEGALES -----------------------*/

#mentions_legales {
	width:955px;
}

/*-------- admin --------*/

#mentions_legales #admin {
	float: left;
	width: 915px;
	margin: 10px 0 10px 20px;
}

#mentions_legales #admin div.htmlarea-ml {
	float: left;
	width: 775px;
	height: 190px;
	margin: 1px 0 0 0!important;
	margin: 5px 0 0 3px;
}

#mentions_legales #admin div.actif {
	width: 400px;
	padding: 0 0 0 0;
	text-align: left;
}

#mentions_legales #admin div.bouton {
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
}

#mentions_legales label{
	float:left;
	width:9em;
	text-align:left;
	padding-top: 3px!important;
	padding-top: 4px;
	font-weight:bold;
}
/*-------- non admin --------*/
#mentions_legales #mentions {
	/*float: left;*/
	with: 915px;
	margin: 20px;
}

#mentions_legales #mentions div.titre {
	font-size: 15px;
}

#mentions_legales #mentions div.description {
	padding: 0 10px 0 10px!important;
	padding: 0 0 0 10px;
	text-align: justify;
}

/*------------------ FIN MENTIONS LEGALES ---------------------*/


/*-------------------- PASSWORD ADMIN -----------------------*/


#password-admin{
	width:505px;
	margin-left: 225px;
	margin-top:120px;
}

#password-admin label{
	float:left;
	width:24em;
	text-align:right;
	padding-right:6px;
	font-weight:bold;
}
/*------------------ FIN PASSWORD ADMIN --------------------*/

/*----------REFERENCEMENTS----------*/
#referencements {
	float: left;
	width:935px;
	margin: 0 0 0 0;
	text-align: justify;
}

#referencements label {
	float: left;
	width: 5.5em!important;
	width: 7em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

#referencements .bold{
	font-weight:bold;
}

/*--------LOGIN--------*/


/*-----------------------FICHIERS------------------------*/

.box-ajout-fichier{
	text-align: center;
	border-bottom: 1px dashed #B1A5A4;
	margin: 50px auto 20px auto;
	padding-bottom: 20px;
}

.intitule-fichier{
	font-weight:bold;
	font-size:13px;
}
/*-----------------------FIN FICHIERS------------------------*/

/*-------------PAGES------------------*/

.box-page{
	margin-left: 30px;
	width: 160px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align:center;
}

.box-page a{
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}

.box-page a:hover{
	font-size: 11px;
	font-weight:bold;
	color:#d9d9d9;
	text-decoration: none;
}

.box-page-up{
	width: 430px;
	font-size: 11px;
	font-weight: bold;
	color: #b3b3b3;
	text-align:center;
}

.box-page-up a{
	font-size: 11px;
	font-weight:bold;
	color:#d9d9d9;
}

.box-page-up a:hover{
	font-size: 11px;
	font-weight:bold;
	color:#f0f0f0;
	text-decoration: none;
}

/*-------------FIN PAGES------------------*/

/*--------LOGIN--------*/

.box-login{
	padding-top: 160px;
	margin-left: 335px;
	width: 285px;
	text-align:center;	
}

.box-login label{
	float: left;
	width: 8em;
	text-align: right;
	padding-right: 6px;
	font-weight: bold;
	padding-top: 3px!important;
	padding-top: 4px;
}
/*--------FIN LOGIN--------*/


/*---------INTRO--------*/
#anim{
	position:relative;
	width: 955px;
	height: 577px;
	margin: 0px auto 0px auto;
	border: 0px solid #AEAEAE;
	text-align: left;
}

#anim .top {
	background-image: url(design/anim_top.gif);
	background-repeat: no-repeat;
	height: 99px;
}

#anim .content {
	background-image: url(design/anim_content.gif);
	background-repeat: no-repeat;
	height: 378px;
}

#anim .bottom {
	background-image: url(design/anim_bottom.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#anim .box-lang {
	padding: 70px 0 0 20px;
}

#anim .box-lang a.lang {
	color: #191B18;
	padding-right: 30px;
}

/*--------FIN INTRO--------*/


/*--------------------Netwebcity----------------*/
.netwebcity{
	color: #373737;
}

.netwebcity a{
	font-size: 9px;
	font-weight:normal;
	color:#373737;
}

.netwebcity a:hover{
	color: #AEA2A2;
}
/*-------------Fin Netwebcity-------------------*/
