﻿p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}
ul, li{
	list-style-type: none;
}


html{
	background: #210c10 url('/images/theme/html-bg.png') no-repeat 0 100%;
	height: 100%;
}
body{
	background: url('/images/theme/body-bg.png') no-repeat 100% 0;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	text-align: left;
	/*padding-top: 150px;*/
	height: 100%;
}

/*--GENERAL---*/

a img{
	border: 0;
}


.spacer{
	clear: both;
}
.hide{
	position: absolute;
	left: -10000px
}

/*****************************

	GLOBAL

 *****************************/
 
#page {
	width: 1050px;
	margin:0 auto;
	height: 450px;
	position: relative;
}

#logo a{
	position: absolute;
	top: 170px;
	left: 0;
	width: 135px;
	height: 128px;
	background: url('/images/theme/logo.png') no-repeat 0 0;
}

#nav {
	position: absolute;
	top: 0;
	left: 150px;
	width: 115px;
	height: 378px;
	background: #6c544f;
	padding-top: 50px;
}

#nav li{
	padding: 22px 0;
	text-align: center;
}
#nav li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover, #nav li a.active{
	text-decoration: none;
	background: none;
	color: #210C10;
}
/************CONTENT************/
#content {
	position: absolute;
	top: 0;
	left: 266px;
	width: 770px;
	height: 428px;
	background: #6c544f;
}

/* img pages*/
#content img.presentation {
	float: left; 
	border-right: 1px solid #210C10;
}

#content img.p-rect {
	width: 384px;
}

#content img.p-sq {
	width: 428px;
}


/*** MAIN-CONTENT ***/
#main-content {
	float: left; 
	width: 385px; 
}
body.home #main-content {
	float: left; 
	width: 326px; 
}

#main-content p{
	text-align: left;
	font-size: 1.3em;
	margin: 12px 0 16px;
	font-size: normal;
}
#main-content p.img-logo{
	margin: 30px 0 30px;
	text-align: center;
}
#main-content a{
	font-size: 1em;
	color: #1A4B61;
	font-weight: bold;
}

#main-content a:hover{
	color: #fff;
}
body.home #main-content p{
	line-height: 3em;
}

body.portrait #main-content{
	width: 346px;
	padding-left: 19px;
}
body.portrait #main-content p{
	text-align: justify;
}



/*** GALLERY ***/
/*img gallery*/
#content img.p-one {
	width: 511px;
}
#content img.p-two {
	width: 255px;
}

ul.gal-thumb{
	float: left;
	margin: 15px 0 0 28px;
	width: 220px;
}
ul.gal-thumb li{
	float: left;
	margin: 3px;	
}
ul.gal-thumb li a img{
	border: 1px solid #210C10;	
}




/*h1{
	width: 301px;
	height: 328px;
	background: url(design/logo.png) no-repeat 0 0;
}

h1 span{
	position: absolute;
	left: -5000px;
}*/
h2{
	font-size: 1.5em;
	margin: 0 0 20px;
}
h3{
	font-size: 1.3em;
	margin: 0 0 14px;
}
h4{
	font-size: 1.2em;
	margin: 0 0 10px;
}

/*--------------------------  Expos  -------------------------------*/

body.expossalons #main-content{
	width: 550px;
}

ul.expos{	
	/*float: left;*/
	width: 350px;
	height: 405px;
	padding: 15px 15px 8px 15px;
	border-right: 1px solid #210C10;
}
ul.expos li h2{	
	font-size: 1.1em;
	padding: 16px 0 0 0;
	margin: 0 0 4px 0;
	position: relative;
	font-weight: normal;
}
ul.expos li h2 span{	
	font-size: 0.9em;
	font-weight: normal;
}
ul.expos li h2 span.event-title{
	display: block;
	border-top: 1px solid #81645e;
	font-size: 1em;
	padding: 3px 0 0 0;
	_color: #dcd1cf;
}
ul.expos li h2 span.event-date{	
	position: absolute;
	top: 2px;
	left: 2px;
	_color: #dcd1cf;
}
ul.expos li h2 span.event-region{	
	position: absolute;
	top: 2px;
	right: 2px;
	_color: #dcd1cf;
}
#main-content ul.expos li{	
	padding: 0 0 10px 0;
}
#main-content ul.expos li p{	
	font-size: 1.2em;
	margin: 0 0 2px 0;
}
#main-content ul.expos li div.infos{	
	position: absolute;
	top: 0;
	right: 60px;
	background: #6C544F;
	width: 260px;
	text-align: center;
}
#main-content ul.expos li div.infos h2{	
	font-size: 1.5em;
	margin: 5px 0 12px;
	padding: 0;
}
#main-content ul.expos li div.infos p{	
	text-align: center;
}
#main-content ul.expos li div.infos p.e-date{	
	font-size: 1.3em;
	margin-bottom: 12px;
}
#main-content ul.expos li div.infos p.e-region{	
	border-bottom: 1px solid #81645e;
	font-size: 1.3em;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
