/* structure du site */
html, body{
  margin: 0px;
  padding: 0px;
  height: 100%;
}
html {
    background: #3A0202 url(../gfxkk/bg.gif) repeat-x;
}
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #330000;
    background: url(../gfxkk/background.gif) no-repeat right top;
}

#site {
    width: 900px;
    /*position: relative;*/
    margin-left: auto;
    margin-right: auto;
}

/* Redéfinition des balises et classes utilisées sur tout le site */
h1 {
    font-size: 15px;
    font-weight: bold;
    padding:0px;
    margin: 0px;
    padding-top: 5px;
}

h2 {
    font-size: 19px;
    font-weight: bold;
    padding:0px;
    margin: 0px;
    padding-bottom: 7px;
}

h3 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

a {
    color: #330000;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
}

form {
    padding: 0px;
    margin: 0px;
}

textarea {
    border: 1px solid white;
}

img {
    border: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.aright{
    text-align: right;
}

.clear {
    clear: both;
}

* html .imgPNG{
  margin-top: -1px;
}

.titleContent{
}

.textContent{
    padding-top: 20px;
}

.labelTitle{
    text-transform: uppercase;
    font-weight: bold;
    color: #660000;
    padding-bottom: 5px;
}

.label{
    padding-bottom: 2px;
}

.tip {
    width: 130px;
    border: 1px solid #660000;
    background-color: #CC0000;
}

.tip-title {
  	font-size: 11px;
  	color: #FFFFFF;
  	padding: 5px;
}

.separation{
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    background-color: red;
    border: 1px solid #CFCFCF;
}

.error_on_field {
    /*border: 2px dashed #0F0F0F !important;*/
    border: 1px dashed #CC0000 !important;
}

input[type=checkbox].error_on_field,
input[type=radio].error_on_field{
    outline-color:#CC0000;
    outline-style:dashed;
    outline-width:1px;
}

#closeLoginSlide,
#closeTellAFriendSlide,
#closeMainTellAFriendSlide,
#closeAmbassadorPopupSlide {
  cursor: pointer;
}

/*#imgZoomOut {
    background-color: #000000;
    text-align: center;
}
.zoom_in_out_upload_final, .zoom_in_out_vote_detail {
  padding-left: 3px;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
  position: absolute;
}
.zoom_in_out_upload_final {
  top: 155px;
  left: 390px;
}
.zoom_in_out_vote_detail {
  top: 415px;
  left: 460px;
}*/

/* bannière et tasse*/
#cup{
    position: absolute;
    z-index: 2;
    left: -78px;
    top: 10px;
}
#banner{
    position: absolute;
    z-index: 1;
    left: -96px;
    top: 170px;
}

/* Header */
#header {
}
    #vousNEtesPas{
        height: 15px;
        padding-top: 25px;
        padding-left: 165px;
        color: #FFFFFF;
    }
        #vousNEtesPas a{
            color: #FFFFFF;
            text-decoration: underline;
        }
    #slogan{
        height: 35px;
        padding-left: 165px;
    }

/* langues et menus*/
#menu {
    height: 36px;
    background: #FFFFFF url(../gfxkk/bgheader.gif) repeat-x;
    padding-left: 165px;
}
    #menu .menuElement {
        float: left;
        padding-right: 18px;
        padding-top: 7px;
        font-size: 17px;
        font-weight: bold;
        color: #3A0202;
    }
        #menu .menuElement a{
            text-decoration: none;
            color: #3A0202;
        }
        #menu .menuElement a:hover{
            color: #BB161C;
        }
            #menu .menuElement a.selected{
                color: #BB161C;
            }
    /*#menu #menuProduits {
        overflow: hidden;
    }
        #menu #menuProduits .menuSubElement{
          padding-top: 12px;
        }*/

    #languages {
        padding-top: 11px;
        padding-right: 15px;
        font-size: 16px;
        font-weight: bold;
        color: #BB161C;
        float: right;
    }
        #languages a{
            text-decoration: none;
            color: #FA1B0B;
        }
        #languages a:hover{
            color: #BB161C;
        }

