/*
 * 
 * orange : ff6600
 * bleu bnb : 0072BC
 * 
 */


body {
	line-height: 1.2;
	color: #333;
	background:#c6c6c6 url(../images/coaching_body_bg.jpg) top center no-repeat;
	font-family:arial, verdana, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
}

*{margin:0;padding:0;}

ol {
	padding:5px 0 5px 30px;
}


a{
	text-decoration: none;
	color:#333;
}


a img{
	border:none;
}

.left{
	float:left;
	margin:10px 0 10px 25px;
}

.imgleft{
	float:left;
	margin:10px;
}

.right{
	float:right;
	margin:10px 25px 10px 0;
}

.blue{
	color:#0072BC;
}


h3{
	color:#ff6600;
	margin:0;
	padding:10px 0 5px 0;
	font-size:17px;
	letter-spacing:1px;
}

h4{
	margin:0;
	padding:10px 0 5px 0;
}


div#global{
	width:720px;
	margin: 0 auto;
}

* html div#global { 
	width:750px;
	margin: 0 auto;
}


/* ¤¤¤¤¤ Header ¤¤¤¤¤ */

#header{
	height:140px;
	width:668px;
	margin:0 auto;
}

#header h1,
#header h2,
#header h3{
	display:none;
}



/* ¤¤¤¤¤ Menu ¤¤¤¤¤*/

#menu {
	background:url(../images/coaching_menu_bg.jpg) bottom center no-repeat;
	width:660px;
	height:43px;
	padding:0 0 0 8px;
	margin:0 auto 10px auto;
	list-style: none;
}

#menu li { 
	float:left;
	height:22px;
	padding:21px 0 0 0;
}

#menu li a{
	display:block;
	font-size: 14px;
	color: #333;
	padding : 0 7px;
	border-right:1px solid #afafaf;
}

#contact a{
	border:none;
}

#menu li a:hover{
	color:#333;
}

#menu li.selected{
	background:url(../images/menu_over.gif) bottom center repeat-x;
}

#menu li.selected a{
	color:#333;
}

#menu li:hover{
	background:url(../images/menu_over.gif) bottom center repeat-x;
}

#menu li:hover a{
	color:#333!important;
}

#salsarock:hover,
#salsarock.selected{
	background:url(../images/salsarock_bg.jpg) bottom center no-repeat!important;
}

#beachnb:hover,
#beachnb.selected{
	background:url(../images/beachnb_bg.jpg) bottom center no-repeat!important;
}

#salsarock a:hover,
#salsarock.selected a,
#beachnb a:hover,
#beachnb.selected a{
	color:#000!important;
}


/* ¤¤¤¤¤ Text column ¤¤¤¤¤ */
#text_column{
	width:410px;
	padding:5px 10px;
	background:#D7D7D7;
}

#text_column ul,
#text_column ol,
#img_column ul{
	margin:10px 0;
	padding:3px;
	background:#E8E8E8 url(../images/ul_bg.jpg) top center no-repeat;
}

#text_column ul li,
#img_column ul li{
	list-style:none;
	margin:5px 0;
	padding: 2px 0 2px 25px;
	background:url(../images/bullet.gif) 5px 3px no-repeat;
}

#text_column ol li{
	margin:5px 0 5px 25px;
	padding: 2px 0;
}

#text_column ul li:hover{
	background: url(../images/bullet_over.gif) 5px 3px no-repeat;
	color:#000;
}

#text_column ol li:hover{
	color:#000;
}

#text_column p{
	margin:0 0 10px 0;
}


/* ¤¤¤¤¤ Img column ¤¤¤¤¤ */
#img_column{
	width:230px;
}

#img_column p{
	font-style:italic;
	font-size:14px;
	margin:5px 0 5px 10px;
	color:#555;
	padding: 0 0 0 10px;
	border-left:5px solid #FF9148;
	line-height:17px;
}

#img_column img{
	background:#F5F5F5;
	border:2px solid #B2B2B2!important;
	padding:5px;
}

#video_btn{
	cursor:pointer;
}



/* ¤¤¤¤¤ Planning ¤¤¤¤¤ */
#planning {
	margin:10px auto;
	font-size: 12px;
	color: #333;
	text-align : center;
	border: 5px solid #B2B2B2;	/*border-collapse:collapse;*/
	width:670px;
	background:#DBDBDB;
	padding:5px;
}

#planning th{
	font-variant:small-caps;
	font-size:14px;
	padding:3px 0;
}

#planning td{
	border:0;
	vertical-align:middle;
	padding:3px 0;
}

#planning td a:hover{
	color:#000;
}

#planning tfoot{
	font-weight:normal;
	font-size:10px;
	color:#555;
	letter-spacing:1px;
}


td.tableau_newplanet {
	background-color: #CCFFFF;
}

td.tableau_newlife {
	background-color : #FFFF66;
}

td.tableau_vithalles {
	background-color : #99FF99;
}


td.tableau_coaching {
	background-color : #FF8737;
}

/* ¤¤¤¤¤ Galery ¤¤¤¤¤ */
.galery{
	background:#EEE;
	padding:5px;
	text-align:center;
	margin:5px 0;
}

.galery img{
	border:1px solid #BBB;
	margin:3px;
	cursor:pointer;
	
}

#img_column .galery img{
	padding:4px!important;
}

/* ¤¤¤¤¤ Contact ¤¤¤¤¤ */
#contact input,
#contact textarea{
	border:1px solid #AAA;
	background:#F5F5F5;
	padding:3px;
	border-left:5px solid #CCC;
}

#contact input:hover,
#contact textarea:hover{
	background:#FFF;
	border-left:5px solid #BBB;
}

#contact textarea{
	width:395px;
	height:100px;
}

#button{
	background:#EEE url(../images/email.png) 5px center no-repeat!important;
	border:1px solid #AAA!important;
	color:#000;
	cursor:pointer;
	padding: 3px 0 3px 30px!important;
	width:95px;
	text-align:left;
	margin:0 0 0 312px;
}

#button:hover{
	color:#ff6600;
}

#back{
	display: block;
	clear:both;
	font-weight:bold;
	margin:10px 0;
}

/* ¤¤¤¤¤ Footer ¤¤¤¤¤ */

#footer {
	background:url(../images/coaching_footer_bg.jpg) top center no-repeat;
	width:668px;
	height:35px;
	margin:0 auto;
	clear:both;
	line-height:35px;
	text-align:center;
}

#footer p{
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	margin:0 auto;
}







