@charset "utf-8";

@font-face { 
    font-family: 'Prototype'; 
    src: url('doc/Prototype.ttf') format('truetype'); 
}

/* CSS Document */
body{
	width: 100%;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	background:#9CF url(img/gouttes.jpg) repeat fixed 0 0;
	text-align:center;
	margin: 0 ;
	padding: 0 ;
}
div#degrade{
	background:url(img/degrade.png) repeat-x fixed 0 0;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top:10px;
	min-height:600px;
}
div#page
{
	width: 800px ;
	margin: 0 auto;
	text-align: left ;
}
header {
	display:block;
	background:url(img/logo140_top.png) no-repeat right;
	height:100px;
	width: 800px;
	border:none;
	margin: 0 ;
	padding: 0 ;
}
nav
{
	display:block;
	background:url(img/logo140_bottom.png) no-repeat right;
	height:40px;
	width: 800px;
	border:none;
	font-size:15px;
	text-align:center;
	padding:0px;
	margin-bottom:10px;
}
ul#navigation 
{
	height: 40px ;
	margin: 0 ;
	padding: 0 ;
	background: url(img/barre.jpg) repeat-x;
	list-style-type: none ;
	margin-right:140px;
	font-size:1.2em;
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
}
ul#navigation li 
{
	float: left ;
}
ul#navigation li a {
	line-height: 40px ;
	display: block ;
	text-decoration: none ;
	/*border-right: 2px solid #dea ;*/
	padding: 0 15px;
	color:#FFF;
}
ul#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: url(img/barre.jpg) repeat-x 0 -40px ;
	color:#FFF;
}
ul#navigation li a.accueil{
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	padding-left:20px ;
}
ul#navigation ul {
	display: none;
	position: absolute;
	background: #00567C;
	opacity: 0.9;
	padding:0;
	margin:0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius:  0 0 5px 5px;
	-moz-border-radius:  0 0 5px 5px;
} 
ul#navigation li:hover ul{
	display:block;
	list-style-type: none ;
}
ul#navigation ul li{
	height: 35px ;
	float:none;
	padding:0;
	margin:0;
	text-align:left;
}
ul#navigation ul li a {
	line-height: 30px ;
	font-size:0.9em;
	display: block ;
	text-decoration: none ;
	padding: 0 15px;
	color:#FFF;
}
ul#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active {
	background: #1E6295;
}
div#contenu {
	background-color:#FFF;
	padding:5px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 20px #777;
	-moz-box-shadow: 2px 2px 20px #777; 
	-webkit-box-shadow: 2px 2px 20px #777;
}
footer {
	display:block;
	text-align:center;
	font-size:0.8em;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:10px;
}


h1{
	font-family: 'Prototype';
	font-size:32px;
	color:#FFF;
	margin: 0;
	padding:0;
	letter-spacing: 3px;
	margin-left: 100px;
	cursor:default;
	text-shadow: 1px 1px 5px #555;
	-moz-text-shadow: 1px 1px 5px #555;
	-webkit-text-shadow: 1px 1px 5px #555;
}
h2{
	font-family: 'Prototype';
	font-size:20px;
	color:#FFF;
	margin-left: 400px;
	letter-spacing: 1px;
	cursor:default;
	text-shadow: 1px 1px 5px #555;
	-moz-text-shadow: 1px 1px 5px #555;
	-webkit-text-shadow: 1px 1px 5px #555;
	}
h3{
font-size:20px;
color:black;
text-align:center;
}

#contenu a, footer a{
	color:black;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	
}
#contenu a:visited, footer a:visited { color:black; }
#contenu a:hover,#contenu a:active, #contenu a:focus,footer a:hover,footer a:active, footer a:focus{ color:#09C;text-decoration:underline; }
a.logo img{
	margin: 19px;
	-moz-box-shadow: 1px 1px 9px #999; 
	-webkit-box-shadow: 1px 1px 9px #999; 
	box-shadow: 1px 1px 9px #999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-decoration:none;
}
a.logo:hover img, a.logo:focus img {
  background:#fff;
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  text-decoration:none;
}

a.diap img{
	margin: 5px;
	border:solid;
	border-width:2px;
}
#menu{
	float:right;
	width:150px;	
	background: #00567C;
	margin:10px -20px 5px 0;
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-moz-box-shadow: 1px 1px 9px #999; 
	-webkit-box-shadow: 1px 1px 9px #999; 
	box-shadow: 1px 1px 9px #999;
}
#menu ul{
	list-style-type: none ;
	padding:0;
}
#menu ul li{
	width:150px;
	
}
#menu ul li a{
	text-decoration: none ;
	color:#FFF !important;
	display:block;
	text-align:center;
	line-height: 25px ;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active {
	background: #1E6295;
	color:#FFF;
	text-decoration: none ;
}
.centre
{
	text-align:center;
}
.justifie{
	text-align:justify;
}
a.logo, a:hover.logo, a:focus.logo, a:active.logo
{
	text-decoration:none;
}
table{
	text-align:center;
	border:solid;
	border-color:#09C;
	margin-left:auto;
	margin-right:auto;
}
.rightimg {float:right;
border:none;}
a span {
display:none;  
text-decoration:none;  
}
a:link span, a:active span{
display: block;   
/*position: absolute;
margin-top:10px; 
margin-left: 270px;
border:none;
background-color:transparent;
padding:20px;*/
}
ul.liste li{
	list-style-image:url(img/puce.gif);
	margin-bottom:5px;
}
.col2{
	float: left;
    width: 180px;
}
.reset{
 clear: left;	
}
.pdf{
	vertical-align:middle;
}
.coordonnees{
	margin-left:150px;
	font-weight:bold;
	width:120px;
	float:left;
}
#googlemap{
border: none;
-moz-box-shadow: 1px 1px 9px #999; 
  -webkit-box-shadow: 1px 1px 9px #999; 
  box-shadow: 1px 1px 9px #999;
}	
input{
	width:300px;
	float:left;
}
textarea{
	width:418px;
	margin-left:150px;
	height:300px;
}
input.bouton{
	margin-left:270px;
	height:24px;
	width:304px;
}
.facultatif{
	font-size:0.8em;
	float: right;
}
#note{
	text-align: center;
	margin-bottom: 10px;
}
.notification_error{
	font-size:0.8em;
	color:red;
}
