@charset "utf-8";

/* Réinitialisation des styles pour compatibilité cross-browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles des balises standards */

body{
	background:#f2f0e2 url(../images/body-bg.jpg) 0 0 repeat-x;
	color:#6E5923;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:center;
}

h1{
	color:#6e5923;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

h2{
	background:url(../images/filet.png) center bottom no-repeat; 
	color:#6e5923;
	font-size:14px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin-bottom:15px;
}

input,textarea,select{
	border:#6e5923 1px solid;
	color:#6e5923;
	font-size:12px;
}

textarea{
	resize:none;
}

input[type=checkbox]{
	border:0;
	vertical-align:middle;
}

/* Styles des conteneurs */

.global{
	background:url(../images/body-txt.png) center 0 no-repeat;
	text-align:left;
	width:100%;
}

.wrapper{
	background:url(../images/wrapper-bg.png) 0 0 repeat-y;
	margin:0 auto;
	width:1000px;
}


.content{
	margin:0 auto;
	width:976px;
}

.page{
	margin:15px;
	width:946px;
}

.table-sepa{
	height:10px;
}

/* Styles de l'entete */

.header{
	background:url(../images/header-bg.jpg) 0 0 repeat-x;
	height:96px;
	width:100%;
}

.header .logout{
	background:#59240a;
	float:right;
	margin:28px 80px 0 0;
}

.header .logout a{
	background:url(../images/logout.png) right center no-repeat;
	color:#fff;
	display:block;
	padding:10px 35px 10px 10px;
	text-decoration:none;
}

.header .logout a:hover{
	background:#7d462c url(../images/logout.png) right center no-repeat;
}

/* Styles du pied de page */

.footer{
	color:#6e5923;
	margin:35px 0 30px 0;
	text-align:center;
	width:100%;
}

.footer a{
	color:#6e5923;
	text-decoration:none;
	margin:0 10px;
}

.footer a:hover{
	text-decoration:underline;
}

/* Styles du menu de navigation */

.navbar{
	height:28px;
	width:976px;
}

.navbar li{
	display:inline;
	float:left;
	position:relative;
}

.navbar li a{
	background:url(../images/btn-bg.jpg) 0 0 repeat-x;
	color:#fff;
	display:block;
	float:left;
	font-size:14px;
	height:24px;
	margin:0 2px 0 0;
	padding:4px 0 0 0;
	text-align:center;
	text-decoration:none;
}

.navbar li a.last{
	margin:0;
}

.navbar li ul{
	background:#5a240a;
	display:none;
	padding:5px 0 0 0;
	position:absolute;
	left:0;
	top:28px;
	z-index:10;
}

.navbar li ul li{
	display:list-item;
	width:100%;
}

.navbar li ul li a{
	background:#5a240a;
	color:#fff;
	display:block;
	font-size:12px;
	height:auto;
	padding:0 10px 10px 10px;
	text-align:left;
	
}

.navbar li ul li a:hover{
	text-decoration:underline;
}

.navbar-btn{
	width:162px;
}

.navbar-btn-xl{
	width:323px;
}

/* Styles des onglets de navigation */

.tabs{
	margin-bottom:15px;
	width:100%;
}

.tabs td{
	border-right:2px solid #fff;
}

.tabs td.last{
	border-right:0;
}

.tabs td a{
	background:#eae5da;
	color:#6e5923;
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
}

.tabs td a:hover{
	background:#7d462c;
	color:#fff;
}

.tabs td a.selected{
	background:#59240a;
	color:#fff;
}

.tab-1-content{
	display:inline;
}

.tab-2-content,
.tab-3-content{
	display:none;
}

/* Styles du bouton de soumission de formulaires */

.form-submit{
	margin:15px 0;
	text-align:right;
	width:100%;
}
	
.form-submit .field-submit,
.form-submit .field-add,
.form-submit .field-search,
.form-submit .field-next,
.form-submit .field-prev,
.field-add-img,
.field-submit{
	background:url(../images/btn-bg.jpg) 0 0 repeat-x;
	border:0;
	color:#fff;
	cursor:pointer;
	height:28px;
}

.form-submit .field-submit:hover,
.form-submit .field-add:hover,
.form-submit .field-search:hover,
.form-submit .field-next:hover,
.form-submit .field-prev:hover,
.field-add-img:hover,
.field-submit:hover{
	background:url(../images/btn-bg-over.jpg) 0 0 repeat-x;
}	

.form-submit .field-submit,
.form-submit .field-prev{
	display:none;
}

.field-add-img{
	margin-top:10px;
}

/* Styles de la page "Creation" */

.form-creation{
	margin-bottom:15px;
}

.form-creation td.column-label{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
	width:500px;
}

.form-creation td.column-label-top{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
	vertical-align:top;
	width:500px;
}

.form-creation td.column-field{
	padding:0 0 0 15px;
}

.form-creation .field-small{
	width:98px;
}

.form-creation .field-large{
	width:158px;
}

.form-creation .field-xl{
	width:218px;
}

.form-creation .field-calendar,
.search-fields .field-calendar{
	background:url(../images/calendar-bg.jpg) 0 0 no-repeat;
	border:0;
	height:19px;
	width:100px !important;
	cursor:text;
}

.form-creation .field-textarea{
	height:65px;
	margin:5px 0 0 0;
	width:415px;
}

.form-creation .pictos .thumb{
	float:left;
	width:72px;
}

.form-creation .pictos a{
	float:left;
	margin:0 30px 0 5px;
}

.form-creation .pictos a,
.bien-culturel .deploy{
	background:url(../images/btn-undo-bg.jpg) 0 0 no-repeat;
	display:inline-block;
	height:18px;
	width:18px;
}

.form-creation .pictos a:hover,
.bien-culturel a.deploy:hover{
	background:#59240a;
}

.depositaire{
	margin-bottom:15px;
}

.depositaire td.column-label{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
	width:500px;
}

.depositaire td.column-label-top{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
	vertical-align:top;
	width:500px;
}

.depositaire td.column-field{
	padding:0 0 0 15px;
}

.depositaire .field-small{
	width:98px;
}

.depositaire .field-large{
	width:158px;
}

.depositaire .field-xl{
	width:218px;
}


.depositaire .pictos .thumb{
	border:#6e5923 1px solid;
	float:left;
	width:72px;
}

.depositaire .pictos a{
	float:left;
	margin:0 30px 0 5px;
}

.bien-culturel{
	width:946px;
}

.bien-culturel h2{
	margin-bottom:7px;
}

.bien-culturel img{
	vertical-align:middle;
}

.bien-culturel .bien-deploy{
	display:inline;
}

.bien-culturel .bien-content{
	padding-bottom:15px;
}

/* Style de la page "Recherche" */

.recherche-depot .form-submit{
	text-align:center !important;
	margin:0 0 30px 0 !important;
}

.recherche-depot .form-submit input{
	margin-right:20px !important;
}

.search-fields{
	margin:0 0 15px 0;
	width:100%;
}

.search-fields .first-col{
	width:226px;
}

.search-fields .second-col{
	width:128px;
}

.search-fields .third-col{
	width:146px;
}

.search-fields .fourth-col{
	width:128px;
}

.search-fields .fifth-col{
	width:122px;
}

.search-fields .sixth-col input{
	width:146px !important;
}

.search-fields td.column-label{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
}

.search-fields td.column-field{
	padding:0 0 0 5px;
}

.search-fields td.column-field input[type=text]{
	width:123px;
}

.search-fields td.column-field .nom-redac{
	width:254px !important;
}

.exposition{
	margin-bottom:15px;
}

.exposition td.column-label{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
	width:500px;
}

.exposition td.column-label-top{
	background:#f2f0e2;
	color:#6e5923;
	padding:5px;
	text-align:right;
	vertical-align:top;
	width:500px;
}

.exposition td.column-field{
	padding:0 0 0 15px;
}

.exposition .field-small{
	width:98px;
}

.exposition .field-large{
	width:158px;
}

.exposition .field-xl{
	width:218px;
}


.exposition .pictos .thumb{
	border:#6e5923 1px solid;
	float:left;
	width:72px;
}

.exposition .pictos a{
	float:left;
	margin:0 30px 0 5px;
}
.exposition .field-calendar{
	background:url(../images/calendar-bg.jpg) 0 0 no-repeat;
	border:0;
	height:19px;
	width:100px;
	cursor:text;
}



/* Style de la page de login */

.headerLogin{
	background:url(../images/header-login.jpg) 0 0 repeat-x;
	height:96px;
	width:100%;
}

.form-login{
	margin-top:60px;
	margin-bottom:200px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/background-login.jpg) 0 0 repeat-x;
	width:45%;
	height:160px;
}

