/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'TheOnlyExceptionRegular';
    src: url('TheOnlyException-webfont.eot');
    src: url('TheOnlyException-webfont.eot?#iefix') format('embedded-opentype'),
         url('TheOnlyException-webfont.woff') format('woff'),
         url('TheOnlyException-webfont.ttf') format('truetype'),
         url('TheOnlyException-webfont.svg#TheOnlyExceptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*----------------------------------GENERAL BODY--------------------------------*/

body {background-color:#f6f6f5; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#b0b4b2; line-height:16px; text-align:justify;}
.global {width:960px; margin:auto;}
.left {float:left; }
.right {float:right; }
.ligne {width:960px; height:1px; margin: 20px auto 20px auto; border-top:1px solid; border-top-color:#ffffff; border-bottom:1px solid; border-bottom-color:#e7e7e3; clear:both;}
.espace1 {width:960px; height:230px;}
.espace2 {width:960px; height:64px;}
.espace3 {width:960px; height:61px;}
.espace4 {width:960px; height:55px;}
.espace5 {width:960px; height:35px;}
h2 {font-size:18px; color:#676665; font-family: 'TheOnlyExceptionRegular';}
h3 {font-size:14px; color:#676665; font-family:Arial, Helvetica, sans-serif;}
h4 {font-size:25px; color:#42413b; font-family: 'TheOnlyExceptionRegular';}


/*----------------------------------TITRE PAGE--------------------------------*/

.titre-page {padding-top:22px; text-align:center; margin-top:20px; background-image:url(../img/bg-titre-page.jpg); background-repeat:repeat-x; height:52px; width:100%;}
.contener-titre-page {width:960px; margin:auto;}
.btn-retour {width:63px; height:26px; background-image:url(../img/btn-retour.jpg); background-repeat:no-repeat; position:relative; bottom:25px; display:block;}
.btn-retour:hover {width:63px; height:26px; background-image:url(../img/btn-retour2.jpg); background-repeat:no-repeat;}
.bandeau-beige {background-image:url(../img/bg-bandeau-beige.jpg); background-repeat:repeat-x; height:38px; width:100%;}
.btn-retour2 {width:63px; height:26px; background-image:url(../img/btn-retour.jpg); background-repeat:no-repeat; position:relative; bottom:8px; display:block;}
.btn-retour2:hover {width:63px; height:26px; background-image:url(../img/btn-retour2.jpg); background-repeat:no-repeat;}



/*----------------------------------FIRST NAV--------------------------------*/

#first-nav {background-color:#FFFFFF; width:100%; height:50px;}
.border-one {width:100%; height:1px; border-top:solid; border-color:#d4d3d3; border-top-width:1px; border-top-style:dashed; position:relative; top:45px;}
.content-first-nav {width:960px; margin:auto;}
#first-nav .logo {margin-top:4px;}
.tools {margin-top:7px;}



/* --------------------------------  MENU flottant------------------------- */

#flottant {
    background-image:url(../img/bg-flottant.png); background-repeat:repeat-x;
    width:100%;
    position:fixed;
    top:0px;
    z-index:15;
	height:125px;
	display:none;
}
#flottant .contener-flottant {width:960px; margin:auto;}


/* --------------------------------  HAUT DE PAGE ------------------------- */

#hautdepage {
    display:none;
    width:100%;
    opacity: "0.9";
    position:fixed;
    bottom: 20px;
    z-index:6;
}
#hautdepage #bulle {
    display: block;
    height: 100%;
    margin: auto;
    position: relative;
    width : auto;
    max-width: 1230px;
}

#bulle .bulle a.inactif{
    background: url("../img/hautdepage.png") no-repeat 100% 0 transparent;
    cursor: pointer;
    display: block;
    height: 140px;
    width: 112px;
    float:right;
	display:block;
	z-index:8;
}

#bulle .bulle a.inactif:hover{
    background: url("../img/hautdepage2.png") no-repeat 100% 0 transparent;
    cursor: pointer;
    display: block;
    height: 140px;
    width: 112px;
    float:right;
	display:block;
}

#bulle .bulle a.actif{
    background: url("../img/hautdepage.png") no-repeat 100% 0 transparent;
    cursor: pointer;
    display: block;
    height: 140px;
    width: 112px;
    float:right;
	display:block;
}


/*----------------------------------HEADER--------------------------------*/

.header {background-image:url(../img/logo-header.jpg); width:445px; height:244px; margin: 20px auto auto auto;}

.pensebete .inactif {background-image:url(../img/menu-pensebete.jpg); background-repeat:no-repeat; width:115px; height:109px; display:block;}
.pensebete .inactif:hover {background-image:url(../img/menu-pensebete2.jpg); background-repeat:no-repeat; width:115px; height:109px; display:block;}
.pensebete .actif {background-image:url(../img/menu-pensebete2.jpg); background-repeat:no-repeat; width:115px; height:109px; display:block;}

.invitation .inactif{background-image:url(../img/menu-invitation.jpg); background-repeat:no-repeat; width:115px; height:109px; display:block;}
.invitation .inactif:hover {background-image:url(../img/menu-invitation2.jpg); background-repeat:no-repeat; width:115px; height:109px; display:block;}
.invitation .actif {background-image:url(../img/menu-invitation2.jpg); background-repeat:no-repeat; width:115px; height:109px; display:block;}

.deco .inactif{background-image:url(../img/menu-deco.jpg); background-repeat:no-repeat; width:119px; height:109px; display:block;}
.deco .inactif:hover {background-image:url(../img/menu-deco2.jpg); background-repeat:no-repeat; width:119px; height:109px; display:block;}
.deco .actif {background-image:url(../img/menu-deco2.jpg); background-repeat:no-repeat; width:119px; height:109px; display:block;}

.deguisement .inactif{background-image:url(../img/menu-deguisement.jpg); background-repeat:no-repeat; width:136px; height:109px; display:block;}
.deguisement .inactif:hover {background-image:url(../img/menu-deguisement2.jpg); background-repeat:no-repeat; width:136px; height:109px; display:block;}
.deguisement .actif {background-image:url(../img/menu-deguisement2.jpg); background-repeat:no-repeat; width:136px; height:109px; display:block;}

.jeux .inactif{background-image:url(../img/menu-jeux.jpg); background-repeat:no-repeat; width:74px; height:109px; display:block;}
.jeux .inactif:hover {background-image:url(../img/menu-jeux2.jpg); background-repeat:no-repeat; width:74px; height:109px; display:block;}
.jeux .actif {background-image:url(../img/menu-jeux2.jpg); background-repeat:no-repeat; width:74px; height:109px; display:block;}

.pochette .inactif{background-image:url(../img/menu-pochette.jpg); background-repeat:no-repeat; width:159px; height:109px; display:block;}
.pochette .inactif:hover {background-image:url(../img/menu-pochette2.jpg); background-repeat:no-repeat; width:159px; height:109px; display:block;}
.pochette .actif {background-image:url(../img/menu-pochette2.jpg); background-repeat:no-repeat; width:159px; height:109px; display:block;}

.gouter .inactif{background-image:url(../img/menu-gouter.jpg); background-repeat:no-repeat; width:100px; height:109px; display:block;}
.gouter .inactif:hover {background-image:url(../img/menu-gouter2.jpg); background-repeat:no-repeat; width:100px; height:109px; display:block;}
.gouter .actif {background-image:url(../img/menu-gouter2.jpg); background-repeat:no-repeat; width:100px; height:109px; display:block;}

.album .inactif{background-image:url(../img/menu-album.jpg); background-repeat:no-repeat; width:142px; height:109px; display:block;}
.album .inactif:hover {background-image:url(../img/menu-album2.jpg); background-repeat:no-repeat; width:142px; height:109px; display:block;}
.album .actif {background-image:url(../img/menu-album2.jpg); background-repeat:no-repeat; width:142px; height:109px; display:block;}

.visuel-header {background-image:url(../img/visuel-header.jpg); background-repeat:no-repeat; width:960px; height:296px; margin: 110px auto auto auto;}

.bandeau-beige {background-image:url(../img/bg-bandeau-beige.jpg); background-repeat:repeat-x; height:38px; width:100%;}



/*----------------------------------PENSE BETE--------------------------------*/


.contener-pensebete {background-image:url(../img/bg_pensebete.jpg); background-repeat:no-repeat; width:960px; height:93px; position:relative;}
#pensebete p {width:702px; padding-top:30px; padding-left:72px;}
.scotch-orange {background-image:url(../img/scotch_orange.png); background-repeat:no-repeat; width:125px; height:102px; position:absolute; top:-12px; right:-12px;}
.pointille1 {width:832px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.btn-pensebete {width:123px; height:26px; background-image:url(../img/btn_pensebete.jpg); background-repeat:no-repeat; margin-top:10px; display:block;}
.btn-pensebete:hover {width:123px; height:26px; background-image:url(../img/btn_pensebete2.jpg); background-repeat:no-repeat;}



/*----------------------------------INVIVTATION--------------------------------*/


.contener-invitation {background-image:url(../img/bg_invitation.jpg); background-repeat:no-repeat; width:960px; height:151px; position:relative;}
#invitation p {width:485px; padding-top:30px; padding-left:72px;}
.cartes {background-image:url(../img/cartes.png); background-repeat:no-repeat; width:377px; height:185px; position:absolute; top:-5px; right:-12px;}
.pointille2 {width:380px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.btn-invitation {width:239px; height:26px; background-image:url(../img/btn_invitation.jpg); background-repeat:no-repeat; margin-top:10px; display:block;}
.btn-invitation:hover {width:239px; height:26px; background-image:url(../img/btn_invitation2.jpg); background-repeat:no-repeat;}
#invitation .theonly {font-family: 'TheOnlyExceptionRegular'; color:#f10b62; font-size:15px; margin-left:185px;}



/*----------------------------------PAGE INVITATION--------------------------------*/

.carton {margin-right:12px;}




/*----------------------------------POURQUOI PAS 1--------------------------------*/


.pkpas-1 {background-image:url(../img/bg-pkpas.jpg); background-repeat:repeat-x; width:100%; height:143px;}
.contener-pkpas {width:960px; margin:auto;  position:relative;}
.pkpas-1 div.titre {background-image:url(../img/titre-pkpas.png); background-repeat:no-repeat; width:442px; height:95px; position:relative; bottom:5px;}
.contener-pkpas p {width:528px; padding-left:10px; color:#5d5c5b; border-left:solid 3px white; font-style:italic;}
.contener-pkpas div.illu {background-image:url(../img/illu-pkpas.jpg); background-repeat:no-repeat; width:383px; height:138px; position:absolute; top:0px; right:35px;}



/*----------------------------------DECORATION--------------------------------*/


.contener-deco {background-image:url(../img/bg_deco.jpg); background-repeat:no-repeat; width:960px; height:520px; position:relative;}
#deco p {width:360px; padding-top:30px; padding-left:575px;}
.pointille3 {width:380px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.post-deco {background-image:url(../img/post-deco.png); background-repeat:no-repeat; width:248px; height:189px; position:absolute; right:-10px; top:111px;}
.photo-deco {background-image:url(../img/photo-deco.png); background-repeat:no-repeat; width:344px; height:187px; position:absolute; left:-14px; top:103px;}
.col175 {width:175px;}
#deco h2 {background-image:url(../img/arrow-blue.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; padding-top:7px;}
#deco .liste1 {width:289px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
#deco .liste2 {width:284px; border-left:dashed 1px #b0b4b2; padding-left:10px; text-align:left;}
#deco ul li {background-image:url(../img/arrow-orange.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; margin-top:8px;}
.lignedeco {height:20px; border-bottom:solid 1px #acacac; width:40px; margin-left:5px;}
.lignedeco2 {height:20px; border-bottom:solid 1px #acacac; width:17px; margin-left:5px;}
.lignedeco3 {height:20px; border-bottom:solid 1px #acacac; width:166px; margin-left:5px;}
.lignedeco4 {height:20px; border-bottom:solid 1px #acacac; width:91px; margin-left:5px;}
.lignedeco5 {height:20px; border-bottom:solid 1px #acacac; width:76px; margin-left:5px;}
.lignedeco6 {height:20px; border-bottom:solid 1px #acacac; width:17px; margin-left:5px;}
.lignedeco7 {height:20px; border-bottom:solid 1px #acacac; width:165px; margin-left:5px;}
.lignedeco8 {height:20px; border-bottom:solid 1px #acacac; width:46px; margin-left:5px;}
.lignedeco9 {height:20px; border-bottom:solid 1px #acacac; width:121px; margin-left:5px;}
.lignedeco10 {height:20px; border-bottom:solid 1px #acacac; width:156px; margin-left:5px;}
#deco .cut {background-image:url(../img/cut-orange.gif); width:13px; height:12px; margin-top:13px; margin-left:8px; display:block;}



/*----------------------------------POURQUOI PAS 2--------------------------------*/


.pkpas-2 {background-image:url(../img/bg-pkpas.jpg); background-repeat:repeat-x; width:100%; height:143px;}
.contener-pkpas2 {width:960px; margin:auto;  position:relative; height:143px;}
.pkpas-2 div.titre {background-image:url(../img/titre-pkpas2.png); background-repeat:no-repeat; width:361px; height:90px; position:relative; bottom:8px;}
.contener-pkpas2 p {width:690px; padding-left:10px; color:#5d5c5b; border-left:solid 3px white; font-style:italic; margin-top:5px;}
.contener-pkpas2 div.illu {background-image:url(../img/illu-pkpas2.png); background-repeat:no-repeat; width:234px; height:192px; position:absolute; bottom:0px; right:-15px;}



/*----------------------------------DEGUISEMENTS--------------------------------*/


.contener-deguisement {background-image:url(../img/bg_deguisement.jpg); background-repeat:no-repeat; width:960px; height:273px; position:relative;}
#deguisement p {width:434px; padding-top:37px; padding-left:265px;}
.post-deguisement {background-image:url(../img/post-deguisement.png); background-repeat:no-repeat; width:282px; height:189px; position:absolute; left:-83px; top:-5px;}
#deguisement h2 {background-image:url(../img/arrow-green.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; padding-top:7px;}
#deguisement .liste1 {width:270px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:5px; text-align:left;}
#deguisement .liste2 {width:298px; border-left:dashed 1px #b0b4b2; padding-left:10px; text-align:left;}
.col374 {width:356px; background-image:url(../img/teeshirts.png); background-repeat:no-repeat; height:88px; margin-top:-14px; background-position:7px; display:block;}
.lignedeguisement {height:17px; border-bottom:solid 1px #acacac; width:75px; margin-left:5px;}
.lignedeguisement2 {height:20px; border-bottom:solid 1px #acacac; width:52px; margin-left:5px;}
.lignedeguisement3 {height:17px; border-bottom:solid 1px #acacac; width:100px; margin-left:5px;}
.lignedeguisement4 {height:20px; border-bottom:solid 1px #acacac; width:77px; margin-left:5px;}
#deguisement .cut {background-image:url(../img/cut-orange.gif); width:13px; height:12px; margin-top:10px; margin-left:8px;}
#deguisement .cut2 {background-image:url(../img/cut-orange.gif); width:13px; height:12px; margin-top:13px; margin-left:8px;}



/*----------------------------------JEUX--------------------------------*/


.contener-jeux {background-image:url(../img/bg_jeux.jpg); background-repeat:no-repeat; width:960px; height:358px; position:relative;}
#jeux p {width:575px; padding-top:25px; padding-left:72px;}
.photo-jeux {background-image:url(../img/photo_jeux.png); background-repeat:no-repeat; width:348px; height:255px; position:absolute; top:-5px; right:-45px;}
.btn-jeux {width:195px; height:26px; background-image:url(../img/btn-jeux.jpg); background-repeat:no-repeat; position:absolute; bottom:13px; left:0px; display:block;}
.btn-jeux:hover {width:195px; height:26px; background-image:url(../img/btn-jeux2.jpg); background-repeat:no-repeat;}
.btn-jeux2 {width:203px; height:26px; background-image:url(../img/btn-jeux-2.jpg); background-repeat:no-repeat; position:absolute; bottom:13px; left:205px; display:block;}
.btn-jeux2:hover {width:203px; height:26px; background-image:url(../img/btn-jeux-22.jpg); background-repeat:no-repeat;}
#jeux .liste1 {width:245px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-left:20px; text-align:left;}
#jeux h3 {background-image:url(../img/arrow-violet.gif); background-position:left; background-repeat:no-repeat; padding-left:14px;}



/*----------------------------------POCHETTE--------------------------------*/


.contener-pochette {background-image:url(../img/bg_pochette.jpg); background-repeat:no-repeat; width:960px; height:205px; position:relative;}
#pochette p {width:660px; padding-top:30px; padding-left:72px;}
.pointille3 {width:807px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.btn-pochette {width:148px; height:26px; background-image:url(../img/btn_pochette.jpg); background-repeat:no-repeat; margin-top:10px; display:block;}
.btn-pochette:hover {width:148px; height:26px; background-image:url(../img/btn_pochette2.jpg); background-repeat:no-repeat;}
#pochette .theonly {font-family: 'TheOnlyExceptionRegular'; color:#fa7635; font-size:15px; padding:0px; width:193px; position:relative; bottom:30px;}
#pochette h2 {background-image:url(../img/arrow-orange2.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; padding-top:7px;}
#pochette .liste1 {width:180px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; margin-left:30px; text-align:left;}
#pochette .liste2 {width:140px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
#pochette .liste3 {width:125px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
#pochette .liste4 {width:185px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
#pochette .liste5 {width:145px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
.special {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; color:#fa6d27; line-height:14px; text-align:left;}


/*----------------------------------PAGE INVITATION--------------------------------*/

.modele {margin-right:12px;}


/*----------------------------------GOUTER--------------------------------*/


.contener-gouter {background-image:url(../img/bg_gouter.jpg); background-repeat:no-repeat; width:960px; height:270px; position:relative;}
#gouter p {width:835px; padding-top:25px; padding-left:72px;}
.pointille4 {width:784px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.pointille6 {width:766px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.btn-gouter {width:171px; height:26px; background-image:url(../img/btn-gouter.jpg); background-repeat:no-repeat; margin-top:10px; display:block;}
.btn-gouter:hover {width:171px; height:26px; background-image:url(../img/btn-gouter2.jpg); background-repeat:no-repeat;}
#gouter .theonly {font-family: 'TheOnlyExceptionRegular'; color:#FFFFFF; font-size:18px; padding:0px; margin-top:29px; margin-left:310px; }
#gouter .theonly2 {font-family: 'TheOnlyExceptionRegular'; color:#ae9b7e; font-size:16px; padding:0px; width:270px;}
#gouter h2 {background-image:url(../img/arrow-marron.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; padding-top:7px;}
#gouter .liste1 {width:270px; margin-right:20px; margin-left:20px; text-align:left;}
#gouter .liste2 {width:172px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
#gouter .liste3 {width:200px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:12px; text-align:left;}
#gouter .liste4 {width:190px; border-left:dashed 1px #b0b4b2; padding-left:10px; margin-right:20px; text-align:left;}
#gouter ul li {background-image:url(../img/arrow-orange.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; margin-top:6px;}

.contener-gateau {background-image:url(../img/bg_gateau.jpg); background-repeat:no-repeat; width:960px; height:530px; position:relative; margin-top:8px;}
.btn-gateau {width:189px; height:26px; background-image:url(../img/btn_gateau-2.jpg); background-repeat:no-repeat; margin-top:10px;}
.btn-gateau:hover {width:189px; height:26px; background-image:url(../img/btn_gateau-22.jpg); background-repeat:no-repeat;}
.col490 {width:490px;}
.col470 {width:470px; padding:20px 0 0 0;}
.recette {padding:0 15px 10px 15px;}
.recette h4 {background-image:url(../img/arrow-orange3.gif); background-position:left; background-repeat:no-repeat; padding-left:14px; color:#7e6554; font-size:16px; float:left; margin-bottom:8px; padding-top:9px;}
.recette .precision {color:#ae9b7e; font-style:italic; margin-left:5px;}
.recette p {padding:0px!important; line-height:18px; width:440px!important; text-align:left!important;}
.scotch-rouge {background-image:url(../img/scotch_rouge.png); background-repeat:no-repeat; width:154px; height:140px; position:absolute; top:-12px; left:-30px;}



/*----------------------------------ALBUM--------------------------------*/


.contener-album {background-image:url(../img/bg_album.jpg); background-repeat:no-repeat; width:960px; height:165px; position:relative;}
#album p {width:525px; padding-top:30px; padding-left:72px;}
.pointille5 {width:700px; height:10px; border-top:dotted 2px #acacac; margin-top:22px; margin-right:5px;}
.btn-album {width:133px; height:26px; background-image:url(../img/btn_album.jpg); background-repeat:no-repeat; margin-top:10px; display:block;}
.btn-album:hover {width:133px; height:26px; background-image:url(../img/btn_album2.jpg); background-repeat:no-repeat;}
#album .theonly {font-family: 'TheOnlyExceptionRegular'; color:#4d71cc; font-size:15px; padding:0px; width:575px; position:relative; left:30px; top:17px;}
.contener-album div.illu-album {background-image:url(../img/illu-album.png); background-repeat:no-repeat; width:389px; height:195px; position:absolute; bottom:-15px; right:-35px;}



/*----------------------------------POURQUOI PAS 3--------------------------------*/


.pkpas-3 {background-image:url(../img/bg-pkpas.jpg); background-repeat:repeat-x; width:100%; height:143px; margin-top:13px;}
.contener-pkpas3 {width:960px; margin:auto;  position:relative; height:143px;}
.pkpas-3 div.titre {background-image:url(../img/titre-pkpas3.png); background-repeat:no-repeat; width:384px; height:82px; position:relative; bottom:14px;}
.contener-pkpas3 p {width:909px; padding-left:10px; color:#5d5c5b; border-left:solid 3px white; font-style:italic; margin-top:-3px;}



/*----------------------------------CAKE--------------------------------*/


.cake {background-image:url(../img/cake.jpg); background-repeat:no-repeat; margin:auto; width:205px; height:114px; margin-top:20px;}



/*----------------------------------THIRD NAV--------------------------------*/


#third-nav {width:575px; margin:auto;}

#third-nav span a, a, p, h2, span.special {z-index:12!important; position:relative;}

.orchestra {background-image:url(../img/menu_orchestra.jpg); background-repeat:no-repeat; width:218px; height:46px; display:block;}


.facebook {background-image:url(../img/menu_facebook.jpg); background-repeat:no-repeat; width:89px; height:46px; display:block;}


.copyright {background-image:url(../img/menu_copyright.jpg); background-repeat:no-repeat; width:234px; height:46px;}



/*----------------------------------FOOTER--------------------------------*/


#footer {background-color:#FFFFFF; width:100%; height:80px; margin-top:25px;}
.border-two {width:100%; height:1px; border-bottom:solid; border-color:#d4d3d3; border-bottom-width:1px; border-bottom-style:dashed; position:relative; top:5px;}
.content-footer {width:960px; margin:auto;}
#footer .logo {margin: 10px auto 0 auto; width:211px; height:51px; display:block;}
