.clearz {
	clear: both;
	visibility: hidden;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

div#content-large {
	background-color: #533931;
	float:left;
	width:746px;
	position: relative;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 85px 0 90px 0;
}

#backgrounds, #backgrounds img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#img-title {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 10;
	width: 100%;
}

#img-title-recette {
	position: absolute;
	top: 3px;
	left: 25px;
	z-index: 10;
	width: 100%;
}



#img-title img, #annonce-home img {
	display: block;
	margin: 0 auto;
}

/*--HOME--*/
#theme-du-mois {
	font-size: 14px;
	font-weight: bold;
	color: #543931;
	text-align: center;
	position: absolute;
	top: 293px;
	left: 133px;
}

#annonce-home {
/*	background: url(../images2/corner-home.png) center top no-repeat;
	position: relative;
	width: 308px;
	float: right;
	margin: 30px 40px 30px 0;
	*/
	position: relative;
	width: 308px;
	float: right;
	margin: 30px 40px 30px 0;
}

#theme-du-mois small {
	font-size: 11px;
}

#annonce-home .dot-content {
	text-align: center;
	padding: 10px 16px 5px 12px;
}

#annonce-home .corner-content {
	text-align: center;
	padding: 20px 16px 25px 12px;
}

#annonce-home p {
	font-size: 15px;
	margin-bottom: 10px;
}

#annonce-home strong {
	font-size: 14px;
	color: #fff;
}

#annonce-home small {
	font-size: 14px;
}


/*--NAVIGATION TRANCHES--*/
#nav-tranches {
	position: absolute;
	bottom: -55px;
	left: 0;
	z-index: 2;
	overflow: hidden;
	height: 170px;
	width: 100%;
}

#nav-tranches div {    
	position: absolute;
	bottom: -35px;
}

#nav-tranches div img {
	display: block;
	margin: 0 auto;   
}

#tranche-reglement {  
	width: 100px;
	left: 20px;        
}

#tranche-dotation { 
	width: 204px; 
	left: 140px;
	z-index: 1;
}

#tranche-jouer {   
	left: 280px;
	width: 204px;
  z-index: 3;
}

#tranche-galerie {
	width: 204px; 
	left: 447px;
	z-index: 1;
}

/*--DOTATION--*/
#dotation {
	position: relative;
}

.dotation {
	position: relative;
}

.dot-fleche {
	position: absolute;
	top: 0;
	left: 0;
}

.top-titre-cadre {
	position: absolute;
	top: -29px;
	left: 5px;
}

.top-titre-cadre-small {
	position: absolute;
	top: -19px;
	left: 5px;
}

.btn-bottom-right {
	position: absolute;
	bottom: -36px;
	right: 4px;
}

.btn-bottom-right-small {
	position: absolute;
	bottom: -36px;
	right: 0px;
}

#dot-prix-1 {
	width: 256px;
	padding: 25px 0 0 35px;
	float: left;
	margin-left: 20px;
}

.dot-content {
	position: relative;
}

#dot-prix-1 .dot-content {
	padding: 0 12px 15px 12px;
}

.dot-content h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.dot-content h5 {
	font-size: 12px;
	margin-bottom: 5px;
}

.dotation-small {
	width: 190px;
	padding: 15px 0 0 25px;
	float: left;
	margin-top: 20px;
	display: inline-block;
}

.dotation-small .dot-content {
	padding: 5px 5px 10px 5px;
}

.dotation-autres {
	width: 396px;
	padding: 15px 0 0 25px;
	float: left;
	margin-top: 20px;
}

.dotation-autres .dot-content {
	padding: 10px 20px 10px 20px;
}

.dot-content img {
	display: block;
	margin: 0 auto;
}

/* Cadre bords arrondis  */
/* fond marron / ombres */
.r-t-l-b {
	background: url(../images2/rounded-top-left-b.png) left top no-repeat;
	height: 11px;
	width: 50%;
	float: left;
}

.r-t-r-b-s {
	background: url(../images2/rounded-top-right-b-s.png) right top no-repeat;
	height: 11px;
	width: 50%;
	float: left;
}

