body {    
    background: white url(../images/bodyBackground.jpg) top left repeat-x;
    behavior: url(css/csshover.htc);
}

.currentPage {
    font-weight: bold;
}


/*********/
/* debug */
/********/

#insidePanel 
, #headerPanel
, #contentPanel
, #leftPanel
, #centerPanel
, #rightPanel
, #footerPanel
{
    /*border: solid 1px;*/
}


/***************/
/* insidePanel */
/**************/

#insidePanel {    
    width: 1021px; 
    height: 708px;  
    position: relative;
    /*margin-top: 10px;*/
    position: absolute;
    left: 50%;
    margin-left: -510px;
    background: transparent url(../images/insidePanelBackground.jpg) top left repeat-y;   
}

/* IE min-height hack */
html>body #insidePanel {
    height: auto;
    min-height: 708px;    
}

#insidePanel2 {
    width: 100%;
    background: transparent url(../images/insidePanel2Background.jpg) bottom left no-repeat;    
}


/***************/
/* headerPanel */
/**************/

#headerPanel {                
    width: 100%;    
    height: 454px;
    background: transparent url(../images/headerPanelBackground.jpg) top left no-repeat;    
}


/****************/
/* contentPanel */
/****************/

#contentPanel {
    position: relative;
    left: 55px;
    margin-top: -300px;    
    width: 100%;
    height: 410px;        
}

/* IE min-height hack */
html>body #contentPanel {
    height: auto;
    min-height: 410px;    
}


/*************/
/* leftPanel */
/************/

#leftPanel {
    float: left;
    width: 230px;    
    height: 320px;    
    background: transparent url(../images/leftPanelBackground.jpg) top right no-repeat;
}

/* IE min-height hack */
html>body #leftPanel {
    height: auto;
    min-height: 320px;    
}

#menu {
    margin: 12px 0 0 0;
    padding-left: 25px;    
}

#menu li {    
    margin-left: 10px;
    padding-left: 2px;    
    margin-bottom: 10px;    
    list-style-image: url(../images/puce.gif);
}

#menu li a {    
    font-family: tahoma, sans-serif;
    font-size: 15px;
    color: #fcb913;
    font-weight: normal;
}

#menu li a:hover { 
    font-weight: bold;
    text-decoration: none;
}

#menu li ul {
    margin-left: 0;
    padding-left: 0;    
}     

#menu li ul li {
    margin-bottom: 0px;
    line-height: 11px;
    list-style-image: url(../images/puce2.gif);
}
  
#menu li ul a {   
    font-size: 11px;
}     

/*
#homeLink {
    display: block;
    position: absolute;
    left: 140px;
    bottom: 180px;    
    width: 30px;
    height: 40px;    
}

#homeLink span {
    display: none;
}
*/


/***************/
/* centerPanel */
/**************/

#centerPanel {
    float: left;
    width: 545px;    
    margin: 0;    
    position: relative;
    top: -37px;    
}

#pageTitle {
    font-family: "Comic sans MS", sans-serif;
    font-size: 20px;
    color: #ff9900;
    margin: 0 0 6px 0;
    padding-left: 20px;
    background: white url(../images/puce.gif) center left no-repeat;
}

#pageContent {
    margin: 0 12px;    
    text-align: justify;
}

#centerPanel a {
    font-weight: bold;
}

#centerPanel a:hover {
    text-decoration: underline;
}


/**************/
/* rightPanel */
/**************/

#rightPanel {        
    float: left;
    width: 170px;
    height: 280px;
    position: relative;
    top: -45px;    
}

#currentReceipt {
    margin: 10px;    
}

#currentReceipt div {
    text-align: center;
}

#currentReceiptTitle {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ff9900;        
}

#currentReceiptImage {
    text-align: center;
    width: 100%;        
    margin-top: 10px;
    margin-bottom: 10px;
}

#currentReceiptImage img {
    width: 120px;
    border: solid 1px;
}

#currentReceiptMakeReadyTime {

}

