@import "layout.css";

/* ***** 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 *****
 *
 */

body {

	font-family: Georgia, "Times New Roman", serif;
	font-size: 80%;
	background: #2B2B2B url(images/background.jpg) repeat-x;
	text-align: center;
	background-color: #2B2B2B;
	
}

/*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: 0;
}

code, pre{font-family: "Courier New", monospace; font-size : 11px;}

pre {

	color: #4682B4;
	background: #f6f8f9;
	border: 1px dashed #75a8c4;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
}

acronym, abbr {border-bottom: 1px dotted;cursor : help;}

q {font-style : italic;}

a {
	color: #644E6B;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	color: #644E6B;
}
a:hover, a:focus, a:active {
	color: #4682B4;
}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #4682B4;
	background : transparent;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", serif;
}

/*h1{font-size: 1.5em;}*/
h2{font-size: 10px;}
h3{font-size: 12px;}
h4{font-size: 11px;}
/*h5{font-size: 1.1em;}
h6{font-size: 1em;}*/

.left{

	float: left;
	margin-right: 1em;
	
}

.right{

	float: right;
	margin-left: 1em;
	
}

/* Page
****************************************************************/
#page {

	background: url(images/bg.png);
	background-repeat: repeat;
	background-position: left;
	
}







/* Top
****************************************************************/
#top {
	background: black url(images/choix-realite.jpg) no-repeat center bottom;
}

#top h1 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	
}

#top h1 a {

	color: #FFF;
	text-decoration: none;
	
}

#prelude {

	text-align: center;
	color: #123456;
		
}

#prelude a {

	color: #654321;
	background: transparent;
	
}

#prelude a:hover {

	color: #999;
	
}

/* 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;
	
}

.day-date{

	display: none;
	
}

/* title */
.title {

	color: #EDA306;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	
}

/* post-title */
.post-title {

	color: #EDA306;
	background: transparent url(images/sstar.png) no-repeat 0 0.2em;
	padding-left: 20px;
	margin: 0 0 0 -20px;
	font-size: 16px;
	
}

.post-title a, .post-title a:visited {

	color: #EDA306;
	text-decoration: none;
	
}

.post-title a:hover, .post-title a:active, .post-title a:focus {

	color: #4682B4;
	text-decoration: none;
	
}


/* post-info */
.post-info {

	font-size: 11px;
	margin-top: 0;
	color: #644E6B;
	background: transparent;
	padding-bottom: 10px;
	font-weight: bold;
	
}

.post-info a {

	text-decoration: underline;
	color: #4682B4;
	
}


.post-info a:active {

	color: #689BC8;
	
}

.post-info a:visited {

	color: #4682B4;
	
}

.post-info a:hover {

	color: #689BC8;
	
}

.post-info a:focus {

	color: #689BC8;
	
}

.post-content, .post-chapo {

	line-height: 1.6em;
	text-align: justify;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-bottom: 0px;
	
}

.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-com */
.post-info-com {

	clear: both;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	color: #644E6B;
	font-weight: bold;
	margin-bottom: 3em;
	
	
}


.post-info-com a {

	padding-left: 15px;
	background: transparent url(images/co.png) no-repeat left;
	text-decoration: underline;
	
}

.post-info-co {

	clear: both;
	font-size: 11px;
	text-align: right;
	margin-top: 30px;
	color: #644E6B;
	font-weight: bold;
	
	
}


.post-info-co a {

	padding-left: 15px;
	background: transparent url(images/co.png) no-repeat left;
	text-decoration: underline;
	
}


/* trackbacks */
#trackbacks {

	padding-top : 5px;

}
#tb {

	color: #4682B4;
  text-align: center;
  text-decoration : underline; 
	font-size : 11px;
	
}

#trackbacks .trackback-table {

		width : 470px;
    font-style : normal;
    border : 0px solid #75a8c4;
    color : #4682B4;
		background: #eff2f3;  
		border-top: 0px;
		font-size : 11px;
	
}

