@CHARSET "UTF-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #fff url(../img/layout/fond_page.png) repeat-x;
}

* {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

/* @group Layout */

#conteneur {
	width: 998px;
	padding: 0;
	margin: 0 auto;
	background: #fff url(../img/layout/fond_centre.png) repeat-y;
}

#header {
	height: 299px;
	width: 100%;
	background: #252525 url(../img/layout/header.png) no-repeat;
}

#navigation {
	background-color: #121212;
	height: 32px;
}

#colonne {
	float: right;
	width: 250px;
	border: 0px solid #000;
	margin-right: 25px;
}

#zone_home_right {
	float: right;
	width: 230px;
	border: 0px solid #000;
	margin-left: 20px;
	margin-right: 50px;
}

#centre {
	background-color: #fff;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 320px;
	padding-bottom: 30px;
	border: 0px solid #000;
}

#gauche {
	position: absolute;
	left: 0;
	width: 200px;
	padding-left: 20px;
}

#pied {
	color: #fff;
	padding-top: 10px;
	height: 20px;
	background-color: #000;
	font-size: 10px;
	clear: both;
	text-align: center;
}

/* @end */

/* @group Headers */

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

/* @end */

p {
	margin: 0 0 10px 0;
	line-height: 18px;
	font-size: 13px;
}

/* @group Navigation */

#navigation {
	color: #fff;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	line-height: 32px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: normal;
}

#navigation a.selected {
	font-weight: normal;
	color: #7AEE09;
}

#navigation a:hover {
	font-weight: normal;
	color: #7AEE09;
}
/* @end */

/* @group Become a sponsors */

div#become_sponsors h2, div#become_media h2 {
	background: url(/img/css/fleche_rouge_ombre_big.jpg) no-repeat;
	padding-left: 45px;
	padding-top: 6px;
	padding-bottom: 8px;
}

div#become_sponsors h3,  div#become_sponsors p {
	margin-left: 100px;
	margin-bottom: 4px;
}

div#become_sponsors p {
	margin-left: 150px;
	margin-top: 3px;
	margin-bottom: 2px;
}

div#become_media p {
	margin-left: 45px;
}

/* @end */

/* @group Zone Home, adresse */

div#zone_home_right  h2 {
	font-size: 16px;
	background: url(/img/css/fleche_verte_ombre_small.jpg) no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 6px;
	margin: 30px 0 10px 0;
}


div#zone_home_right  h2.contact {
	background: url(/img/css/fleche_rouge_ombre_small.jpg) no-repeat;
}

div#zone_home_right p {
	margin: 3px 0 10px 35px;
}

div#zone_home_right img {
	margin-left: 35px;
}

/* @end */


table.report {
	
}

table.report td {
	font-size: 12px;
	padding: 1px 8px;
	border-bottom: 1px solid #BFBFBF;
}

table.report  th {
	border-bottom: 2px solid #BFBFBF;
	font-size: 13px;
	padding: 5px;
	padding: 1px 4px;
	font-weight: bold;
}

table.report .icon {
	text-align: center;
}

table.report .percent {
	text-align: right;
}

table.report td.resum {
	font-size: 12px;
	font-weight: bold;
	padding: 1px 8px;
	border-bottom: 0px solid #000;
}

table.report tr.level_1 td {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	border-bottom: 2px solid #000;
}

a {
	color: #000;
	font-size: 12px;
}

/**********************
 * Menu
 **********************/

ul#primary-menu {
	text-transform: uppercase;
	background-color: #000;
	color: white;
	line-height: 20px;
	clear: both;
	margin-bottom: 0em;
	margin-top: 0;
	margin: 0;
	border: 1px solid #fff;
}

ul#primary-menu li {
	display: inline;
	padding: 0 0px;
	line-height: 30px;
	margin: 0;
	border: 0px solid #fff;
}

ul#primary-menu a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	width: 250px;
	text-decoration: none;
}

ul#primary-menu a:hover {
	color: white;
}

ul#primary-menu .active {
	font-weight: bold;
	background-color: #113356;
	padding: 0 2em;
}

ul#primary-menu .active a {
	color: white;
	text-decoration: none;
}

body {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.zend_form {
	border: 0px solid #ccc;
	margin-left: 150px;
}

.zend_form dt {
	border: 0px solid #ccc;
	margin-top: 4px;
	width: 300px;
}

.zend_form dd {
	border: 0px solid #ccc;
	margin: 0 0 10px 0;
}

.zend_form input {
	border: 1px solid #ccc;
	width: 350px;
	height: 20px;
}

.zend_form select {
	border: 1px solid #ccc;
	width: 350px;
	height: 20px;
}

.zend_form textarea {
	border: 1px solid #ccc;
	width: 350px;
	height: 120px;
}

#login {
	clear: both;
	margin-left: 90px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

img {
	border: none;
}

/* @group Program */

#program {
	margin: 0px;
	margin-bottom: 30px;
}