.r-r-b-s {
	background: url(../images2/rounded-right-b-s.png) right top repeat-y;
	clear: both;
	float: none;
	padding-right: 11px;
}

.r-l-b {
	background: url(../images2/rounded-left-b.png) left top repeat-y;
}

.r-b-l-b-s {
	background: url(../images2/rounded-bottom-left-b-s.png) left top no-repeat;
	height: 17px;
	width: 50%;
	float: left;
}

.r-b-r-b-s {
	background: url(../images2/rounded-bottom-right-b-s.png) right top no-repeat;
	height: 17px;
	width: 50%;
	float: left;
}

/* fond transparent / ombre */
.r-t-l-t {
	background: url(../images2/rounded-top-left-t.png) left top no-repeat;
	height: 7px;
	width: 50%;
	float: left;
}

.r-t-r-t-s {
	background: url(../images2/rounded-top-right-t-s.png) right top no-repeat;
	height: 7px;
	width: 50%;
	float: left;
}

.r-r-t-s {
	background: url(../images2/rounded-right-t-s.png) right top repeat-y;
	clear: both;
	float: none;
	padding-right: 11px;
}

.r-l-t {
	background: url(../images2/rounded-left-t.png) left top repeat-y;
}

.r-b-l-t-s {
	background: url(../images2/rounded-bottom-left-t-s.png) left top no-repeat;
	height: 17px;
	width: 50%;
	float: left;
}

.r-b-r-t-s {
	background: url(../images2/rounded-bottom-right-t-s.png) right top no-repeat;
	height: 17px;
	width: 50%;
	float: left;
}

/* fond transparent / sans ombre */
.r-t-r-t {
	background: url(../images2/rounded-top-right-t.png) right top no-repeat;
	height: 7px;
	width: 50%;
	float: left;
}

.r-r-t {
	background: url(../images2/rounded-right-t.png) right top repeat-y;
	clear: both;
	float: none;
}

.r-b-l-t {
	background: url(../images2/rounded-bottom-left-t.png) left top no-repeat;
	height: 8px;
	width: 50%;
	float: left;
}

.r-b-r-t {
	background: url(../images2/rounded-bottom-right-t.png) right top no-repeat;
	height: 8px;
	width: 50%;
	float: left;
}







/*--POPUP--*/
#concours-popup {
	position: absolute;
	width: 500px;
	left: 50%;
	top: 290px;
	margin-left: -150px;
	z-index: 200;
	padding-top: 60px;
}

#concours-popup .concours-popup-content {
	width: 394px;
	margin: 0 auto;
}

#concours-popup .concours-popup-content .popup-top {
	background: url(../images2/popup-top.png) center no-repeat;
	height: 12px;
}

#concours-popup .concours-popup-content .popup-bottom {
	background: url(../images2/popup-bottom.png) center no-repeat;
	height: 13px;
}

#concours-popup .concours-popup-content .popup-center {
	background: url(../images2/popup-center.png) center repeat-y;
	padding-right: 4px;
}


#concours-popup .concours-popup-content .popup-center .popup-img {
	position: relative;
}

#concours-popup .concours-popup-content .popup-center .popup-img img {
	display: block;
	margin: 0 auto;
}

#concours-popup .concours-popup-content .popup-center .popup-img .logo-camp-popup {
	position: absolute;
	left: 2px;
	bottom: -25px;
}

#concours-popup .concours-popup-content .popup-center .popup-description {
	font-size: 18px;
	text-align: center;
	padding: 25px 20px 5px 20px;
	position: relative;
}

#concours-popup .concours-popup-content .popup-center .popup-picto {
	padding-left: 10px;
	float: left;
}

/* navigation popup */
#concours-popup #nav-popup-prev {
	position: absolute;
	left: 0;
	top: 170px;
}

#concours-popup #nav-popup-next {
	position: absolute;
	right: 0;
	top: 170px;
}

/* close popup */
#concours-popup #close-popup-concours {
	position: absolute;
	right: 58px;
	top: 40px;
	background-color: #603f2f
}


