/****** INFOS LICENCE ******
 Copyright (C) 2005 Luc Vauvillier and contributors.
 All rights reserved.

 Ce fichier fais partie du pack Poo-lite V1.0
 Mise à jour du fichier : 18/06/2007
 
 This program 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.

 This program 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 this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

 ****** INFOS LICENCE ******/


/* Général
******************************************/
* { padding: 0; margin: 0; border: 0px none; }

body{
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center; font-style:normal;
	font-variant:normal;
	font-weight:normal;
  font-size: 0.9em;
    font-family:Book Antiqua, Book Antiqua;
}


/* Liens
******************************************/
a:link{color:#000; background:transparent;}
a:visited{color:#000; background:transparent;}
a:hover{color:#000; background:transparent;}
a img {border:none; text-decoration: none;}

/* Titres
******************************************/
h1, h2, h3, h4, h5{font-family: "Book Antiqua", Book Antiqua;}
h1 a, h2 a, h3 a, h4 a, h5 a{text-decoration: none;}
h2{font-size: 1.5em; margin: 0.4em 0;}
h3{font-size: 1.1em; margin: 0.3em 0;}
h4{font-size: 1em; font-weight: normal}

/* Tableau
******************************************/
table { font-size: 1.1em; }
hr{background-color:#C4D4E3}


/* Entete
******************************************/
#top{
	height: 150px;
	width: 100%;
	font-size: 1em;
}

#top h1{
	font-size: 1em;
	background: #000000 url('../img/header.png');
	width: 899px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#top h1 a{
	color: #CC3300;
	text-decoration: none;
	text-align: left;
	line-height: 93px;
    display: block;
	position: absolute;
	width: 300px;
	height: 150px;
	left: 0px;
	top: 0px;
}

/* Page
******************************************/
#page{
	text-align: left;
	background: #FFF;
	width: 937px;
    margin-left:auto;
	margin-right: auto;
    background-image:url(../img/fond.jpg);
}

#main{
	height:100%;
	background-color:#fff;
	margin-left:19px;
	margin-right:19px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#date {
	font-size: 10px;
    color: #fff;
	background: transparent;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 270px;
}

#welcome_msg {
	width:160px;
    font-size: 12px;
    color: #476B9B;
	background: transparent;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: 280px;
}
#welcome_msg a{
	color: #476B9B;
	background: transparent;
	text-decoration:none;
}
#welcome_msg a:hover{
	color: #F17F29;
	background: transparent;
}

/* menu
******************************************/
#menu{
  	font-size: 2.7em;
	background: #000000 url('../img/menu_background.gif');
	background-repeat: repeat-x;
	width: 899px;
	height: 22px;
	margin: 0 auto;
    	text-align: center;
	line-height:22px;
    	color: #64634B;
    	font-weight:700;
}

#menu li {
	display: block;
	float: left;
	height: 20px;
	width: auto;
	margin-left: 8px;
	
}
#menu li a {
	text-decoration: none;
	color: #476B9B;
	background-image: url("../img/fleche.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	
}
#menu li a:visited {
	border:0 none;
}
#menu li a:hover {
	text-decoration: underline;
}

/* Colonne
******************************************/
#sidebar	{
	float:left;
	width: 200px;
	max-width: 200px;
	margin-top:5px;
	padding-bottom:10px;
	text-align:left;
	clear:both;
}

#sidebar h2{
	margin-top:3px;
	margin-bottom:0px;
    padding-left: 25px;
    background-image: url("../img/puce.gif");
    background-repeat: no-repeat;
    color: #000;
    border-bottom: 1px solid;
    border-color: #ccc;
}

#sidebar form input, #sidebar form textarea{
	border: 1px solid #999;
	
}
#sidebar form input:focus, #sidebar form textarea:focus{
	border-color: #F17F29;
}


/* Bloc
******************************************/
.bloc	{
    width:98%;
	background-color:#f2f2f2;
	text-align:left;
	padding:2px;
    margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
    border-style:solid;
	border-width:1px;
	border-color:#AAC6FF;
	display:table;
}


.bloc h2{
 	color:#476B9B;
	}


.bloc a {
    color:#476B9B;
    text-decoration:none;
    padding-left:5px;
}

.bloc a:hover{
    /*font-weight: bold ;*/
    background-image: url("../img/fond_over.gif");
    background-repeat: repeat-y;
    border-color: #B9B9B9;
    border-bottom: 1px solid;
}

.bloc2{
	background-color:#C4D4E3;
	text-align:left;
	padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
    border-style:solid;
	border-width:1px;
	border-color:#B9B9B9;
	display:table;
	width:97%;
	
}

.bloc2 a {
    color:#91A368;
    text-decoration:none;
}

.bloc2 h2{
 	color:#476B9B;
	}


.bloc2 a:hover {
    /*font-weight: bold ;*/
    background-repeat: repeat-y;
    border-color: #B9B9B9;
    border-bottom: 1px solid;
}

