/* @override http://carnet-maritime.com/-css/styles.css */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

a { color: #005599; } a:link, a:visited { text-decoration: underline; }

em, i { font-style: italic; }

strong, b { font-weight: bold; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl { margin-bottom: .75em; }

ol { list-style-type: decimal; list-style-position: outside; }
ul { list-style-type: disc; list-style-position: outside; }
.item { list-style-type: none; }

blockquote, ol, ul { margin-left: 30px; }

body {
font-family: arial,sans-serif;
font-size: 62.5%;
line-height: 1.4;
color: #333;
background: #fff;
}

/* Layout */ 

#container {
border-top: 5px solid #eee; }

#container-inner {
width: 960px;
margin: 0 auto;
padding: 0;
position: relative;
}

#header { 
margin: 0 158px 1em 180px;
padding: 3em 0 6em 0;
font-family: georgia,serif;
line-height: 1.3;
}

#header-name {
font-size: 3em;
display: inline;
padding: 6px 0;
margin-right: 10px;
}

#header-name a { color: #222; text-decoration: none; }

#header-name a:hover { color: #059; }

#header-description {
font-size: 2.2em;
color: #aaa;
padding: 6px 0;
text-align: right;
}

#content {
font-size: 1.2em;
line-height: 1.4;
}

.asset {
margin: 0 158px 3.5em 180px;
}

/* Navigation */ 

#nav {
position: absolute;
z-index: 100;
right: 158px;
top: 0px;
}
#nav li {
float: left;
margin-left: 3px;
font-size: 1.1em; list-style-type: none; }
#nav li a {
background: #eee;
display: block;
color: #999;
padding: 4px 10px 6px;
text-decoration: none;
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}
#nav li a:hover {
background: #0071cb;
color: #fff;
}

/* Pagination */

.content-nav {
text-align: center;
margin: 0 158px 8px 180px;
padding: 3px 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #eee;
color: #999;
}
.content-nav a {
text-decoration: none;
}
.pager-bottom {
margin-top: 20px;
position: relative;
}

/* Articles */ 

