/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier d�finit le style visuel pour les diff�rents �l�ments du blog.
 * Dans l'ordre, vous trouverez les r�gles qui d�finissent l'apparence pour:
 * - les �l�ments HTML en g�n�ral
 * - la page
 * - l'ent�te
 * - le pr�lude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d�fini dans le fichier layout.css
 * Pour mettre la barre de navigation � gauche, d�commentez l'appel � 
 * layout-gauche.css
 */


 
/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}
body{
	background: #000000 url(img/fond_repeat.jpg) repeat-y center top;
	color: #000;
	font-size: 80%;
	line-height: 1.4em;
	font-family: "Trebuchet MS", sans-serif;
}
div, object, img, fieldset, fieldset p, label, .field{
	padding:0;
	margin:0;
	border:0;
}
#body2{
	width:100%;
	background: transparent url(img/fond_haut.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	margin:0;
	padding:0;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #5BD1D9;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#comments textarea{
	width: 98%;
	height: 110px;
	margin:0 0 5px 0;
}
#comments input{
	width: 98%;
	margin:0 0 5px 0;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.left{
	float: left;
}

.right{
	float: right;
}

.error {
	color:#D33012;
	font-weight:bold;
	font-size:15px;
}

/* La page
-------------------------------------------------------- */
#page{
	width: 990px;
	margin: 0 auto;
	text-align: left;
	min-height:1200px !important;
	height: 100% !important;
	height:1200px;
}
 
/* L'ent�te
-------------------------------------------------------- */
#top{
	height: 450px;
	text-align:center;
}


/* Le contenu
-------------------------------------------------------- */
#main{
	width: 990px;
}

h1#titre{
	font-size:18px;
	font-weight:normal;
	position:relative;
	float:left;
	top: 18px;
	left: 30px;
	padding:0;
	width: 700px;
}

div#favoris {
	width: 200px;
	height: 48px;
	position:relative;
	float:right;
	top:0;
	right:30px;
	background: transparent url(img/favoris.gif) no-repeat center top;
}
div#favoris a {
	display: block;
	width: 200px;
	height: 21px;
	border:0;
}

div#sond-du-jour {
	width: 290px;
	height: 354px;
	position:relative;
	float:right;
	top:-12px;
	right:14px;
	background: transparent url(img/sond-du-jour.gif) no-repeat center top;
	text-align:left;
}
div#sond-du-jour div {
	margin:60px 20px 0 20px;
	font-size:11px;
	line-height:13px;
	text-align:left;
}
div#sond-du-jour p.question {
	font-weight:bold;
	margin:0;
	padding:0;
}
div#sond-du-jour p.choix {
	margin:5px 0 0 0;
	padding:0;
}	
div#sond-du-jour input {
	border:0;
}
div#sond-du-jour img {
	display:none;
}
div#sond-du-jour .bouton {
	text-align:center;
}
div#sond-du-jour .bouton button {
	width:96px;
	height:23px;
	background: transparent url(img/voter.jpg) no-repeat center top;
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
}

div.liste-sond {
	float:left;
	width:630px;
}
div.liste-sond ul {
	margin:0;
	padding:0;
}
div.liste-sond ul li{
	width:625px;
	height:34px;
	background: transparent url(img/fond-liste-sond.gif) no-repeat left top;
	padding:0;
	margin:0;
	list-style:none;
}
div.liste-sond ul li p.sond-ques{
	float:left;
	width:400px;
	padding:0 0 0 20px;
	margin:7px 0 0 0;
	font-size:13px;
}
div.liste-sond ul li p.sond-liens{
	float:right;
	width:200px;
	font-size:10px;
	text-align:right;
	margin:7px 0 0 0;
	color:#cccccc;
}
div.liste-sond ul li p.sond-liens a.participer{
	color:#2888FF;
	text-decoration:none;
}
div.liste-sond ul li p.sond-liens a.resultats{
	color:#FF89F0;
	text-decoration:none;
}
div.liste-sond ul li p.sond-liens a:hover{
	text-decoration:underline;
}

#content{
	margin: 0 0 0 18px;
	padding: 40px 0 0 0;
}