#trackbacks .trackback-td {

	height: 1.4em;
	line-height: 1.4em;
	text-align: left;
	color: #4682B4;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	
}

#trackback-info {

	line-height: 2.0em;
	color: #9F3C9D;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding: 0px;
	font-weight: bold;
	display: none;
}

#trackback-info span {

	color: #484848;
	font-weight: normal;

}

/* comments */
#comments {

}

#comment-preview {
}

#trackbacks, #comments, #comment-preview {

}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
    
    display : block;
    margin : 0 0 1em 0;
    padding : 1px 1em;
    font-style : normal;
    border : 1px dashed #75a8c4;
    color : #4682B4;
		background: #eff2f3;  
		border-top: 0px;
		font-size : 11px;
		
}


#comment-preview blockquote {
    
    display : block;
    margin : 0 0 1em 0;
    padding : 1px 1em;
    font-style : normal;
    border : 1px solid #75a8c4;
    color : #4682B4;
		background: #eff2f3;
		font-family: Georgia, "Times New Roman", serif;
		font-size : 11px;

}

#comments .comment-number {

		margin-left: 0px;
		font-family: Georgia, "Times New Roman", serif;
		font-size : 11px;
		color: #EDA306;
	  font-weight : bold;
	  text-align: left;
		font-family: Verdana,Arial,sans-serif;
	
}

#comments .comment-number a {
	text-decoration : none; 
	color: #FFF;
  font-weight : bold;
	font-size : 11px;
  text-align: right;
	font-family: Verdana,Arial,sans-serif;
}

#comments .comment-table {

		width : 470px;
    font-style : normal;
    border : 0px solid #75a8c4;
    color : #4682B4;
		background: #eff2f3;  
		border-top: 0px;
		font-size : 11px;
	
}

#comments .comment-td {

	height: 1.4em;
	line-height: 1.4em;
	text-align: left;
	color: #4682B4;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	
}

#comment-preview .comment-table {

		width : 470px;
    font-style : normal;
    border : 1px solid #75a8c4;
    color : #4682B4;
		background: #eff2f3;  
		font-size : 11px;

}

#comment-preview .comment-td {

	height: 1.4em;
	line-height: 1.4em;
	text-align: left;
	color: #4682B4;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;

}


#co {

	color: #4682B4;
  text-align: center;
  text-decoration : underline; 
	font-size : 11px;
	
}

.comment-info {

	margin: 0;
	color: #FFFFFF;
	background: #75a8c4;
	padding-left: 0px;
	padding: 0px 1em;
	padding-top: 1px;
	padding-bottom: 2px;
  border : 1px solid #75a8c4;
	border-bottom: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size : 11px;
	
}

.comment-info a {
	color: #FFF;
	text-decoration: underline;
}

.comment-info a:active {
	color: #FFF;
}

.comment-info a:visited {
	color: #FFF;
}

.comment-info a:focus {
	color: #FFF;
}

.comment-info a:hover {
	color: #FFF;
}


.comment-form {

	color: #4682B4;
  text-align: center;
	font-size : 11px;
	
}



.commentid {

	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
	
}

.field label {

	/*display: block;
	cursor: pointer;
	cursor: hand;*/
	
}


/* Comment*/
#comment {

}

#comment table {

	width: 400px;	
	border: 0px;
	
}

#comment td {

	height: 15px;
	line-height: 15px;
	text-align: left;
	color: #4682B4;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;

}

#comment input {

	padding-left: 5px;
	font-weight: normal;
	
}

#c_nom, #c_mail, #c_remember, #c_site, #c_content {

	border: 1px solid #75a8c4;
	background: #eff2f3;
	color: #4682B4;
	font-family: Georgia, "Times New Roman", serif;
	font-size : 11px;
	
}