/*--GALERIE--*/
#galerie {
	position: relative;
	padding: 25px 1px 0 5px;
	height: 300px;
}

#search-galerie {
	position: absolute;
	z-index: 20;
	left: 7px;
	top: 70px;
}

#search-galerie input {
	vertical-align: middle;
}

#search-galerie-input {
	border: #fff4e5 1px solid;
	background-color: #603f2f;
	width: 200px;
	padding: 3px;
	font-size: 12px;
	color: #ad9079;
}

/* classement */
#classement-galerie {
	position: absolute;
	width: 210px;
	right: 15px;
	top: 15px;
	padding: 15px 0 0 25px;
	z-index: 20;
}

#classement-galerie .dot-content {
	padding: 10px 5px 5px 5px;
}

.menudrop {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.menudrop a {
	background-color: #fff4e5;
	color: #4d241b;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	width: 160px;
}

.menudrop a.initor {
	background: #fff4e5 url(../images2/initor-off.jpg) right center no-repeat;
}

.menudrop a.initor-on {
	background: #fff4e5 url(../images2/initor-on.jpg) right center no-repeat;
}

.menudrop ul {
	position: absolute;
	display: none;
}

.menudrop li a:hover {
	background-color: #4d241b;
	color: #fff4e5;
}


.galerie-block {
	background: url(../images2/galerie-block.png) left top no-repeat;
	width: 136px;
	height: 132px;
	float: left;
	padding: 6px 9px 6px 3px;
	position: relative;
}

.galerie-block:hover {
	background: url(../images2/galerie-block-hover.png) left top no-repeat;
}

.galerie-block .galerie-miniature {
	position: relative;
}

.galerie-block .galerie-miniature img {
	display: block;
	margin: 0 auto;
}

.galerie-block .galerie-miniature .logo-camp-mini {
	position: absolute;
	left: 2px;
	bottom: -8px;
	width: 49px;
}

.galerie-block .galerie-block-description {
	padding-top: 5px;
	font-size: 11px;
	text-align: center;
}

.galerie-block .galerie-rating {
	position: absolute;
	bottom: 8px;
}

.galerie-block .galerie-rating span {
	float: left;
	margin: 0 6px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6;
}

/* navigation galerie */
#nav-galerie {
	position: relative;
	text-align: center;
	margin: 25px 0 10px 0;
}

#nav-galerie .nav-galerie-left {
	background: url(../images2/nav-galerie-left.png) left top no-repeat;
	padding: 10px 0 20px 10px;
	position: relative;
}

#nav-galerie .nav-galerie-left a {
	color: #fff4d6;
	padding: 3px;
	text-decoration: none;
}

#nav-galerie .nav-galerie-left span {
	background-color: #fff4d6;
	color: #4e241d;
	padding: 3px 5px;
}

#nav-galerie span.nav-galerie-right {
	background: transparent url(../images2/nav-galerie-right.png) right top no-repeat;
	position: absolute;
	top: 0;
	right: -17px;
	display: block;
	height: 42px;
	width: 21px;
	padding: 0;
}

/*--INSCRIPTION--*/
#concours-inscription {
	position: relative;
	padding: 20px 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#inscription-nouveau {
	width: 280px;
	margin-top: 40px;
}

.inscription-concours {
	float: left;
	position: relative;
	margin-left: 60px;
}

#inscription-nouveau .dot-content {
	padding: 10px 25px 5px 25px;
}

.inscription-concours .dot-content {
	font-size: 11px;
	color: #ffd9b9;
}

.inscription-concours .fleche-in {
	position: absolute;
	left: 7px;
	top: 20px;
/*	border: 1px solid blue;*/

	width: 50px;
}

.inscription-concours .btn-cliquez {
	margin-left: 30px;
}

.inscription-concours .btn-cliquez img {
	display: inline;
	margin-top: 10px;
}

#inscription-identifier {
	position: relative;
	width: 270px;
	padding: 30px 0 0 30px;
}

#inscription-identifier .top-titre-cadre-small {
	top: -24px;
}

