/* ------------------------------------------- */
/* Feuille de style commune à toute les pages  */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* Disposition des blocs */
/* ------------------------------------------- */
body {
	background: #F3F3F3;
	margin: 0;
	padding: 0;
}

#conteneur {
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	overflow: hidden;
}

#entete {
	width: 100%;
	margin: 0;
	padding-top: 0em;
}

	#banniere {
		display: block;
		margin-left:auto;
		margin-right:auto;
	}
	
	#logo {
		display: inline;
		float:left;
	}

#contenu {
	border: 1px solid #005A00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 2em 16px 1.2em;
	background: white;
	background-image: url("../img/body.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:hidden;
}

#news h1{
	font-size: 1.40em;
	text-align:center;
	border-top: 1px dashed #005A00;
	border-left: 0px;
	border-bottom: 1px dashed #005A00;
}
#news div{
	margin: 0px 40px;
	-moz-box-shadow:1px 1px 10px #555;
	-webkit-box-shadow:1px 1px 12px #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 0px 10px 5px;
	background: white;
}

#pied {
	width: 100%;
	margin: 0;
	padding: 0.40em;
	text-align: center;
	font-size: 0.90em;
}
#pied img {
	vertical-align: middle;
}
#adresse {
	font-size: 0.70em;
	padding-top: 1em;
}

/* ------------------------------------------- */
/* Menu déroulant en cascade */
/* d'après http://css.mammouthland.net/menu-horizontal-deroulant-en-css.php */
/* ------------------------------------------- */
#menu {
	height:20px;
	width:70%;
	position:absolute;

	font-family: "Times New Roman", Times, Arial, serif;
	font-size: 1.1em;

}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	float:left;
	width:20%;
	text-align:center;
}
#menu a {
	display:block;
	color:white;
	background-color:#005A00;
	text-decoration:none;
}
#menu a:hover {
	background-color:#007300;
}
#menu ul li ul {
	display:none;
}
#menu ul li:hover ul {
	display:block;
}
#menu li:hover ul li {
	float:none;
	width:100%;
}
#menu li:hover ul li a{
	text-align:left;
	padding-left:5%;
}



.bordRondGauche {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.bordRondDroit {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.bordRondBas {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* ------------------------------------------- */
/* Typo générale */
/* ------------------------------------------- */
body {
	font-size: 1em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, Arial, serif;
	text-align:left;
}

h1 {
	border-left: 15px solid #005A00;
	border-bottom: 2px solid #005A00;
	padding-left:15px;
	font-size: 1.60em;
	color: #005A00;
	font-weight: bold;
}

h2 {
	margin: 10px 60px;
	font-size: 1.40em;
	color: #005A00;
	font-weight: bold;
}

h3 {
	margin: 6px 0px 0px;
	font-size: 1.20em;
	color: #000;
	font-weight: bold;
}

h4 {
	text-align:left;
	color: #005A00;
	text-decoration: underline;
}

p {
	margin: 6px 0px 10px;
	text-align:justify;
}

.info {
	margin: 1em;
	border: 1px solid #005A00;
	padding: 6px;
	min-height:40px;
	background-color:white;
	-moz-box-shadow:1px 1px 10px #555;
	-webkit-box-shadow:1px 1px 12px #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:justify;
}
.info img{
	padding-right: 8px;
	float : left;
}

ul {
	text-align:left;
}

cite {
	margin-top:2em;
	text-align: center;
	font-style:italic;
    clear: both;
    display: block;
}
/* ------------------------------------------- */
/* Tableaux */
/* ------------------------------------------- */
table{
	padding:0em 0em 1em;
}
td {
	text-align:left;
}

/* ------------------------------------------- */
/* Couleurs des liens */
/* ------------------------------------------- */
a {
	color: #005A00;
	text-decoration: underline;
}
a:focus,a:hover,a:active {
	color: #007300;
	text-decoration: underline;
}


/* ------------------------------------------- */
/* Documents et images */
/* ------------------------------------------- */
img {
	margin: 0;
	padding: 0;
	border: 0;
}

.photoagauche { 
	float : left; 
	margin: 1em 1em 1em 0em; 
}

.photoadroite {
	float : right; 
	margin: 1em 0em 1em 1em; 
}

div#cadrephotogauche p{ 
  margin:0; 
  padding:0; 
  text-align:justify; 
} 
div#cadrephotogauche img{ 
  float:left; 
  background-color:#fafbfc; 
  border:1px solid #b0b0b0; 
  margin:0 0 10px 10px; 
  padding:5px; 
} 
hr{ 
  clear:left; 
}

#map{
	width: 650px;
	height: 400px;
	margin: 1em auto;
	clear:both;
}
