/**********************
******** Reset ********
***********************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body
{
    font-family: Verdana,Arial,Sans-serif;
    line-height: 1.5em;
    background: #fff url('/images/background.png') top left repeat-x;
}
/**********************
******** Common *******
***********************/
.pageAdjust
{
    clear: both;
    width: 100%;
}
.infoMessage
{
    clear: both;
    width: 100%;
    background: #F2EFDF;
    border: 1px solid #9C8E7F;
    color: #9C8E7F;
    font-size: 0.8em;
    padding: 5px;
}
a
{
    color: #CE792F;
}

/**********************
******** Header *******
***********************/
#header
{
    height: 200px;
    min-width: 850px;
}
#header_logo
{
    background:url(/images/logo.png) top left no-repeat;
    float: left;
    height: 150px;
    width: 415px;
    cursor: pointer;
}
#header_howTo
{
    display: block;
    position: relative;
    top: -10px;
    background:url(/images/howTo.png) top right no-repeat;
    float: right;
    height: 65px;
    margin: 0 20px 0 20px;
    width: 370px;
    cursor: pointer;
}
#header_howTo a
{
    display: none;
}
#footer{
    color: #9C8E7F;
    padding: 5px;
    margin-top: 15px;
    border-top: 1px solid #9C8E7F;
    text-align: center;
    font-size: 0.8em;
    clear: both;
}

/**********************
******* HomePage *******
***********************/
#home{
    min-width: 930px;
}
#homePresentation
{
    float: left;
    min-width:500px;
    width:55%;
    background: #fff url(/images/iconMailCoffee.png) bottom right no-repeat;
    padding-bottom: 110px;
    color: #926F31;
    font-size: 0.9em;
    line-height: 1.4em;
}
#homePresentation p
{
    padding: 10px 10px 0 10px;
    text-align: justify;
}
#homeLoginBlock
{
    float: right;
    background: #fff url(/images/loginForm.png) top left no-repeat;
    width:  415px;
    height: 310px;
}
#homeLoginBlock h2
{
    display:  block;
    text-align: right;
    color: #926F31;
    padding: 10px 20px 0 0;
    margin: 0;
    font-weight: normal;
    font-size: 1.4em;
}
#homeLoginNoAccount
{
    display: block;
    clear: both;
    text-align: center;
    font-size: 1.5em;
    padding-top: 20px;
}
#homeLoginNoPass
{
    display: block;
    clear: both;
    text-align: center;
    font-size: 0.8em;
    padding-top: 0px;
}
#homeLoginNoPassMessage
{
    display: none;
    margin:auto;
    width:350px;
}

#homeFacebook
{
	text-align:center;
	padding-top: 20px;
}
#homeFacebook a
{
	border: none;
	text-decoration: none;
}
#homeFacebook a:hover
{
	text-decoration: underline;
}
#homeFacebook img
{
	border: none;
}
/**********************
****** Page How ******
***********************/
#how{
    width: 800px;
    margin: auto;
    color: #926F31;
    font-size: 0.9em;
    line-height: 1.4em;
}
#how p{
    padding: 10px 10px 20px 10px;
    text-align: justify;
}
#how img{
    padding: 5px;
}
#howImgCup{
    float: left;
}
#howRssNav{
    float: left;
}
#howAddAdress{
    display: block;
    margin: auto;
}
/**********************
****** Page CGU ******
***********************/
#cgu{
    width: 80%;
    margin: auto;
    color: #926F31;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: justify;
}
#cgu h2{
    padding: 15px;
}
#cgu h3{
    padding: 10px 0 10px 0;
}
#cgu h4{
    padding: 5px 0 5px 0;
}
#cgu ol{
    padding-left: 25px;
}
/**********************
****** Page Presse ******
***********************/
#press{
    width: 65%;
    margin: auto;
    color: #926F31;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: justify;
}
#press p{
    padding-bottom: 10px;
}
#press h2{
    padding: 15px;
}
#press h3{
    padding: 10px 0 10px 0;
}
#press h4{
    padding: 5px 0 5px 0;
}
#press ol{
    padding-left: 25px;
}
/**********************
****** Page Form ******
***********************/
.blocPageForm
{
    width: 450px;
    color: #926F31;
    padding: 10px 0 0 25px;
}
.blocPageForm h2
{
    font-size: 2em;
    padding: 10px;
    font-weight: normal;
}
.blocPageFormDisclaimer
{
    padding-top: 10px;
    font-size: 0.8em;
    clear: both;
    line-height: 1.3em;
}
.blocPageForm ul.radio_list
{
    display: block;
}
.blocPageForm ul.radio_list li
{
    display: block;
    float: left;
    padding-right: 10px;
}

