/* Start of CMSMS style sheet 'sihd_all_styles' */
/* Start of CMSMS style sheet 'dji_Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'dji_Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'dji_Layout: Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}


/*****************
basic layout 
*****************/
body {
   background-color: #ccc;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   /* max-width: 80em; */   /* IE wont understand these, so we will use javascript magick */
   /* min-width: 800px; */    /* 60em; */
   width: 980px;   /* 1000px; */
   /* background-color: #fff; */
   color: black;
   /* background: #BE7A39 url('uploads/images/Fond_marron-bleu_690.jpg') repeat-y right top; */
   background: #6AB2E7 url('uploads/images/Fond_bleu-marron_600.jpg') repeat-y right top;   
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
#header {
  /*  height: 140px; */    /* adjust according your image size */
   /* background: #6AB2E7 url('uploads/images/Fond_bleu-marron_600.png') repeat-y right top; */   /* #385C72; */   
	width: 100%;
}

#header td{
	padding: 10px;
}

#header td#Logo a{
   display: block;
   width: 139px;
   height: 120px;
   background: url('uploads/images/Logo_SIHD_120.jpg') no-repeat center center;
}

#header p {
   /* height: 80px; */    /* adjust according your image size */
   /* background: white; */   /* #385C72; */     
   text-align: center;
   padding: 5px 0px;
   margin: 0px;      
}

#header td#Date {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

#header p.titre {
	color: white;
	font-size: 22px;
	font-weight: bold;
}

#header p.soustitre {
	color: black;
	font-size: 20px;
}


/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


 table#content {
   /* margin: 1.5em auto 2em 0; */   /* some air above and under menu and content */
   /* background-color: #6AB2E7; */
   clear: both;
   width: 100%;
   border-collapse: collapse;
}


td#main {
   vertical-align: top;
   margin: 0px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   padding: 15px; /* and some air on the right */
   background-color: white;
   /* border-left: 1px solid #6AB2E7; */
   border-right: 1px solid #BE7A39;
   text-align: justify;
}

td#sidebar {
   vertical-align: top;
   /* float: left; */        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 180px;     /* sidebar width, if you change this please also change #main margins */
   /* display: inline; */  /* FIX IE double margin bug */
   margin: 0px;
   padding: 0px;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
	/* background: #6AB2E7 url('uploads/images/Fond_bleu-marron_600.png') repeat-y right top; */   /* #385C72; */   

}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

#menulang {
	text-align: center;
	margin: 10px 0px;
}

#menulang a {
   color: black;
}
#menulang a:hover {
   color: #CCC;
   text-decoration: none;
}

#menulang .currentlang{
   color: white;
   font-weight: bold;
}

#Galerie {
	text-align: right;
	margin: 10px 0px;
}

#Galerie img {
	width: 175px;
	margin-bottom:3px;
	border: 1px solid black;
}


#Organisme {
   vertical-align: top;
	/* float: right; */
	width: 180px;
	color: #6AB2E7;    /* #BE7A39; */
	margin: 0px;
	padding: 0px;
}

#Organisme table.Sponsor {
	/* border: 1px solid rgb(0, 102, 153); */ 
	margin: 10px 0 10px 0; 
	text-align: center;
	font-weight: bold;
	background-color: white;
	width: 100%;
	
}

#Organisme td.SponsorHead {
	padding: 5px; 
	/* margin-bottom: 5px; */ 
	background-color: white;  /* rgb(0, 102, 153); */ 
	color: #6AB2E7;   /* #BE7A39; */
}

#Organisme td.SponsorContent {

}

/********************
CONTENT STYLING
*********************/
table#content {

}

/* HEADINGS */
table#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
table#content h2 {
	color: #12AD2B;  /* #BE7A39; */   /* #6AB2E7; */ 
	font-size: 2em; 
	text-align: center; 
	/* padding-left: 0.5em; */
	/* padding-bottom: 1px; */
	/* border-bottom: 1px solid red; */   /* #6AB2E7; */  /* #BE7A39; */   
	/* border-left: 1.1em solid red; */   /* #6AB2E7; */  /* #BE7A39; */ 
        line-height: 1.5em;
        margin: 0 0 1em 0;
}
table#content h3 {
   color: #069;  /* #294B5F; */ 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
table#content h4 {
   color: #069;  /* #294B5F; */ 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
table#content h5 {
   color: #069;  /* #294B5F; */ 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #069;  /* #294B5F; */ 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */

td#main ul#CalendarList li {
   margin-bottom: 1.5em;
}

#HotelTable{
   border-collapse: collapse;
}

#main #HotelTable td {
   border: 1px solid black;
   padding: 5px;
}

#HotelTable tr.entete td {
   text-align: center;
   background-color: #6AB2E7;
}

h3.HotelName {
   border-top: 1px dotted #BE7A39;
}

a.HotelTopPage {
   display : block;
   float : right;
   padding: 3px;;
}

