@charset "utf-8";

#main {
	background-color: #E5FFFF;
}
body {
	background-color: #E5FFFF;
}
a{
	color: #5182bf;
	text-decoration:none;
}

a:hover{
	color: #5182bf;
	text-decoration:underline;
}
.top_menu {
	font-family: "Lucida Handwriting";
	font-size: 18px;
	font-weight: normal;
	color: #353535;
}
.top_menu ul {
	margin: 0;
	list-style: none;
	padding-left: 0px;
}

.top_menu li {
v	display: inline;
}

.top_menu a {
	font-family: "Lucida Handwriting";
	font-size: 18px;
	font-weight:normal;
	color: #353535;
	text-decoration: none;
	line-height:35px;
	float: left;
	height: 36px;
	width: 99px;
	padding-bottom:0px;
	text-align: center;
	padding-left: 0px;
	background: url(images/tab.jpg);
	background-repeat: no-repeat;
}
.top_menu a:hover {	
	background: url(images/hover.jpg);
	background-repeat: no-repeat; 
	height: 36px;
	width: 99px;
	text-decoration: none;
}
.h1{
	font-family:"Lucida Handwriting";
	font-size:18px;
	color: #353535;
	line-height: 2;
	text-align: left;
	padding-left: 10px;
}
.h2{
	font-family:"Lucida Handwriting";
	font-size:18px;
	color: #353535;
	line-height: 2;
	text-align: center;
}
.content{
	font-family: "myriad web Pro";
	font-size:12px;
	color: #353535;
	text-align: left;
	padding-left: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D9D9D9;
	text-decoration: none;
	height: 23px;
	width: 591px;
	text-align: center;
}
.style4 {color: #457598}
.style5 {
	font-size: 10px;
	color: #E5FFFF;
}
.style5 a {
	font-size: 10px;
	text-decoration: none;
	color: #E5FFFF;
}

.cadre {
    padding: 10px;
    background: #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
}