/*######################## les 'Div' du Corps principal ######################*/
body{	
	font-size:10pt;
	width:100%;
	background-image:url('../../image/fond.jpg');
	font-family: arial, helvetica, sans-serif;
	color:white;
	margin:0px;
}
#header{
	height:246px;
	width:100%;
}

#container{
	width:100%;
	overflow: hidden;
}

#container div{
	/* Pas touche */
	float:left;
	width:100%;
	/**
	 * Attribut pour que les colonnes aient tous la même hauteur
	 * Ne pas mettre si on peut s'en passer
	*/
	/*margin-bottom: -4000px; 
	padding-bottom: 4000px;*/
}

div#centre{
	width:70%;
	min-height:457px;
}
	
div#gauche{
	float:left;
	width: 214px;
}

div#droite{
	display:none;
	width: 0px;
	float:right;
}

div#footer{
	clear:both;
	height:75px;
}
/* ################################# LES DIV SUB ############################# */
div#subHeader{
	width:100%;
}
div#subCentre{
	
}
div#subDroite{
	
}
div#subGauche{
	
}
/* ################################# DIV DE SECTION DE PAGE ##############################*/
/**
 * Haut de page
**/
div#banniereGauche{
	max-width : 459px;
	width: 459px;
	height: 246px;
	background-image:url('../../image/banniereGauche.jpg');
	background-repeat:no-repeat;
	float:left;
	z-index: 2;
}
div#banniereCentre{
	position:absolute;
	width:40%;
	left:459px;
	height: 246px;
	background-image:url('../../image/banniereCentre.jpg');
	float:left;
	z-index: 1;
}
div#banniereDroite{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height: 246px;
	background-image:url('../../image/banniereDroite.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	min-width:925px;
	z-index: 3;
}
div#banniereDroite{
	
}
div#lienHaut{
	display:none;
}
div#contenuGaucheHaut{
	display:none;
}
/**
 * Gauche
**/
div#lienGauche{
	width:100%;
	font-family:Pristina;
	font-size:24pt;
	min-height:359px;
	background-image:url('../../image/gaucheHaut.jpg');
	background-position:top;
}
div#contenuGaucheHaut{
	display:none;
}
div#contenuGaucheBas{
	height:98px;
	background-image:url('../../image/gaucheBas.jpg');
	background-repeat:no-repeat;
}
/**
 * Droite
**/
div#lienDroite{	
}
div#contenuDroiteHaut{	
}
div#contenuDroiteBas{	
}
/* ################################# DIV SELON LES PAGES ##############################*/
/**
 * article.php
 * categorie.php
**/
div#contenu{
	width:100%;
}
#contenu .zoneArticleTitle{
	display:none;
}
/**
 * catalogue.php
**/
div#catalogue{
	width:711px;
}
/**
 * catalogueCategorie.php
**/
div#catalogueCategorie{
	text-align:center;
}
#catalogueCategorie .zoneArticle{
	margin:10px 0 25px 0;
}
#catalogueCategorie .zoneArticleTitle{
	height:56px;
	padding:45px 0 30px 0;
	background-image:url('../../image/bone.gif');
	background-position:center;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:16pt;
	text-align:center;
	margin:auto;
}
#catalogueCategorie .enregistrement{
	font-size:7pt;
	font-weight:normal;
}
#catalogueCategorie img{
	max-width: 300px;
}
/**
 * catalogueArticle.php
**/
div#catalogueArticle .zoneArticleTitle{
	display:none;
}
.zoneArticleStatut{
	font-style:italic;
	font-family: Comic Sans MS;
	font-weight:bold;
	font-size:20pt;
	text-align:center;
}
/**
 * index.php
**/
div#zone0{
	
}
div#zone1{
	
}
div#zone2{
	
}
div#zone3{
	
}
div#zone4{
	
}
div#zone5{
	
}
/* ################################# Les objets html #########################*/
a,
a:visited{
	color: white;
	text-decoration: none;
}

a:active,
a:hover{
}

img{
	border-style: none;
}

/*################################ Les 'class' ###############################*/

/* * * * ENTETE * * * */

.tableLienHaut{
	
}
.tdLienHaut{
	
}
.tableSousLienHaut{
	
}
.tdSousLienHaut{
	
}

/* * * * COLONNE DE DROITE * * * */

.tableLienDroite{
	width:100%;
}
.tdLienDroite{
	
}
.tableSousLienDroite{
	width:100%;
}
.tdSousLienDroite{
	
}

/* * * * COLONNE DE GAUCHE * * * */

.tableLienGauche{
	width:121px;
	margin:auto;
	color:white;
}
.tdLienGauche{
	height:43px;   /* Trouver une meilleur facon pour que les liens remplissent leur espace*/
	background-image:url('../../image/bouton.jpg');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.tableSousLienGauche{
	width:100%;
}
.tdSousLienGauche{
	
}

/* * * * CENTRE * * * */
.zone{
	
}
.zoneArticle{
	
}
.zoneArticleTitle{
	
}
.zoneArticleResume{
	
}
.zoneArticleTexte{
	
}
.zoneArticleLink{
	
}
.lienCategorie{
	
}
.msgNotice{
	
}
.msgErreur{
	
}
.icon:hover{
	position:relative;
	bottom:1px;
	right:1px;
	/*border-bottom:2px solid black;
	border-right:2px solid black;*/
	border-top:0px;
	border-left:0px;
}
/* DIV CUSTOM */
a#Disponibles{
	font-size:20pt;
}
a#Nous_contacter{
	font-size:17pt;
}