.button {

	border: 1px solid #75a8c4;
	background: #eff2f3;
	color: #4682B4;
	font-family: Georgia, "Times New Roman", serif;
	font-size : 11px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	
}

.button:active {

	border: 1px solid #1156FF;
	color: #1156FF;
	font-size : 11px;
	
}

/* Error*/
.error {

	border: 1px dashed #A52A2A;
	background: #FAF1F1;
	color: #A52A2A;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	
}

.error2 {

	border: 1px dashed #B38E86;
	background: #FAF1F1;
	color: #A52A2A;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	margin-right: 15px;
	
}

.error3 {

	border: 1px dashed #B38E86;
	background: #FAF1F1;
	color: #A52A2A;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	padding: 12px;
	margin: 15px;
	
}


.quote-table {

	border: 0px;
	width: 90%;
	
}

.quote-td {

	font-family: "Courier New", monospace; font-size : 11px;
	color: #4682B4;
	background: #f6f8f9;
	border: 1px solid #A1C1D5;
	text-align:left;
	padding : 20px;
	padding-top : 10px;
	padding-bottom : 10px;

}






/* Sidebar
****************************************************************/

.side-content  {

	line-height: 1.6em;
	text-align: justify;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-left: 5px;
	
}


#sidebar {

	background: #FFF;
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
	padding-top: 10px;
	
	
}

#sidebar div {

	margin-left: 15px;
	margin-right: 15px;
	
}

#sidebar h2 {

	/*background: transparent url(images/h2side.png);*/
	text-decoration: none;
	color: #EDA306;
	font-size: 14px;
	padding-left: 5px;
	font-family: Georgia;
	background: transparent url(images/h2.png) no-repeat right;
	
}


/* sidebar links */
#sidebar ul{

	list-style: none;
	margin: 0;
	padding: 0px;
	padding-left: 5px;
	font-size: 11px;
	
}

#sidebar a{

	text-decoration: none;
	
}

#sidebar a:hover {

	color: #EDA306;
	
}

#sidebar li a{

	display: block;
	background: transparent;
	
}

#sidebar li a:hover {

	color: #EDA306;
	background: transparent url(images/cursor.gif) repeat-y right; /* Bling Bling No Flash */

}

#sidebar ul li:first-child {

	/* :fisrt-child selector ne fonctionne pas dans IE */
	border-top: 1px solid #CCC;
	padding: 0.5ex 0;
	
}

#sidebar ul li{

	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
	
}


#selection h2 {
	color: #000;
}

/* Bloc de recherche */
#search {

	margin: 0 auto;
	padding-left: 1px;

}

#search #q {

	border: 1px solid #75a8c4;
	padding-left: 17px;
	color: #4682B4;
	background: #eff2f3;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;

}



/* Calendrier */
#calendar table {

	width: 227px;
	margin: 0 auto;
	font-size: 0.8em;
	
}

#calendar caption {

	color: #4682B4;
	background: #eff2f3;
	border: 1px solid #75a8c4;
	font-size: 13px;
	margin: 0 auto;
	line-height: 8px;
	padding-top: 5px;
	padding-bottom: 7px;
	
}

#calendar caption a {

	font-size: 18px;
	
}

#calendar abbr{

	border: none;
	color: #75a8c4
	
}

#calendar td {

	border: 1px ridge #75a8c4;
	text-align: center;
	color: #ccc; 
	line-height: 14px;
	
}

#calendar th {

	color: #75a8c4
	
}

#calendar td a {

	display: block;
	background-color: #eff2f3;
	color: #7798aa; 
	font-weight: bold;
	border: 1px #d7ecf3 solid;
	line-height: 14px;
	
}

#calendar a:hover {

	color: #000;	
	background-color: #f3ecf5; 
	border: 1px #7798aa solid;
	
}


#categories, #links{
	/*margin-top: 3em;*/
}

/* Liens */
#links h3{

	color: #999;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 11px;
	
}