.categorie { float: right; font-family: georgia,serif; font-size: 15px; }
.categorie a { text-decoration: none; background-color: #eaeaea; padding: 3px 6px; }
.categorie a:hover { color: #fff; background-color: #0071cb; }

.theme { font-family: georgia,serif; font-size: 14px; line-height: 2em; }
.theme a { text-decoration: none; background-color: #eaeaea; padding: 2px 3px; white-space: nowrap; }
.theme a:hover { color: #fff; background-color: #0071cb; }

.vedette {
float: left;
text-align: right;
padding: 5px 20px 4px 0;
margin-left: 20px;
border-right: 1px solid #eee;
width: 128px;
color: #999;
}

.article {
margin: 0 158px 0 180px;
padding-bottom: 10px;
font-family: georgia,serif;
font-size: 16px;
color: #333;
}

#titre-article {
font-family: georgia,serif;
font-size: 26px;
line-height: 100%;
margin: 0 0 15px 0;
font-weight: normal;
}

.titre-article {
font-family: georgia,serif;
font-size: 18px;
font-weight: normal;
line-height: 120%;
}


#titre-article a { text-decoration: none; color: #333; }
#titre-article a:hover { color: #059; }

.article {
line-height: 1.5;
font-family: georgia,serif;
font-size: 14px; color: #424242; }

.article, .article p, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article ul, .article ol, .article embed { margin-bottom: 10px; }

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 { font-weight: bold; font-family: arial,sans-serif; }

.texte-article pre {
margin: 0 20px 10px;
font-family: monaco, courier;
font-size: 11px;
background: #f6f6f6;
padding: 15px;
}

.texte-article ul {
margin-left: 36px;
list-style-position: outside; list-style-type: disc; }

.texte-article ol {
margin-left: 36px;
list-style-position: outside; 
list-style-type: decimal; }

.texte-article blockquote {
color: #777;
font-family: arial,sans-serif;
font-size: 14px;
margin: 0 0 12px 0;
padding: 10px 15px 5px;
border: 1px solid #eee;
}

.texte-article small {
color: #999;
font-style: italic;
}

.texte-article  img { border: 1px solid #ccc; margin-top: 10px; }

.legende {
text-align: left;
padding: 5px 0 4px 16px;
width: 320px;
border-left: 1px solid #eee;
color: #999;
}

.signature { color: #999; font-family: arial,sans-serif; font-size: 12px; clear: left; margin-top: 20px; }
.signature a { color: #999; }
.signature a:hover { color: #059; }

/* Home */

.bloc-home { margin-bottom: 16px; }

.bloc-home div { clear: both; }

img.asset-img-thumb { border: 1px solid #ccc; margin: 0 16px 12px 0;  }

.bloc-home img.asset-img-thumb { float: left; padding-right: 18 px; margin: 0 16px 0 0; }

.bloc-home h3 { padding-top: 4px; }

.bloc-photo { background-color: #d9d7ce; }

p.extrait { font-family: arial,sans-serif; font-size: 14px; }

/* Blocs */


.bloc {
 margin: 0 158px 0 180px;
 padding: 15px 0;
 border-top: 1px dotted #ddd;
}

.bloc-header {
 font-weight: bold;
 font-size: 13px;
 margin-bottom: 5px;
}

.bloc ul { margin: 0; }

.bloc ul li { display: inline; margin-right: 10px; }

.bloc ul li img { margin-right: 4px; margin-bottom: -2px; }

/* Footer */

#footer {
margin: 0 158px 8px 180px;
padding: 1.5em 12px 3em 12px;
background: #eee;
text-align: center;
font-size: 1.1em;
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}

#footer a { color: #999; }
#footer a:hover { color: #059; }

/* Tables */ 

table { border-collapse: collapse; margin: 15px 0 20px 0;}

thead { background-color: #f7f7f7; font-family: arial,sans-serif; font-size: 22px; font-weight: bold; }

thead img { position: relative; top: 2px; padding: 0; margin: 0 15px 0 0; }

thead td { padding: 5px 10px; }

td { padding: 5px 10px; border: 1px solid #4c4c4c; vertical-align: middle; }

td.td-1 { font-weight: bold; }

td.td-1 i { font-weight: normal; }



/* 













/* comments  */

#comments { border-top: 1px dotted #ddd; padding-top: 15px; }

#comments-content { padding-bottom: 15px; }

.comments, 
#comment-preview-content,
#comment-respons-content {
margin: 0 158px 2.5em 180px;
}

.comments-open {
}
.comments-header,
.comments-open-header {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 3px;
}
.comments-header {
margin: 0 158px 3px 180px;
}
.comments .comments-header {
margin: 0 0 3px 0;
}

.comment-footer, 
.comments-open-header, 
.comments-open-content, 
#comments-open-footer, 
.comments-closed, 
#comment-form-external-auth, 
#comment-greeting, 
.comments-open-moderated, 
#comment-form-name, 
#comment-form-email, 
#comment-form-url, 
#comment-form-remember-me, 
#comment-form-reply, 
#comments-open-text {
margin-bottom: 0.75em;
}

#comment-form-name label, 
#comment-form-email label, 
#comment-form-url label { text-align: right; display: inline-block; width: 100px; padding-top: 5px; padding-right: 10px; }

#comment-form-remember-me { margin-left: 110px; }

.comments-info,
.comment-footer,
.comments-open-subtext {
color: #999;
}

#comments-open-data p {
margin: 4px 0;
}
#comments-open-login,
#comments-open-logout {
margin-bottom: 10px;
}
.comment {
padding-top: 15px;
}
.comment-content {
padding: 1px 15px;
background: #eee;
font-family: georgia,serif;
font-size: 13px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.comment-content p {
margin: 10px 0;
}
.comment-footer {
padding: 5px 0 0 35px;
background: url(/-img/commentarrow-gray.gif) no-repeat 15px 0;
}
#comment-text {
width: 99%;
height: 80px;
background: #fcfcfc;
border: 1px solid #aaa;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.comment-footer .command-edit-comment,
.comment-footer .command-delete-comment {
font-weight: bold;
}

.comment-footer .comment-footerlinks {
float: left;
}

.comment-footer .comment-datetime {
float: right;
clear: right;
}

#top-comment-nav,
#comment-nav {
line-height: 25px;
width: 100%;
height: 25px;
margin: 1em 0;
padding: 0;
text-align: center;
}

#top-comment-nav li,
#comment-nav li {
display: inline;
padding: 0; 
list-style-type: none; }

#top-prev-comments,
#prev-comments {
text-align: left;
margin: 0 1em 0 0;
}

#top-next-comments,
#next-comments {
text-align: right;
margin: 0 0 0 1em;
}

#top-num-comments,
#num-comments {
text-align: center;
}

/* archives */

.archive {
margin: 0 158px 0 180px;
font-size: 13px;
}
.archive ul {
margin-bottom: 15px;
}


/* content-header */

.content-header,
.archive-title,
.search-results-header {
margin: 0 158px 15px 180px;
font-family: georgia,serif;
font-size: 16px;
color: #999;
}

.page-asset .content-header,
#comment-preview-content .content-header,
#comment-respons-content .content-header {
margin: 0 0 15px;
}

/* Search */

.search-results-container.no-search-result, 
.search-results-container.no-search { 
margin: 0 158px 15px 180px;
}

/* Pub */

.adsense-1 {
 margin: 0 158px 20px 180px;
}


/* utilities */

.hidden {
display: none;
}

/* */
.bloc ul:after, .pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.bloc ul, .pkg { display: inline-block; }

* html .bloc ul, * html .pkg { height: 1%; }
.bloc ul, .pkg { display: block; }

/* */

:focus {
outline: 0;
}

