
/* Styles par defaut du site (redef balise HTML)*/
body {
	background-color: #666633;
	font-family: 'Trebuchet MS', Helvetica, Arial, 'MS Sans Serif', 'Lucida';
	font-size: 12px;
  overflow: -moz-scrollbars-vertical;
}

a {
    text-decoration: none;
}

h4 {
	font-size: 15px;
}

p {
	color: #333;
	padding: 1em 0;
}

/* Grand boite dans laquelle il y a tout */
.supertable td{
	vertical-align: top;
}

.supernav {
	width: 164px;
	background-color: #99cc33;
	border-left: solid 19px #fff;
}

#wrap {
	width: 780px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	background-image: url(IMG/background_round.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* Entete */

#header {
	height: 208px;
	background-image: url(IMG/header.jpg);
	position: top right;
	background-repeat: no-repeat;
}

/* Navigation */
#nav a {
	color: #666;
}

#nav a:hover {
	color: #fff;
}

#nav {
	vertical-align: top;
	width: 164px;
	background-image:  url(IMG/nav.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	background-color: #99cc33;
	padding: 10px;
}

#nav .on {
	color: #fff;
}

#nav .on:hover {
	color: #666;
}


/* Contenu */

#main {	
	padding: 10px;
	background-image: url(IMG/main_bottom.jpg);
  background-position: right bottom;
	background-repeat: no-repeat;
}

#main h1 {
    background-image: url(IMG/h1.jpg);
    background-repeat:no-repeat;
    background-position: left top;
    text-indent: 60px;
		text-transform: uppercase;
		font-size: 2em;
		padding-bottom: 20px;
		color: #333;		
}

#main h2 {
		text-transform: uppercase;
		font-size: 1.5em;
}

#main h3 {
		text-align: right;
		text-transform: uppercase;
		font-size: 1.5em;
		border-bottom: solid 1px grey;
}

#main .rub_texte {
	margin-left: 50px;
	margin-right: 50px;
}

#main .date {
	text-align: right;
	display: block;
	border-top: solid 1px grey;
}

#main .texte {
	width: 480px;
	clear: both;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: justify;
}

#main .texte_news {
	width: 420px;
	text-indent: 10px;
	margin-left: 19px;
	margin-bottom: 20px;
	text-align: justify;
}

div.descriptif {

}

#main a:link {
  text-decoration: none;
	color: #99cc33;
}

#main a:visited {
  text-decoration: none;
	color: #99cc33;
}

#main a:hover {
	text-decoration: underline;
	color: #66cc11;
}

#main table{
		width: 100%;
		text-align: justify;
}

#main td{
		align: center;
		vertical-align: middle;
		text-align: justify;
}

/* footer */

#footer {
	clear: both;
	height: 30px;
	margin-left: 19px;
	margin-bottom: 19px;
	background-color: #99cc33;
	background-image: url(IMG/footer_round.jpg);
  background-position: left bottom;
	background-repeat: no-repeat;
}

/* SPIP */

.spip_logos {
	margin-left: 10px;
	margin-right: 10px;
}

.spip_documents img {
	margin-right: 10px;
}

ol.spip {
	list-style-type: decimal;
	margin-left: 19px;
	text-indent: 0;
}

img.spip_puce {
	text-indent: 0;
}
