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

.logo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
	z-index:2;
}
.bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
	z-index:1;
}
.barre{
	position:absolute;
	top:65px;
	left:0px;
	width:100%;
	height:20px;
	/*background-color:#66b2e1;*/
	z-index:2;
}
.menu{

}
.page{
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	/*height:25px;
	background-color:#66b2e1;*/
	z-index:2;
}

body{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#320400;
}

.linkMenu{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#320400;
}
.linkImg{
	border-color:#320400;
	border-width:1;
}
.titre{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-decoration:none;
	color:#320400;
}
.bottom{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color:#33CCFF;
}
.contact{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#320400;
	font-style:italic;
}
input{
	border:none;
	/*background-color:#f4e8bd;*/
	background-color:#c0edfe;
	font-family:"Times New Roman", Times, serif;
	color:#320400;
	font-size:14px;
}
textarea{
	border:none;
	background-color:#c0edfe;
	font-family:"Times New Roman", Times, serif;
	color:#320400;
	font-size:14px;
}

