/**
 * Design elements for Clapping Music Website
 * @author Aurelien Potier <contact@febo.fr>
 */

/* -------------- GENERAL ELEMENTS --------------- */

html {
font-size: 100%;
}
body {
	font-size: 11px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #ffffff url(img/header.jpg) repeat-x;
	color: #242424;
}

img {
	color: #ffffff;
}

input {
	font-size: 11px;
}

input[type="text"] {
	background-color: white;
	border: 1px solid black;
	margin: 1px;
	font-size: 0.9em;
}

input[type="submit"], input[type="button"] {
	color: black;
	background-color: white;
	border: 0px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
	cursor : pointer;
}

input[type="file"] {
	color: white;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
	-moz-border-radius: 1px;
	cursor : pointer;
}

.inputtext {
	background-color: white;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
}

textarea {
	background-color: white;
	border: 1px solid black;
	margin: 1px;
	font-size: 0.9em;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
}

select {
	font-size: 11px;
}
a:link,
a:visited {
	color: #545454;
  text-decoration: none;
}
a:hover,
a:active {
	color: #545454;
  text-decoration: underline;
}

p {
  margin: 0 0 2em 0;
}

h1 {
	font-size: 1.4em;
	margin: 0em;
}


.homecadre {
	background-color: #ffffff;
	-moz-border-radius:6px;
	color: #242424;
	font-size: 11px;
}
.homecadreleft {
	background-color: #ffffff;
	-moz-border-radius:6px;
	color: #242424;
	font-size: 11px;
}
.homecadreleft a {
	color: #242424;
}


.programcadre {
	background-color: #f7d5a4;
	-moz-border-radius:6px;
	color: #545454;
	font-size: 11px;
}

.testimonycadre {
	background-color: #E6CFFF;
	-moz-border-radius:6px;
	color: #000000;
	font-size: 11px;
}

.aboutuscadre {
	background-color: #E6CFFF;
	-moz-border-radius:6px;
	color: #545454;
	font-size: 11px;
}

.minimatcadre {
	background-color: #D7EBFF;
	-moz-border-radius:6px;
	color: #000000;
	font-size: 11px;
}

.newscadre {
	background-color: #B0CED4;
	-moz-border-radius:6px;
	color: #242424;
	font-size: 11px;
}
.newscadre a {
	color: #242424;
}
.newscadre td {
	color: #242424;
}

.theatrecadre {
	background-color: #ffffff;
	-moz-border-radius:6px;
	color: #242424;
	font-size: 11px;
}
.theatrecadre a {
	color: #242424;
}
.theatrecadre td {
	color: #242424;
}


.linkscadre {
	background-color: #138da5;
	-moz-border-radius:6px;
	color: #ffffff;
	font-size: 11px;
}

.linkscadre a {
	color: #ffffff;
}
.contactcadre {
	background-color: #f16124;
	-moz-border-radius:6px;
	color: #ffffff;
	font-size: 11px;
	color: #ffffff;
}
.contactcadre a {
	color: #ffffff;
}

.birthdaycadre {
	background-color: #85ff18;
	-moz-border-radius:6px;
	color: #545454;
	font-size: 11px;
}

.cadreblanc {
	background-color: #ffffff;
	-moz-border-radius:6px;
	color: #000000;
	font-size: 11px;
}

.summercadre {
	background-color: #F2F553;
	-moz-border-radius:6px;
	color: #000000;
	font-size: 11px;
}

.subnavcadre {
	background-color: #c8f876;
	-moz-border-radius:6px;
	color: #000000;
	font-size: 11px;
}

.bottom {
	color: #5e5e5e;
	font-size: 9px;
}

.bottom a {
	color: #5e5e5e;
}

.smalltitle {
	font-size: 18px;
}

.title {
	font-size: 24px;
	font-weight: bold;
}

.filter {
	font-size: 11px;
}
.main {
	font-size: 11px;
}
.small {
	font-size: 10px;
}

.whitelink a {
	color: #ffffff;
}

.whitelink a:hover {
	color: #ffffff;
}