
html {overflow-y: scroll}


.main{
    background: url("images/background1.jpg") repeat;
    opacity: 1;
    border: 0px solid black;
    width: 1040px;
       
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
    
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: -2;
    
}

.main1 {
    background: #eeeeff;
    opacity: 1;
    border: none;
     width: 1000px;
    
  
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
        
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
    text-align: left;  /* left, right, center, justify */
    text-decoration: none; /* none, overline, line-through, underline */
    text-indent: 0px;
    text-transform: none; /* none, uppercase, lowercase, capitalize */
     z-index:  2; /* works only with position element */
     box-shadow:  0px 0px 20px 2px rgb(4,36,70);
     
}


.banner {
    background: url("images/pierre_ihp.jpg");
    position: relative;  
    top: 0px;
    left: 0px;
    height: 300px;
    width: 700px;
    border: none;
    text-align: left;
    opacity: 1;
    z-index:  5;
}    
 
.bannerbis {  
    position: relative;
    top: 70px;
    left: 30px;
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 24px;
    font-stretch: normal; /* not supported by standard browsers */
    font-style: normal; /* normal, italic, oblique */
    font-variant: small-caps; /* normal, small-caps */
    font-weight: 700; /*  normal, bold, bolder, lighter, 100 to 900 */
    opacity: 1;
    letter-spacing: 0px; /* normal, 3px, etc. */
    line-height: 36px;   /*  14px,  120%, 1.5,  etc. */
    color: #0a2760;
    text-shadow: 2px 2px 4px #999999;
    z-index:  4;    
}


.menu {
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    width: 700px;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    z-index:  5;
}

a.class2 {
     color: #597eba;
    text-decoration: none; padding: 2px;
}
a.class2:visited {
    text-decoration: none;
}
a.class2:hover {
     color: #0a2760;
     background: #cccccc;
    text-decoration: none;
}


#cfade > img { 
    color: red;
    opacity: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 35s linear infinite 0s;
    -moz-animation: imageAnimation 35s linear infinite 0s;
    -o-animation: imageAnimation 35s linear infinite 0s;
    -ms-animation: imageAnimation 35s linear infinite 0s;
    animation: imageAnimation 35s linear infinite 0s; 
}

#cfade > img:nth-child(2)  { 
    background-image: url(images/pierre/2.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s; 
}
#cfade > img:nth-child(3) { 
    background-image: url(images/pierre/3.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
#cfade > img:nth-child(4) { 
    background-image: url(images/pierre/4.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}
#cfade > img:nth-child(5) { 
    background-image: url(images/pierre/5.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}
#cfade > img:nth-child(6) { 
    background-image: url(images/pierre/6.jpg);
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s; 
}

#cfade > img:nth-child(7) { 
    background-image: url(images/pierre/7.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    2% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


#front {
position: absolute;  
top: 0px;
right: 0px;
width:300px; 
height:300px;
border:0px;

}

.paragraph1 {
    color: rgb(0, 0, 0);
    font-family: "Lucida Sans Unicode", sans-serif;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    font-variant: normal;
    line-height: 17px;
    
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
   
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-shadow: 3px 3px 8px #aaa;
}

.paragraph2 {
    color: #000066;
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    text-shadow: 4px 4px 8px #999999;
    
}

.paragraph3 {
    text-align: justify;
    font-family: 'Georgia', serif;
    font-size: 14px;
    font-stretch: normal; /* not supported by standard browsers */
    font-style: normal; /* normal, italic, oblique */
    font-variant: normal; /* normal, small-caps */
    font-weight: 400; /*  normal, bold, bolder, lighter, 100 to 900 */
    opacity: 1;
    letter-spacing: 0px; /* normal, 3px, etc. */
    line-height: 17px;   /*  14px,  120%, 1.5,  etc. */
    
}

