/* CSS issu des tutoriels css.alsacreations.com/ */
body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
a img {border: none;
}
a.lien:link {
	text-decoration: none;
	color: #000000;
}
a.lien:link {
	text-decoration: none;
	color: #000000;
}
a.lien:visited {
	text-decoration: none;
	color: #000000;
}
a.lien:hover {
	text-decoration: none;
	color: #CC0000;
}
a.lien:active {
	text-decoration: none;
	color: #000000;
}
a.lien:link {
	text-decoration: none;
}
a.lien:visited {
	text-decoration: none;
}
a.lien:hover {
	text-decoration: none;
}

a.lien:active {
	text-decoration: none;
}
h1 {
font-size: 12px;
letter-spacing: 2px;
color: #000;
}

H2  {
font-size: 16px;
color: #000;
letter-spacing: 1px;
text-align: center;
}
H3  {
font-size: 12px;
color: #000;
text-align: justify
}
H4  {
font-size: 10px;
color: #000;
text-align: center;
}
H5  {
font-size: 11px;
color: #000;
text-align: left;
}
H6 {
font-size: 13px;
color: #000;
text-align: left;
}
p {
color: #000;
text-align: justify;
line-height: 18px;
margin: 5px;
}
.accueil  {
font-size: 11px;
font-weight:bold;
color: #000;
text-align: left;
}
a {
text-decoration: none;
}


#global {
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	}
/*En-tête*/
#header {
	width: 100%;
	height: 65px;
	padding: 15px 0 10px 0;
	text-align: center;
	}
	
#sous_header {
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
	}

#flashcontent {	
		width: 100%;
		height: 630px;		
	}
	
#pied {	
		width: 100%;
		height: 60px;		
	}
