@CHARSET "UTF-8";

/********************************************************/
/* Déclarations générales */
/********************************************************/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color: white;
}

body, h1, h2, h3, h4, h5, p, div, dd, ul, ol, th, td, fieldset, textarea {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: 4d4d4d;
}

fieldset {
	border: none;
}

a{
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #CB354E;
}

.error {
	color: red;
}

.link {
	cursor: pointer;
}

h1{
	color: #CB354E;
	font-size: 14px;
	margin: 0 0 10px 0;
}

/********************************************************/
/* Le fond répétitif de la page */
/********************************************************/
div#Container{
	background-color: #e6e6e6;
	width: 1000px;
	margin: 0 auto 0 auto;
}

/********************************************************/
/* Le logo du site en haut de page */
/********************************************************/
h1.title{
	width: 1000px;
	height: 225px;
	margin: 0;
	padding: 0;
	background-image: url(../images/banner_secrets.png);
}
h1.title a.big{
	display: none;
}

/********************************************************/
/* Les boutons de connexion / déconnexion */
/********************************************************/
div.logoff, div.login{
	width: 131px;
	height: 26px;
}
div.login h3, div.logoff h3{
	width: 131px;
	height: 26px;
}

/********************************************************/
/* La zone de contenu principale */
/********************************************************/
br.separateur {
	clear: both;
}
div.separateur {
	display: block;
	width: 406px;
	height: 21px;
	margin: 50px auto 50px 5px;
}

/********************************************************/
/* Le header */
/********************************************************/
.header {
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	width: 660px;
	clear: left;
	position: relative;
	top: -10px;
}

/********************************************************/
/* Le footer */
/********************************************************/
.footer {
	background-color: #cccccc;
	color: #CB354E;
	padding: 10px;
	text-align: center;
}

.footer a{
	color: #CB354E;
}

.footer a img{
	border: none;
}