#links a {

	padding-left: 0px;
	/*background: #FFF url(images/chkd.png) no-repeat left center;*/
	
}

#links a:visited {
	padding-left: 0px;
	/*background: #FFF url(images/chkh.png) no-repeat left center;*/
}

/* link */
.link {

	font-size: 11px;
	margin-top: 0;
	color: #484848;
	background: transparent;
	
}

.link a {

	color: #484848;
	text-decoration: none;
	
}

.link a:active {

	color: #EDA306;
	text-decoration: none;
	
}

.link a:focus {

	color: #EDA306;
	text-decoration: none;
	
}

.link a:hover {

	color: #EDA306;
	text-decoration: none;
	
}

.link a:visited {

	color: #484848;
	text-decoration: none;
	
}

/* Footer
****************************************************************/
#footer {

	/*background : #222 url(images/footer.jpg) no-repeat left center;*/
	/*background-color: #FF99AD;
	text-align: center;
	border: 1px dashed #FF5972;
	color: #8B719B;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold; *//*padding-top: 2px;*/
	color: white;
}




#footer a {

	color: #AAA;
	font-weight: bold;
	text-decoration: none;
	
}

/* Mail */
.friend-link {

	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	margin-top: 0;
	color: #644E6B;
	background: transparent;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: right;
	background: transparent url(images/co.png) no-repeat left;
	
}

#nom, #adresse, #nomAmi, #adresseAmi, #destinataire, #email, #sujet, #contenu {

	border: 1px solid #75a8c4;
	background: #eff2f3;
	color: #4682B4;
	font-family: Georgia, "Times New Roman", serif;
	font-size : 11px;
	
}

.mail-info {

	font-size: 11px;
	margin-top: 0;
	color: #644E6B;
	background: transparent;
	font-weight: bold;
	padding-left: 12px;
	background: transparent url(images/puce.png) no-repeat left;
	
	
}

/* Success */
.success {

	border: 1px dashed #03AB4F;
	background: #EAFFF3;
	color: #03AB4F;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	vertical-align: middle;
	height: 2.5em;
	padding-left: 30px;
	padding-right: 30px;
	
}

legend {

	line-height: 1.6em;
	text-align: justify;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	
}

/* Barre de Navigation */
#navbox {

	height: 29px;
	width: 97.5%;
	background: #FFBCC9 url(images/nav.png) repeat-x bottom;
	/*background-color: #FFBCC9;*/
	margin-left: 10px; /*margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;*/
	margin-bottom: 20px;
	
	
}

#navbox ul {
	text-align:center;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:0;
	margin-top:0; /* for Opera 7.54 */
	margin-left:0;
	margin-bottom:0; /* for Opera 7.54 */
	color:#fff;
	width:100%;
	height:18px;
	font-size:87%;
	line-height:18px; /* fixes Firefox 0.9.3 */
}

* html #navbox ul {margin-bottom:0;} /* for IE6 */

#navbox ul li {
	list-style-type:none;
	display:inline;
	padding-left:0;
	padding-right:0;
	margin:0;
}

#navbox ul li a {
	padding-left:7px;
	padding-right:7px;
	padding-bottom:4px; /* matches link padding except for left and right */
	padding-top:4px;
	background-color:transparent;
	color:#444;
	text-decoration:none;
}

#navbox ul li a:hover {color:#fff;}

#navbox ul #link1 a:hover {background-color:#669;}
#navbox ul #link2 a:hover {background-color:#578;}
#navbox ul #link3 a:hover {background-color:#c69;}
#navbox ul #link4 a:hover {background-color:#387;}
#navbox ul #link5 a:hover {background-color:#a36;}
#navbox ul #link6 a:hover {background-color:#379;}
#navbox ul #link7 a:hover {background-color:#969;}
#navbox ul #link8 a:hover {background-color:#669;}