/* Footer */
#footer {
    color: white;
    font-family: arial;
    padding: 5px 0px 10px 0px;
    position: absolute;
    bottom: -30px;
}
    #footer a{
        color: white;
    }

#footerFeatured {
  padding-left: 17px;
}
#footerFeatured #footerFeaturedImg {}
#footerFeatured #footerFeaturedLbl {
  padding-top: 9px;
  padding-left: 5px;
}

/* Classes des formulaires */
.smallLabel {
    width: 67px;
    padding-right: 6px;
    padding-top: 2px;
}

.mediumLabel {
    width: 164px;
}

.inputPopup{
  padding-right: 10px;
}

.largeLabel {
    font-weight: bold;
}

.popupInput{
    width: 165px;
}

.smallInput {
    width: 73px;
}

.captchaInput{
  width: 120px;
}

.mediumInput {
    width: 150px;
}

.largeInput {
    width: 315px;
}

.inputText {
    border: 1px solid #F7CFAB;
    background-color: #F7CFAB;
    padding-left: 4px;
    margin: 2px 0px 10px 0px;
    font-size: 11px;
}

.inputRadio {
    margin: 2px 5px 10px 0px;
    font-size: 11px;
    vertical-align: middle;
}

.buttonSubmit{
    margin-top: -2px;
}

/*.inputTextSmall {

}

.inputTextMedium {
    padding-left: 5px;
    width: 195px;
}

.inputTextLarge {
    padding-left: 5px;
    width: 420px;
}*/

.alignR {
    text-align: right;
}

.exp { vertical-align: super; font-size: 50%; }

/* Contenu */
#contentWrapper{
    position: relative;
    z-index: 0;
}

#contenu {
    background-color: white;
    padding-bottom: 10px;
    position: absolute;
    z-index:1;
    width: 900px;
}

#contentLeft{
    width: 445px;
}
#contentRight{
    width: 455px;
}
/* detail vote page */
#contentDetailLeft{
    width: 500px;
}
#contentDetailRight{
    width: 400px;
}

/* Accueil temporaire */
#comingSoonWrapper{
  padding-top: 90px;
  padding-left: 10px;
}
  #comingSoonWrapper #textComingSoon{
    padding-left: 30px;
    padding-top: 10px;
  }
  #comingSoonWrapper #formulaireIndexTmp{
    padding-top: 25px;
    padding-left: 30px;
  }
    #comingSoonWrapper #formulaireIndexTmp #labelName,
    #comingSoonWrapper #formulaireIndexTmp #labelFirstName,
    #comingSoonWrapper #formulaireIndexTmp #labelMail{
      padding-bottom: 2px;
      width: 168px;
      padding-right: 10px;
    }
    #comingSoonWrapper #formulaireIndexTmp #submitBtn{
      margin-top: -10px;
      padding-left: 10px;
    }
    #comingSoonWrapper #formulaireIndexTmp #inputName,
    #comingSoonWrapper #formulaireIndexTmp #inputFirstname,
    #comingSoonWrapper #formulaireIndexTmp #inputMail{
      margin-right: 8px;
    }

