body
{
   width: 1026px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
   background-position:bottom;
   font-family:"Verdana",serif;
   background-repeat: repeat-x; /* Le fond ne se répètera que sur la première colonne, verticalement */
   background-image: url("../images/bas_bg.png");
   background-attachment: fixed;
}

#en_tete
{
   width: 1024px;
   height: 298px;
   background-repeat: no-repeat;
   background-position:center;
   margin-top: 0px;
   margin-bottom: 0px;
}

#bg
{
	width: 794px;
	margin-left: 51px;
	background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */
		
}

#corps
{
	margin: auto;
	width: 697px;
	margin-left: 62px;
}

#pied_de_page
{
	width: 794px;
	height: 390px;
	margin-bottom: 100px;
	margin-left: 113px;
	background-image: url("../images/tab05.png");	
}
.messagedebienvenue{
	font-size:10px;
	text-align:right;
	color:#599bee;
}
#menu
{
	width: 794px;
	height: 32px;
	background-image: url("../images/menu.jpg");
	margin-left: 113px;
}

.menu
{
	padding-top: 5px;
	margin-left: 130px;
	font-family: "Verdana",serif;
	font-size: 14px;
	
}

.ecart1
{
	margin-left: 13px;
	margin-right: 12px;
}

.ecart2
{
	margin-left: 12px;
	margin-right: 12px;
}

.ecart3
{
	margin-left: 13px;
	margin-right: 9px;
}

a /* Lien normal */
{
   color: #599bee;
   text-decoration:none;
}

a:hover 
{
color:orange;
text-decoration:none;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
}

.newstitle
{
	margin-left: 0px;
	font-family: "Arial",serif;
	font-size: 22px;
	border: 1px dashed orange;
	padding: 5px;
}

.postingdate
{
	margin-left:10px;
	font-family: "Arial",serif;
	font-size: 22px;
	border: 1px dashed orange;
	padding: 5px;
}

.avposition
{
	margin-left: 0px;
	margin-bottom: 15px;
	float: left; /* Le menu flottera à gauche */
}
.newsend
{
	margin-left: 65px;
}
.lastnews
{
	margin-top: 5px;
}

.news
{
	font-family:"Verdana",serif;
	font-size: 14px;
	padding-right: 50px;
}

.fscopy
{
	font-family:"Times News Roman",serif;
	border-bottom: 1px dashed #599bee; 
	padding: 2px;
	text-align:center;
}

.newsgif
{
	margin-left:10px;
	border-bottom: 1px dashed orange;
	padding-bottom: 7px;
	padding-top: 56px;
}

.saga_border {
	 margin:auto;
	 text-align:center;
	 border:1px solid #599bee;
	 width:210px;
}

.sagatitle
{
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 57px;
	padding-top: 24px;
	font-size: 12px;
}


.bafs
{
	margin-left: 325px;
	border-bottom: 2px dotted orange;
	font-size: 14px;
}

.ep_t
{
	margin-left: 69px;
	padding-left:12px;
	font-size: 12px;
	
}
.ep
{
	margin-left: 69px;
	border: 1px solid orange;
	border-top: 2px dotted orange;
	border-bottom: 2px dotted orange;
	background-color:#fff1dc;
	font-size: 11px;
	
}

/*.actu
{
	width: 171px;
	height: 200px;
	position: fixed;
	left: 6px;
	top: 69px;
	background-image: url("../images/actu2.png");
	font-size: 14px;
}

.actusaga
{
}

.actucontenu
{
	margin-left: 18px;
}

.actulink
{
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed orange;
}


.rediractu
{
	margin-left: 33px;
	font-size: 16px;
}*/

.contenant
{
	width: 794px;
	background-image: url("../images/tab02.jpg");
	background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */
}

.contenu
{
	width: 700px;
	font-size: 12px;
	margin:auto;
	padding-bottom: 12px;
}

#paginage
{
	padding-top: 319px;
	padding-left: 689px;
}

table /* Le tableau en lui-même */
{

   border-collapse: collapse; /* Colle les bordures entre elles */
}

h4
{
	border-bottom: 1px solid #cccccc;

}

h2 {
	margin:auto;
	text-align:center;
	font-weight:normal;
}
.menu_choisi{
	color:#599bee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:697px;
}

ul
{
	font-size: 14px;
}

blockquote
{
	font-size: 12px;
	margin-left: 80px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	width: 555px;
}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse; /* Colle les bordures entre elles */
}
