/*
Design by Free CSS Templates
	http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
modif par breizhcoons
*/

body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #310000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #9ED738;
}

a:hover {
	text-decoration: underline;
}


/* Header */

#header {
	width: 720px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 1008px;
	height: 50px;
	margin: auto;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
}
#dir {
	margin: 2px 2px 2px 100px;
}

#colOne {
	float: left;
	width: 160px;
}

#colTwo {
	float: left;
	width: 800px;
	padding: 0 20px;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 20px;
	padding: 7px 0 0 0;
	background: url(images/img5.gif) repeat-x;

}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}
#footer a {
	display: inline;
	color: red;
	font-weight: bold;
}




/* Onglets fiche site par vanadium mod resux et breizhcoons*/
#details {
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#details hr {
	clear: both;
	border: 1px solid #CCC;
	margin-top: 10px;
}

#details ul#menu2 {
	font-weight: bold;
}
#details ul#menu2 li {
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	display: inline;
	margin: 3px;
}
#details ul#menu2 li a {
	text-decoration: none;

}
#details ul#menu2 li a:hover {
	text-decoration: underline;
	color: #333333;
}
#details h1,
#details h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#details .content {
	border: 1px solid #d5d5d5;
	padding: 10px;
}

#details a.current {
	padding: 3px 7px;
	border: 1px solid #d5d5d5;
	background-image: url(images/img3.gif);
	border-bottom-color: white;
}
#details a.ghost  {
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #d5d5d5;
	color: #FF0000;
	background: white url(images/img3.gif) top left repeat-x;
}
#details .on {
	display: block;
}
#details .off {
	display: none;
}

hr .sep {
	color: #fff;
	height: 2px;
}

a.cat_display {
	text-decoration: none;
	font-size: 12px;
	color:#00A700;
}

a.cat_display:hover {
	text-transform: none;
	color: #4ED724;
}

a.subcat_display {
	text-decoration: none;
	font-size: 11px; /*border-bottom : 1px solid #95BA2E;*/
}


a.subcat_display:hover {
	text-transform: uppercase;
	color: #4ED724;
}

a.tag:hover {
	text-transform: uppercase;
	color: #4ED724;
}