/* Accueil */
/*SURVEY*/
#surveyWrapper{
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 40px;
	display: none;
}
    #surveyTitle{
        padding-bottom: 5px;
    }
      	#surveyTitleIntro{
            font-size: 12px;
            font-weight: bold;
            color: #660000;
            padding-top: 5px;
            padding-bottom: 5px;
      	}

  	#surveyQuestions{
  	   padding-top: 5px;
  	   padding-bottom: 10px;
  	}
        #surveyError {
		  color: red;
		  font-weight: bold;
          padding: 1px 0px 0px 0px;
        }
  			#surveyQuestion .question{
  		      padding-top: 2px;
  		      padding-left: 30px;
        }
        #surveyQuestion .question.first{
            padding-left: 0px;
        }
  			#surveyQuestion .radioButton{
            width: 15px;
  			}
        #surveyQuestion #buttonRow #surveyLoader {
            display: none;
            height: 32px;
            width: 32px;
            background: url(../gfxkk/ajax-loader.gif) no-repeat center;
        }

	#surveyResult{
    	display:none;
	}

		#surveyResult .answerRow{
  			padding-bottom: 2px;
		}
		  #surveyResult .surveyGraph{
		    width: 230px;
      }

			#surveyResult .answer{
  				width:100px;
			}
				#surveyResult #answerResultGraph_1,
        #surveyResult #answerResultGraph_2,
        #surveyResult #answerResultGraph_3{
  					background-color: #ff0000;
  					height: 12px;
				}

			#surveyResult .answerResultPercent{
  				width:35px;
  				padding-left:5px;
  				font-weight: bold;
			}
		#answerImg{
		   margin-left: -15px;
    }
    #answerTextWrapper{
		    width: 330px;
		    color: #FF0000;
    }
        #answerTextImg{
            font-weight: bold;
            padding-top: 10px;
        }
        #answerTextContent{
            letter-spacing: 0px;
        }
            #answerTextContent ul{
                padding: 0px;
                margin: 0px;
            }

/*END SURVEY*/
/* left */
#videoAccueil {
    padding-top: 80px;/*15px*/
    padding-left: 50px;
    padding-right: 40px;
}

    #videoAccueil #preview {
        background: url(../gfxkk/bgindex.gif) no-repeat top left;
        padding-top: 3px;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 3px;
    }

    #videoAccueil #telecharger {
        padding-left: 4px;
        padding-top: 5px;
    }
      #videoAccueil #telecharger a{
        text-decoration: underline;
      }
    #videoAccueil #addthis{
        padding-top: 5px;
        padding-right: 4px;
    }

    #videoAccueil #envoyer {
        float: left;
        width: 220px;
        text-align: right;
    }
      #videoAccueil #envoyer a{
        font-weight: bold;
        font-size: 13px;
        text-decoration: underline;
      }
    #videoAccueil #lecteurExportable {
        padding-top: 10px;
        padding-left: 3px;
    }
      #videoAccueil #lecteurExportable #lecteurExport{
          background-color: #CC0000;
          border: 1px solid #660000;
          color: #ffffff;
          padding: 2px 0px 2px 5px;
          width: 418px;
      }
/* right */
#igloo{
    position: absolute;
    top: 110px;
    right: -110px;
}
#indexRightWrapper{
    padding-top: 25px;
}
    #priceDescription{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #indexContentWrapper{
        width: 365px;
    }
        #indexContent{
            padding-top: 5px;
            padding-bottom: 20px;
        }

    #participezButton{
        padding-top: 10px;
        padding-right: 5px;
        background-color: white;
    }
    #separationWrapper{
        padding-top: 25px;
    }

    #indexVoteText{
        padding-left: 4px;
        padding-bottom: 5px;
        font-size: 11px;
    }

#dernieresEntrees{
}
    #dernieresEntrees .lastVideosThumbnail{
      padding: 3px 9px 3px 4px;
      background: url(../gfxkk/bgthumb.gif) no-repeat top left;
    }
/* upload.php */
/* left */
#participezWrapper{
    margin-left: 25px;
    margin-top: 60px;
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 50px;
    height: 400px;
    background: url(../gfxkk/bgupload.jpg) no-repeat top left;
}
#heligloo{
    position: absolute;
    top: 20px;
    right: -90px;
}
/* right */
#participezDisplayTop{
    padding-top: 20px;
    height: 70px;
    width: 235px;
}
#participezUploadInfo{
    width: 280px;
}
    #participezUploadInfo #priceParticipation{
        text-transform: uppercase;
        color: #FF0000;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    #participezUploadInfo #fichiersSupportes{
      padding-top: 10px;
      padding-bottom: 10px;
      color: #660000;
      line-height: 15px;
    }
    #securiteCaptcha{
      padding-left: 5px;
      padding-right: 5px;
    }