#navbox ul #link9 a:hover {

	background-color: #98A1FF;
	color: #fff;
	
}
#navbox ul #link9 a {

	background-color: #6373ED;
	color: #fff;
	border: 1px solid #fff;
	padding-bottom:1px; /* matches link padding except for left and right */
	padding-top:1px;
	
}

#navbox ul #link10 a:hover {

	background-color: #98A1FF;
	color: #fff;
	
}
#navbox ul #link10 a {

	background-color: #6373ED;
	color: #fff;
	border: 1px solid #fff;
	padding-bottom:1px; /* matches link padding except for left and right */
	padding-top:1px;
	
}


.link-suite a {

	text-decoration:none;
	
}

/* Pagination */
.pagenav {

	font-size: 11px;

}

p.pagenav a {

	background : #eff2f3;
	color: #644E6B;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #644E6B;
	text-decoration: none;
	font-size: 11px;

}

p.pagenav a:hover {
	color: white;
	background: #9EBFDD;
	border: 2px solid #9EBFDD;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

p.pagenav strong {

	color: black;
	padding:2px;
	border: 1px solid #bbb;

}

/* Table des matières */
#toc {



}

#toc .toc-title {

	text-align:center;
	background: transparent;
	text-decoration: underline;
	margin-bottom: 30px;
	
}


#toc .toc-group {

	text-align:left;
	background: transparent;
	padding-left: 15px;
	font-size: 100%;

}

#toc ul {

	list-style-image: url(images/puce.png);
	
}

#toc li {
	text-align: left;
	margin-left: 0px;
	line-height: 1.4em;
	color: #484848;
	font-family: "Courier New", monospace;
	font-size: 87%;
	padding-bottom: 0px;
	word-spacing: -4px;
}

#toc a {

	font-family: Georgia, "Times New Roman", serif;
	word-spacing: 2px;
}


#toc .toc-related {

	text-align:left;
	background: transparent;
	padding-left: 15px;
	font-size: 100%;
	color: #4682B4;

}


#toc .toc-total {

	line-height: 1.6em;
	text-align: justify;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;

}

/* Message de cloture */
.closed {

	color: #4682B4;
	font-size : 11px;
	font-weight: bold;
	text-align: center;
	
}

/* Telechargements */
#download table {

	padding: 0px;
	margin: 0px;
	
}

#download p {

	font-size: 11px;
	color: #4682B4;
	font-weight: normal;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", serif;

	
}


#download a:active, #download a:focus, #download a:hover {

	color: #EDA306;

}

#download-link, #download-link:visited {

	font-size: 11px;
	color: #484848;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	
}


#download-link:active, #download-link:focus, #download-link:hover {

	color: #EDA306;

}

/* Highlight search */
span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}


/* Error button */
.error-button {

	font-size: 11px;

}

p.error-button a, p.error-button a:visited {
	background: #B38E86;
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #B38E86;
	text-decoration: none;
	font-size: 11px;
}


p.error-button a:hover {
	color: white;
	background: #9EBFDD;
	border: 2px solid #9EBFDD;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

/* Accueil */
#home table {

	padding: 0px;
	margin: 0px;
	
}

#home p {

	font-size: 11px;
	color: #4682B4;
	font-weight: normal;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", serif;

	
}

#home .home-td {

	font-size: 11px;
	color: #4682B4;
	font-weight: normal;
	padding: 10px;
	padding-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;

	
}

/* Files */
#files p {

	font-size: 11px;
	color: #4682B4;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;

}

#soon {

	margin-left: 38px;
	
}

#files-ul-1 {

	list-style-image: url(images/globe.gif);
	font-size: 14px;

}

#files-li-1 {

	list-style-image: url(images/globe.gif);
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
	font-size: 14px;

}

#files-ul-2 {

	margin-top: 10px;
	list-style-image: url(images/puce.png);

}

#files-li-2 {

	font-size: 11px;
		
}


