body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #000080;
}
#entete
{
	background-color: #000080;
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}
#coryphene
{
	position: absolute;
	left: 0;
	padding-top: 2px;
	height: 34px;
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 30px;
	color: #33CCCC;
	text-align: right;
}
#slogan
{
	height: 20px;
	padding-top: 15px;
	padding-left: 160px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #33CCCC;
}
#informatique
{
	height: 24px;
	width: 160px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #33CCCC;
/*	text-align: right;	*/
	padding-left: 78px;
}
#menu
{
	background-color: #000080;
	border-top: 1px solid #fff;
	position: fixed;
	width: 100%;
	height: 24px;
	top: 60px;
	right: 0;
	bottom: auto;
	left: 0;
}
#onglet
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#onglet li
{
	float: left;
	width: 12.41%;
	border-right: 1px solid #fff;
	color: #000080;
	background-color: #33CCCC;
	font: bold 12px/24px verdana;
	text-align: center;
}
#onglet li a
{
	display: block;
	background-color: #000080;
	color: #33CCCC;
	text-decoration: none;
}
#onglet li a:hover, #onglet li a:focus, #onglet li a:active
{
	background-color: #33CCCC;
	color: #000080;
	text-decoration: none;
}
#gauche
{
	background-color: #fff;
/*	border-right: 2px solid #000080;	*/
	position: fixed;
	overflow: auto;
	width: 325px;
	height: auto;
	top: 84px;
	bottom: 20px;
	left: 0;
}
h1
{
	font-family: Arial, sans-serif;
	font-size:28px;
/*	text-align: justify;	*/
	color:#33CCCC;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:20px;
	margin-right:20px;
/*	padding-top:10px;
	padding-left:15px;
	padding-right:15px;	*/
}
h2
{
	font-family: Arial, sans-serif;
	font-size:20px;
	text-align: justify;
	color:#000080;
	margin-left:20px;
	margin-right:20px;
/*	padding-top:10px;
	padding-left:15px;
	padding-right:15px;	*/
}
#droite
{
	background-color: #fff;
	background-image:url(images/fond.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
/*	border-left: 2px solid #000080;	*/
	position: fixed;
	overflow: auto;
	width: auto;
	height: auto;
	top: 84px;
	bottom: 20px;
	left: 325px;
	right: 0;
}
h3
{
	font-size: 18px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	color : #000080;
	padding-bottom : 4px;
	padding-left : 20px;
	background-image : url(images/h3.png);
	background-repeat : no-repeat;
	background-position : 0% 40%;
	border-bottom : 1px solid #33CCCC;
}
p
{
	font-size: 16px;
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom:5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
#droite ul
{
	margin-top:10px;
	margin-bottom:20px;
	text-align: justify;
}
#droite li
{
	list-style-type:square;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin-top:0px;
	margin-bottom:10px;
	text-align: justify;
}
#droite a
{
	text-decoration:underline;
	color:#000080;
}
#droite a:hover
{
	text-decoration:none;
	color:#000080;
}
#cartographie table
{
	border: 2px solid #000080;
	border-collapse: collapse;
	width: 90%;
	margin: auto;
}
#cartographie th
{
	border: 1px solid #000080;
	width: 30%;
	padding: 5px;
/*	background-color: #33CCCC;	*/
	font-size: 15px;
}
#cartographie td
{
	border: 1px solid #000080;
	width: 30%;
	padding: 5px;
/*	background-color: #ffffff;	*/
	font-size: 12px;
}
label
{
	font-size:12px;
	width:100px;
	float:left;
	text-align:right;
/*	background:url(images/label.png) no-repeat center right;	*/
	background-image:url(images/label.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:18px;
	color:#000080;
	font-weight:bold;
}
textarea
{
	width:50%;
	height:4em;
/*	background:#000080;	*/
/*	color:#fff;	*/
	color:#000080;
	border:1px solid #33CCCC;
	background:transparent;
}
input.textfield
{
	width:50%;
/*	background:#000080;	*/
/*	color:#fff;	*/
	color:#000080;
	border:1px solid #33CCCC;
	background:transparent;
}
input.textfield:focus, textarea:focus
{
/*	background:#fff;	*/
	color:#000080;
	background:transparent;
}
#coordonnees
{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font: bold 10px/20px verdana;
	background-color: #000080;
	position: fixed;
	width: 100%;
	height: 20px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
#coordonnees a
{
	color: #fff;
}
#coordonnees a:hover
{
	color: #fff;
	text-decoration: none;
}
a img
{
	border: 0 none;
}