/**********************
******* Content *******
***********************/
#templateHeader
{
    position: relative;
    text-align: center;
    color: #926F31;
    top:-30px;
}
#templateHeader h2
{
    font-weight: normal;
    font-size: 2em;
}
#templateHeaderInfo
{
    font-size: 0.4em;
}

#content
{
    float: left;
    min-width: 650px;
    padding: 20px;
    position: relative;
    width: 95%;
}
#optionLinks
{
    float: right;
    font-size: 0.8em;
    color: #926F31;
}
#showPreview {
    float: left;
    font-size: 0.8em;
}

.widget
{
    border-top: 2px solid #674E16;
    border-bottom: 2px solid #674E16;
    padding: 10px;
    margin-bottom: 10px;
    background: #F3EAE1;
    color: #674E16;
}
.widgetEdit
{
    float: right;
    width: 64px;
    height: 42px;
    background: url('/images/newspaper.png') no-repeat top right;
    cursor: pointer;
}
.widgetName
{
    float: left;
    clear: both;
}
.widgetContent
{
    float: left;
}
.widgetInfo
{
    float: left;
    clear: both;
    font-size: smaller;
}
.widgetNoFeed
{
    background: #E8D7B8;
}
.widgetUrl
{
    display: none;
}
.widget img
{
    border: 2px solid #66522C;
    padding: 2px;
    background: #CBAC81;
}
/**********************
******* Widgets *******
***********************/
#widgetsLeft
{
    width: 66%;
    float: left;
}
#widgetsRight
{
    width: 32%;
    float: right;
}
.itemContent ul 
{
    padding-left: 20px;
}
.itemImg
{
    float: right;
    max-height: 100px;
    max-width: 100px;
}

.widgetSize1
{
    height: 150px;
}
.widgetSize1 .widgetName
{
    max-width: 85%;
    padding: 5px 0 5px 0;
    font-size: 1.6em;
}
.widgetSize1Display
{
    min-height: 200px;
}
.widgetSize1Display .widgetName
{
    padding: 0;
    font-size: 1.3em;
}
.widgetSize1Item .itemTitle
{
    padding-top: 10px;
    font-weight: bold;
}
.widgetSize1Item .itemContent
{
    font-size: 0.8em;
    line-height: 1.4em;
    padding-top: 5px;
}
.widgetSize1More
{
    font-weight: bold;
}
.widgetSize1More ul
{
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    list-style: none;
    padding-left: 10px;
}
.widgetSize1More li
{
    padding-top: 3px;
}
.widgetSize1Display .itemImg
{
    float: right;
    max-height: 100px;
    max-width: 150px;
}

.widgetSize2
{
    height: 110px;
}
.widgetSize2 .widgetName
{
    max-width: 80%;
    padding: 3px 0 3px 0;
    font-size: 1.2em;
}
.widgetSize2Display
{
    min-height: 150px;
}
.widgetSize2Display .widgetName
{
    padding: 0;
    font-size: 1.3em;
}
.widgetSize2Item .itemTitle
{
    font-weight: bold;
}
.widgetSize2Item .itemContent
{
    font-size: 0.8em;
    line-height: 1.4em;
}
.widgetSize2More
{
    font-weight: bold;
}
.widgetSize2More ul
{
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    list-style: none;
    padding-left: 10px;
}
.widgetSize2More li
{
    padding-top: 3px;
}
.widgetSize2Display .itemImg
{
    float: right;
    max-height: 70px;
    max-width: 100px;
}