#files-contact p {

	font-size: 11px;
	color: #4682B4;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;

}

#files-contact {

	width : 250px;
	background: transparent url(images/files-contact.jpg) repeat-y;
	padding : 20px;
	border: 1px dotted #75a8c4;
}


/* Style par catégories */
.post-title-General {

	color: #EDA306;
	background: transparent url(images/sstar.png) no-repeat 0 0.2em;
	padding-left: 20px;
	margin: 0 0 0 -20px;
	font-size: 16px;
	
}

.post-title-General a, .post-title-General a:visited {

	color: #EDA306;
	text-decoration: none;
	
}

.post-title-General a:hover, .post-title-General a:active, .post-title-General a:focus {

	color: #4682B4;
	text-decoration: none;
	
}



.post-title-Canalisations, .post-title-Canalisations a, .post-title-Canalisations a:visited {

	color: #C14F88;
	font-size: 16px;

}

.post-title-Canalisations a:hover, .post-title-Canalisations a:active, .post-title-Canalisations a:focus {

	color: #4682B4;
	font-size: 16px;
	
	
}

.post-title-Spiritualite, .post-title-Spiritualite a, .post-title-Spiritualite a:visited {

	color: #C14F88;
	font-size: 16px;

}

.post-title-Spiritualite a:hover, .post-title-Spiritualite a:active, .post-title-Spiritualite a:focus {

	color: #4682B4;
	font-size: 16px;
	
}

.post-title-Edito, .post-title-Edito a, .post-title-Edito a:visited {

	color: #4FC150;
	font-size: 16px;

}

.post-title-Edito a:hover, .post-title-Edito a:active, .post-title-Edito a:focus {

	color: #4682B4;
	font-size: 16px;
	
}

.post-title-Dossiers {

	padding-left: 20px;
	margin: 0px 0px 0px -20px;
	color: #379;
	background: transparent url(images/globe.gif) no-repeat 0 0.2em;
	font-size: 16px;

}

.post-title-Dossiers a, .post-title-Dossiers a:visited {

	color: #379;
	font-size: 16px;

}


.post-title-Dossiers a:hover, .post-title-Dossiers a:active, .post-title-Dossiers a:focus {

	color: #4682B4;
	font-size: 16px;
	
}

.post-info-Dossiers {

	color : white;
	padding : 15px;

}

/* home */
#home-ul {

	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	
}

#home-li {

	margin-left: 15px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;

}

/* poster */
#rules td {

	color: #4682B4;
	background: #eff2f3;
	border: 1px solid #75a8c4;
	text-align: justify;
	padding: 15px;
	
}

.sign {

	line-height: 1em;
	text-align: right;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-bottom: 0px;
	
}

#td-chapo {

	padding-left:10px;
	line-height: 1.6em;
	text-align: justify;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;

}

.nota {

	color: #4682B4;
	font-size : 11px;
	
}

/* partager */
#partager {
	background: url(images/partager.jpg) no-repeat right bottom;
}

.share-content  {

	line-height: 1.6em;
	text-align: justify;
	color: #484848;
	background: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-left: 13px;
	padding-right: 8px;
	
}

/* Derniers commentaires */
.last-comments li {

	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", serif;
		
}

.last-comments li a {

	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
		
}

#comment-date {

	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

#comment-text {

	background: url(images/comment.jpg) no-repeat right bottom;
	
}


#connected h2 {

	text-decoration: none;
	color: #EDA306;
	font-size: 14px;
	padding-left: 5px;
	font-family: Georgia;
	background: transparent url(images/h2.png) no-repeat right;
	
}

#connected acronym {

	border-bottom: 1px none;
	
}

/* Chat */
#chat {

	background: url(images/chat.gif) no-repeat center bottom;
	
}

#chat-intro {

	margin:0px;
	padding:0px;
}

#chat-intro h2 {

	margin:0px;
	padding:0px;
	padding-left: 5px;
	
}

