body, html {
	background-color:#F9F9F9;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color:#111111;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
}

body, html {
	background:url(images/background.gif) center top;
	background-repeat:repeat-y;
}

p {
	margin:5px;
	padding:0px;
	line-height:1.5em;
}

img {
	border:0px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

h1 {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:0px;
	padding:0px;
	padding-bottom:5px;
	font-size:2em;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:500;
	color:#000099;
	background-image:url(images/h1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

h2 {
	padding:0px;
	padding-bottom:4px;
	margin:0px;
	
	color:#339900;
	
	font-size:1.3em;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:600;
	
	background-image:url(images/h2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

h2 a {
	color:#339900;
}

h2 a:hover {
	color:#000099;
}

input, textarea, select {
	padding:3px;
	color:#339900;
	border:1px solid #CCCCCC;
	background-color:#FBFBFF;
}



#contenu {
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:0;
	min-height: 100%;
}

#haut {
	position:relative;
	width:100%;
}

#texte_haut {
	position:relative;	
	width:944px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:3px solid #F0F0F0;
	border-right:3px solid #F0F0F0;
	background-color:#F9F9F9;
}

#texte_haut h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:5px;
	color:#000000;
	border:none;
	background:none;
	margin:0;
	padding:0;
}

#tags_haut {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/bande_haut.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:944px;
	padding-top:10px;
	padding-bottom:20px;
	letter-spacing:1px;
	border-left:3px solid #F0F0F0;
	border-right:3px solid #F0F0F0;
	background-color:#F9F9F9;
	color:#262C40;
}

#banniere {
	background:url(images/banniere/1.JPG) no-repeat #F0F0F0;
	position:relative;
	height:190px;
	width:944px;
	border-left:3px solid #F0F0F0;
	border-right:3px solid #F0F0F0;
}

#centre {
	width:950px;
	margin-top:0px;
	padding-bottom:40px;
	text-align:left;
}

#zone_encadree {
	padding:0px;
	padding-bottom:60px;
	background-color:#FBFBFF;
	border-left:3px solid #F0F0F0;
	border-right:3px solid #F0F0F0;
	overflow:auto;
	background:url(images/img_bg_center.jpg) no-repeat bottom center;
}

#menu {
	float:left;
	width:157px; /* 3px de moins (= bordure) */
}

#texte {
	float:left;
	width:580px;
	padding:10px;
}

#actualites {
	float:right;
	padding:10px;
	width:167px; /* 3px de moins (= bordure) */
	background:url(images/top-right.gif) no-repeat top right;
}

#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dd {
	width:150px;
	display: none;
	z-index:2;
}

#menu dt a {
	width:132px;
	height:16px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	background-color:#339900;
	border-bottom:1px solid #262c40;
	background-image:url(images/menu_out.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:600;
}

#menu dd ul li a {
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}

#menu dt a:hover {
	background-image:url(images/menu_on.gif);
}

.sous_menu li a {
	font-size:1em;
	width:115px;
	height:18px;
	padding-left:42px;
	text-decoration:none;
	background-image:url(images/ss_menu_out.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#3fbc00;
	border-bottom:1px solid #262c40;
	color:#FFFFFF;
	font-weight:550;
}

.sous_menu li a:hover {	
	background-image:url(images/ss_menu_on.gif);
}

.img_menu {
	float:left;
}


.titre_actu {
	font-size:11px;
	color:#d30000;
	font-weight:600;
	margin:10px;
	padding-left:45px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-image:url(images/lire_la_suite.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.contenu_actu {
	border-bottom:1px dotted #339900;
	padding-bottom:10px;
}


.lire_la_suite {
	font-size:11px;
	color:#d30000;
	font-weight:600;
	margin:10px;
	padding-left:45px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-image:url(images/lire_la_suite.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.lire_la_suite a {
	color:#d30000;
	text-decoration:none;
}

.lire_la_suite a:hover {
	color:#ff7f00;
	text-decoration:none;
}

.la_suite {
	text-align:right;
	font-size:11px;
	color:#339900;
	font-weight:600;
	margin:10px;
	padding-right:45px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-image:url(images/lire_la_suite.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.la_suite a {
	color:#339900;
	text-decoration:none;
}

.la_suite a:hover {
	color:#d30000;
	text-decoration:none;
}

.date_manif {
	color:#ff7f00;
	font-weight:bold;
	font-size:10px;
	padding-left:8px;
}

.date_manif a {
	color:#ff7f00;
}

.lieu_tlieu {
	color:#339900;
	font-weight:bold;
	font-size:10px;
	padding-left:8px;
}

.lieu_tlieu a {
	color:#339900;
}

.orange
{
	padding-left:17px;
	font-weight:bold;
	background-image:url(images/orange.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.img_type_manif {
	border:1px solid #efefef; 
	padding:2px;
}

.img_type_manif:hover {
	border:1px solid #ff7f00; 
	padding:2px;
}

#pied {
	position:absolute;
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	border-top: 3px solid #FF9900;
	padding-top:5px;
	background-color:#339900;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#pied ul li
{
	display:inline;
}

#pied ul li a
{
	display:inline;
	color:#FFFFFF;
}

#pied ul li a:hover
{
	display:inline;
	color:#FFFFFF;
}

.se_restaurer {
	color:#8e5911;
	font-weight:bold;
	font-size:16px;
}

.se_loger {
	color:#006ab3;
	font-weight:bold;
	font-size:16px;
}

.infos {
	color:#f29400;
	font-weight:bold;
	font-size:16px;
}

.infos a {
	color:#f29400;
	text-decoration:none;
}

.infos a:hover {
	color:#f29400;
	text-decoration:underline;
}

.delete a {
	color:#e9594d;
	font-weight:bold;
}

.contenu_auto {
	overflow:auto;
}

.retour {
	margin-top:25px;
	margin-left:50px;
	padding:5px;
	padding-left:25px;
	background:url(images/precedent.gif) no-repeat left;
	color:#f29400;
	font-weight:bold;
	display:block;
	border-bottom:1px dotted #ff7f00;
	border-top:1px dotted #ff7f00;
	width:50px;
}

a:hover.retour {
	background-color:#FEF2EB;
	color:#ff7f00;
}

.important {
	padding:10px;
	font-weight:bold;
	color:#FF7F00;
	background-color:#FFDFBF;
	border:1px solid #FF7F00;
	margin-bottom:10px;
}

.important a {
	color:#FF7F00;
}

.important a:hover {
	color:#FF7F00;
	text-decoration:underline;
}