/* initialisation --------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}
*, a {
	color: #444;
}
a {
	text-decoration: none;
}
a:hover {
	background-color: #FE9;
}
/* - */
html {
	background-color: #600;
}
body {
	margin: 0px auto;
	width: 900px;
}
header, nav, article, footer {
	display: block;
}
nav, article, footer {
	background-image: url(fond.png);
}
/* - */
h1 {
	font-size: 32px;
	font-style: italic;
	font-family: "Arial Black", sans-serif;
	padding: 25px 0px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 25px 0px;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	padding: 10px 0px;
}
img {
	font-size: 10px;
	font-style: italic;
	text-decoration: underline;
}
cite.site {
	font-style: normal;
	text-decoration: none;
	font-variant: small-caps;
}
/* structure --------------------------------------------------------------------*/
header {
	height: 110px;
	margin: 10px 0px 0px 0px;
	background-image: url(tete.jpg);
	border-radius: 5px 5px 0px 0px;
}
nav {
	float: left;
	width: 200px;
	margin: 0px 91px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-radius: 0px 0px 0px 0px;
}
article {
	/*float: right;*/
	width: 890px;
	height: 1000px;
	padding: 20px 10px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
footer {
	height: 100px;
	margin: 0px 0px 20px 0px;
	padding: 25px 0px 0px 0px;
	border-radius: 0px 0px 5px 5px;
}
/* en-tete ----------------------------------------------------------------------*/
header h1 {
	float: left;
	width: 500px;
	text-align: center;
}
header p {
	display: none;
}
header img {
	float: left;
	width: 100px;
	margin: 5px
}
/* menu -------------------------------------------------------------------------*/
nav ul {
	list-style: none;
	padding: 10px 0px 25px 0px;
}
nav li a {
	display: block;
	height: 25px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	border-radius: 0px 15px 15px 0px;
}
nav li.select_mnu {
	background-color: #FC6;
	border-radius: 0px 15px 15px 0px;
}
nav li.select_mnu a {
	color: #F60;
}
nav li.select_mnu a:hover {
	background-color: #FC6;
	border-radius: 0px 15px 15px 0px;
}
nav a.transp img{
	width: 130px;
}
nav a.transp{
	margin: 0px 0px 0px 40px;
}
nav a.transp:hover {
	background-color: transparent;
}
/* pied -------------------------------------------------------------------------*/
footer * {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
/* - */
/* pages -------------------------------------------------------------------------*/
img.pos1 {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 0px;
}
img.pos2 {
	float: right;
	width: 278px;
	margin: 30px 20px 0px 0px;
}
img.pos3 {
	float: right;
	width: 178px;
	margin: 50px 20px 0px 0px;
}
img.pos4 {
	float: left;
	width: 100px;
	margin: 0px 20px 0px 0px;
}
img.pos5 {
	float: left;
	width: 200px;
	margin: 0px 20px 0px 0px;
}
img.pos6 {
	float: right;
	width: 185px;
	margin: 20px 14px 0px 0px;
}
/* - */
/* - */
#p50 div.nav5 {
	float: right;
	width: 590px;
	height: 50px;
	padding: 10px 0px 10px 0px;
}
#p50 div.nav5 ul {
	margin: 0px auto 0px auto;
	width: 590px;
	list-style-type: none;
}
#p50 div.nav5 li {
	float: left;
	width: 60px;
	height: 25px;
	padding: 5px 0px 5px 0px;
	margin: 0px 6px;
}
#p50 div.nav5 li a {
	display: block;
	height: 100%;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	padding: 10px 10px 10px 10px;
	transition: border 0.5s, box-shadow 0.5s, background-color 0.5s;
	border: solid 1px #DDD;
	box-shadow: 10px 10px 5px #999;
	background-color: #DDB;
}
#p50 div.nav5 li a:hover {
	cursor: pointer;
	border: solid 1px #666;
	box-shadow: 5px 5px 5px #666;
	background-color: #FE9;
}
#p50 div.nav5 li.select_mnu a {
	color: #F60;
	background-color: #FE9;
}
#p50 div.nav5 li.select_mnu a:hover {
	background-color: #FE9;
}
#p50 div.lien5 {
	margin: 75px auto;
	width: 570px;
	height: 550px;
	overflow: auto;
	padding: 10px;/*background-color: #DDC;
	border: 1px outset #666;*/
}
#p50 div.lien5 ul {
	list-style-type: none;
	margin: 15px 0px 0px 15px;
}
#p50 div.lien5 li {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}
#p50 div.lien5 li .txt {
	font-size: 12px;
	position: relative;
	top: -20px;
	left: 15px;
}
/* - */
#p70 p.coord {
	height: 400px;
}
/* diapo -------------------------------------------------------------------------*/
#carte {
	float: left;
	width: 425px;
	text-align: center;
}
#dp_zone {
	margin: auto;
	width: 425px;
	height: 425px;
}
#dp_vign {
	display:none;
}
#dp_pres {
	display: block;
	float: right;
	width: 425px;
	height: 520px;
}
#dp_phot {
	position: relative;
	margin: auto;
	width: 425px;
	height: 425px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#dp_phot img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	max-width: 425px;
	max-height: 425px;
}
#dp_zone button {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #696;
	border-radius: 5px;
	background-color: #F90;
	box-shadow: 7px 7px 7px #666;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
