html, body, textarea
{
    font-family: Bitstream Vera Sans, Times New Toman, Arial, Serif, Sans Serif;
}

body { margin:0px; background-image: url("images/logo2-mini.jpg"); background-repeat: no-repeat; background-position: 0px 0px; }

body, textarea, form, table { font-size:12px;  }

/*div,p,table,tr,td,th { border: 1px black solid; } */

a
{
    text-decoration:none;
    color:#8b0000;
}

a:hover
{
    text-decoration:underline;
}

/* GLOBAL STYLES */
.submit
{
    font-weight: bold;
    vertical-align: middle;
    border: 1px #8b0000 solid;
    text-align: center;
    vertical-align: middle;
    background-color:#8b0000;
    color: #fff;
}

.correct, .error
{
    padding: 5px;
    margin: 10px;
    font-style: italic;
}

.error
{
    background-color: #ffc767;
    border: 2px #ffba44 solid;
}

.correct
{
    background-color: #c7ff67;
    border: 2px #baff44 solid;
}

/* HEADER */

#adminActions
{
    position: fixed;
    right:2px;
    font-size: 17px;
    font-weight: bold;
}

#adminActions td
{
    padding: 8px;
}

#adminPannel
{
  background-color: #88f;
  border: 2px #00f solid;
}

#adminDisconnect
{
  background-color: #f88;
  border: 2px #f00 solid;
}

#adminPannel a, #adminDisconnect a
{
  text-decoration: none;
  color: #fff;
}

#header
{
  height: 350px;
  width: 900px;
  margin-left: 100px;
  margin-right: 10px;
  z-index: 1;
}

#header a, #header span { padding: 2px; }
#header ul { background-color: #f1f1f1; width: 100%; padding: 15px 15px 15px 0px ; margin-top: 50px; }
#header li { display:inline; list-style-type: none; padding: 17px; border:0px; }
#header li:hover { background-color: #e1e1e1; padding-top: -35px }
#header ul a { font-size:15px; text-decoration:none; width: 75px;}
#currentItem { font-weight: bold; }


#icons { float:right; }
#icons img { border: 0px; }

#contenu { margin-top: -100px; }
#articles {  width: 780px;}
#rightcolumn { padding-right: 10px; padding-left: 15px;}
#rightcolumn img { margin-top: 13px; border:0px; }
#titre { text-align: center; margin-top: 25px; }
#a-propos { width: 200px; background-color: #f1f1f1; border: 2px solid #595454; padding:4px; margin-top: -12px; margin-bottom: 20px;}
#a-propos-title { color: #595454; }
#titre a
{
  font-size: 32px;
  color: #00008b;
}


#titre span
{
    font-size: 18px;
    font-style: italic;
    color: #8b0000;
}
    
    /* (END) MENU */

/* (END) HEADER */

#contenu td { vertical-align: top; }


/* PAGE NAVIGATION */
.pageNavigation
{
    text-align: right;    
    padding-bottom: 10px;
}

.pageNavigation a
{
    text-decoration:  none;
}

.pageNavigation span
{
    padding: 5px;
    margin: 2px;
    border: 1px #fff solid;
}

.pageNavigation span:hover
{
    border: 1px #aaf solid;
}

.otherPage
{
    border: 1px #eef solid;
    background-color: #ededff;
}

.infosPage
{
    border: 1px #eef solid;
}

/* (END) PAGE NAVIGATION */


/* LAST VISIT */
#lastVisit
{
    list-style-type: none;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
}

#titleLastVisit
{
    border-top: 1px #ddd solid;
}

#hideLastVisit
{
    padding: 5px;
    margin: 15px;
    border: 2px #ccc solid;
    background-color: #ddd;
	cursor:default;
}

/* (END) LAST VISIT */


/* ARTICLE */
.article
{
    text-align: justify;
    padding:10px;
    margin-bottom:50px;
}

/* .articleTitle -> COMMENTS LIST */

.articleTitle, .pageNavigation { margin-left: 110px; }
.article, .enTeteArticle { margin-left: 140px; width: 600px; }

.articleTitle a
{
    text-decoration: none;
    color: #fff;
    font-size: 21px;
}

.article img, .caption { text-align:center; }

.article img { border: 0px; }

.caption { font-size: 10px; }

.enTeteArticle
{
    padding-left: -5px;
}

.enTeteArticle, #lastVisit span, #captchaInfo, #commentsSubTitle, #comments span, #incorrectCaptcha
{
    font-size:11px;
    color:#544;
    font-style: italic;
}

.italic
{
    font-style: italic;
}

.underlined
{
    text-decoration: underline;
}

.h2
{
    font-size: 18px;
}
/* (END) ARTICLE */

/* SEARCH */
#searchTitle
{
    vertical-align: top;
}

#searchedWord
{
    font-style: italic;
}

#searchImages img
{
    width: 90px;
}

#searchedArticles, #searchedImages
{
    border-collapse: collapse;
}

#searchedArticles td, #searchedImages td
{
    padding: 4px;
}