#formUpload {
    padding-top: 20px;
}
    #form_media{
        padding-bottom: 10px;
    }

    #formUpload #showWhenTransforming {
        display: none;
        padding-left: 130px;
        height: 32px;
        width: 32px;
        background: url(../gfxkk/ajax-loader.gif) no-repeat center right;
    }
/* ******* */
.thumbImage{
  border: 2px solid #FFFFFF;
}
.selectedImage{
  border: 2px solid #660000;
}

#demo-fallback{
  display: none;
}
#demo-status {
	padding-top: 5px;
        width: 400px;
        display: none;
}

#demo-status .progress {
	background: white url(../gfx/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#barre-overall {
  display: none;
}
  #barre-overall .progress{
    margin-top: 2px;
  }

#demo-list {
    list-style: none;
    width: 400px;
    margin:	0;
    display: none;
}

#demo-list li.file
{
	border-bottom: 1px solid #eee;
	background: url(../gfx/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading {
	background-image: url(../gfx/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(../gfx/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(../gfx/failed.png);
}

#demo-list li.file .file-name
{
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height:	40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear: both;
}

#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

/* Upload_anim.php */
#animWaiting{
  padding-top: 80px;
  text-align: center;
}

/* Upload final*/
/* left */
#apercuWrapper{
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 25px;
}
  #apercuWrapper .titleContent{
      padding-bottom: 15px;
      padding-right: 13px;
      text-align: right;
  }
  #uploadPreviewWrapper{
    height: 315px;
    width: 391px;
    background: url(../gfxkk/bgapercu.gif) no-repeat 0 0;
    padding-left: 4px;
    padding-top: 3px;
  }
  #uploadColLeftForm{
    padding-top: 10px;
  }
  #thumbsChoice{
    padding-top: 10px;
  }
    #apercuWrapper .labelTitle{
      padding-left: 3px;
    }
/* right */
#inscriptionDisplayTop{
    padding-top: 55px;
    padding-right: 55px;
}
  #zipcode{
      margin-right: 10px;
  }
  #coordonnees{
      padding-right: 55px;
      padding-bottom: 10px;
  }
  #membres{
      padding-right: 55px;
  }
      #membres .name input{
          width: 106px;
          margin-right: 10px;
      }
      #membres .mail input{
          width: 144px;
      }
      #membres .labelMembres{
          width: 122px;
          padding-bottom: 5px;
      }
  #conditionsWrapper{
      padding-right: 55px;
      padding-bottom: 10px;
      color: #660000;
  }
      #conditionsWrapper #uploadCheckbox{
          padding-top: 10px;
          padding-right: 30px;
          padding-bottom: 20px;
          width: 365px;
          background: url(../gfxkk/2_points.gif) no-repeat right 55px;
      }


/*#loupeImage {
  overflow: hidden;
  width: 383px;
  height: 307px;
  position: relative;
}
#imgZoomIn{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}*/

/* Upload confirm*/
#uploadConfirmWrapper{
    padding: 70px 100px 70px 0px;
    color: #660000;
}
    #contentUploadConfirm{
        padding-left: 160px;
        padding-top: 25px;
        background: url(../gfxkk/fleche.gif) no-repeat 110px top;
    }
        #contentUploadConfirm .titleContent{
            padding-left: 55px;
        }
        #contentUploadConfirm .textContent{
            background: url(../gfxkk/4_points.gif) no-repeat bottom right;
            padding-bottom: 20px;
        }
        #sendToFriend{
            padding-top: 10px;
        }
          #sendToFriend .name input{
              width: 106px;
              margin-right: 10px;
          }
          #sendToFriend .mail input{
              width: 144px;
              margin-right: 10px;
          }
          #sendToFriend .point{
              margin-top: -2px;
          }
          #sendToFriend .labelFriends{
              width: 122px;
              padding-bottom: 5px;
          }