#main-content ul.expos li div.infos a.e-link{	
	display: block;
	font-size: 1.1em;
	margin: 12px 0;
	color: #fff;
}


/*-----------------------  contact  -------------------------*/

body.contact #main-content p{
	font-size: 1.3em;
	padding: 18px 0 2px;
}

body.contact  #main-content p.contact-btn{
	text-align: center;
}
body.contact #main-content p.contact-btn a{
	color: #210C10;
}

body.contact #formulaire{	
	width: 350px;
	height: 186px;
	font-size: 1.1em;
	z-index: 100;
	margin: 16px 0 0 24px;
}
body.contact #formulaire h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 14px 0 14px;
}
body.contact #formulaire form{

}
body.contact #formulaire p{
	margin: 2px 0;
	padding: 1px 2px;
	font-size: 1em;
}
/*body.contact #formulaire p.demi{
	float: left;
	width: 176px;
	margin: 2px 0;
	padding: 1px 2px;
}
body.contact #formulaire p.demi-last{
	width: 196px;
}
body.contact #formulaire p.demi input.txt{
	width: 100px;
}
body.contact #formulaire p.demi-last label{
	width: 50px;
}
body.contact #formulaire p.demi-last input.txt{
	width: 140px;
}*/


body.contact #formulaire p.ch-oblig{
	font-size: 0.9em;
}
body.contact #main-content p.ok{
	text-align: center;
	font-size: 1.3em;
	margin: 2px 0 6px;
}

body.contact label{
	float: left;
	width: 88px;
	text-align: left;
	font-weight: bold;
}
body.contact label span{
	font-size: 0.9em;
}


.box-contactform{
	position: absolute;
	top: 0;
	left: 266px;
	width: 384px;
	height: 428px;
	/*background: #ff0000;*/
	background: url('/images/theme/bg-overlay.png') repeat 0 0;
	z-index: 100;
}
body.contact .box-contactform label, body.contact .box-contactform #formulaire h2{
	color: #210C10;
}
body.contact .box-contactform  #formulaire p.ok{
	color: #210C10;
	font-weight: bold;
}

/*--------------- INPUT ---------------------*/ 
input.txt, select.txt, textarea.txt{
	border: 1px solid #56433F;
	background-color: #836660;
	color: #222;
	padding: 1px;
}
input.txt, select.txt{
	width: 230px;
}
textarea.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 230px;
	height:86px;
}

/*---erreurs---*/
input.input-err, textarea.input-err{
	border: 1px solid #56271D;
	/*background-color: #ffc5a9;*/
}
body.contact #formulaire  p.err{
	color: #56271D;
}
/*input.input-err:focus, textarea.input-err:focus{
	border: 1px solid #292b30;
	background-color: #1a1b1d;
}*/


input.btn{
	background-color: #56433F;
	color: #fff;
	font-weight: bold;
	border: 1px solid #4B3A37;
	padding: 2px 0;
	margin-left: 90px;
	width: 234px;
	font-size: 1.1em;
}


/*------DATES--------*/



/*------------------------ FOOTER -------------------------------*/

#footer{	
	position: absolute;
	top: 433px;
	left: 770px;
	width: 250px;
	height: 25px;
	text-align: right;
}



/*#footer p{
	padding-top: 80px;
	text-align: right;
	color: #0D0D0F;
	font-size: 0.8em;
}*/







/***/
#wait{
	width: 100%;
	text-align: center;
}

.wait-logo{
	width: 600px;
	height: 280px;
	margin: 100px auto 0;
}
.wait-txt{
	width: 454px;
	height: 60px;
	margin: 20px auto 0;
	text-align: right;
	font-size: 1.2em;
}

/*** Adminbar***/
.adminbar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #D8C3A6;
	/*width: 1050px;
	margin:0 auto;
	background: url(/images/admin/logo.png) no-repeat 0 0;
	;*/
}
.adminbar h1{
	float: left;
	font-size: 1.5em;
	padding: 0 20px;
	line-height: 50px;
}
.adminbar ul{
	/*width: 900px;
	margin:0 auto;
	padding-left: 150px;*/
	float: left;
}
.adminbar ul li{
	padding: 2px 0;
	display: inline;
	
}
.adminbar ul li a{
	float: left;
	display: block;
	background: #AD877F;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	line-height: 50px;
	margin-right: 1px;
	font-size: 1.3em;
}
.adminbar ul li a:hover{
	background: #9B7972;
}
.adminbar ul li.logout a{
	position: absolute;
	top: 0;
	right: 0;
	background: #752B38;
}
.adminbar ul li.logout a{
	color: #ff0000;
}
.adminbar ul li.logout a:hover{
	background: #692732;
}
#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;
	height: 202px;
	visibility: hidden;
	z-index:100;
}

