/* ----------------------------- */
/*          Généralités          */
/* ----------------------------- */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-06-19         */
/* @modif	2008-06-23         */
/* @gabarit	0                  */
/* @version	1                  */

body {
	color: black;
	background: white url(../img/fond_global.png) left top;
	font: normal 62.5% Verdana, Arial, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#interieur {
	width: 958px;
	padding: 8px 11px 26px 11px;
	margin: 0 auto;
	background: url(../img/fond_interieur.png) left top repeat-y;
}

a img {
	border: 0;
}

html, body, ol, ul, form, form p, fieldset, h1 {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

.reset {
	margin: 0;
	padding: 0;
}

.droite {
	float: right;
}
.gauche {
	float: left;
}
.textedroite {
	text-align: right;
}
.textegauche {
	text-align: left;
}
.textecentre {
	text-align: center;
}
.textemini {
	font-size: 0.8em;
}
.textegros {
	font-size: 1.2em;
	font-weight: bold;
}

.margegauche {
	margin-left: 1em;
}
.margehaute {
	margin-top: 1em;
}
.valign {
	vertical-align: middle;
}

/* ----------------------------- */
/*    Typographie globale        */
/* ----------------------------- */

h1 {
	line-height: 1;
	font-size: 1em;
}

h2 {
	font-size: 3.4em;
	color: #ACB12F;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 2.2em;
	margin: 0;
}
h3 a {
	font-size: 1.0em;
}


h4 {
  
}

h5 {
  
}

h6 {
  
}

a {
	color: black;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

.suite {
	font-size: 0.9em;
	font-weight: bold;
}

/* ------------------------------------- */
/* text replacement, float clearing, etc */
/* ------------------------------------- */

/* pour le texte remplacé par une image de fond */
.image_remplace {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	text-indent: -9001px;
	text-align: left;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
}


/* ----------------------------- */
/* =G11      Gabarit 11          */
/*        P_home_dependance      */
/* ----------------------------- */

/* 3 fonds dégradés successifs sur le footer riche spécifique à P_home_dependance
   Leur ordre est important, chaque module a donc indépendamment de son id une classe .footer_[1..3]
   qu'il faudra attribuer à la création de la page                                                   */
#bottom .footerriche_1 {
	background: url(../img/M_communaute_footerriche_fond_1.png) left top repeat-y;
}

#bottom .footerriche_2 {
	background: url(../img/M_communaute_footerriche_fond_2.png) left top repeat-y;
}

#bottom .footerriche_3 {
	background: url(../img/M_communaute_footerriche_fond_3.png) left top repeat-y;
}