#currentReceiptCookingTime {

}

#currentReceiptFile {
    margin-top: 15px;
}

#currentReceiptFile a {
    font-weight: bold;
}

/*
#currentReceiptContent {
    width: 100%;    
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: #008ec3;
    text-align: justify;
    margin-top: 10px;    
}

#currentReceiptContent p {
    margin: 0;
    padding: 0;
}
*/


/***************/
/* footerPanel */
/**************/

#footerPanel {
    position: relative;
    width: 100%;    
    height: 130px;    
}

ul#footerMenu {
    width: 100px;
    margin: 10px;
    padding: 20px;
    position: relative;
    top: -100px;
    left: 100px;    
}

#footerMenu li { 
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 11px;
    list-style-image: url(../images/puce2.gif);
}

#footerMenu li a {
    font-family: tahoma, sans-serif;
    font-size: 11px;    
    color: #b5007b;
}  

#footerMenu li a:hover {
    font-weight: bold;
}

#informationsPanel {
    position: absolute;        
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;    
    color: #a00057;    
    left: 75px;
    bottom: 25px;    
}

#informationsPanel p {
    margin: 0;
    padding: 0;
}


/*******/
/* faq */
/******/

.faq {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.faq .question {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #990066;
    margin: 0;
}

.faq .response {
    margin-top: 10px;
    /*margin-bottom: 30px;*/
}


/********/
/* link */
/********/

.linkSectionTitle {
    font-family: "Comic sans MS", sans-serif;
    color: #ff9900;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin-top: 40px;
}

.link {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.link .informations {
    width: 80%;
}

.link .title {
    font-family: "Comic sans MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #990066;    
    text-transform: uppercase;
}

.link .description {

}

.link .address {

}

.link .contact {
    margin: 0;
    padding: 0;
    border: none;    
}

.link .email {

}

.link .phone {

}

.link .url {    
    
}

.link .image {
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.link img {
    /*width: 90px;*/
}


/***************/
/* publication */
/**************/

.publication {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.publication .informations {
    width: 80%;
}

.publication .title {
    font-family: "Comic sans MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #990066;    
    text-transform: uppercase;
}

.publication .description {

}

.publication .image {
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.publication img {
    /*width: 90px;*/
}


/***********/
/* receipt */
/**********/

.receipt {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.receipt .informations {
    width: 80%;
}

.receipt .title {
    font-family: "Comic sans MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #990066;   
    text-transform: uppercase;
}

.receipt .image {
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.receipt img {
    width: 90px;
}


/****************/
/* legacyPolicy */
/****************/

.owner {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.ownerName {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;    
    color: #990066;   
    text-align: center;
}

.ownerAddress {
    width: 35%;
}

.creator {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.creatorName {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;    
    color: #990066;
    text-align: center;
}

.creatorAddress {
    width: 35%;
}

.hosting {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.hostingName {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;    
    color: #990066;   
    text-align: center;
}

.hostingAddress {
    width: 35%;
}

.responsability {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.responsabilityTitle {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;    
    color: #990066;   
    text-align: center;
}

.contact {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

.contactTitle {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;    
    color: #990066;   
    text-align: center;
}


/***********/
/* contact */
/**********/

#contactInformations {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

#contactInformationsTitle {
    font-family: "Comic sans MS", sans-serif;
    font-size: 13px;
    font-weight: bold;    
    color: #990066;
    text-align: center;    
}

#contactForm {
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: #990066 solid 1px;
}

#contactFormTitle {
    font-family: "Comic sans MS", sans-serif;
    font-size: 14px;
    font-weight: bold;    
    color: #990066;
    text-align: center;    
}


.contactFormNameColumn {
    width: 25%;
}

#contactForm .input {
    width: 90%;
    border: grey solid 1px;
}

#contactForm textarea {
    height: 120px;
}

#contactForm .submit {
    text-align: center;
}

#contactForm .submitButton {
    margin-top: 20px;
    border: white solid 1px;
    color: white;
    background-color: #990066;
    
}