#dp_zone button:hover {
	box-shadow: 2px 2px 2px #333;
	cursor: pointer;
}
#dp_zone button.dp_pp {
	margin: 10px 60px 0px 0px;
	width: 30px;
	height: 30px;
}
#dp_zone button.dp_pg {
	margin: 10px 0px 0px 60px;
	width: 30px;
	height: 30px;
}
/* - */
#p80 form {
	margin: 20px 10px 10px 10px;
	/* - ligne suivante provisoire : fonction mail en test - */
	height: 890px;
	padding: 25px;
	/* - */
	/*background-color: #F0D090;*/
	border-radius: 5px;
}
#p80 div.imag {
	float: right;
	width: 210px;
	margin: 64px 0px 0px 0px;
}
#p80 div.imag img {
	height: 244px;
	padding: 0;
}
#p80 table.ident {
	padding: 25px 0px 10px 0px;
}
#p80 td {
	padding: 5px;
}
#p80 table.ident td.cel_gauche {
	width: 100px;
	text-align: right;
}
#p80 table.choix td.cel_gauche {
	width: 220px;
	text-align: right;
}
#p80 table.choix td.cel_gauche input {
	position: relative;
	top: 6px;
	left: 6px;
}
#p80 table.choix td.cel_droite {
	padding: 5px 5px 5px 75px;
}
#p80 table.choix td.cel_tt {
	padding: 5px;
	text-align: center;
}
#p80 table.choix td.cel_droite_tt {
	padding: 5px 5px 5px 75px;
	text-align: center;
}
#p80 table.choix td.cel_droite_tt select {
	margin: 0px 5px 0px 0px;
}
#p80 input {
	height: 20px;
	padding: 0px 0px 0px 5px;
}
#p80 input.form_ident {
	width: 300px;
}
#p80 input.form_cp {
	width: 100px;
}
#p80 select.nb_p {
	width: 50px;
	text-align: center;
}
#p80 select.jour {
	width: 50px;
	text-align: center;
}
#p80 select.mois {
	width: 100px;
	text-align: center;
}
#p80 select.an {
	width: 60px;
	text-align: center;
}
#p80 textarea {
	width: 500px;
	height: 200px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}
#p80 .form_envoi {
	width: 100px;
	height: 50px;
	font-weight: bold;
	margin: 25px;
	border-radius: 50%;
	transition: border 0.5s, box-shadow 0.5s, background-color 0.5s;
	border: solid 1px #FE8;
	box-shadow: 10px 10px 5px #999;
	background-color: #FE9;
}
#p80 .form_envoi:hover {
	cursor: pointer;
	border: solid 1px #666;
	box-shadow: 5px 5px 5px #666;
	background: #FC6;
}
#p80 option, #p80 .form_pied, #p80 .form_pied p, #p80 .form_envoi {
	text-align: center;
}