.searchLine1
{
    background-color: #ccc;
}

.searchLine2
{
    
}

/* #searchTitle -> COMMENTS LIST */


/* (END) SEARCH */

/* LAST VISIT */
.lastVisit
{
    border: 1px #77e solid;
    padding-bottom: 30px;
}
/* (END) LAST VISIT */


/* PAGE CONTENT */
#pageContent
{
    width:100%;
    z-index: 10;
}

#widgets { vertical-align: top; }

#widgets
{
    float: left;
    padding-left: 10px;
}

#articles { border-right: 1px #77e solid; }
/* (END) PAGE CONTENT */


/* IMAGE VIEW */
#imageView, #imageDoesntExists
{
    text-align: center;
}

/* #imageDoesntExists -> COMMENT FORM */

/* (END) IMAGE VIEW */


/* CONTACT */
/* #contactTitle -> COMMENTS LIST */
.contactList li
{
    padding: 7px;
}
/* (END) CONTACT */


/* COMMENTS LIST */

/* commentsSubTitle -> ARTICLE 
   #comments span   -> ARTICLE */

#noComment, #comments
{
    margin-bottom: 50px;
}

#comments
{
    width: 75%;
    border-collapse: collapse;
    margin-top: 5px;
}

#comments td
{
    border-top: 3px #fff solid;
    border-bottom: 3px #fff solid;
}

.userInfos1, .userInfos2
{
    width: 150px;
    text-align: right;
    padding-right: 30px;
}

.userInfos1, .userInfos2
{
    background-repeat: no-repeat;
    background-position: right 30%;
}

.userInfos1
{
    background-image: url("images/etiquette-comment1.png");
}

.userInfos2
{
    background-image: url("images/etiquette-comment2.png");
}

.comment1, .comment2
{
    padding: 8px;
}

.comment1
{
    background-color: #f8ff89;
}

.comment2
{
    background-color: #c4fbff;
}

#commentsTitle, #commentFormTitle, .articleTitle, #searchTitle, #contactTitle
{
    background-color: #00008b;
    color: #eef;
    padding: 8px;
}

/* (END) COMMENTS LIST */

/* COMMENT FORM */

/* #commentFormTitle -> COMMENTS LIST */

#commentForm
{
    background-color: #e8e9fa;
    padding: 5px 15px 15px 50px;
    width: 75%;
}

#commentForm table
{
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#errorWhileInsertingComment, #imageDoesntExists, #commentInserted, #errorTargetGenerator, #adminDeletedArticle, #adminArticleError, #adminArticleCreated, #adminRssCreated, #adminUploadFileError, #adminUploadFileCorrect, #adminPasswordError, #adminPasswordCorrect, #adminCategoryError, #adminCategoryCorrect
{
    padding: 5px;
    margin: 10px;
    font-style: italic;
}

#errorWhileInsertingComment, #imageDoesntExists, #errorTargetGenerator, #adminArticleError, #adminUploadFileError, #adminPasswordError, #adminCategoryError
{
    background-color: #ffc767;
    border: 2px #ffba44 solid;
}

#commentInserted, #adminDeletedArticle, #adminArticleCreated, #adminRssCreated, #adminUploadFileCorrect, #adminPasswordCorrect, #adminCategoryCorrect
{
    background-color: #c7ff67;
    border: 2px #baff44 solid;
}

#incorrectCaptcha
{
    padding-left: 8px;
}

#commentForm .alternateTr
{
    background-color: #d8d9fa;
}

#commentForm td
{
    padding-left: 5px;
}

#commentForm input, #commentForm textarea, #admin input
{
    border:1px #e5e5e5 solid;
    padding-top:3px;
    padding-bottom:3px;
    font-size:13px;
    margin: 2px;
}

#userSite, #userName, #userEmail, #givenCaptcha
{
    width: 250px;
}

#commentForm textarea
{
    padding: 5px;
}

#createComment, #admin input
{
    margin-left: 50px;
    text-align: center;
    vertical-align: middle;
    background-color:#8b0000;
    color: #fff;
    width: auto;
}

#captcha
{
    margin-left: 10px;
}

/* #captchaInfo -> article */

/* (END) COMMENT FORM */

/* ADMIN */
/* #admin input -> COMMENT FORM */
#admin input
{
    font-weight: bold;
    margin: 0px;
    margin-bottom: -15px;
}

#adminDeletedArticle span
{
    font-style : italic;
}
/* (END) ADMIN */

/* GENERATEUR DE CIBLES */
.textInput
{
    border: 1px #aaa solid;
    width: 90px;
    height: auto;
}

#impactsList
{
    text-align: center;
    border-collapse: collapse;
}

#impactsList tr.pair
{
    background-color: #aaa;
}

#impactsList tr.impair
{

}

/* (END) GENERATEUR DE CIBLES */


/* FOOTER */
#footer
{
    text-align: center;
}

#footer a
{
    text-decoration: none;
}

#footer img, #footer a
{
    border: 0px;
}
/* (END) FOOTER */