table#CalendarTable td.CalendarDate {
   font-weight: bold;
   text-align: right;
   vertical-align: top;
   /*padding-left: 3em;*/
   width: 180px;
}

table#CalendarTable td {
   padding: 1em 0.5em;
}

table#AirList {
   margin: 5px 0px;
}

#AirList td a{
   display: block;
   /* height: 60px; */
}

#AirList a{
   border-top: 1px solid white;
   border-bottom: 1px solid white;
}

#AirList a:hover {
   border-top: 1px solid #006699;
   border-bottom: 1px solid #006699;
}



#contact_tbl {
   margin-bottom: 1.5em;
}

#contact_tbl td {
   vertical-align: top;
   padding: 5px;
   margin-bottom: 1.5em;
}

#contact_tbl td.titre {
   font-weight: bold;
}

.contactform {
   padding: 10px;
   background-color: #eee;
   border: 1px solid #aaa;
}

.contactform div {
   width: 100%; 
   padding: 0.25em 0;
}

.contactform div label {
   display: block; 
   margin: 0px 10px 2px 0px;
   width: 150px;
   float: left;
   clear: both;
   text-align: right;
}

.contactform div.required {
   color: #f00;
}

.contactform div.submit{
   /* text-align: right; */
}

.contactform input, .contactform textarea {
   border:1px solid #888;
   background-color: white;
}

.contactform textarea {
   width: 400px;
   height:80px;
}

.contactform .AbstractFormAddress textarea {
   height: 80px;
}

.contactform .fbsubmit{
   font-weight: bold;
   padding: 5px;
}

table#DeconnectTable {
   width: 100%;
   margin-bottom: 20px;
   border-collapse: collapse;
}

table#DeconnectTable td{
   vertical-align: middle;
}

table#DeconnectTable td.Deconnecter{
   text-align: right;
}

table#DeconnectTable td.Welcome{
   text-align: left;
}

div.CadreLogin {
   padding:10px;
   border:1px solid #aaa;
   background-color:#eee;
   margin-bottom:10px;
}


table#content div.flash {
   float: right;
   width: 200px;
   margin: 0px 0px 20px 20px;
   background: red url(uploads/images/flash_2.jpg) no-repeat bottom center;
}


table#content div.flash h4{
   text-align: center;
   color: black;
   border-top: 1px dotted white;
}

table#content div.flash a {
   color: #BBB;
}

table#content div.flash a:hover {
   color: black;
}

table#content div.flash .flashcontent {
   /*width: 100%;*/
   padding: 0px 10px;
   color: white;
   text-align: left;
   
}

table#content div.flash .flashtop {
   /*width: 100%;*/
   color: white;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   padding: 10px 0px;
   background: red url(uploads/images/flash_2_top.jpg) no-repeat top center;
}


#Authors{
   border-collapse: collapse;
}

#Authors td{
   margin: 0px;
   padding: 3px 5px;
   vertical-align: top;
   text-align: left;
   border: 1px solid black;
}

#Authors tr.AuthorsHeader td{
   background-color: #6AB2E7;
   color: white;
   font-weight: bold;
   text-align: center;
}

#Authors a.pdfSlide {
   display: block;
   width: 16px;
   height: 16px;
   text-decoration: none;
   background: url(uploads/images/minipdf2.gif) no-repeat top center;
}

a.pdfFile{
   background: url(uploads/images/minipdf2.gif) no-repeat right;
   /* display: block; */
   height: 18px;
   padding-right: 18px;

}




p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
   text-align: justify;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LIENS*/

#main a {
   color: #BE7A39;
   text-decoration: none;
}

#main a:hover {
   color: #6AB2E7;
}

/* END LIEN*/

/* LISTS */
/* lists in content need some margins to look nice */
td#main ul,
td#main ol,
td#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

td#main ul li,
td#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
td#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
td#main dl dd {
   margin: 0 0 1em 1em;
}

td#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'dji_Layout: Left sidebar + 1 column' */


/* MENU */

/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}

#menu {
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
}

#menu a {
   /* border: 1px solid #006699; */ 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: black;
   text-decoration: none; 
   background: url(uploads/images/Onglet_Lien_haut.gif) no-repeat top left;           /* Onglet_Lien_haut.jpg */
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

#menu li {
   margin: 5px 0px 5px 5px; 
   background: #BE7A39 url(uploads/images/Onglet_Lien_bas.gif) no-repeat bottom left;    /* Onglet_Lien_bas.jpg */
}

#menu a:hover {
	color: white;
}

#menu span.menuactive {
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: black;
   background: url(uploads/images/Onglet_Active_haut.gif) no-repeat top left;     /* Onglet_Active_haut.jpg */
	font-weight: bold;
}

#menu li.menuactive {
   background: white url(uploads/images/Onglet_Active_bas.gif) no-repeat bottom left;     /* Onglet_Active_bas.jpg */
}




/* End of 'sihd_all_styles' */