.widgetSize3
{
    height: 38px;
}
.widgetSize3 .widgetName
{
    max-width: 65%;
    font-size: 0.8em;
    line-height: 1em;
}
.widgetSize3 .widgetInfo
{
    font-size: 0.6em;
}
.widgetSize3 .widgetContent
/*.widgetSize3 .widgetNoFeed*/
{
    font-size: 0.8em;
    line-height: 1.2em;
    width: 70%;
    float: left;
}
.widgetSize3Display
{
    min-height: 40px;
}
.widgetSize3Display .widgetName
{
    font-size: 1em;
}
.widgetSize3More
{
    font-width: bold;
}
.widgetSize3More ul
{
    font-width: normal;
    font-size: 0.7em;
    line-height: 1.1em;
    list-style: none;
    padding-left: 10px;
}
.widgetSize3More li
{
    padding-top: 3px;
}

.widgetSize4
{
    height: 60px;
    clear: both;
}
.widgetSize4 .widgetName
{
    max-width: 90%;
}
.widgetSize4Display
{
    min-height: 100px;
}
.widgetSize4Display .widgetName
{
    font-size: 1.3em;
}
.widgetSize4More
{
    font-width: bold;
}
.widgetSize4More ul
{
    font-width: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    list-style: none;
    padding-left: 10px;
}
.widgetSize4More li
{
    padding-top: 3px;
}
.widgetSize4Display .itemImg
{
    float: right;
    max-height: 100px;
    max-width: 150px;
}

/**********************
***** Login Form ******
***********************/
.formDivBig
{
    width: 350px;
    margin: auto;
}
.inputRowBig
{
    clear: both;
    padding: 10px;
    font-size: 0.8em;
    color: #AD9150;
}
.inputBig
{
    clear: both;
    border: 2px solid #926F31;
    color: #926F31;
    background: #DDCFC1;
    font-size: 1.8em;
    height: 30px;
    width: 335px;
}
.inputBigTextArea
{
    height: 300px;
}
.inputBigSubmit
{
    display: block;
    float: right;
    border: 2px solid #DDCFC1;
    color: #DDCFC1;
    background: #926F31;
    font-size: 1.4em;
    cursor: pointer;
}

/************************
**********Dialog*********
*************************/
.dialogBox
{
    display: none;
}
#loaderEditPassword, #loaderEditFrequency
{
    display: none;
    clear: both;
    float: left;
    width: 160px;
    padding: 10px 0 0 200px;
}
.infoMessageDialog
{
    clear: both;
    width: 80%;
    margin: auto;
    background: #F2EFDF;
    border: 1px solid #9C8E7F;
    color: #9C8E7F;
    font-size: 0.8em;
    padding: 5px;
}
#modalOverlay {
    background-color: #F1E6E1;
    cursor: not-allowed;
}

#modalContainer {
    height: 483px;
    width: 583px;
    left: 50%;
    top: 10%;
    margin-left: -300px; /* half the width, to center */
    background: transparent url('/images/carte.png') top left ;
    color: #42330D;
    padding: 10px;
}
#modalContainer a.modalCloseImg {
    background: url(/images/cross.png) top right no-repeat;
    width: 32px;
    height: 32px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
#modalContainerPreview {
    height: 500px;
    width: 750px;
    left: 50%;
    top: 10%;
    margin-left: -375px; /* half the width, to center */
    background: #fff;
    color: #42330D;
    padding: 10px;
    border: 2px Solid #42330D;
    overflow-y: scroll;
    padding-top: 35px;
}
#modalContainerPreview a.modalCloseImg {
    background: url(/images/cross.png) top right no-repeat;
    width: 32px;
    height: 32px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
#dialogPreviewLoader{
    display: block;
    padding: 200px;
    margin: auto;
    width: 160px;
}