/********************************************************/
/* Les différents textes */
/********************************************************/
.mainContent{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 721px;
	background-color: white;
	top: -20px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.contentFooter {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	display:block;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}
.content.encadre {
	padding: 0;
	margin: 10px auto 0 auto;
	width: 668px;
	background-image: url(../images/topic_middle.jpg);
	background-repeat: repeat-y;
}
.content.encadre .topicFooter{
	margin: 5px auto 25px auto;
	padding: 0 0 15px 0;
	background-image: url(../images/topic_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content.encadre .topicFooter p.date, 
.content.encadre .topicFooter p.edit,
.content.encadre .topicFooter div.topic,
.content.encadre .topicFooter form.commentForm {
	margin: 0 15px 0 15px;
	padding: 0;
}
.content.encadre h1.contentHeader{
	padding: 15px 0 0 15px;
	width: 668px;
	background-image: url(../images/topic_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.topic p{
	text-align: justify;
	margin: 10px auto 10px auto;
}

.topic ul, 
.topic ol {
	padding-left: 20px;
	text-align: justify;
}

.topic p a img{
	border: none;
	text-align: center;
	margin: 10px auto 10px auto;
	display: block;
}

.date{
	margin: 5px 0 5px 0;
}
/********************************************************/
/* Les commentaires sur les textes */
/********************************************************/
p.comment{
	clear: left;
	margin: 25px 0 10px 15px;
}

table.comment {
	background-color: #e6e6e6;
	table-layout: fixed;
	margin: 20px auto 10px auto;
	padding: 5px;
	border:1px solid #dfdfdf;
	border-collapse: collapse;
	border-spacing: 0 0;
	empty-cells: show;
	width: 627px; /* th 200, th 415, 3*vertical 4 */
}
table.comment th{
	width: 200px;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 5px;
}
table.comment td{
	width: 415px;
	vertical-align: top;
	margin: 0;
	padding: 5px;
}
table.comment .horizontal{
	height: 4px;
	line-height: 4px;
	padding: 0;
}
table.comment .vertical{
	width: 4px;
	padding: 0;
}
table.comment .coinHG{
	width: 4px;
	height: 4px;
	line-height: 4px;
	padding: 0;
}
table.comment .coinBG{
	width: 4px;
	height: 4px;
	line-height: 4px;
	padding: 0;
}
table.comment .coinHD{
	width: 4px;
	height: 4px;
	line-height: 4px;
	padding: 0;
}
table.comment .coinBD{
	width: 4px;
	height: 4px;
	line-height: 4px;
	padding: 0;
}
/********************************************************/
/* Le formulaire pour laisser un commentaire */
/********************************************************/
.commentForm {
	margin-top: 20px;
}

.commentForm textarea{
	width: 630px;
	height: 120px;
	background-color: #e6e6e6;
	border: 1px solid #dfdfdf;
}

.commentForm label{
	display: block;
}

.commentForm input.text{
	background-color: #e6e6e6;
	width: 630px;
	margin: 5px auto 10px 0;
	border: 1px solid #dfdfdf;
}

.commentForm input.button{
	border: 1px solid #dfdfdf;
}

.commentForm img.captcha{
	margin: 10px auto 10px 0;
}

img.captcha {
	display: block;
	width: 180px;
	height: 60px;
}

/********************************************************/
/* Le formulaire pour se connecter */
/********************************************************/
.fullConnexionForm label{
	display: block;
}

.fullConnexionForm input.text{
	background-color: #FFF6DF;
	width: 800px;
	margin: 5px auto 10px 0;
	border: 1px solid black;
}

.fullConnexionForm input.button{
	border: 1px solid black;
}
/********************************************************/
/* Le formulaire de soumission d'un texte */
/********************************************************/
.proposeForm textarea{
	width: 630px;
	height: 600px;
	background-color: #FFF6DF;
	border: 1px solid black;
}

.proposeForm label{
	display: block;
}

.proposeForm input.text{
	background-color: #FFF6DF;
	width: 800px;
	margin: 5px auto 10px 0;
	border: 1px solid black;
}

.proposeForm input.button{
	border: 1px solid black;
	margin-top: 10px;
}

/********************************************************/
/* Le formulaire mon compte */
/********************************************************/
.myAccountForm label {
	display: block;
}

.myAccountForm input.text{
	background-color: #FFF6DF;
	width: 800px;
	margin: 5px auto 10px 0;
	border: 1px solid black;
}

.myAccountForm input.button{
	border: 1px solid black;
	margin-top: 10px;
}

/********************************************************/
/* Le menu  */
/********************************************************/
ul.menu {
	margin: 0 5px 0 0;
	text-align: justify;
	position: relative;
	top: -35px;
	padding: 0;
	height: 35px;
}
ul.menu li{
	list-style-type: none;
	float: left;
	display: block;
	background-color: #e6e6e6;
	text-transform: lowercase;
	font-size: 20px;
	color: #CB354E;
	background-image: url(../images/menu_gray_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0 5px 0 0;
	padding: 0 0 0 5px;
}
ul.menu li.selected {
	background-image: url(../images/menu_white_left.gif);
	background-color: white;
}
ul.menu li a{
	margin: 0;
	padding: 5px 15px 5px 10px;
	color: #CB354E;
	font-weight: normal;
	display: block;
	background-image: url(../images/menu_gray_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
ul.menu li.selected a{
	background-image: url(../images/menu_white_right.gif);
}
/********************************************************/
/* La page de contact */
/********************************************************/
.contactForm {
	margin-top: 20px;
}

.contactForm textarea{
	width: 570px;
	height: 120px;
	background-color: #FFF6DF;
	border: 1px solid black;
}

.contactForm label{
	display: block;
}

.contactForm input.text{
	background-color: #FFF6DF;
	width: 570px;
	margin: 5px auto 10px 0;
	border: 1px solid black;
}

.contactForm input.button{
	border: 1px solid black;
}

.contactForm img.captcha{
	margin: 10px auto 10px 0;
}

dl.contact dt {
	display: block;
	width: 200px;
	float: left;
	clear: left;
}

/********************************************************/
/* La pagination des différents topics */
/********************************************************/
ul.pagination{
	display: block;
	width: 480px;
	margin: 0 auto 0 auto;
}
ul.pagination li{
	list-style-type: none;
	display: inline;
}
ul.pagination li a{
	font-weight: normal;
}
ul.pagination li.selected a{
	font-weight: bold;
}
p.infoQtt{
	text-align: center;
	margin: 5px auto 5px auto;
}