<!--
/* Stylesheet Media //Pillet Samuel / Pythoud Simon // Projet // avril 2005 */

/* ----- Corps de la page ----- */

body {
	background-color:#307625;
	margin:0em;
}

/* ----- Calques ----- */

#conteneur {
	width:55em;
	margin:auto;
}

#ban {
	width:55em;
	height:11em;
	text-align:center;
	margin-bottom:0em;
}

#princ {
	background-color:#FFFFFF;
	border:4px solid white;
	padding:0.5em;
	margin-left:12em;
}

#interieur {
	background-color:#509645;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:4px;
}

#menu {
	float:left;
	width:10em;
	padding:1em 0.5em 0.5em 0.5em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;

}

#pied {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	clear:both;
}

/* ----- Texte ----- */

h1 {
	color:#009900;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
}

h2 {
	color:#009900;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.comment {
	color:#000000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
}

.petit {
	font-size:0.6em;
	}
	
.pied {
	vertical-align:middle;
}

.news {
}

/* ----- Lien du Texte ----- */

h1 a:link,h2 a:link {
	color:#009900;
	text-decoration:none;
}

h1 a:link,h2 a:visited {
	color:#009900;
	text-decoration:none;
}

h1 a:link,h2 a:hover {
	color:#0033FF;
	text-decoration:overline underline;
}

/* ----- Images ----- */
img {
	border:none;
}

img.ban {
	width:55em; /*750*150 = diviser par 15    heigth:10em;*/
}

img.image {
	width:40em; /*500*375px height:25em;*/ /*agrandir l'image afin de mettre à 40 em */
}

img.vh {
	width:156px;
	height:101px;
}

img.imagecarte {
	width:35em; /*600*900*/
}

img.galerie {
	height:120px;
}

img.important {
	vertical-align:bottom;
	width:20px;
	height:20px;
}
/* ----- Menu ----- */

#menu li {
	color:#FF9900;
	margin-bottom:0.5em;
	border-bottom:2px solid #FFFFFF;
	padding-bottom:1em;
	list-style-image:url(puce.gif);
	list-style-position:outside;
}

/* ----- Lien du Menu ----- */

#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	color:#0033FF;
	text-decoration:overline underline;
}

/* ----- Date ----- */
.date {
	font-size:0.8em;
	text-align:center;
	margin-top:2em;
}

/* ----- Object ----- */
.diapo {
	width:640px;
	height:480px;
}

/* ----- Table ----- */

th {
	text-align:left;
}

td.logo {
	text-align:center;
}

th.th1 {
	width:13em;
}

/* ----- Formulaire ----- */

.bouton {
	text-align:center;
}
/*----- Autre -----*/
.hidden {
	visibility:hidden;
}

-->