h2.dialogAddTitle
{
    clear: both;
    padding: 20px 5px 5px 5px;
    margin: 0;
    font-size: 1.2em;
    text-align: center;
    font-family: "Hoefler Text", "Bookman Antiqua", Palatino, "Utopia", "Times New Roman", Times, "New Century Schoolbook",  Georgia, "New York", serif;
}
#addUrl
{
    clear: both;
    padding: 5px 0 0 35px;
}
#addUrlInfo
{
    font-size: 0.6em;
}
#addUrlFetched
{
    border: 1px solid #42330D;
    width: 490px;
    padding: 5px;
    background: #FFF;
    display: none;
}
#addUrlFetchedLoading
{
    text-align: center;
    font-size: 0.8em;
}
#addUrlFetchedResult ul
{
    font-size: 0.8em;
    list-style: none;
}
#addUrlCatalogValid
{
    display: none;
}
#addCatalogBlock
{
    border: 2px solid #42330D;
    width: 500px;
    padding: 0;
    margin: auto;
    background: #FFF;
}
#addCatalogTabs
{
    /*border: 1px solid #42330D;*/
    padding: 5px;
    height: 25px;
    font-size: 1em;
}
.addCatalogTab
{
    border: 1px solid #42330D;
    width: 240px;
    height: 20px;
    text-align: center;
    line-height: 1em;
}
.addCatalogTabActive
{
    color: #fff;
    background: #926F31;
}
.addCatalogTabInactive
{
    color: #eee;
    background: #CAB6A3;
    cursor: pointer;
}
#addCatalogTabWebsites
{
    float: left;
}
#addCatalogTabBlogs
{
    float: right;
}
#addCatalogContentBlogs
{
    display: none;
}
#addCatalogContent
{
    height: 250px;
    overflow-y: scroll;
}
.addCatalogCategoryBloc
{
    /*border: 1px solid #42330D;*/
}
.addCatalogCategoryBloc h3
{
    display: block;
    height: 25px;
    text-align: center;
    font-weight: normal;
    background: url(/images/catalogCat.png) top repeat-x;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}
.addCatalogCategoryUnfold h3
{
    background: #000 url(/images/catalogCatUF.png) top repeat-x;
}
.addCatalogCategoryBloc ul
{
    display: none;
}
.addCatalogCategoryBloc li
{
    display: block;
    padding-left: 5px;
    font-size: 0.8em;
    overflow: hidden;
}
.addCatalogCategoryBloc li a
{
    text-decoration: none;
    color: #926F31;
}
.addCatalogCategoryBloc li:hover
{
    display: block;
    padding-left: 5px;
    overflow: hidden;
    cursor:  pointer;
    background-color: #EDE3D2;
}
#addCatalogSuggestLink
{
    display: block;
    float: right;
    font-size: 0.9em;
    text-align: right;
    padding-right: 50px;
}

#addPartner
{
    display: none;
}

#editPassword
{
    padding-right: 20px;
}

.editFrequencyRow
{
    padding-left: 15px;
    color: #AD9150;
    font-size: 0.9em;
}
.editFrequencyInfo
{
    font-size: 0.8em;
}
#editFrequencyLink, #editPasswordLink
{
    display: none;
}

/************************
*******Dialog Form*******
*************************/
.inputSmall
{
    border: 1px solid #926F31;
    color: #926F31;
    background: #DDCFC1;
    font-size: 1em;
    height: 20px;
    width: 335px;
    margin-left: 5px;
}
.inputSmallSubmit
{
    border: 1px solid #A98138;
    color: #A98138;
    background: #3A2A0C;
    font-size: 1em;
    cursor: pointer;
}
.inputRowSmall
{
    clear: both;
    padding-left: 20px;
    font-size: 0.8em;
    color: #AD9150;
}
.inputRowSmall .inputLabel
{
    float: left;
}
#editPassword .inputSmall
{
    width: 270px;
    float: right;
}
#editPassword .inputSmallSubmit
{
    float: right;
    font-size: 0.8em;
}