@import "layout.css";

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	background : #84AAC1 url('images/background.jpg') repeat-x;
	text-align: center;
	border-top: #84AAC1 10px solid;
	border-bottom: #84AAC1 10px solid;
}

h1 {
font-size: 25px;
color: #66CCFF;
}
       

/*Formulaires*/
input, textarea{border: 1px solid #DDD;background: #F2F2F2;color: #333;}
textarea{width: 100%;}
input:focus, textarea:focus{border: 1px solid #999;}
fieldset{border: none;}

img{
	border: 0px none;
}

code, pre{font-family: "Courier New", monospace; font-size : 1em;}
/* Merci Kozlika :) */

pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* cach� pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}


	/* Fin hack Ne pas supprimer cette ligne */


acronym, abbr{border-bottom: 1px dotted;cursor : help;}
q{font-style : italic;}


a {color : #222;}
a:visited {color: #622;}
a:hover, a:focus, a:active {color: #111;}

h1 a {color : #66CCFF;}
h1 a:visited {color: #66CCFF;}
h1 a:hover, a:focus, a:active {color: #00000;}


h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* Page
****************************************************************/
#page {
	background: url('images/bg.png') repeat-y left;
}

/* Top
****************************************************************/
#top {
	background: #84AAC1 url('images/top.jpg') no-repeat center bottom;
    }

#top h1{
	font-family: Verdana, "Times New Roman", serif;
	font-size: 1.8em;
	text-align: center;
	line-height: 35px;
}

#top h1 a{
	color: #FFF;
	text-decoration: none;
}



/* Ent�te de page pour le menu en onglet
******************************************************************/

#swhead {
	position:left;
	top: 0px;
	width: 890px;
	height: 23px;
	background: #1E5C81;
}


/* Le menu en onglet
*****************************************************************/

#menugeneral {
	position:absolute-left;
	width:890px;
	top: 10px;
	clear:both;
	font-size:12px;
	height:20px;
	background:none;
	vertical-align:middle;
	z-index: 2;
}
#menugeneral ul {
	margin:0;
	padding:0;
}
#menugeneral ul li {
	display:inline;
	margin:0;
	padding:0;
}

#menugeneral a {
	display:block;
	float:left;
	border-right:2px solid #84AAC1;
	border-bottom: 0px;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	color:#fff;
	padding:7px 7px 7px 7px;
	background: #1E5C81;
}

#menugeneral a:hover {
	color:#112233;
	background:#fff;
	border-bottom: 0px;
}
#menugeneral li.current a {
	color:#112233;
	background:#fff;	
}



/* Main
****************************************************************/

#main {
	background: #FFF;
	color: inherit;
	overflow: hidden; /* Cache ce qui d�border (images par ex.) pour ne pas casser la mise en page */
}

/* Contenu
****************************************************************/

#content {
	margin: 10px;
	padding-bottom: 1em;
	padding-left: 20px;
}



/* post-title */
.post-title {
	background : url('images/sstar.png') no-repeat 0 0.2em;
	padding-left : 20px;
	margin-left:-20px; margin-right:0; margin-top:0; margin-bottom:0
}

.post-title a {
	color : #000;
	text-decoration : none;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	color: #333;
	background: transparent;
}

.post-content, .post-chapo{
	line-height: 1.4em;
	text-align: justify;
	color: #222;
	background: transparent;
}

.post-content ul{
	list-style-image: url('images/puce.png');
}

/* Pour limiter la taille des images trop grandes
*  ajoutez un slash derri�re l'�toile -> *
.post-content img{
	max-width: 100%;
}
/**/

/* post-info-co */
.post-info-co {
	clear: both;
	font-size: 0.85em;
	text-align: left;
	margin-bottom: 2em;
}

.post-info-co span{
	display: none;
}

.post-info-co a{
	padding-left: 19px;
	background: url('images/co.png') no-repeat left;
}

/* Comments
***********************************************************/

#comments span{
	display: none;
}

#comments blockquote{
	text-align: justify;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}


/* Bloc de commentaire
**************************************************************/

blockquote{
	background: #EEE url('images/blockquote.png') no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding-bottom: 40px;
	margin: 1em; padding-left:10px; padding-right:10px; padding-top:10px
}



/* Sidebar
**************************************************************/

#sidebar {
	background: #FFF;
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
}

#sidebar div{
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar h2 {
	background: url('images/h2side.png');
	color: #666;
	padding: 5px;
	font-size: 1.2em;
	margin-bottom:0.5em;
	margin-top:1em
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}
	
#sidebar ul li ul li a{
	padding-left: 20px;
	background: #FFF url('images/chkd.png') no-repeat left center;
}


#sidebar a{
	text-decoration: none;
}

#sidebar a:hover {
	color:#84AAC1;
	text-decoration: underline;
}

#selection h2{
	color: #000;
}







/* Calendrier
*********************************************************/
#calendar h2 {margin-top:0}

#calendar table{
	width: 220px;
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar caption{
	margin: 0 auto;
	background: #EEE;
	padding: 0.5em 0;
	color: #666;
}

#calendar abbr{
	border: none;
}

#calendar td{
	background: #F5F5F5;
	text-align: center;
}

#calendar td a{
	display: block;
	font-weight: bold;
	background: #E0E0E0 url('images/today.png') no-repeat right top;
	color: #933
}




/* Footer
****************************************************************/

#footer {
	background: #1E5C81;
	color: #AAA;
	text-align: center;
}

#footer a{
	color: #AAA;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#prevnext {text-align:center;
font-size:0.9em
}
#spf {position: absolute;left: -10000px;};