/* Contenu
******************************************/
#content {
	float:right;
	width: 650px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
	color : #344F72;
	}

#content h2{
	margin-top:3px;
	margin-bottom:0px;
    background-repeat: no-repeat;
	}

#footer	{
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	background-color: #C4D4E3;
	margin-left: 19px;
	margin-right:19px;
	padding-top: 10px;
	padding-bottom:10px;
	clear:both;
	}

#content form input, #content form textarea{
	border: 1px solid #999;
	}

#content form input:focus, #content form textarea:focus{
	border-color: #F17F29;
	}

#content ul{
	padding-left:40px;
	}

#content li{
	list-style-image: url(../img/li.png);
	}
li{
/*	list-style-position:inside;*/
}

/* Elements divers du skin
******************************************/

.edito{
	background-color:#ffffff;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	border-style:dashed;
	border-width:1px;
	border-color:#A0A0A0;
    padding:10px;
	}

.edito a:hover{
	color: #F17F29;
	}

.titre_right{
	margin-top:3px;
	margin-bottom:0px;
    padding-left: 25px;
    background-repeat: no-repeat;
    color: #F17F29;
    text-align:right;
	}

.table {
	background-color:#FaFaFa;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	border-style:dashed;
	border-width:1px;
	border-color:#A0A0A0;
    padding:10px;
	}

.table h2 {
    background-image: url("../img/h2.png");
    padding-left: 20px;
    font-size: 1.1em;
	}
.table a {
    color: #E67B2A;
	}

.news {
	border-bottom: 1px solid #A0A0A0;
	padding: 5px;
	clear:both;
	}

.news-title {
	font-size: 1.2em;
	margin: 1em 0;
	}

.news-title a{
	color: #F17F29;
	}

.news-title a:hover{
	color: #999;
	}

.news-content a:hover{
	text-decoration:underline;
    color: #999;
	}
news-contenu{
	margin-left:50px;
	}
.news-info {
	font-size: 0.7em;
	color: #ffffff;
	}

.left{
	float:left;
	padding:5px;
	}

.quote {
	border: 1px dashed #B9B9B9;
	padding: 5px;
	}

/* Panneau du bbcode [panneau]*/
.panneau {
	background-color:#cccccc;
	border-width:1px;
	border-style:dashed;
	border-color:#3366CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:4px;
	line-height:11px;
	}
	
/* Style des buttons submit et annuler*/
#valider,#envoyer,#submit_login_bloc,#submit_login,#s_button,#annuler,
#poster,#verifer,#retour,#button,#bouton,#bouton2,#submit,
#reset,#prev,#validation,#res_edit,#all,#modbuttoncompteur {
background-color:#FFFFFF;
height:16px;
text-align:center;
font-variant:small-caps;
font-weight:normal;
color:#666666;
border-width:1px;
border-color:#CCCCCC;
}
/* Style des onmouseover (passsage souris ex: index.php?mod=forum&ac=affgrd) */
.onmouse_over {
border: 1px #666 dashed;
background: #eee;
}
.onmouse_out{
border: 0px;
}
.onmouse_over_forum {
background: #99ccff;
}
.onmouse_out_forum {
border: 0px;
}
/* Style des buttons submit et reset au passage dessus*/
#valider:hover,#envoyer:hover,#submit_login_bloc:hover,#submit_login:hover,#s_button:hover,#annuler:hover,
#poster:hover,#verifer:hover,#retour:hover,#button:hover,#bouton:hover,#bouton2:hover,#submit:hover,
#reset:hover,#prev:hover,#validation:hover,#res_edit:hover,#all:hover,#modbuttoncompteur:hover {
background-color:#DDDDDD;
color:#666666;
border-width:1px;
border-color:#666666;
}

/* Style des labels*/
label {
display:inline;
float:left;
}
.label_enregistrer1 {
width: 250px;
}
.label_enregistrer2 {
width: 250px;
}
.label_profil1 {
width: 150px;
font-weight:bold;
}
.label_profil2 {
width: 280px;
font-weight:bold;
}
.label_contact{
width:150px;
}
.label_admin_options1{
width:200px;
}
.label_admin_options2{
width:400px;
}
.label_admin_email{
width:200px;
}

fieldset {
background-color:#C4D4E3;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
padding:1.5em;
margin-left:auto;
margin-right:auto;
}

.fieldset_resume {
background-color:#f9fafe;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
padding:1em;
margin-left:auto;
margin-right:auto;
}

/* Pied de page */
.pied_de_module
{
text-align:center;
}
.pied_de_module a:link,.pied_de_module a:active,.pied_de_module a:visited
{
color:#FF0000;
}
.pied_de_module a:hover
{
color:#008000;
}

/* Visiualisation d'un post */
#apercu {
text-align:left;
height:200px;
width:580px;
color:#3366CC;
overflow:auto;
padding:2px;
border:1px;
border-style:solid;
border-color:#000;
}