#inscription-identifier .dot-content {
	padding: 2px 5px 20px 10px;
}

#inscription-identifier form  {
	padding-top: 10px;
}

#inscription-identifier form label {
	display: block;
	float: left;
	width: 100px;
	padding: 1px 0;
	margin: 2px 0;
}

#inscription-identifier form input.input-field {
	background-color: #fff4e8;
	width: 135px;
	border: none;
	color: #614132;
	padding: 1px 2px;
	margin: 2px 0;
}

#inscription-identifier small {
	font-size: 10px;
}

#inscription-identifier small a {
	color: #ffd9b9;
	text-decoration: underline;
}

/* inscription felicitations */
#inscription-felicitation {
	position: relative;
	width: 470px;
	margin: 20px auto;
}

.inscription-block-top {
	background: url(../images2/felicitation-block-top.png) center no-repeat;
	height: 10px;
}

.inscription-block-bottom {
	background: url(../images2/felicitation-block-bottom.png) center no-repeat;
	height: 10px;
}

.inscription-block-center {
	background: url(../images2/felicitation-block-center.png) center repeat-y;
	text-align: center;
	padding: 0 15px 20px 15px;
	position: relative;
}

.inscription-block-center img {
	display: block;
	margin: 0 auto;
}

.inscription-block-center p {
	margin-top: 10px;
}

.inscription-block-center h6 {
	font-size: 16px;
	margin-bottom: 15px;
}

.inscription-block-center small {
	font-size: 11px;
}

a#insc-felicitations-continuez {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
}

/* Upload */
#upload-theme-du-mois {
	width: 280px;
	float: left;
	margin: 30px 0 0 25px;
	position: relative;
}

#upload-theme-du-mois .dot-content {
	padding: 5px;
	position: relative;
	text-align: center;
}

#upload-theme-du-mois .fleche-3 {
	position: absolute;
	top: 0;
	left: 2px;
	width: 43px;
}

#upload-theme-du-mois .dot-content h1 {
	font-size: 20px;
	font-weight: bold;
}

#upload-theme-du-mois .dot-content p {
	margin-bottom: 15px;
}

#upload-theme-du-mois .dot-content h6 {
	font-size: 16px;
}

#upload-photo {
	width: 320px;
	float: left;
	margin: 20px 0 0 10px;
	position: relative;
}

#upload-photo .dot-content {
	padding: 15px 20px 20px 20px;
}

#upload-photo .dot-content input.input-field {
	background-color: #fff4e8;
	border: none;
	width: 135px;
	color: #614132;
	padding: 3px 2px;
	margin-bottom: 12px;
}

#upload-photo .dot-content input.input-upload {
	background-color: #fff4e8;
	/*width: 235px;*/
	border: transparent 0px;
	color: #614132;
	padding: 3px 2px;
	margin-bottom: 12px;
}

#upload-photo .dot-content textarea.textarea-field {
	background-color: #fff4e8;
	width: 140px;
	height: 140px;
  border: transparent 0px;
	color: #614132;
	padding: 3px 2px;
	margin-bottom: 12px;
}

#upload-photo .dot-content label {
	font-size: 11px;
	padding-right: 15px;
	vertical-align: top;
}

#upload-photo .dot-content small {
	font-size: 10px;
}

#upload-photo .dot-content small a {
	color: #ffecdb;
	text-decoration: underline;
}

#upload-photo .dot-content .btn-bottom-right {
	bottom: -5px;
}

/* mini galerie */
#upload-mini-galerie {
	width: 100px;
	float: left;
	margin-top: -42px;
	margin-left: 5px;
	position: relative;
}

#upload-mini-galerie img {
	margin-bottom: 3px;
}

/*--FOOTER--*/
#inner-footer {
	height: 38px;
	width: 998px;
	background:url(../images2/inner-footer.png) no-repeat;
	position: absolute;
	z-index: 1;
	right: -15px;
	bottom: 0;
}

div#bottom.bottom-concours{
	padding:23px 0 40px 0;
	background:url(../images/bg-footer-index.gif) no-repeat;
}