/* Upload success */
#uploadSuccessWrapper{
    padding: 85px 120px 190px 70px;
}
    #uploadSuccess{
        background: url(../gfxkk/helico.jpg) no-repeat top left;
        padding-top: 130px;
        padding-left: 90px;
        color: #660000;
    }
        #uploadSuccessTxt{
            padding-bottom: 25px;
        }
        #uploadSuccessButtons{
            text-align: right;
            margin-top: -10px;
        }
/* POP-UP */
/* générique pour tous les popups*/
#closeSlide{
  right: 10px;
  top: 5px;
  position: absolute;
  z-index: 15;
}
#titlePopup{
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
}
#sloganPopup{
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #FF0000;
  text-transform: uppercase;
}
#captchaWrapper{
  padding-top: 15px;
}
    #captchaLogin{
      padding-right: 20px;
      padding-left: 5px;
    }
    #codeSecurityInput{
      padding-top: 5px;
    }
/*#formErrorFriend {
  height: 40px;
  padding-left: 30px;
  background: url(../gfx/error.gif) no-repeat 10px top;
}
  #formErrorFriend p{
    padding: 2px 0px 0px 0px;
    margin: 0px;
  }*/

/* Form Login */
#formLoginWrapper {
  position: absolute;
  /*top: 276px;*/
  bottom: 0px;
  right: 20px;
  z-index: 10;
  width: 396px;
  height: 332px;
  visibility: hidden;
}
  #formLoginWrapper .inputText{
      background-color: white;
      border: 1px solid white;
  }

  #formLoginHidder {
    position: relative;
    overflow: hidden;
    height: 332px; /* height from #formLoginWrapper */
  }

    #formLogin {
      /*position: absolute;*/
      top: 332px; /* height from #formLoginWrapper */
      width: 396px; /* width from formLoginWrapper */
      height: 332px; /* height from #formLoginWrapper */
      background: url(../gfxkk/popupLogin.png) no-repeat bottom left;
    }

      #formLoginContent{
        padding-left: 20px;
      }
        #formVoter{
          padding-top: 10px;
        }
          #checkboxes{
            width: 270px;
          }
          #points{
              padding-top: 40px;
          }
          #captchaWrapper{
            padding-top: 15px;
          }
            #captchaLogin{
              padding-right: 20px;
              padding-left: 5px;
            }
            #codeSecurityInput{
              padding-top: 5px;
            }
            #submitVoterBtn{
              margin-top: -2px;
            }
      #newsletterInfo {
        visibility: hidden;
      }

/* Thanks for voting popup */
#thanksForVotingWrapper {
  /* top + height = 625px ! */
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 10;
  width: 396px;
  height: 86px;
  visibility: hidden;
}

  #thanksForVotingHidder {
    position: relative;
    overflow: hidden;
    height: 86px; /* height from #formLoginWrapper */
  }

    #thanksForVoting {
      position: absolute;
      top: 86px; /* height from #formLoginWrapper */
      width: 396px; /* width from formLoginWrapper */
      height: 86px; /* height from #formLoginWrapper */
      background: url(../gfxkk/popupThanks.png) no-repeat bottom left;
    }

      #thanksForVotingContent{
          padding-left: 5px;
      }
        #thanksForVotingLbl{
          padding-left: 10px;
          padding-top: 35px;
        }

/* Already voted */
#alreadyVotedWrapper {
  /* top + height = 625px ! */
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 10;
  width: 396px;
  height: 86px;
  visibility: hidden;
}

  #alreadyVotedHidder {
    position: relative;
    overflow: hidden;
    height: 86px; /* height from #formLoginWrapper */
  }

    #alreadyVoted {
      position: absolute;
      top: 86px; /* height from #formLoginWrapper */
      width: 396px; /* width from formLoginWrapper */
      height: 86px; /* height from #formLoginWrapper */
      background: url(../gfxkk/popupAlready.png) no-repeat bottom left;
    }

      #alreadyVotedContent{
        padding-left: 10px;
      }
        #alreadyVotedLbl{
          padding-left: 10px;
          padding-top: 20px;
        }
            #alreadyVotedLbl .label1{
                font-weight: bold;
                font-size: 12px;
                color: #FF0000;
            }
            #alreadyVotedLbl .label2{
                font-weight: bold;
            }