.form-login td.column-header-label{
	color:white;
	padding:7px;
	text-align:right;
	width:120px;
	font-weight:bold;
	font-size:14px;
}

.form-login td.column-label{
	color:white;
	text-align:right;
	width:120px;
}

.form-login .column-field{
	text-align:right;
}

.form-login .field-input{
	width:250px;
	margin-right:30px;
}

.form-login .field-submit{
	background:url(../images/btn-bg.jpg) 0 0 repeat-x;
	border:0;
	color:#fff;
	cursor:pointer;
	height:23px;
	margin-right:30px;
}

.form-login .field-submit:hover{
	background:url(../images/btn-bg-over.jpg) 0 0 repeat-x;
}

.separator {
	border-right: 1px solid #6e5923;
}

.field-grid {
	background:url(../images/btn-bg.jpg) 0 0 repeat-x;
	border:0;
	color:#fff;
	cursor:pointer;
	height:28px;
}

.field-grid:hover{
	background:url(../images/btn-bg-over.jpg) 0 0 repeat-x;
}

.form-login a{
	color:white;
	text-decoration:none;
	margin:0 30px;
}

.form-login a:hover{
	text-decoration:underline;
}

.lienAccueil{
	text-align:right;	
}

.lienAccueil a{
	font-size: 11px;
	color:#6e5923;
	text-decoration:none;
}

.lienAccueil a:hover{
	font-size: 11px;
	color:#6e5923;
	text-decoration:underline;
}