@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; font-family:Helvetica, Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

body {
	height: 100%;
	color: #333333;
	background-image: url(../images/structure/fond.jpg);
	background-repeat: repeat;
}

#container {
	width:900px;
	margin: 10px auto;
}
#header {
	background-image: url(../images/structure/header.jpg);
	background-repeat: no-repeat;
	width: 898px;
	height: 251px;
	border: 1px solid #660000;
}
#header img {
	border: none;
}
#navigation {
	height: 17px;
	background-color: #663300;
	text-align: center;
	padding-top: 3px;
}
#navigation a {
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-left-color: #FFFFCC;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
#navigation a:hover {
	color: #F6DC2C;
}
#content {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h1 {
	font-size: 16px;
	color: #339900;
}
#content h2 {
	font-weight: bold;
	color: #FF6600;
	font-size: 16px;
	margin-bottom: 3px;
}
#content p {
	font-size: 14px;
}
#content iframe {
	float: right;
}
.galerie {
	margin-left: 20px;
	margin-bottom: 20px;
}
.float {
	float: left;
	margin: 10px;
}
.align {
	text-align: center;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
.lien {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
}
.lien:hover {
	color: #666666;
	text-decoration: underline;
}
#footer {
	text-align: center;
	background-color: #663300;
	color: #D16A01;
	padding: 5px;
	font-weight: normal;
}
#footer p {
	font-size: 10px;
	font-weight: normal;
}
#footer a {
	color: #D16A01;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #FF9900;
}
.mention {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