/* Tell a friend popup */
#tellAFriendWrapper {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 10;
  width: 396px;
  height: 459px;
  visibility: hidden;
}
  #tellAFriendWrapper .inputText{
      background-color: white;
      border: 1px solid white;
  }
  #tellAFriendHidder {
    position: relative;
    overflow: hidden;
    height: 459px; /* height from #formLoginWrapper */
  }

    #tellAFriend {
      /*position: absolute;*/
      top: 459px; /* height from #formLoginWrapper */
      width: 396px; /* width from formLoginWrapper */
      height: 459px; /* height from #formLoginWrapper */
      background: url(../gfxkk/popupFriends.png) no-repeat bottom left;
    }
      #tellAFriendContent{
        padding-left: 20px;
      }
          #formTellAFriend{
            padding-top: 20px;
            padding-left: 15px;
            padding-right: 10px;
            color: #330000;
          }
            #formTellAFriend .name input{
                width: 90px;
                margin-right: 5px;
            }
            #formTellAFriend .mail input{
                width: 110px;
            }
            #formTellAFriend .labelName{
                width: 101px;
                padding-bottom: 5px;
            }
            #formTellAFriend .point{
                margin-top: -2px;
            }
            #mailsWrapper{
                padding-top: 15px;
                padding-bottom: 10px;
            }
            #messageTellAFriend{
                width: 316px;
            }
            #submitTellAFriendBtn{
              margin-top: -2px;
            }

/* Voting page: Projects listing */
#listing {
  /*margin: auto;*/
  padding-left: 35px;
  padding-right: 35px;
}
  #listingBannerWrapper{
      padding-left: 115px;
      padding-top: 5px;
  }
      #listingBanner{
          height: 110px;/*120px*/
          /*background: url(../gfxkk/bgvote.jpg) no-repeat top left;*/
          padding-left: 25px;
          padding-top: 20px;
      }
	.labelsGagnants{
		padding-left: 65px;
		padding-top: 20px;
		color: #660000;
	}
	.labelsGagnants .line1{
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 0px 0px 0px;
		color: #660000;
	}
	.labelsGagnants .line2{
		text-transform: uppercase;
		padding: 4px 0px 0px 0px;
		font-size: 10px;
		color: #660000;
	}
      #bannerRight{
          width: 370px;
          padding-left: 10px;
          color: #660000;
      }
          #bannerRight p{
              margin: 0px;
              padding: 0px;
          }

      #listingOptions{
          padding-left: 90px;
          padding-top: 5px;
          padding-bottom: 3px;
      }
          #listingOptionsTxt{
              padding-left: 40px;
              padding-top: 3px;
              background: url(../gfxkk/minifleche.gif) no-repeat top left;
              width: 290px;
          }
          #listingOptionButtons{
              padding-left: 20px;
          }
	.titregagnants{
		font-weight: bold;
		text-transform: uppercase;
		color: #660000;
		padding: 0px 0px 3px 0px;
	}
	.gagnants{
		color: #660000;
		padding: 0px 0px 10px 0px;
	}

  #listingProjects {
    padding-top: 15px;
    height: 280px;/*420px*/
  }
    #listingProjects .project {
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 10px;
    }
      #listingProjects .project .projectTitle{
        padding-left: 3px;
        padding-bottom: 2px;
        color: #FF0000;
		overflow: hidden;
		width: 129px;
		height: 13px;
		white-space: nowrap;
      }
      #listingProjects .project .projectPoints{
        padding-left: 3px;
        color: #FF0000;
        font-weight: bold;
      }

      #listingProjects .project .projectThumbnail {
        background: url(../gfxkk/bgthumb.gif) no-repeat top left;
        padding-top: 3px;
        padding-left: 4px;
        padding-bottom: 5px;
        padding-right: 4px;
      }
  #listingChangePage {
    height: 35px;
    text-align: center;
  }
    #listingChangePage #currentPage{
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
    }

