/* Container global pour centrer le site */

/* Texte par defaut */
div{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; padding: 5px; }
td{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; padding: 5px; }

/* Liens */
a { 			font-size: 12px; color: #666666; text-decoration: none;}
a:hover{	font-size: 12px; color: #444444; text-decoration: none;}
a:visited{	font-size: 12px; color: #666666; text-decoration: none;}

/* Gros texte pour les titres */
.titre { font-size: 18px; font-weight: bolder; padding: 5px; }
.banhaut { font-size: 18px; color: #999999; text-align:right;}
.titre_article{ font-size:24px; font-weight:bold;}

/* Petit texte pour paragraphe d'info */
.textecourant { font-size: 11px; }
.texteaccueil { font-size: 12px; line-height: 14pt; text-align: right; padding: 4px; }

/* Themes de couleurs */
.Mauve{		color: #E50083;	}
.Saumon{	color: #EC8584;	}
.Bleu{		color: #58A9C6;	}
.Jaune{		color: #FCB040;	}
.Vert{		color: #B4A803;	}

/* Afficher / Masquer le bloc info */
.visible{ visibility:visible; display:block; }
.cache  { visibility:hidden; display:none; height:0px;  z-index:0;}


/* Elements du site */
.container{ width:1250px;position:relative;top:-8px;left:0px; brder:1px solid black; height:1px; text-align: left;}
.container2{ width:960px;position:absolute;top:0px;left:140px; brder:1px solid black; height:850px; background-color:#FFFFFF;}

.head_gauche{ position:absolute; left:0px; top:0px; width:465px; height:190px; brder:1px solid #00FF00;}
.head_droite{ position:absolute; left:495px; top:0px; width:465px; height:190px; brder:1px solid #00FF00;}

.pub_gauche { width:120px;position:absolute;top:150px;left:-140px;height:600px;}
.pub_droite { width:120px;position:absolute;top:150px;left:980px; height:600px;}

.page_gauche{ position: absolute; left:0px; top:210px; width:465px; brder:1px solid #0000FF;}
.page_droite{ position: absolute; left:495px; top:210px; width:465px; brder:1px solid #0000FF;}

