html
{
	background-image: url(images/fondCible.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	width: auto;
	height: auto;

}
body
{
	width:98%;
	height: auto;
	border-radius: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif, serif;
	justify-content: center;
}

#menu
{	
	display: flex;
	width: 100%;
	height: auto;
	min-height: 200px;
	border: 1px solid;
	border-radius: 10px;
	background-color: rgba(192,192,192,0.9) ;
	box-shadow: 5px 5px 5px ;
	padding: 20px;
	margin-left: 20px;
    margin-bottom: 20px;
	
}
.lienMenu
{
	width: 33%;
}

section
{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
    margin-right: auto;
	height: auto;
	background-color: rgba(192,192,192,0.9) ;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 5px ;
	overflow: auto;
}

a.bouton-relief 
{
	margin-left: 20px;
	width: 300px;
	color: black;
	background-color: #efefef;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
}
a.bouton-relief:hover 
{
	background-color: #d8d8d8 ;
	border: 1px solid black;
}

form {
    width:auto;
    padding: 30px;

}

label
{
	display: block;
	width:300px;
	height: 20px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

legend
{
	font-size: 20px;
	font-weight:bold;
}

input
{
	width: 250px;
	height: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}
input:focus
{
	width: 250px;
	background-color: khaki;
	margin-bottom: 5px;
	margin-top: 5px;
}

fieldset
{
	padding: 10px;
	border: 2px solid rgb(163, 238, 41);
	width: auto;
}

table
{
	text-align: left;
	padding: 10px;
	border: 2px solid rgb(163, 238, 41);
	width: 100%;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}

caption
{
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}

th 
{
	font-size: 20px;
	font-weight:bold;
	text-lign: left;
}

td
{
	border:1px solid #333;
	font-size: 20px;
	font-weight:normal;
	text-align: left;
}
tr
{
	
	font-size: 20px;
	font-weight:normal;
	text-align: left;
}

select
{
	width: 258px;
	height: 31px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#page
{
	width: 98%;
	height: auto;
	margin: 10px;
}

#logo_nav
{
	display: flex;
	width: 100%;
	height: auto;
	top: 20px;
	max-width: 1500px;
	margin-left: auto;
    margin-right: auto;
}

#emplacement_logo
{
	width: 220px;
	height: 220px;
	border: 1px solid;
	border-radius: 10px;
	background-color: white;
	box-shadow: 5px 5px 5px ;
	padding: 10px;
}

.logo{
	
	width: 200px;
	height: 200px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(images/logoTir.jpg);
	background-size: 180px;
	background-repeat: no-repeat;
}


#menu a{
	color: #652688;
	font-size: 20px;
	text-decoration: none;
}

#menu a:hover{
	color: #C06;
	font-size: 20px;
	font-weight: bold;
}

a
{
	color: rgb(0, 20, 204);
}

a:visited 
{
	color: rgb(68, 77, 163);
}
.lien:visited
{
	color: white;
}
#titreTir
{
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	background-color:#333;
	border: 2px solid rgb(163, 238, 41);
	border-bottom: none;
}
#titreTirText
{
	width: auto;
	height: 30px;
	font-size: 20px;
	vertical-align: middle;
	color: white;
	font-weight:bold;
	vertical-align: middle;
	margin-left: 10px;

}
/* ***************************************************************************************
@media only screen and (max-device-width:480px) 
{
	html
{
	background-image: url(images/fondCible.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	width: 100%;
	height: auto;

}
body
{
	display: flex;
	width:98%;
	height: auto;
	border-radius: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif, serif;
	justify-content: center;
	
}

#menu
{	
	width: 200px;
	height: auto;
	min-height: 400px;
	border: 1px solid;
	border-radius: 10px;
	margin-top: 10px;
	background-color: rgba(192,192,192,0.9) ;
	box-shadow: 5px 5px 5px ;
	padding: 20px;
	
}

section
{
	width: 95%;
	height: 95%;
	background-color: rgba(192,192,192,0.9) ;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 5px 5px 5px ;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
}

a.bouton-relief 
{
	margin-left: 20px;
	width: 300px;
	color: black;
	background-color: #efefef;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
}
a.bouton-relief:hover 
{
	background-color: #d8d8d8 ;
	border: 1px solid black;
}

form {
    width:auto;
    padding: 30px;

}

label
{
	display: block;
	width:300px;
	float: left;
}

legend
{
	font-size: 20px;
	font-weight:bold;
}

input
{
	width: 250px;
	margin-bottom: 5px;
	margin-top: 5px;
}
input:focus
{
	width: 250px;
	background-color: khaki;
	margin-bottom: 5px;
	margin-top: 5px;
}

fieldset
{
	padding: 10px;
	border: 2px solid rgb(163, 238, 41);
	width: auto;
}

table
{
	text-align: left;
	padding: 10px;
	border: 2px solid rgb(163, 238, 41);
	width: 100%;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}

caption
{
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}

th 
{
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}

td
{
	border:1px solid #333;
	font-size: 20px;
	font-weight:normal;
	text-align: left;
}
tr
{
	
	font-size: 20px;
	font-weight:normal;
	text-align: left;
}

select
{
	width: 150px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#page
{
	width: 98%;
	height: auto;
	margin: 10px;
}

#logo_nav
{
	display: none;
}

#emplacement_logo
{
	width: 220px;
	height: 220px;
	border: 1px solid;
	border-radius: 10px;
	background-color: white;
	box-shadow: 5px 5px 5px ;
	padding: 10px;
}

.logo{

	width: 200px;
	height: 200px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(images/logoTir.jpg);
	background-size: 180px;
	background-repeat: no-repeat;
}


#menu a{
	color: #652688;
	font-size: 20px;
}

#menu a:hover{
	color: #C06;
	font-size: 20px;
	font-weight: bold;
}

a
{
	color: rgb(0, 20, 204);
}

a:visited 
{
	color: rgb(68, 77, 163);
}
#titreTir
{
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	background-color:#333;
	border: 2px solid rgb(163, 238, 41);
	border-bottom: none;
}
#titreTirText
{
	width: auto;
	height: 30px;
	font-size: 20px;
	vertical-align: middle;
	color: white;
	font-weight:bold;
	vertical-align: middle;
	margin-left: 10px;

}
}