/* Document CSS de Syntax Web IRC 5 - Fichier commun
Ce fichier contient les informations de style qui sont communes à tous les styles.

Copyright (c) 2006 Syntax Web Interactions - Tous droits réservés
http://irc.syntax-web.net  // Syntax Web IRC
http://www.syntax-web.net  // Syntax Web 5
http://www.syntax-web.info // Syntax Web Interactions

Février 2006 */

/* Sommaire

1. Page générale et balises
2. En-têtes
3. Structure des zones d'affichage principales
4. Menus
5. Pieds de page
6. Définitions spécifiques */

/******************************
* 1. PAGE GENERALE ET BALISES *
******************************/

/* Corps */

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(monochrome/fond-haut.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Sans, sans-serif;
	font-size:0.8em;
	color:#000000;
}

div#site {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:80%;
}

/* Titres */

h1 {
	visibility:hidden;
	font-size:0;
}

h2 {

}

/* Paragraphes */

p.info {
	margin:0 auto 10px auto;
	padding:5px 5px 5px 5px;
	border:2px dashed #000000;
	background-color:#FFFF99;
	color:#009900;
}

/************************
* 2. EN-TÊTES DES PAGES *
************************/

div#headers {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	background-image:url(monochrome/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
	height:150px;
}

/*******************
* 2. PIEDS DE PAGE *
********************/

div#footers {
	margin:15px 0 0 0;
	padding:0 0 0 0;
	background-color:inherit;
	color:inherit;
	font-size:0.6em;
	text-align:left;
}

/***********************
* 6. TRUCS SPECIFIQUES *
***********************/

div#lang_select {
	float:right;
	margin:0 0 0 0;
	background-color:inherit;
	color:#FFFFFF;
}