/* @override 
	http://www.studiosbdesign.com/style.css
	http://www.studiosbdesign.com.local/style.css
*/

/* @group structure */

html { overflow-y:scroll; }

body {
	font: 80%/1.2em Georgia, "Times New Roman", Times, serif;
}
#page {
	width: 990px;
	margin: 10px auto;
}

#header {
	float: left;
	margin-bottom: 2em;
}

#header h2 {
	margin-top: 10px;
}

#nav {
	float: right;
	margin-top: 80px;
}

#nav ul {
	clear: right;
	float: right;
}
#nav li {
	float: left;
}

#nav a {
	display: block;
}

.nav1,
.nav1 a {
	color: gray;
}

.nav1 .contact {
	background-color: #e02f7b;
	color: white;
}

.nav1 a {
	padding: 0 5px;
}

.nav2 {
	margin-top: 35px;
}

#player {
	width: 70px;
	height: 30px;
	float: right;
	clear: right;
}


#main {
	clear: both;
	position: relative;
}

.page {
	clear: both;
	margin: 2em 0;
}

#footer {
	clear: both;
	padding-top: 30px;
	color: #D4247B;
	font-size: 10px;
}

/* @end */

ul.item {
	margin-left: -10px;
}

.item li {
	float: left;
	margin-left: 10px;
	width: 132px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.item a {
	display: block;
	color: gray;
	font-size: 11px;
	position: relative;
	height: 130px;
}

.item img {
	margin: 0 auto;
	display: block;
	width: 132px;
}

.item a .photo {
	display: block;
	overflow: hidden;
	height: 100px;
}

/*.item a:hover img {
	max-height: 143px;
}*/

.item .encours {
	display: block;
	position: absolute;
	color: white;
	background-color: #e02f7b;
	padding: 0 2px;
	font: 7px/9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

.nav1 .active {
	text-decoration: underline;
}

#contact {
	width: 660px;
	margin: 4em 0 16em;
}

#contact .wys {
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact .wys h2 {
	color: #D4247B;
	font: 14px/1.2em Georgia, "Times New Roman", Times, serif;
}

#contact p {
	clear: left;
	padding-top: 4px;
}
#contact label,
.btn input {
	color: silver;
	text-transform: uppercase;
	clear: left;
	float: left;
	width: 120px;
	font-size: 160%;
	line-height: 1.3em;
}

#contact .text {
	display: block;
	float: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 522px;
	padding: 5px;
	border: none;
	background-color: #eee;
	font-size: 12px;
}

textarea.text {
	height: 10em;
}

.btn {
	text-align: right;
}

.btn input {
	border: none;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#presentation h3 {
	color: #82b21a;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 7px;
}


#presentation{
	margin: 2em 0;
}


ul.cols-3col {
	margin-left: -21px;
}

ul.cols-3col li {
  float: left;
  width: 316px;
  margin-left: 21px;
	font: 11px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 5px solid silver;
	padding-top: 1em;
}

ul.cols-3col li p {
	margin-top: 5px;
}
