/*****************/
/* Style général */
/*****************/

/*******************/
/* fond de la page */
/*******************/

body
{
	/* Image de fond de page */
	background-image: url('../images/design/fond_page.gif');
	background-attachment: fixed;
	/* Taille de la police */
	font-size: 0.8em;
	/* Style de la police */
	font-family: Arial, "Times new roman", Verdana, sans-serif;
	/* Couleur de la police */
	color: #02478E;
	/* Marge en bord de page */
	margin: 0px;
}

/*****************************/
/* Style des champs de saisie*/
/*****************************/

input,textarea,select
{
	background-color:#E3EFFF;
	font-size:12px;
	font-weight:normal;
	color:#02478E;
	border-width:1px;
	border-color:#BFDAFF;
}

/* Changement de couleur au passage de la souris */
input:hover,textarea:hover,select:hover
{
	background-color:#E3EFFF;
	border-width:1px;
	border-color:#BFDAFF;
}

/*******************/
/* Police Générale */
/*******************/

font, tr, td, ul
{
	padding:0;
	margin:0;
}

th
{
	font-weight:bold;
	text-align:center;
	color:#3366CC;
}

/******************/
/* Liens généraux */
/******************/

a:link,a:active,a:visited
{
	color:#85ABD6;
	text-decoration:none;
	font-weight : bold;
}

a:hover
{
	color:#95BFF0;
	text-decoration:underline overline;
}

/********************/
/* Ligne séparateur */
/********************/

hr{
	border: 1px solid #D7E4FA;
	
}

/****************************/
/* Mise en forme de la date */
/****************************/
.date
{
	color:#666666;
	text-align:center;
}

/******************/
/* Pied de module */
/******************/

.pied_de_module
{
	text-align: center;
	color: #666666;
}

.pied_de_module a:link,
.pied_de_module a:active,
.pied_de_module a:visited
{
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
.pied_de_module a:hover
{
	color: #001d8b;
	text-decoration: underline overline;
}

/************************/
/* Style du mod résumés */
/************************/

fieldset
{
	background-color:#fcfcfc;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:1.5em;
	margin-left:auto;
	margin-right:auto;
}

.fieldset_resume {
	background-color:#fcfcfc;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:1em;
	margin-left:auto;
	margin-right:auto;
}

/******************************/
/* regroupage de divers style */
/******************************/


#postzone{ /* Saisie du texte dans le forum*/
	width:75%;
}


/* 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;
	margin-left:auto;
	margin-right:auto;
}

/*****************************************************************************/
/* Style des onmouseover (passsage souris ex: index.php?mod=forum&ac=affgrd) */
/*****************************************************************************/

.onmouse_over {
  border: 1px #666 dashed;
  background: #ddd;
}
.onmouse_out{
  border: 0px;
}

/*******************/
/* 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;
}


/*****************************/
/* MISE EN FORUM DES BBCODES */
/*****************************/

/* 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;
}

/* Citations dans les bbcodes ([quote][/quote])*/
.quote {
	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;
	position: relative;
	left:-2px;
}
/* Code PHP dans les bbcode. ([code][/code])*/
.code_php {
	background-color:#cccccc;
	border-width:1px;
	border-style:dashed;
	border-color:#3366CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:4px;
	line-height:11px;
	left:-2px;
	overflow: auto;
	width: 500px;
}

/* Couleurs de fond en général des tableaux ex:index.php?mod=ip */
td.row1{ background-color:#ffffff }
td.row2{ background-color:#ffffff }
td.row3{ background-color:#ffffff }


/* pour Page générée */
.gen{ 
	color:#02478E;
	text-align:center;
	width:100%;
	clear:both;
}

#ckws{
	color:#02478E;
}

.copyright {
	color: #02478E;
	text-align:center;
	font-size: 0.8em;
}
.footer_kwsphp {
	width: 90%;
	margin: auto;
	background-color:#85ABD6;
	border:2px solid #85ABD6;
	border-top: none;
	font-size: 0.8em;
}

