/* *************************** 
  Site - Athletic_club
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#1b1b1f;
	text-decoration:none;
}
a:hover {
	color:#1b1b1f;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1b1b1f;
	background:#5e6d82;
}
#container{
	width:1014px;
	margin:0px auto;
	margin-top:43px;
	background:url(../images/bg_body.png) left top repeat-y;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header{
	width:990px;
	margin:0px auto;
	position:relative;
}
#header h1{display:none;
}
#header img{
	display:block;
	margin:0px auto;
}
.chrono{
	width:168px;
	height:162px;
	padding-top:49px;
	padding-right:2px;
	background:url(../images/bg_chrono.png) left top no-repeat;
	position:absolute;
	right:0px;
	top:0px;
}
.top_nav{
	background:url(../images/bg_header.png) left top no-repeat;
	height:34px;
	width:100%;
}
.top_nav ul{
	width:990px;
	margin:0px auto;
	padding-top:7px;
}
.top_nav ul li{
	float:left;
	font-weight:bold;
	font-size:16px;
	padding-left:30px;
}
.top_nav ul li a{color:#FFF;}
.top_nav ul li a:hover{color:#ffdd00; text-decoration:none;}
/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	width:990px;
	margin:0px auto;
	overflow:hidden;
}
.maincontent{
	width:590px;
	float:left;
	padding-left:25px;
	padding-right:35px;
	border-top:1px solid #bfdbed;
}
.breadcrumb{
	width:100%;
	padding:5px 0px;
}
#content .breadcrumb ul{}
#content .breadcrumb ul li{
	display:inline;
	font-size:11px;
	padding:0px;
	background:none;
}
.maincontent h2{
	font-size:29px;
	color:#006fb6;
}
.maincontent h3{
	font-size:21px;
	color:#000;
	padding-bottom:5px;
}
.maincontent p{
	font-size:12px;
	line-height:15px;
	padding-bottom:8px;
}
.maincontent .text_box{
	border-top:1px solid #006fb6;
	margin-top:30px;
	padding:25px 0px;
}
.maincontent ul{
	width:100%;
	padding:5px 0px;
	padding-bottom:15px;
}
.maincontent ul li{
	padding:10px 0px 2px 21px;
	background:url(../images/bg_li.png) left 12px no-repeat;
	font-size:12px;
}
.maincontent hr{
	border:none;
	border-top:1px solid #006fb6;
	height:1px;
	width:100%;
	margin-top:25px;
	margin-bottom:20px;
}
.retour_haut_de_page{
	width:100%;
	overflow:hidden;
	text-align:right;
	padding:15px 0px;	
}
.retour_haut_de_page a{
	display:block;
	float:right;
	padding:7px 0px 6px 21px;
	background:url(../images/bg_link.png) left top no-repeat;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
.sidebar{
	width:340px;
	float:right;
	background:url(../images/bg_sidebar_bm.png) left top repeat-y;
}
.sidebar_inner{
	width:100%;
	background:url(../images/bg_sidebar_bb.png) left bottom no-repeat;
}
.sidebar_bm{
	width:301px;
	background:url(../images/bg_sidebar_bt.png) left top no-repeat;
	padding-bottom:50px;
	padding-top:20px;
	padding:20px 39px 96px 0px;
}
.sidebar_box{
	width:301px;
	padding-top:31px;
	margin-top:-15px;
	background:url(../images/bg_sidebar_box_bt.png) left top no-repeat;
}
.sidebar_box .sidebar_box_bm{
	width:245px;
	padding:0px 28px;
	background:url(../images/bg_sidebar_box_bm.png) left top repeat-y;
}
.sidebar_box .sidebar_box_bb{
	width:100%;
	height:37px;
	background:url(../images/bg_sidebar_box_bb.png) left top no-repeat;
}
.sidebar_box .sidebar_box_bm h2{
	color:#FFF;
	font-size:21px;
	line-height:21px;
}
.sidebar_box .sidebar_box_bm h3{
	color:#FFF;
	font-size:12px;
	padding-top:5px;
}
.sidebar_box .sidebar_box_bm p{
	font-size:12px;
	color:#ffdd00;
	line-height:15px;
}
.sidebar_box .sidebar_box_bm .photo_box{
	width:100%;
	overflow:hidden;
}
.sidebar_box .sidebar_box_bm .photo_box img{
	display:block;
	float:left;
	margin-right:5px;
	margin-top:3px;
}
.sidebar_box a{
	font-size:11px;
	color:#FFF;
}
.sidebar_box a:hover{color:#FFF;}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer{
	background:url(../images/bg_footer.png) left top no-repeat;
	height:43px;
	font-size:11px;
}
#footer p{
	padding-left:35px;
	color:#FFF;
	padding-top:6px;
}
#footer a{color:#FFF;}
#footer a:hover{color:#FFF;}
#footer span{
	float:right;
	padding-right:30px;
	margin-top:5px;
}