@charset "UTF-8";
/* CSS Document */

/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 09
   Š Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie Ťpositionnementť. */

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

body {
background-image:url(images/trame.gif);
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#global{
height:auto !important;
min-height:100%;
height:100%;
width:854px;
margin:0 auto;
}

/* Navigation */
#navigation {
border:none;
margin:0px;
padding:0px;
}

a:link {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#FF3333;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
		font-weight:bold;

}
/* Contenu principal */
#principal {
	background-image:url(images/contenu.gif);
	background-repeat:no-repeat;
	}

.rouge{
color:#CC0000;
font-weight:bold;
}

.vert{
color:#d9d81d;
}
/* Contenu secondaire */
#secondaire {
background-image:url(images/sousmenu.gif);
background-repeat:no-repeat;
}



/* --- POSITIONNEMENT --- */


/* En-tęte */
#entete {
	padding: 20px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre {
	position: relative; /* Voir -> Note 1 */
	width: 100%;
}

/* Menu de navigation */
#navigation {
	position: absolute; /* -> 1 */
	top: 0;
	left: 0;
	width: 156px;
	height:376px;
	z-index:98;
}
#navigation a {
	display: block;
	text-decoration: none;
}
img{
border:none;

}
/* Contenu principal */
#principal {
	margin-left: 156px; /* -> 2 */
	padding: 60px 25px;
	width:440px;
	padding-bottom:10px;
	margin-bottom:0px;
	z-index:100;
}

/* Contenu secondaire */
#droite{
position:absolute;
top:0px;
margin-left: 643px; /* -> 2 */
	float:left;
}
#secondaire {
	top: 0;
	padding: 60px 20px;
	padding-bottom:10px;
	margin-bottom:0px;
	width:175px;
	z-index:99;
}
#pied2{

}
#adresse{
margin-top:-225px;
margin-left: 20px; /* -> 2 */

}
