body {
	background: #020911 url(../images/bg.gif) repeat-x;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 50px;
}

#header {
	background: url(../images/entete.jpg) no-repeat;
	width: 1000px;
	height: 100px;
	border: 1px solid #636363;
}

#wrapper { /*englobe tout la page*/
	width: 100%;
	height: 100%;
}

#wrapper-centre { /*englobe le centre de la page*/
	margin:auto;
	width: 1002px;
}

#content {
	width: 952px;
	background-color: #EBEBEB;
	border: 0px solid #636363;
	text-align: left;
	padding: 20px 10px 50px 40px;
}

p { 
	font-family: calibri, arial, helvetica, sans-serif; 
	font-size: 13pt; 
	}

h1 {
	color: #18398F;
	font-family: 'ColaborateRegular',arial,helvetica,sans-serif;
	font-size: 20pt;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	
h2 {
	color: #18398F;
	font-family: arial,helvetica,sans-serif;
	font-size: 14pt;
	margin-top: 10px;
	vertical-align: middle;
	}
	
h3 {
	color: #18398F;
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight:bold;
	margin-top: 10px;
	vertical-align: middle;
	}
	
ul li {
	font-family: arial,helvetica,sans-serif; 
	font-size: 11pt; 
	line-height: 1.5;
}

.style1 {color: #FF0000}
.style2 {color: #999999; font-weight:bold}
.style3 {color: #666666}

a:link, a:visited {
	font-family: arial,helvetica,sans-serif; 
	color: #18398F;
	line-height: 1.5;
	font-size: 11pt;
}

a:hover {
	color: #0045C4;
}

a.photos {
	font-size: 14pt;
 	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

a.suite:link, a.suite:visited {
	font-weight: bold;
	font-size: 11pt;
}
a.suite:hover {
	padding-left: 5px;
}

#page_5215 {
	width: 750px;
	background-color: #EBEBEB;
	border: 1px solid #636363;
	text-align: left; 
	padding: 50px 10px 50px 50px;
}

table.photos td {
	vertical-align: top;
	text-align: left;
	padding: 30px 30px 10px 30px;
	font-family: arial,helvetica,sans-serif; 
	font-size: 12pt;
}

table.contact {
	width: 300px;
	border: 1px solid #C9964C; 
	background: #ffffff; 
	margin-top: 40px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11pt; 
	text-align: center;
}


a.home_btn:link, a.home_btn:visited {
	font-size: 10pt;
}

a.home_btn:hover {
	color: #0045C4;
}

a.pageTop:link, a.pageTop:visited {
	text-align: right;
	float: right;
	font-size: 10pt;
	padding-right: 20px;
}

#menu {
	background-image:url(../images/bgmenu.jpg);
	background-repeat:repeat-x;
	height: 50px;
	width: 1002px;
	position: inherit;
	left: 0px;
	padding-top:10px;
	padding-left: 0px;
}



/* begin Menu */
/* menu structure */

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.art-hmenu li
{
font-family: 'ColaborateThinRegular',arial,helvetica,sans-serif;
font-size:18px;
line-height:22px;
   margin: 0;
   padding: 10px;
   border: 0;
   display: block;
   float: left;
   position: relative;
   z-index: 5;
   background: none;
}

ul.art-hmenu li:hover{
   z-index: 10000;
   white-space: normal;
}
ul.art-hmenu li li{
   float: none;
   width: auto;
}
ul.art-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
ul.art-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}
ul.art-hmenu:after, ul.art-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}
ul.art-hmenu, ul.art-hmenu ul {
   min-height: 0;
}

ul.art-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('../images/spacer.gif');
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

ul.art-hmenu ul.art-hmenu-left-to-right {
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}
ul.art-hmenu ul.art-hmenu-right-to-left {
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

ul.art-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
}

ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

ul.art-hmenu{
	position:relative;
	padding: 0;
	float: left;
}

/* end menu structure */

/* menu bar */

.art-nav
{
   width:1000px;
   margin:0 auto;
   min-height: 23px;
   z-index: 100;
   margin-top: 50px;
   margin-bottom: 0;
}

/* end menu bar */
.art-nav-outer{
   position:absolute;
   width:100%;
}
.art-nav-wrapper 
{
	position: relative;
	width:980px;
	margin:0 auto;
	float: left;
}

.art-nav-inner{
   margin: 0 4px;
}

/* end Menu */

/* begin MenuItem */
ul.art-hmenu>li>a
{
font-family: 'ColaborateRegular',arial,helvetica,sans-serif;
font-size:18px;
   position: relative;
   display: block;
   height: 23px;
   cursor: pointer;
   text-decoration: none;
   color: #18398F;
 
   line-height: 23px;
   text-align: center;
}

ul.art-hmenu>li>a:before, ul.art-hmenu>li>a:after
{
   position: absolute;
   display: block;
   content:' ';
   top: 0;
   bottom:0;
   z-index: -1;
   background-image: url('../images/menuitem.png');
}

ul.art-hmenu>li>a:before
{
   left: 0;
   right: 0;
   background-position: top left;
}

ul.art-hmenu>li>a:after
{
   width: 0;
   right: 0;
   background-position: top right;
}

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
   text-align: left;
   text-decoration: none;
}

ul.art-hmenu>li>a:hover:before, ul.art-hmenu>li:hover>a:before {
   background-position: center left;
}
ul.art-hmenu>li>a:hover:after, ul.art-hmenu>li:hover>a:after {
   background-position: center right;
}
ul.art-hmenu>li>a:hover, ul.art-hmenu>li:hover>a{
	color: #7F5305;
}


/* end MenuItem */

/* begin MenuSeparator */
ul.art-hmenu>li:before
{
   position:absolute;
   display: block;
   content:' ';
   top:0;
   left:  -1px;
   width:1px;
   height: 23px;
   padding: 10px 0;
   background: url('../images/menuseparator.png') center center no-repeat;
}

ul.art-hmenu>li {
   margin-left:1px;
}
ul.art-hmenu>li:first-child {
   margin-left:0;
}

ul.art-hmenu>li:first-child:before{
   display:none;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 21px;
   background-image: url('../images/subitem.png');
   background-position: left top;
   background-repeat: repeat-x;
   border-width: 0;
   border-style: solid;
   min-width: 7em;
   text-align: left;
   text-decoration: none;
   line-height: 21px;
   color: #872F03;
   margin:0;
   padding: 0 8px;
}

.art-hmenu ul>li:first-child>a
{
   border-top-width: 0;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active
{
   text-align: left;
   text-decoration: none;
   line-height: 21px;
   color: #872F03;
   margin:0;
   padding: 0 8px;
}


.art-hmenu ul li a:hover
{
   color: #000000;
   background-position: left bottom;
   border-top-width: 0 !important;
}

.art-hmenu ul li:hover>a
{
   color: #000000;
   background-position: left bottom;
   border-top-width: 0 !important;
}

/* end MenuSubItem */