.para4 {
    color: rgb(96, 96, 96);
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: .8;
    padding-bottom: 2px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.para44 {
    color: rgb(96, 96, 96);
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: .8;
    padding-bottom: 2px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


.info {
    opacity: 1.0;
    border: 0px solid black;   
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    font-stretch: normal; /* not supported by standard browsers */
    font-style: normal; /* normal, italic, oblique */
    font-variant: normal; /* normal, small-caps */
    font-weight: normal; /*  normal, bold, bolder, lighter, 100 to 900 */
    
    letter-spacing: 0px; /* normal, 3px, etc. */
    line-height: 16px;   /*  14px,  120%, 1.5,  etc. */   
    /*width: 1000px;*/
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;  
    text-align: left;  /* left, right, center, justify */
    text-decoration: none; /* none, overline, line-through, underline */
    text-indent: 0px;
    text-transform: none; /* none, uppercase, lowercase, capitalize */
    /* text-shadow: 4px 4px 8px #aaa; */
    z-index:  4; /* works only with position element */
}






/* For registration form*/

table.registration{
width: 600px;
margin-left: 0px;
font-family: "Lucida Sans Unicode", sans-serif;
font-style: normal;
font-weight:normal;
font-size:10pt;
color:#000000;
background-color:#b5d6f0;
border-color:#000000;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: none;
	border-collapse: separate;
	margin-top: 0px;
	margin-left: 0px;
	border-spacing: 0px;
    padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	box-shadow: 4px 4px 6px 4px #999999;
	
}

.regis {  
text-align: center;
background-color: #000066;
color:#FFFFFF;
border=0px;
margin-left: 0px;
font-family: 'Georgia', serif;
font-style: normal;
font-weight:normal;
font-size:10pt;
border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: none;
	border-collapse: separate;
	margin-top: 0px;
	margin-left: 0px;
	border-spacing: 0px;
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;


}

/*
input:required:invalid {
    background-image: url(images/invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
  }
*/

INPUT.form {
border-color:white;
border: 1px;
color:#000000;
background-color:#c3baf7;
font-size:12px;
font-family: 'Georgia', serif;
border-style: groove;
}

SELECT.form {
border-color:white;
border: 1px;
color:#000000;
background-color:#c3baf7;
font-size:12px;
font-family: 'Georgia', serif;
border-style: groove;
}

TEXTAREA.form {
border-color:white;
height:65px;
color:#000000;
background-color:#c3baf7;
border: 1px;
font-size:12px;
font-family: 'Georgia', serif;
border-style: groove;
}

#divrot {
    padding: 0px;
    position: relative;  top: 80px; left:750px;
    border: 0px solid black;
    -ms-transform: rotate(25deg); /* IE 9 */
    -ms-transform-origin: 20% 40%; /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 20% 40%; /* Chrome, Safari, Opera */
    transform: rotate(25deg);
    transform-origin: 20% 40%;
}


/* For participant list*/

table.participants {
color: rgb(0, 0, 0);
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: .8;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	border-collapse: separate;
	margin-top: 0px;
	margin-left: 0px;
	border-spacing: 0px;
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.num {text-align: right; padding-right: 10px;}

/* For program*/

.table { display:table; table-layout:fixed; width:900px; }
.span { width:100%; }
.row { display:table-row; }
.day { 
	color: #000000;
	background: #c9d8ef;
    font-family: 'Georgia', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    width: 700px; 
    padding-top: 0px;
	padding-bottom: 0px;
	line-height: 75px;
}
.time {
	display:table-cell;
	text-align: right;
	padding-right: 0px;
	font-family: 'Georgia', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    width: 45px; 
    height: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.timer {
	display:table-cell;
	text-align: right;
	padding-right: 0px;
	font-family: 'Georgia', serif;
	font-weight: 400;
    font-size: 14px;
    font-style: normal;
    width: 30px; 
    height: 20px;
    padding-left: 0px;
    padding-right: 10px;
}



.speaker {
	display:table-cell; 
	text-align: left; 
	font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    width: 100px; 
    
}

.noteprogram {
	display:table-cell; 
	text-align: left; 
	font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    width: 400px; 
    
}


.title {
	display:table-cell; 
	text-align: left; 
	font-family: 'Georgia', serif;
    font-size: 14px;
    font-style: italic;
    width: 570px; 
}

.lunch {
	
	display:table-cell;
	width: 600px;
	text-align: left;
	font-family: 'Georgia', serif;
    font-size: 14px;
    font-style: italic;
	height: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 8px;
}


.di {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    padding-bottom: 12px;




.paragraph_std {
    background: #CCCCCC;
    opacity: 1.0;
    border: 1px solid black;   
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    font-stretch: normal; /* not supported by standard browsers */
    font-style: normal; /* normal, italic, oblique */
    font-variant: normal; /* normal, small-caps */
    font-weight: 700; /*  normal, bold, bolder, lighter, 100 to 900 */
    
    letter-spacing: 0px; /* normal, 3px, etc. */
    line-height: 30px;   /*  14px,  120%, 1.5,  etc. */   
    width: 1000px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;  
    text-align: left;  /* left, right, center, justify */
    text-decoration: none; /* none, overline, line-through, underline */
    text-indent: 0px;
    text-transform: none; /* none, uppercase, lowercase, capitalize */
    /* text-shadow: 4px 4px 8px #aaa; */
    z-index:  0; /* works only with position element */
}