/* Voting Page Detail */
#voteDetailMain {
  padding-left: 55px;
  padding-top: 85px;
  padding-bottom: 10px;
}

  #voteDetailTitle{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 3px;
  }
  #backToGallery{
    padding-right: 60px;
  }
  #voteDetailPreviewWrapper{
    padding-left: 3px;
  }

    #voteDetailPreview {
      width: 383px;
      text-align: center;
    }

    #voteDetailMain .zoom_in_out_vote_detail{
        padding-left: 10px;
    }
  #voteDetailInfos{
    background: url(../gfxkk/bgdetail.jpg) no-repeat 0px -3px;
    height: 58px;
    padding-left: 10px;
    padding-top: 5px;
  }
      #voteDetailPoints{
          font-size: 13px;
          font-weight: bold;
          padding-top: 10px;
          width: 240px;
      }

      #voteDetailInfosRight{
          letter-spacing: -1px;
      }
          #voteDetailInfosRight .point{
              padding-left: 5px;
              padding-top: 1px;
          }
      /*#voteDetailSendToFriends, #voteDetailVote{
          padding-right: 28px;
          background: url(../gfxkk/1_point.png) no-repeat top right;
          height: 22px;
          padding-top: 3px;
      }*/
  #lecteurExport{
      background-color: #CC0000;
      border: 1px solid #660000;
      color: #ffffff;
      padding: 2px 0px 2px 5px;
      margin-left: 3px;
      width: 376px;
  }

#voteDetailTopRate {
    padding-top: 35px;
    padding-bottom: 20px;
    width: 180px;
}
#voteDetailRandom {
    padding-top: 35px;
    padding-bottom: 20px;
    width: 200px;
}

  #voteDetailTopRateTitle,
  #voteDetailRandomTitle{
      text-align: center;
      height: 50px;
  }

  #voteDetailTopRate #voteDetailTopRateVideo,
  #voteDetailRandom #voteDetailRandomVideo {
      background: url(../gfxkk/bgthumbmini.gif) no-repeat left top;
      padding: 3px 4px 5px 4px;
      width: 102px;
      margin: auto;
  }

/* *** */

 #textContentHistorique, #textContentGamme, #textContentWinners, #textContentJury, #textContentAmbassador {
    margin:auto;
    width:870px;
    overflow:auto;
 }

 #textContentGamme, #textContentJury, #textContentAmbassador {
    height:390px;
 }

 #textContentHistorique {
    height:335px;
 }
 #titleHistorique{
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
 }
 #textContent .textContentContent{
	width:800px;
	padding-left:5px;
 }
    #textContent .textContentContent p{
      margin: 0px;
    }

/* Contact */
#contactWrapper{
  height: 425px;
  padding: 95px 100px 0px 110px;
}
    #contentContact{
        padding-left: 50px;
        padding-top: 25px;
        background: url(../gfxkk/fleche.gif) no-repeat top left;
    }
        #contentContact .titleContent{
            padding-left: 55px;
        }

    #formulaire{
        padding-top: 35px;
    }
        #textContact,
        #confirmContact{
            padding-bottom: 25px;
        }
            #textContact p,
            #confirmContact p{
                padding: 0px;
                margin: 0px;
            }

        #formErrorContact{
          padding-bottom: 15px;
          padding-top: 15px;
          color: #FF0000;
        }

        #formulaire .labelContact{
            width: 127px;
            padding-bottom: 2px;
        }
        #formulaire .name input{
            width: 116px;
            margin-right: 5px;
        }
        #formulaire .mail input{
            width: 147px;
        }
        #formulaire .message textarea{
          width: 400px;
          height: 70px;
          margin: 0px;
        }
        #formulaire #btnSubmit{
          text-align: right;
          width: 410px;
          padding-top: 10px;
        }

#participezWrapper .textContent {
  font-size: 10px;
}

#cartouche {
  padding: 20px 0px 0px 75px;
}
