/* Redfinition des tags html de base */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	background-color: #336666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

em  {
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
}


hr {
	background-color: #ECECEC;
	height: 1px;
	border: none;
	margin: 10px;
}

ul {
	margin: 4px;
	padding: 4px;
	list-style-position: inside;
	list-style-type: disc;
}

li {
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	list-style-image: url(imgs/li.gif);
}


h1, h2, h3, h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	margin: 12px;
}
	
h1 {
	font-size: 20px;
	line-height: 24px;
	color: #336666;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #336666;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	color: #336666;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	color: #FF0000;
}

p {
	padding: 0px;
	margin: 12px;
	font-size: 12px;
	line-height: 16px;
}

img {
	border: 0px none;
}

a {
	color: #336666;
	text-decoration: underline;
}

a:hover {
	background-color: #F3F6ED;
}

b {
	color: #666666;
	font-size: 12px;
}

/* Classes CSS specifiques */

#layout {
	width: 730px;
	background-color: #F3F6ED;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#cadrage {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(imgs/pattern.gif);
}

#content {
	text-align: justify;
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	line-height: 14px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#header {
	height: 212px;
	margin: 10px;
	background-image: url(imgs/papillon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
}

#navigation {
	width: 204px;
	text-align: center;
	float: right;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	font-weight: bold;
}

#navigation a {
	display: block;
	margin-bottom: 4px;
	text-decoration: none;
}

#navigation img {
	margin-bottom: 4px;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left {
	float: right;
	width: 204px;
	font-size: 22px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	margin-bottom: 6px;
	text-align: center;
	line-height: 26px;
	margin-left: 6px;
	margin-top: 12px;
}

#subfooter {
	clear: both;
	text-align: center;
	margin: 10px;
	font-size: 9px;
	line-height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#map {
	height: 320px;
	width: 485px;
	margin: 12px;
}

