body{
    font-family:arial;
    font-size:10pt;
    background-color:#efe;
	background-image:url(../pano.php);
	background-attachment:fixed;
}

section, article, header, footer, nav, aside, hgroup
{
	display: block;
}

textarea{
    width: 300px;
    border: 1px solid #000;
	color: #000;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

select, input[type="text"], input[type="email"], input[type="search"] {
    width: 300px;
    border: 1px solid #000;
	color: #000;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[required="required"], textarea[required="required"], select[required="required"] {
	border: solid 1px #000;
	background: url("../Image/Icone/required.gif") right top no-repeat;
	background-color:#fff;
}

.menu{
	position:relative;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:30px;
	text-align:center;
	background:#ffe;
	border-radius: 10px;
	border:1px solid #999;
	padding:5px;
}

.menu a {
	padding: 0;
	background: #ffe;
	-webkit-transition: background .3s ease, color 0.2s linear;
	-moz-transition: background .3s ease, color 0.2s linear;
	-o-transition: background .3s ease, color 0.2s linear;
	transition: background .3s ease, color 0.2s linear;
}
.menu a:hover,
.menu a:focus {
	color: #f99;
	background: #ffc;
}

.accueil{
    background:#ffe;
    border-radius: 10px;
    border:1px solid #999;
    padding:5px;
    width:95%;
}
.result{
    background-color:#ddd;
    border:1px solid #999;
    width:100%;
}
.result td{
    font-size:10px;
    font-family:arial;
}
.result2{
    background-color:#eee;
    border:1px solid #999;
    width:100%;
}
.result2 td{
    font-size:12px;
    font-family:arial;
}
.ligne0{
    background-color:#eff;
}
.ligne0:hover{
    background-color:#cff;
}
.ligne1{
    background-color:#ffe;
}
.ligne1:hover{
    background-color:#ffc;
}

.comment{
    border:1px solid #999;
    width:95%;
    background:#ffe;
    text-align:justify;
    padding:5px;
    font-family:arial;
}
.recherche{
    background:#eff;
    border-radius: 10px;
    border:1px solid #999;
    width:95%;
	padding:2px;
}

.warning {
    font-weight:bold;
    color:#900;
    margin-left:1%;
    margin-right:1%;
    background:#fee;
}
