/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00279c;
	background-image: url(_images/fd-top-site.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#bot-landscape {
	background-image: url(_images/bottom-landscape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#top {
	height: 60px;
	width: 100%;
}
#home {
	float: left;
	font-size: 80%;
	position: relative;
	top: 50px;
}

#logo {
	top: 10px;
	position: relative;
	width: 500px;
	float: left;
}
#banner { height: 90px; 
}
#page {
	background-image: url(_images/fond-page.jpg);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 90%;
	text-align: left;
	padding: 20px;
}

#menu {
	text-align: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	display: block;
}
#menu a {
	padding-top: 5px;
	color: #FFCC00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	display: block;
	width: 160px;
	text-align: center;
}
#menu a:hover {
	padding-top: 5px;
	color: #00279C;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	display: block;
	width: 160px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(_images/fd-menu-on.gif);
	background-repeat: repeat-x;
}
.menu-act {
	padding-top: 5px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	display: block;
	width: 160px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(_images/fd-menu.gif);
	background-repeat: repeat-x;
}
#submenu {
	background-color: #909CC0;
	height: 30px;

	/* 
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF; 
	*/
}
#submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#submenu li {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	float: left;
	display: block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#submenu a {
	color: #00279E;
	text-decoration: none;
	display: block;
}
#submenu a:hover {
	color: #000000;
	text-decoration: underline;
	display: block;
}
#fd-sigle {
	background-image: url(_images/fond-page-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-size: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.sloganrouge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color:#FF0000;
}
.jaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color:#FFFF00;
}
.top-links {
	font-size: 80%;
	padding-top: 10px;
	color: #FFFFFF;
	
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #A01200;
	text-decoration: underline;
}
.photo-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #FFCC00;
}

.photo-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.opacity50 {
	filter: Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}


#footer { height: 220px; }
#footer p {
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 15px;
	margin: 0px;
}
#btn {
	background-color: #00279C;
	text-align: center;
	width: 60px;
	
	padding: 0px;
	margin: 0px;
}
#btn a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	border: 1px solid #FFCC00;
}
#btn a:hover {
	font-weight: bold;
	color: #00279E;
	background-image: url(_images/fd-btn.gif);
	display: block;
	text-decoration: none;
	background-repeat: repeat-x;
	border: 1px solid #00175b;
}
