/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
}

/* il faut un id par section utilisées dans TextPattern */
#front, #notes, #journal, #accueil, #unix, #static, #python, #freevo, #systeme {
	background-color: #fafa80;
}

#unix {
	background-color: #aaaaaa;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
    color: white;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 0 0 10px 0;
	width: 760px;
    background-color: white;
}

#head {
	text-align: left;
    background: url(pont.jpg) no-repeat;
    background-color: #90ff90;
    color: white;
    width: 100%;
    height: 110px;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
    text-align: left;
    float: left;
    height: 30px
}

#section-name {
	font: italic 1em Georgia, Times, serif;
    text-align: right;
    float: right;
    height: 30px
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 160px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: left;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
	text-align: right;
}

#content {
    width: 420px;
}    
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}
#foot p {
	line-height: 0.5em;
    font-size: 0.8em;
}

/* navigation
----------------------------------------------- */

#fullnavig{
    margin: 0;
    padding:0;
    clear: both;
    background:#16130d;
    height:27px;
}

ul#navig{
    margin: 0;
    padding:0;
    list-style:none;
}

ul#navig li{
    float:left;
}/* thanks IE(intelligence ...)*/

ul#navig li a{
    font-size: 0.7em;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    /*padding: 6px 18px 0px 16px;*/
    padding: 6px 0px 0px 6px;
    border:none;
    display:block;
    float:left;
    height:18px;
    color:#fafa80;
}

ul#navig li a:hover{
    background: #fafa80;
    color:#16130d;
}

.underline {border-bottom:4px solid #debd7d;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 160px;
w\idth: 160px;
}

/* overrides
----------------------------------------------- */

#sidebar-2, #sidebar-1 {
    font-family: Georgia, Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-style: italic;
}
#sidebar-1 h2 {
    margin: 0;
    padding: 0;
}    

#sidebar-2 p, #sidebar-1 p {
    font-family: Georgia, "Lucida Grande", Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-style: normal;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_invite {
    font-size: 0.8em;
}
.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* localhost
----------------------------------------------- */
.entry-title {
    width: 100%;
    background-color: #fafa80;
    padding: 3px 0 3px 0;
}
.entry-title a {
    color: #707070;
    font-family:  Georgia, Helvetica, Arial, Verdana, "Trebuchet MS", sans-serif;
    font-size: 1em;
	font-style: oblique;
	font-weight: bold;
}
.entry-content p, .entry-content blockquote {
    text-align: justify;
    font-family: Georgia, "Lucida Grande", Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 0.8em;
}
.entry-content ul li {
    text-align: justify;
    font-family: Georgia, "Lucida Grande", Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 0.8em;
}

.entry-content blockquote {
    border-left: 3px solid #fafa80;
}
p.auteur {
    font-size: 0.7em;
	font-style: oblique;
}

input, label {
    font-size: 1em;
}    

ul.recent_articles, ul.linklist {
    list-style: none;
    list-style-position: inside;
}    
ul.recent_articles li, ul.linklist li {
    padding: 8px 1px 8px 1px;
}    

code, pre {
	font-family: Courier, monospace;
}
code {
	font-weight: bold;
}
pre {
    font-size: 0.8em;
    width: 410px; 
    background: #F1F8EF;
    color: black;
    font-weight: bold;
    white-space:normal;
    /* caché pour IE 5 Mac qui sait pas faire \*/
    white-space:pre;
    width: 410px; 
    overflow : auto;
    /* End hack */
}


