/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font-family: Calibri;
	font-size: 11px;
	color: #FFFFFF;
	}
	
a {
	color: #FF0000;
	}
	
a:hover {
	color: #666666;
	}
	
/* ID Styles */

#navigation td {
	border-bottom: 1px solid #009900;
	}
	
#navigation a {
	color: #00CC00; /*couleur titres menu gauche*/
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: "Showcard Gothic";
	font-size: 16px;
	font-weight: normal;
	}
	
#navigation a:hover {
	background: #336633;/*couleur fond onPosition menu gauche*/
	color:#FFFFFF;/*couleur changement titres menu gauche*/
	}
	
#logo 	{
	color: #009900;/*couleur titre site*/
	letter-spacing:0.2em;
	line-height:normal;
	font-family: "Showcard Gothic";
	font-size: 36px;
	font-weight: normal;
	}

#tagline 	{
	color: #FFFFFF;/*couleur sous-titre site*/
	letter-spacing:0.4em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: blink;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #00CC00;
	letter-spacing:0.2em;
	font-family: "comic Sans MS";
	font-size: 10px;
	font-variant: small-caps;
	font-style: italic;
	}
	
#dateformat a {
	color: #00CC00;
	font-weight:normal;
	letter-spacing:0.1em;
	text-decoration:none;
	font-family: "comic Sans MS";
	font-size: 10px;
	font-variant: small-caps;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	color:#FFFFFF;/*couleur texte principal*/
	line-height:20px;
	margin-top:0px;
	font-family: Calibri;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	font-variant: normal;
	}
	
.bodyText2	{
	color:#FFFFFF;/*couleur texte tab php*/
	line-height:20px;
	margin-top:0px;
	font-family: calibri;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	font-variant: normal;
	}
	
.bodyText3	{
	color:#FF0000;/*couleur texte titres tab php*/
	line-height:20px;
	margin-top:0px;
	font-family: calibri;
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
.pageName{
	color: #FFFF00;/*couleur titre corpus principal*/
	line-height:26px;
	letter-spacing:0.21em;
	font-family: "Rockwell Extra Bold";
	font-size: 18px;
	font-weight: bold;
	}
	
.subHeader {
	color: #FFCC00;/*couleur titres menu droite*/
	line-height:22px;
	letter-spacing:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:30px;
	}
	
.smallText {
	color: #FFFFFF;/*couleur petit texte droite*/
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	}
	
