/* CSS Document */

/* DÉCLARATIONS GÉNÉRALES */

body {
	font-family: Arial, Geneva, sans-serif;
	background-color: #ccffcc;
	background-image: url(IMG/gif/bodybackground.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	color: #000000;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	list-style-position: inside;
}

a:link { 
	color: #ff3333;
	text-decoration: underline;
}
a:visited {
	color: #993333;
	text-decoration: underline;
}
a:hover {
	color: #ff3333;
	text-decoration: underline;
}

h1 {
	font-size: 240%;
	line-height: 120%;
	margin: 0px;
}
h2 {
	font-size: 180%;
	line-height: 120%;
	margin: 0px;
}
h3 {
	font-size: 120%;
	line-height: 120%;
	margin: 0px;
}

.logo {
	margin: 5px 15px;
	color: #336633;
}

.offline {
	display: none;
}





/* STYLE DU CONTENU */

.bordcontenu {
	position: absolute;
	top: 40px;
	left: 210px;
	right: 140px;
}

.contenu {
	padding: 20px;
	background-color: #ffffff;
	border-color: #99cc99;
	border-style: solid;
	border-width: 2px;
	line-height: 140%;
	text-align: justify;
	overflow: hidden;
}

.contenu img {
	margin: 6px 12px;
/*	border-color: #666666;
	border-style: solid;
	border-width: 1px;*/
}

.cacheurl {
	display: none;
}

.minimenu {
	margin: 0px 30px 10px 30px;
	padding: 4px 10px 6px 10px;
	font-size: 75%;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	background-color: #99cc99;
}
.minimenu a:link {
	color: #003300;
	text-decoration: none;
}
.minimenu a:visited {
	color: #003300;
	text-decoration: none;
}
.minimenu a:hover {
	color: #ff3333;
	text-decoration: none;
}





/* STYLE DES ÉLÉMENTS DE NAVIGATION */

.navigation {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 180px;
	padding: 5px;
	background-color: #669966;
}
.navigation a:link {
	color: #99cc99;
	text-decoration: none;
}
.navigation a:visited {
	color: #000000;
	text-decoration: none;
}
.navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.bouton {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #99cc99;
	margin: 4px;
	padding: 2px;
	border-color: #336633;
	border-style: solid;
	border-width: 2px;
}
.bouton a:link {
	color: #003300;
	text-decoration: none;
}
.bouton a:visited {
	color: #003300;
	text-decoration: none;
}
.bouton a:hover {
	color: #ff3333;
	text-decoration: none;
}

.legende {
	font-size: 80%;
	text-align: center;
}

.encadre {
	padding: 4px;
	border-color: #cccccc;
	border-style: dotted;
	border-width: 2px;
}

.titre {
	margin: 2px 0px 6px 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #ccffcc;
}





/* STYLE DE LA PUBLICITÉ */

.publicite {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 120px;
	height: 600px;
}

