@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
li {
	padding-left: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}


body {
font-size: 100%;
font-family: tahoma, helvetica, arial, sans-serif; 
background: url(img/texture.gif) repeat 0 0;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
}

h1 {
	color:#f30;
}

h2 {
	color:#f30;
	font-size: 1.4em;
	line-height: 1.9em;
	margin-top: 10px;
}

#content h2 {
	font-size:2.1em;
}

h3 {
	color:#666;
	margin-top: 20px;
	text-transform:none;
}

p, li {
	font-size: .8em;
	color: #666;
	line-height: 1.2em
}


#main {
	width: 820px;
	margin: auto;
	background: #FFF;
	top:0;
	padding-top:20px;
}

#header, #cat, #content {
	width: 780px;
	margin: 20px;		
}

#description {
	width:350px;
	float:right;
}


/*NAVIGATION*/
#menu {
	margin-top: 30px;
}

#nav {
	width:820px;
	background: #666666;	
	height:60px;
}

#nav ul {
	width: 780px;
	margin: 0 20px;
}

#nav li {
	float:left;
	margin:0;
	padding: 0;
}

#menuAccueil, #menuSkate, #menuGraff, #menuFestipop, #menuContact {
	display: block;
	height: 60px;
}
#menuAccueil {
	width:137px;
	background: url(img/images/accueil.png) 0 0 no-repeat;
}

#menuSkate{
	width: 188px;
	background: url(img/images/skate.png) 0 0 no-repeat;
}
#menuGraff{
	width: 140px;
	background: url(img/images/graff.png) 0 0 no-repeat;
}
#menuFestipop{
	width: 162px;
	background: url(img/images/festipop.png) 0 0 no-repeat;
}
#menuContact{
	width: 153px;
	background: url(img/images/contact.png) 0 0 no-repeat;

}
#menuAccueil:hover {
	background: url(img/images/accueil-h.png) 0 0 no-repeat;
}

#menuSkate:hover{
	background: url(img/images/skate-h.png) 0 0 no-repeat;
}
#menuGraff:hover{
	background: url(img/images/graff-h.png) 0 0 no-repeat;
}
#menuFestipop:hover{
	background: url(img/images/festipop-h.png) 0 0 no-repeat;
}
#menuContact:hover{
	background: url(img/images/contact-h.png) 0 0 no-repeat;

}

/*END*/

#content {
	margin: 60px 20px 60px 20px;
}

#cat {
	height: 360px;
}

#logo {
	margin: 60px 20px;
}

#horaires {
	height:320px;
	background: #ededed;
	padding:10px;
	margin-top: 20px;
}

#horaires img{
 margin-top:40px;
}

#tableau {
	width: 340px;
	margin:20px 10px;
}

#tableau table {
margin-top: 10px;
border-top: 3px solid #f30;
}

#tableau td {
height:30px;
width: 160px;
line-height: 30px;
padding-left: 10px;
margin:0;
border-bottom: 3px solid #f30;
background: #fff;
}


#footer {
	width: 780px;
	padding: 20px;
	text-align: right;
	border-top: 3px solid #666;
}

#footer p {
	color: #AAA;
}

.gred {
	color: #666;
	font-weight: bold;
}

div.catIndex {
	width: 238px;
	margin-right: 10px;
	float: left;
	border: 1px solid #ededed;
	padding: 5px;
}

div.catIndex h2 a {
	line-height: 1.2em;
	display: block;
}

div.catIndex img {
	margin-bottom: 5px;
}


div.catIndex p {
	margin-top: 5px;
}

h2 a {
	color:#f30;
	border-bottom:3px solid #FFF;
}

h2 a:hover, h2 a:active {
	border-bottom:3px solid #F30;
}

.droite {
	float:right;
}

.small {
	font-size: .7em;
	color: #aaa;
}


ul.inline li {
	display: inline;
	float: left;
}
