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

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

#header {
	background-image: url(images/banniere.png);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	text-position: bottom;
	padding-top: 200px;
}

#header h1 {
	color: white;
}

#header a, #header a:hover, #header a:visited { color: white; }

ul.menu {
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
}

ul.menu li.entete {
	background-color: #6e6e6e;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	border-width: 0;
	color: white;
	font-weight: bold;
	text-indent:0px;
	padding: 2px;
	margin: 0px;
}

ul.menu li{
	background:transparent url(images/go.gif) no-repeat scroll 5px;
	text-indent: 20px;
	list-style: none;
	border-width: 0px 1px 1px 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #cbc9c6;
	text-decoration: none;
	padding: 0px;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #000000;
	display: block;
	padding: 2px;
}

ul.menu li a:hover {
	background:transparent url(images/go.gif) no-repeat scroll 5px;
	color: #FFFFFF;
	background-color: #e8561c;
	padding: 2px;
}

ul.menu li a:active {
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0;
}




#image_droite {
	float: right;
	width: 110px;
	height: 190px;
	background-color: #FFFFFF;
	background-image: url(images/woman.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: 8px;
}

	
.greenbtn { 
	background: transparent url(images/greenbtn.gif) no-repeat 8px; 
	padding: 1px 17px 2px 16px; 
	color: #fff; 
	text-decoration: none; 
}


.greenbtn:hover { 
	background: transparent url(images/hoverbtn.gif) no-repeat 8px;
	padding: 1px 17px 2px 16px; 
	color: #fff;
	text-decoration: none; 
	}


ul.news {
	margin: 0;
	padding: 0;	
}

ul.news li {
	list-style: none;
	padding: 1px 1px 1px 8px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
    border-color: #cbc9c6;
	}
	
ul.news li:hover{
	background-color: #e8561c;
	color: white;
	/*border-width: 0;*/
	border-color: #6e6e6e;
	}

ul.news li.entete {
	list-style: none;
	background-color: #6e6e6e;
	background-image: url(images/bg2.png);
	border-width: 0;
	color: white;
	padding: 3px;
	font-size: small;
	font-weight: bold;
}

div.boitenews {
	background: #EEEEEE;
	background-position: top;
	background-repeat: repeat-x;
	color: #454545;
	/*
	border: 1px solid #CBC9C6;
	margin: 1px;
	*/
}


div.article img.spip_logos {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

#footer p img {
	float: none;
	margin: 0;
}


ul.ariane {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.ariane li {
	list-style: none;
	display: inline;
	font-size: 150%;
	font-weight: bold;
}

ul.ariane li:hover{
}

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; 
	width: 600px;
}
table.spip caption {
		caption-side: top; /* bottom pas pris en compte par IE */
		text-align: center;
		margin: auto;
		padding: 3px;
		font-weight: bold;
	}
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }


ul.listefooter_img {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.listefooter {
	list-style-type: square;
}

ul.listefooter li {
}

div.article p.spip img {
	margin: 0;
	padding: 0;
}
