/* CSS Document */

/* Liens */

a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}
a:hover {
	text-decoration: underline;
	color: #1a334d;
	font-weight: bold;
	font-size: 24px;
}
a:active {
	text-decoration: none;
	color: #1a334d;
	font-weight: bold;
	font-size: 24px;
}

/* Les Styles */

.Style1 {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.Style2 {
	font-size: 14px;
}

.Style3 {
	font-weight: bold;
	font-size: 16px;
}

.Style4 {
	font-size: 16px;
}

.Stylelink {
	font-weight: bold;
	font-size: 22px;
	}
	
/* bloc */

#banniere {
	background-image:url(images/banniere_ete.gif);
	background-repeat:no-repeat;
	width:950px;
	height:227px;
}

#top {
	background-color:#286640;
	background-image:url(images/menu_ete.gif);
	background-repeat:repeat-x;
}

#top-suite {
	background-color:#286640;
}

#menu {
	background-color:#286640;
}

#logo {
	background-image:url(images/logo_ete.gif);
	background-repeat:no-repeat;
	height:260px;
	width:152px;
}

#arc_haut {
	background-image:url(images/arc-haut_ete.gif);
	background-repeat:no-repeat;
}

#arc-bas {
	background-image:url(images/arc-bas_ete.gif);
	background-repeat:no-repeat;
}

#droite {
		background-color:#286640;
}
	
#copyright {
	background-image:url(images/copyright_ete.gif);
	background-repeat:repeat-x;
}