/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 * Theme PDI Collector v1 par Kozlika http://www.kozlika.org 
 */
 
body {
	margin : 0;
	padding : 0;
	font-family : Arial,Verdana,Geneva,Helvetica,sans-serif;
/*
	font-size : 76%;
*/
	font-size : 80%;
	color : #333;
	background:#fff;
}


p { margin : 0.75em 0; }
img { border : none; overflow:auto; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.5em 0; }
h2 { font-size : 1.25em; margin : 0.67em 0; }
h3 { font-size : 1em; margin : 0.5em 0; }
h4 { font-size : 0.83em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; color: #000099; width:90%; margin:0 auto; overflow:auto; }

q { font-style : italic; }

a {
	color : #0373A1;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color: #009B9E;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

/*h2, h3 {
	font-family : Georgia,"Times New Roman","New York",serif;
}
*/

th{
	background:#FFDAB9;
}

.petit {
/*
	font-size:0.82em;
*/
	font-size : 80%;
}

/* Layout
-------------------------------------------------------- */
#page {
	float:left;
/*
	width:80%;
*/
	margin : 10px 10px 10px 10px;
	padding : 0;
/*
	border:2px solid #0373A1;
*/
	background:#fff;
/*
	padding-bottom:0.5em;
*/

}

#top {
	margin : 0;
/*	background-image: url("images/bandeauaccueil.jpg");
	background-repeat: no-repeat;
	background-position: center;
*/
/*	background: #9976BC; 
	border-bottom:1px solid #9976bc;
*/
	background:url(images/fcf.gif);
	color : #9976bc;
	height: 130px;
	padding: 0 0 0 5px;
	overflow: auto;
/*
	margin : 0;
	background-image: url("images/bandeauaccueil3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background: #9976BC; 
	color : #fff;
	height: 140px;
	padding: 0 0 0 5px;
*/	
}
#top h1 {
	margin : 0 0 0 0;
}
#top a {
	color : #9976bc;
	text-decoration : none;
}

#prelude {
	margin : 0;
	font-size : 0.85em;
	text-align : right;
	color : #ffccff;
	background:#9976bc;
	font-weight:bold;
}
#prelude a {
	color : #9976BC;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}

.edito {
	clear:both;
	margin:0 0 2em 0;
	padding:0.5em 2.5em;
	background:url(images/fcf.gif);
	border-bottom:1px solid #9976bc;
	border-top:1px solid #9976bc;
}

.logo
{
	background-image: url("images/logoSNASUB.jpg");
	background-repeat: no-repeat;
}

#main {
	width:82%;
/*	
	width : 60%;
	float : left;
*/
	float:left;
	margin-right : -18em;
	margin-left : 0.5em;
	margin-top:1em;
	height : 650px;
	overflow:auto;
}

#content {
/*	
	width : 45em;
	float : left;
*/
	padding : 1px 1em 1em 1em;
	margin-left : 1em;
	margin-right : 1em;
	overflow: auto;
}


/* Sidebar gauche
-------------------------------------------------------- */
#sidebarg {
/*
	width : 13em;
*/
	width : 15%;
	float : left;	
	margin : 1em 0 1em 0;
/*
	padding-top:0em;
*/
	padding-right:1em;
	padding-bottom:1em;
	padding-left:0.5em;
/*
	border-top:1px dashed #9976bc;
	border-right:1px dashed #9976bc;
	border-bottom:1px dashed #9976bc;
*/
	background:transparent url(images/fcf.gif);
	overflow:auto;
}

#sidebarg h2 {
	padding : 10px 0 0 0;
	margin : 1.3em 0 0.3em 0;
	font-weight : bold;
	font-size:1em;
	/*
	text-transform : uppercase;
	*/
}
#sidebarg ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebarg li {
	display : block;
	margin-top : 0em;
	padding-top : 0.18em;
	padding-bottom : 0.3em;
	padding-left : 20px;
	color : #999;
/*	background : transparent url(images/fleche.gif) no-repeat 0 0.25em;*/
	background : transparent url(images/stock_open.png) no-repeat 0.1em 0.1em;
}

#sidebarg a {
	text-decoration : none;
}

#sidebarg a:hover {
	text-decoration: overline underline;
	font-weight: bold;
	font-style: italic;
	color : #0373A1;
/*
	background-color: #9976bc;;
*/
}


