/**
 * Fichier 		: generique.css
 * Descritpion	: Initialise les éléments génériques
 * Auteur	 	: XLA
 * Copyright 	: TML
 ***************************************************/

/**
 * CSS Reset
 ***************************************************/

html, body, div, span,
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,
a, abbr, acronym, code,
del, dfn, em, img, kbd, q, 
strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ccc url(../images/fond_hp.gif) top left repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 62.5%;	/* 1em = 10 px */
	line-height: 1;
}

ol, 
ul 
{
	list-style: none;
}

a
{
	color: #000;
	line-height: 1.2em;
	font-size: 1.2em;
}

p
{
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
ul li a,
ol li a,
p a,
p label
{
	font-size: 1em;
}

img
{
	border: 0;
}

table 
{
	border: 0;
}

caption, 
th, 
td 
{
	font-weight: normal;
	text-align: left;
}

label
{
	cursor: pointer;
	font-size: 1.2em;
}

textarea
{
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
}

/**
 * Classes
 ***************************************************/

/* Titres */
.titre_fond_mauve,
.titre_fond_gris
{
	color: #fff;
	font-size: 1.4em;
	height: 20px;
	margin-bottom: 1px;
}

.titre_fond_bordeaux
{
	background: #911A1E;
}


.titre_fond_gris
{
	background: #b2b2b2;
}

.titre_texte
{
	color: #76014c;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	margin: 10px;
}

.titre_texte span
{
	color: #f5429f;
	font-style: normal;
}

.titre_texte span.decalage
{
	margin-left: 20px;
	
}

/* Listes */

ul.liste_grise
{
	font-size: 1.2em;
}

ul.liste_grise li
{
	background: url(../images/puce_feuille.gif) 0 6px no-repeat;
	padding-left: 12px;
	
	
}

ul.liste_grise li a
{
	color: black;
	
}

/* Formulaires */
form input.champ_ombre
{
	background: #fff url(../images/fonds/fond_input_text.png) top left repeat-x;
	border: 1px solid #ddd;
	border-top: 0;
	height: 15px;
	margin-right: 8px;
}

form input.bouton_gris
{
	background: #666;
	border: 1px solid #e0e0e0;
	color: #fff;
	height: 18px;
	font-size: 1.2em;
	font-weight: bold;
	width: 30px;
}

/* Fontes */
.taille_12
{
	font-size: 1.2em;
}

.gras
{
	font-weight: bold;
}

/* Fonds */
.fond_gris_fonce
{
	background: #d2d2d2;
}

/* Divers */
.clear
{
	clear: both;
}

.invisible
{
	background: none !important;
	border:none !important;
	display: block !important;
	float:none !important;
	height: 1px !important;
	margin:-1px 0 0 -1px !important;
	overflow:hidden !important;
	position: absolute;
	width: 1px !important;
}

.aligne_gauche
{
	text-align: left;
}

.aligne_droite
{
	text-align: right;
}

.flotte_gauche
{
	float: left;
}

.flotte_droite
{
	float: right;
}

/**
 * Structure
 ***************************************************/
#global
{
	margin: 0 auto;
	width: 780px;
} 


/* Header */
#header
{
	background: white;
	color: #ccc;
	height: 93px;
	overflow: hidden;
	position: relative;
}

#header h1
{
	float: left;
	height: 93px;
	width: 500px;
}

#header form
{
	margin: 0 5px 5px 0;
	float: right;
}

#header form label
{
	display: block;
	font-size: 1.2em;
	margin-bottom: 7px;
}

#header ul.liste_grise
{
	position: absolute;
	top: 73px;
	left: 590px;
	width: 150px;

	
}

#header ul.liste_grise li a
{
	color: #ccc;
}

/* Contenu */
#contenu
{
	background: #fff;
	float: left;
	padding: 1px;
	width: 776px;
}

/* Footer */
#footer
{
	clear: both;
	color: #666;
	font-size: 1.1em;
	padding: 10px 0 20px;
	text-align: center;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer ul
{
	padding: 0 15px;
}

#footer ul li
{
	display: inline;
}

#footer p
{
	font-size: 1em;
	margin-bottom: 10px;
}