#chat-connected {

	font-size: 13px;
	text-align: center;
	color: #FF3FA1;
	line-height :13px;

}

#chat-connected a, #chat-connected a:active, #chat-connected a:focus, #chat-connected a:visited {


	color: #FF3FA1;

}

#chat-connected a:hover {

	color: #02C2E6;

}

#connect {

	font-size: 13px;
	text-align: center;
	color: #FF3FA1;
	line-height :13px;

}

#connect-number {

	font-size: 20px;
	line-height :20px;
}


/* Forum */
#forum {

	background: url(images/forum.jpg) no-repeat center bottom;
	
}

#forum-posts li {

	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", serif;
		
}

#forum-posts li a {

	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
		
}

/* sondage */
#sondage {

	background: url(images/matrix-code.jpg) no-repeat right bottom;
	
}

#sondage h2{

	text-decoration: none;
	color: #CC6297;
	font-size: 14px;
	padding-left: 5px;
	font-family: Georgia;
	background: transparent url(images/h2-3.png) no-repeat right;
	
}

#question {

	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: justify;
	color: #644E6B;
	background: transparent;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 10px;
}

#case {

	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	color: #484848;
	background: transparent;
	padding-left: 15px;
	padding-right: 10px;
	
}

#case-result {

	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	color: #484848;
	background: transparent;
	padding-left: 15px;
	padding-right: 10px;
}

#result-number {

	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: right;
	color: #484848;
	background: transparent;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
}


#upload

.upload-span {

	color: #4682B4;


}

.upload-span2 {

	color: #4682B4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;


}

.upload-span3 {

	color: #EDA306;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.upload-span3:hover {

	color: #C689A1;


}

.upload-title {

	color: #4682B4;
  text-align: left;
	font-size : 13px;
	
}


/* aperçu */

.apercu {

	border: 1px solid #C76098;
	background: #FAF1F1;
	color: #C76098;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	padding : 10px;
	
}

.preview-info {

	font-size: 11px;
	margin-top: 0;
	color: #644E6B;
	background: transparent;
	padding-bottom: 0px;
	margin-bottom: 0;
	font-weight: bold;
	
}

.preview-info a {

	text-decoration: underline;
	color: #4682B4;
	
}


.preview-info a:active {

	color: #689BC8;
	
}

.preview-info a:visited {

	color: #4682B4;
	
}

.preview-info a:hover {

	color: #689BC8;
	
}

.preview-info a:focus {

	color: #689BC8;
	
}


/* intro-target */

.intro-target {

	border: 1px solid #F6D182;
	background: #FEFAF2;
	color: #F6D182;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	padding-top : 2px;
	padding-bottom : 2px;
	width: 280px;
	
}

.perso {

	border: 1px solid #50D752;
	background: #EEF6EE;
	color: #50D752;
	font-family: Georgia, "Times New Roman", serif;
	font-size : 11px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	
}


/* link */
.link2 {

	font-size: 11px;
	margin-top: 0;
	color: #B372B3;
	background: transparent;
	
}

.link2 a {

	color: #B372B3;
	text-decoration: none;
	
}

.link2 a:active {

	color: #F29BF2;
	text-decoration: none;
	
}

.link2 a:focus {

	color: #F29BF2;
	text-decoration: none;
	
}

.link2 a:hover {

	color: #F29BF2;
	text-decoration: none;
	
}

.link2 a:visited {

	color: #B372B3;
	text-decoration: none;
	
}

#connected p {

	background: url(images/partager.jpg) no-repeat right bottom;
	
}


/* Anti-Spam */
.nota input {

	padding-left: 5px;
	font-weight: normal;
	
}

#dc_captcha {

	border: 1px solid #75a8c4;
	background: #eff2f3;
	color: #4682B4;
	font-family: Trebuchet MS;
	font-size : 11px;
	
}