body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	padding: 0px;
	width:100%;
	margin: 0px;
	padding: 0px;
}
#header {
	display: none;	
}
#menu_horizontal {
	display: none;	
}
#col_gauche {
	display: none;	
}
#contenu {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	text-align: justify;
}
#contenu h1 {
	background-image: url(titre1.png);
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	color: #2D5352;
	font-size: 1.5em;
	font-variant: small-caps;
	padding-top: 10px;
	background-position: center center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#contenu h2 {
	color: #2D5352;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 0px;
}
#contenu h3 {
	color: #2D5352;
	font-size: 0.9em;
}
#contenu p {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contenu a {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#contenu a:hover {
	color: #2D5352;
	border-bottom-color: #2D5352;
}
#contenu img {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;


	filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=2)
;
}


#footer {
	background-image: url(bas.gif);
	background-repeat: repeat-x;
	height: 37px;
	clear: both;
	margin: 20px 0px 0px;
	padding: 0px;
	text-align: center;
}
#bas_gauche {
display:none;
}
#bas_droite {
display:none;
}
#footer p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 0.8em;
}
#footer a {
	color: #2D5352;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D5352;
}
#page #contenu .agenda, #page #contenu .actus {
	margin: 20px 10px;
	padding: 5px;
	border: 1px dotted #2D5352;
	background-color: #E4F1F1;
}
#page #contenu .agenda h2, #page #contenu .actus h2, #page #contenu .actus-nonactif h2 {
	font-variant: normal;
	margin: 0px;
	font-size: 0.8em;
	color: #990000;
	background-image: url(puce_menu_vertical_activ.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#page #contenu .agenda h3, #page #contenu .actus h3, #page #contenu .actus-nonactif h3 {
	margin: 0px;
}

#page #contenu .agenda p, #page #contenu .agenda li, #page #contenu .actus p, #page #contenu .actus li, #page #contenu .actus-nonactif p, #page #contenu .actus-nonactif li {
	font-size: 0.8em;
}

#page #contenu .agenda ul ul li, #page #contenu .actus ul ul li, #page #contenu .actus-nonactif ul ul li {
	font-size: 1.1em;
}
#page #contenu blockquote p {
	margin: 0px;
}
#page #contenu .actus-nonactif {
	margin: 20px 10px;
	padding: 15px 5px 5px;
	border: 1px dotted #2D5352;
	background-color: #EBD7D3;
	background-image: url(actusterminer.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#page #contenu form {
	margin: 5px;
	padding: 5px;
	border: 1px dotted #990000;
}
#page #contenu form table th {
	font-size: 0.9em;
	font-weight: normal;
	color: #990000;
	width: 120px;
	text-align: right;
}

#page #contenu form table td input, #page #contenu form table td textarea, #page #contenu form table td select {
	font-size: 0.8em;
	width: 200px;
	border: 1px solid #990000;	
}

#page #contenu form table td textarea {
	height: 100px;

}
a.popup {
position: relative;
text-decoration: none;
	color: #7E754A;

}
a.popup span {
display: none;
}
a.popup img {
border: none;
}
a.popup:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.popup:hover span {
display: inline;
position: absolute;
top: -100px;
left: -30%;
font-size: 0.75em;
color : #663300;
margin: 0px;
padding: 0px;
}