.post-title{
	display:none;
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-info{
	display:none;
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	font-family:Georgia,serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	width:97%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	background:transparent url(img/ligne4.gif) repeat-x left bottom;
}
p.post-info-co img {
	margin-right:3px;
	vertical-align:middle;
}
p.post-info-co a, p.post-info-co a:visited {
	color:#000000;
	text-decoration:none;
}
p.post-info-co a:hover {
	color:#000000;
	text-decoration:underline;
}


.cliquez {
	background: transparent url(img/cliquez.gif) no-repeat left bottom;
}
.cliquez2 {
	background: transparent url(img/cliquez2.gif) no-repeat left bottom;
}

.titre-billet {
	font-size:18px;
	color:#5BD1D9;
}

ul.list {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}
ul.list li {
	margin:0;
	padding:0;
	background: transparent url(img/ligne4.gif) repeat-x center bottom;
}

#comments {
	width:100%;
	float:left;
}

#comments #comform {
	width:294px;
	height:300px;
	background: transparent url(img/fond-comform.gif) no-repeat center top;
	padding-top: 159px;
	text-align: center;
}
#comments #comform h3 {
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	margin:0;
	padding: 0;
}
#comments #comform form {
	text-align:left;
	margin:10px 20px 0 20px;
	padding: 0;
}
#comments #comform button.submit {
	width:98%;
	height:35px;
	background: transparent url(img/spacer.gif) no-repeat center top;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
}

#comments h3#co {
	display:none;
}

#comments .upperleft{
	width : 98%;
	margin-left : 0;
	margin-right : auto;
	margin-top : 8px;

	background-color : #5BD1D9;
	background-image : url('img/upperleft.gif');
	background-repeat : no-repeat;
	background-position : top left;
}

#comments .upperright{
	background-image : url('img/upperright.gif');
	background-repeat : no-repeat;
	background-position : top right;
}

#comments .lowerleft{
	background-image : url('img/lowerleft.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}

#comments .lowerright{
	background-image : url('img/lowerright.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding :3px 10px;
}

#comments .lowerright p{
	margin :7px 0;
	font-size:13px;
	line-height:16px;
}
#comments .impair p{
	color :#000000;
}
#comments .pair p{
	color :#ffffff;
}

#comments .comment-info {
	color :#808080;
	font-size:11px;
	text-align:right;
	margin :0 45px;
	padding :0 18px 0 0;
	background: transparent url(img/bulle.gif) no-repeat right top;
}

p.nb-comments-home {
	text-align:right;
	margin :0;
	padding :0;
	position:relative;
	width:100%;
	top :-25px;
	right :16px;
	font-family:Georgia,serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}
p.nb-comments-home img {
	margin-right:3px;
	vertical-align:middle;
}

.cosmo, .suite {
	font-size:13px;
	font-weight:bold;
}
.cosmo a, .cosmo a:hover, .cosmo a:visited, .suite a, .suite a:hover, .suite a:visited {
	color:#E3157D;
}

/* Les pages connexes
-------------------------------------------------------- */

div#recommand {
	margin :30px 0 0 0;
	padding:0;
	width:930px;
	height:473px;
	background: transparent url(img/fond-envoyer.png) no-repeat center top;
}
#recommand form {
	margin :0 45px 20px 45px;
	padding:60px 0 0 0;
}
#recommand label {
	margin :15px 0 0 0;
	font-size :15px;
}
#recommand form p.bouton {
	text-align:left;
	margin :30px 0 0 140px;
	padding:0;
}
#recommand button.submit {
	width:108px;
	height:28px;
	background: transparent url(img/envoyer.gif) no-repeat center top;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
}

.div-test {
	padding:0;
	margin:25px;
}
.div-test .question {
	font-size:16px;
	color:#5BD1D9;
	font-weight:bold;
}
.div-test .propositions {
	font-size:14px;
	height-line:16px;
	margin:5px 0 5px 10px;
}
.div-test input {
	border:0;
}
.div-test button.bouton {
	width:150px;
	height:26px;
	border:0;
	background:transparent url(img/valider-le-test.gif) no-repeat center top;
	cursor:pointer;
}
.div-test button.refaire {
	width:145px;
	height:26px;
	border:0;
	background:transparent url(img/refaire.gif) no-repeat center top;
	cursor:pointer;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	width:100%;
	height:260px;
	background: #000000 url(img/fond_bas.jpg) no-repeat center top;
	color: #93A4A6;
	clear:both;
	text-align:center;
	font-size:11px;
	font-family:Arial, sans-serif;
	line-height:13px;
}

#footer p#menu_bas {
	margin: 0;
	padding:50px 0 0 0;
}
#footer a, #footer p#menu_bas{
	color: #CEE5E8;
	text-decoration:none;
}
#footer p#mentions {
	width:880px;
	margin:0 auto 15px auto;
	padding:0;
}
#footer a:hover {
	color: #CEE5E8;
	text-decoration:underline;
}
#footer img.bas {
	margin:10px 5px;
}