div#program .session {
	border-bottom: 1px solid #666;
}


div#program .break {
	text-align: center;
	padding: 20px 0;
		color: #7AEE09;
	font-size: 24px;
	border-bottom: 1px solid #666;
}
div#program h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin: 12px 0 0px 0;
}

div#program span.hours {
	font-size: 12px;
	color: #666;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
div#program span.who {
	font-size: 12px;
	color: #000;
	line-height: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div#program p.detail {
	margin: 10px 0;
	line-height: 16px;
		font-size: 12px;
}

div#program h3,  div#program p.sub {
	margin-left: 100px;
	margin-bottom: 4px;
}

/* @end */
div#staytuned img {
	margin-right: 8px;
	width: 25px;
}

div#colonne h2 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin: 10px 0 5px 0;
	background-color: #d6d6ce;
	border-bottom: 4px solid #2b2b29;
}

div#sponsors_main {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#sponsors_main h2 {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 15px;
}
div#sponsors_main img {
	margin: 0;
	padding: 0;
	border-top: 1px solid #2b2b29;
	float: left;
}

ul.errors, ul.errors li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: red;
}

label.required {
	font-weight: bold;
}

img.logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.logog {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#registernow {
	text-align: center;
	margin-top: 30px;
}

table.pricing {
	width: 600px;
	margin-left: 45px;
}
.pricing th {
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
	background: url(../img/layout/fond_th_price.png) repeat-x;
}

.pricing td {
	background-color: #d6d6ce;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
ul.decale {
	margin-left: 20px;
}
ul.decale li {
	line-height: 18px;
	}

img.suggestion {
	float: right;
}

h2.link {
	text-decoration: underline;
}

table.promote {
	margin-left: 40px;
}
table.promote th , table.promote td {
	vertical-align: top;
	font-size: 14px;
	padding: 10px;
}


#code {
	font-family: "Courier New",monospace;
	font-size: 11px;
	line-height: 13px;
}
#speakers th {
	border-bottom: 1px solid #252525;
	padding-top: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
#speakers td {
	padding: 10px 0;
	border-bottom: 1px solid #252525;
	vertical-align: top;
}
#speakers td.desc {
	padding-left: 10px;
}
hr {
	margin: 40px 0;
	border-top: 1px solid #252525;
	border-bottom: none;
}

#iphonedevcon {
	margin-left: 65px;
	margin-bottom: 5px;
	margin-top: 20px;
	}
	
#oreilly {
	margin-left: 62px;
	margin-bottom: 20px;
	margin-top: 5px;
	}
	
p.sponsors_urls {
	text-align: left;
}
p.sponsors_urls a {
	font-weight: bold;
}

p.closing {
	color: #f00;
	font-size: 22px;
	padding-bottom: 15px;
	line-height: 30px;
}


/* @group Video */

.video_container{
	padding:10px;
	border-bottom:1px solid #333;
}

.video_infos{
	padding-top:10px;
	width:250px;
}
.video_title{
	color:#333;
	font-size: 16px;
	font-weight: normal;
	padding:5px;
	padding-left:40px;
	background: url(/img/css/fleche_verte_ombre_small.jpg) no-repeat;
}
.video_speaker{
	color:#000;
	font-size: 12px;
	font-weight: bold;
}
.video_company{
	color:#333;
	font-size: 12px;
	font-weight: normal;
}
.video_pic{
	width:120px;
	padding:5px;
}
.video_pic IMG{
	width:100%;
}
.video_pdf, video_pdf IMG{
	text-decoration:none; 
}
.video_object{}

/* @survey form */

.form_survey H3{
	color:#333;
	padding:5px;
	padding-left:40px;
	background: url(/img/css/fleche_verte_ombre_small.jpg) no-repeat;
}
.form_survey UL LI {
	margin: 0;
	padding: 0;
	padding-top:5px;
	padding-bottom:5px;
}
.form_survey DIV
{
	border-bottom:1px solid #333;
}
.table_group_matrice TD{
	border-bottom:1px solid #666;
}
.table_group_matrice .option_header{
	font-size:11px;
	color:#000;
	font-weight:bold;
	padding:3px;
}

.presentation_title{
	font-weight:bold;
}
.presentation_speaker{
	font-style: italic;
}
