body {
	background-color: #F1F0E0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	position: static;
	padding-left: 1.5em;
}
p a:link {
	color: #000000; 
}
p a:visited {
	color: #333333;
}
p a:hover {
	color: #000000;
	text-decoration: none;
}
p a:active {
	color: #FF0000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #990000;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
	margin-bottom: 0.3em;
	margin-left: 50%;
	padding-right: 0.5em;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #993300;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CC6600;
	position: static;
	font-weight: bolder;
	letter-spacing: 0.05em;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}
h2 a:link {
	color: #CC6600; 
}
h2 a:visited {
	color: #CC3300;
}
h2 a:hover {
	color: #CC6600;
	text-decoration: none;
}
h2 a:active {
	color: #FF0000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #993333;
	position: static;
	padding: 5px 1px 1px 12px;
	margin: 0px;
	font-weight: bold;
	background-image: url(../images/Puce2.gif);
	background-repeat: no-repeat;
	background-position: 0.8em 0em;
	text-indent: 1em;
}
h3 a:link {
	color: #993333; 
}
h3 a:visited {
	color: #663333;
}
h3 a:hover {
	color: #993333;
	text-decoration: none;
}
h3 a:active {
	color: #FF0000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 5px 2em;
	position: static;
	text-indent: -0.8em;
	padding-left: 2.8em;
	line-height: 1em;
}
h4 a:link {
	color: #000000;
	text-decoration: none;
}
h4 a:visited {
	color: #333333;
	text-decoration: none;
}
h4 a:hover {
	color: #000000;
	text-decoration: underline;
}
h4 a:active {
	color: #FF0000;
	text-decoration: none;
}

#titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #993300;
}
#musee {
	min-width:240px;
	border: 1px solid #990000;
	/*position: relative;*/
	background-image: url(../images/VisuelMusee.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#expo {
	min-width:240px;
	border: 1px solid #CC9933;
	background-image: url(../images/VisuelDossier.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
}
#outil {
	min-width:240px;
	border: 1px solid #000066;
	/*position: relative;*/
	background-image: url(../images/VisuelOutil.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#partenariat {
	min-width:240px;
	border: 1px solid #003300;
	background-image: url(../images/VisuelPeda.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	width: 96%;
}
#info {
	min-width:240px;
	border: 1px solid #FFCC66;
	/*position: relative;*/
	background-image: url(../images/VisuelInfo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div {
	margin-right: 1%;
	margin-bottom: 1%;
	width: 46%;
	float: left;
	text-align: left;
	padding: 1%;
}
hr {
	clear:both;
	visibility: hidden;
	margin-bottom: 2px;
	margin-top: 0px;
}
#conteneur {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