#calcontainer table {
	width: 100%;
	margin: 0;
	border: 2px solid #acacac;
}

#calcontainer thead img {
	border-width: 0;
	vertical-align: top;
}
* html #calcontainer thead img {
	vertical-align: middle;
}

#calcontainer td, #calcontainer th {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	background: #e3e3e3;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 29px;
	padding: 0;
	white-space: nowrap;
}

#calcontainer th {
	color: #fff;
	background-color: #666;
	font-weight: normal;
}

#calcontainer td.calHighlightColor {
	background-color: #ffd;
}

#calcontainer td.calMonth, #calcontainer td.calYear {
	width: 58px;
}

#calcontainer a, #calcontainer a:link, #calcontainer a:visited, #calcontainer a:active {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	text-decoration: underline;
}  
#calcontainer a:hover {
	color: #383848;
}

#calcontainer td a.today, #calcontainer td span.today {
	font-weight: bold;
}
#calcontainer tbody span {
	height: 22px;
	line-height: 22px;
	display: block;
}

#calcontainer .disabled {
	color: #666;
	cursor: pointer;
}  

#calcontainer tbody a, #calcontainer tbody a:link, #calcontainer tbody a:visited, #calcontainer tbody a:active {
	height: 22px;
	width: 29px;
	line-height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#calcontainer tbody a:hover {
	background-color: #ffd;
	color: #383848;
}

#calcontainer tfoot a, #calcontainer tfoot a:link, #calcontainer tfoot a:visited, #calcontainer tfoot a:active {
}
#calcontainer tfoot td {
	width: 203px;
	background: #c7c7c7;
}
#calcontainer thead td a, #calcontainer thead a:link, #calcontainer thead a:visited, #calcontainer thead a:active {
	display: inline;
}

/* Calendar menu options */

#calcontainer thead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#calcontainer thead li {
	font: 11px/1.2 Arial,Helvetica,Sans-serif;
}
#calcontainer thead ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal. */
	float: left;
}
#calcontainer thead ul ul {
	border: 1px solid #acacac;
	background: #fff;
	padding: 1px;
	position: absolute;
	display: none;
	text-align: left;
}
* html #calcontainer thead ul ul {
	padding: 0 1px 1px;
}
#calcontainer thead #cp_prevMonth a {
	width: 13px;
	background: transparent url(/images/calendar/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextMonth a {
	width: 13px;
	background: transparent url(/images/calendar/calup.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_prevYear a {
	width: 13px;
	background: transparent url(/images/calendar/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextYear a {
	width: 13px;
	background: transparent url(/images/calendar/calup.gif) no-repeat 50% 0;
}

#calcontainer thead li a,#calcontainer thead li a:link,#calcontainer thead li a:active,#calcontainer thead li a:visited {
	display: block;
	text-align: center;
}
#calcontainer thead li li a,#calcontainer thead li li a:link,#calcontainer thead li li a:active,#calcontainer thead li li a:visited {
	text-align: left;
	height: 13px;
	vertical-align: middle;
}
* html #calcontainer thead li li a,* html #calcontainer thead li li a:link,* html #calcontainer thead li li a:active,* html #calcontainer thead li li a:visited {
	height: 15px;
}
#calcontainer thead li a, #calcontainer thead li a:link, #calcontainer thead li a:active, #calcontainer thead li a:visited {
	display:block;
	text-decoration: none;
}
* html #calcontainer thead li a, * html #calcontainer thead li a:link, * html #calcontainer thead li a:active, * html #calcontainer thead li a:visited {
	width: 100%;
}
#calcontainer thead li a span {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}

#calcontainer thead li li {
	display: block;
	float: none;
}
#cp_monthMenu {
	width: 87px;
}
#cp_months {
	width: 88px;
	height: 180px;
	text-align: left;
}
* html #cp_months {
	left: 15px;
	top: 18px;
	height: 184px;
}
* html #cp_months a {
	width: 86px;
}
#cp_yearMenu {
	width: 58px;
}
#cp_years {
	height: 105px;
	width: 55px;
	text-align: left;
}
* html #cp_years {
	left: 129px;
}
* html #cp_years a {
	width: 53px;
}

#calcontainer thead li li a, #calcontainer thead li li a:link, #calcontainer thead li li a:active, #calcontainer thead li li a:visited {
	display: block;
	font: 10px/1.2 verdana,Arial,Helvetica,Sans-serif;
	border: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#calcontainer thead li li a:hover {
	background: #e3e3e3;
	border: 1px solid #acacac;
}
#calcontainer thead ul.open {
	display: block;
}

/* to make sure that the image is aligned properly */
img.cp_img {
	border-width: 0;
	vertical-align: top;
}
* html img.cp_img {
	vertical-align: text-bottom;
}