/* Sidebar droite
-------------------------------------------------------- */
#sidebard {
/*
	width : 13em;
*/
	width : 18%;
	float : right;	
	margin : 1em 0 1em 0;
	padding-left:1em;
	padding-right:0.5em;
	padding-bottom:1em;
/*
	border-top:1px dashed #9976bc;
	border-bottom:1px dashed #9976bc;
	border-left:1px dashed #999;
	background:transparent url(images/fcf.gif);
*/
	background : transparent;
	overflow:auto;
}

#sidebard h2 {
	padding : 10px 0 0 0;
	margin : 1.3em 0 0.3em 0;
	font-weight : bold;
	font-size:1em;
	/*
	text-transform : uppercase;
	*/
}
#sidebard ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebard li {
	display : block;
	margin-top : 0.15em;
	padding-bottom : 0.2em;
	padding-left : 15px;
	color : #999;
	background : transparent url(images/fleche.gif) no-repeat 0 0.25em;
}

#sidebard a {
	text-decoration : none;
}

#sidebard a:hover {
	text-decoration: overline underline;
	font-weight: bold;
	font-style: italic;
	color : #0373A1;
/*
	background-color: #9976bc;;
*/
}


/* Search form */
#search{
	background: transparent;
	color: inherit;
/*
	line-height: 2.3em;
*/
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(images/q.png) no-repeat 4px center;
}

/* Categories box */
#categories {
}

#calendar {
	font-size : 0.76em;
	margin-top : 1em;
}
#calendar h2 {
	display : none;
}

#archives {
}

/* Post
-------------------------------------------------------- */
.day-date {
	display:none;
}

.post {
	margin-bottom : 2.5em;
	border-bottom:2px dotted #ffccff;
}
.post-title {
	margin : 0;
	color : #39455B;
}
.post-title a {
	color : #394558;
	text-decoration : none;
}
.post-info {
	font-size:0.66em;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	clear : both;
}

.post-chapo {
	text-align:justify;
	margin-bottom : 0.75em;
}
.post-content {
	text-align:justify;
}
.post-info-co {
	font-size:0.82em;
	clear : both;
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(images/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(images/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 95%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}
/*-------------------------------------------------------- */
#extra {
position:absolute;
left:80%;
font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
}
.extra-int {
list-style:none;
text-align:left;
font-size:0.9em;
padding:0 0.5em 0 0;
margin-right:1em;
margin-left:0.5em;
}
.extra-int ul {
list-style:none;
padding:0;
margin:0;
}
.extra-int ul li a {
	color: #9976BC;
}
.extra-int h2 {
font-size:1.2em;
	color: #8b64b3;
	background: transparent;
	margin-top:1em;
}
.extra-int h3 {
	font-size: 1em;
	font-weight:bold;
	color: #564b47;
	background: transparent url(images/fcf.gif); 
	border-bottom: 2px solid #564b47;
}
.extra-int h4 {
	color: #00B5B8;
	margin: 1em 0;
	font-weight: normal;
	font-size:1em;
}
.extra-int h5 {
	margin: 0.5em 0;
	font-size:1em;
}
/* Links box */ 
#links {
}
#links ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#links li {
	display : block;
	margin-top : 0em;
	padding-top : 0.2em;
	padding-bottom : 0.3em;
	padding-left : 20px;
	color : #999;
/*	background : transparent url(images/fleche.gif) no-repeat 0 0.25em;*/
	background : transparent url(images/insert_link.png) no-repeat 0.1em 0.1em;
}

/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 1px 1px 1px;
	color: #fff;
	border-top:1px dashed #9976bc;
	/*border-top:1px dashed #0373A1;*/
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
	position : relative;
	padding-bottom:0.5em;
	background:transparent url(images/fcf.gif);
}
#footer a {
	color : #666;
}
/* Syndication box */
#syndicate {
}
#sybdicate ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#syndicate li {
	display : block;
	margin-top : 0em;
	padding-top : 0.2em;
	padding-bottom : 0.3em;
	padding-left : 20px;
	color : #999;
/*	background : transparent url(images/fleche.gif) no-repeat 0 0.25em;*/
	background : transparent url(images/flux_rss.gif) no-repeat 0.1em 0.25em;
}

/* Bouton Accueil */
#accueil a:hover {
	text-decoration: none;
}
#accueil h3 {
}

/* Bouton Adhesion */
#adhesion a:hover {
	text-decoration: none;
}
#adhesion h3 {
}

