@import url(reset.css);
html, body {
	height:100%;
}

body {
	color:#000;
	font-size:12px;
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#0D0D0D url(/images/layout/bg_body.jpg) no-repeat center 0;
}
/* ===== Common ===== */
a { 
	color: #000;
}
a:hover {
	color: #000; 
	text-decoration: underline;
}
a:visited {
	color:#15233a ;
}
img.left {
	float:left;
}
img.right {
	float:right;
}
hr {
	height:1px;
	color:#000;
}
h2 {
	font-size:22px;	
	position:relative;
}
h2 span, h2 a {
	width:100%;
	height:100%;
	position:absolute;
}
h3 {
	font-size:13px;	
}
.date {
	font-size:11px;
	padding:5px 0;
}
.texte, .textebig {
	text-align:justify;
	line-height:140%;
}
.textebig {
	padding:15px 0;
}
.thumb{ 
	float:left;
	margin-right:3px;
	margin-bottom:7px; 
} 
.thumb img {
	border:1px solid #a1a1a1;
}
/* ===== layout ===== */
 
#drawbar {
	width:100%;
	height:77px;
	border-top:2px solid #7d7d7d;
	background:#7d7d7d url(/images/layout/bg_header.png) repeat-x;
}
/* header */
#header {
	width:974px;
	height:77px;
	margin:0 auto;
	position:relative;
}
#logo {
	top:0;
	left:0;
	position:absolute;
}

#logo img {
	margin-top:13px;
}

ul#socialhub {	
	float:right;
	height:22px;
	font-size:11px;
	margin-top:4px;	
	padding-top:2px;
	font-family:Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif;
}
ul#socialhub li {
	display:inline;
	padding:0 20px;
}
ul#socialhub li#fb {
	background:url(/images/pictos/fb.png) no-repeat;
}
ul#socialhub li#rss {
	background:url(/images/pictos/rss.png) no-repeat;
}
ul#socialhub li#cb {
	padding-right:0;
	background:url(/images/pictos/club.png) no-repeat;
}
ul#univers {
	float:right;
	clear:both;
	display:inline;
	margin-top:22px;
	margin-right:34px;
	width:377px;	
}
ul#univers li {
	float:left;
	height:18px;
	display:inline;
}
ul#univers li span {
	display:none;
}
ul#univers li#pou {
	width:157px;
	background:url(/images/layout/univ_poujoulat.png) no-repeat left;
}
* html ul#univers li#pou {
	background-image:url(/images/layout/univ_poujoulat.gif);
}
ul#univers li#sta {
	width:144px;
	border-bottom:7px solid #ffe40c;
	background:url(/images/layout/univ_stamm.png) no-repeat center;
}

ul#univers li#sta_on {
	width:144px;
	border: none;
	background:url(/images/layout/univ_stamm_on.png) no-repeat center;
}

* html ul#univers li#sta {
	background-image:url(/images/layout/univ_stamm.gif);
}

* html ul#univers li#sta_on {
	background-image:url(/images/layout/univ_stamm_on.gif);

}

ul#univers li#riv {
	width:66px;
	background:url(/images/layout/univ_rivages.png) no-repeat right;
}

ul#univers li#riv_on {
	width:74px;
	background:url(/images/layout/univ_rivages_on.png) no-repeat right;
	border-bottom:7px solid #005d79; 
}
* html ul#univers li#riv {
	background-image:url(/images/layout/univ_rivages.gif);
}

* html ul#univers li#riv_on {
	background-image:url(/images/layout/univ_rivages_on.gif);
}

ul#univers li#sta a, ul#univers li#sta_on a {
	width:126px;
	height:22px;
	display: block;	
} 

ul#univers li#pou a {
	width:144px;
	height:22px;
	display: block;
}  

ul#univers li#riv a {
	width:66px;
	height:22px;
	display: block;
} 

/* end header */

#container {
	width:974px;
	margin:0 auto;
	text-align:left;
}

/* menu */
#menubar {
	float:right; 
	width:550px;
	height:41px;	  
} 
ul#nav {
	float:left; /* for on over in ie6 */
	margin-top:19px;	
}
ul#nav li {
	float:left;
	display:inline;	
}
ul#nav li a, ul#nav li a:hover {
	display:block;
	height:16px;
	background: url(/images/layout/menubar_v2.png) no-repeat;
}
/* for ie6 */
* html ul#nav li a, * html ul#nav li a:hover {
	background: url(/images/layout/menubar_v2.gif) no-repeat;	
}

ul#nav li a#m1 {width:53px;background-position:left top;}
ul#nav li a#m2 {width:110px;background-position:-53px  top;}
ul#nav li a#m3 {width:135px;background-position:-163px top;}
ul#nav li a#m4 {width:98px;background-position:-298px top;}
ul#nav li a#m5 {width:91px;background-position:-396px top;}
ul#nav li a#m6 {width:62px;background-position:-487px top;}

ul#nav li a#m1:hover {background-position:left bottom;}
ul#nav li a#m2:hover {background-position:-53px bottom;}
ul#nav li a#m3:hover {background-position:-163px bottom;}
ul#nav li a#m4:hover {background-position:-298px bottom;}
ul#nav li a#m5:hover {background-position:-396px bottom;}
ul#nav li a#m6:hover {background-position:-487px bottom;}

/* end menu */

#footer {
	font-size:11px;
	clear:both;
	width:974px;
	height:30px;
	padding-top:8px;
	color:#898888;
	position: relative;	
}
#footer a {
	color:#898888;
}
#footer ul#sub {
	float:left;
	display:inline;
	margin-left:11px;
	position: relative;
}
#footer ul#sub li {
	float:left;
	display:inline;
	padding:0 8px;
	position:relative;
}
#footer ul#sub li#sep {  
	width:330px; 
}  

#footer ul.submenu_bas {
	height:64px;
	left:0;
	position:absolute;
	text-align:left;
	top:25px; 
}
#footer ul#sub li ul.submenu_bas li {
	display:block;
	float:none;
	height:17px;
	line-height:12px;
	width: 120px;
}
#footer ul.submenu_bas li a, #footer ul.submenu_bas li a:hover {
	float:none;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:none;
}


/* home */

#jukebox {
	width:974px;
	height:443px;
	clear:both;
	overflow:hidden;
}

#bottom {
	clear:both;
	width:974px;
	height:254px;
	margin-top:22px;
	background: url(/images/layout/bloch_bg_carbon.jpg) no-repeat;
}

#bloch-infos {
	float:left;
	width:316px;
	margin-left:10px;
}
*html #bloch-infos {
	margin-left:5px;
}
#bloch-infos li {
	width:316px;
	border:1px solid #292929;
}
#bloch-infos li#news {
	height:87px;
	width:303px;
	font-size:11px;
	padding:18px 5px 3px 8px;
	margin-bottom:7px;
	background: url(/images/layout/bloch_bg_actus.png) repeat-x;
	line-height: 140%;
}
#bloch-infos li#news img {
	float:left;
	margin-right:8px;
}
#bloch-infos li#news h2 {
	height:22px;
}
#bloch-infos li#news h2 span {
	background:url(/images/layout/h2_news.gif) no-repeat;
}

#bloch-infos li#club {
	height:130px;
}
#bloch-infos li#club a {
	width:315px;
	height:130px;
	display:block;
}
#bloch-medias {
	float:left;
	width:624px;
	height:248px;
	margin-left:10px;
	border:1px solid #292929;
	background: url(/images/layout/bloch_bg_medias.png) no-repeat;
}
#bloch-medias .video {
	float:left;
	width:409px;
	height:248px;
	position:relative;
	background: url(/images/layout/bloch_iphone.jpg) no-repeat;
}
#bloch-medias .photos {
	float:left;
	width:205px;
	padding-top:18px;
	text-align:right;	
}
#bloch-medias .photos h2 {
	height:42px;
	text-align:left;
}
#bloch-medias .photos h2 a {
	background:url(/images/layout/h2_acces_medias.png) no-repeat 10px;	
}
#bloch-medias #mozaik img {
	margin-right:1px;
}
*html #bloch-medias #mozaik img {
	margin-bottom:1px;
}
/* end home */


/* pages internes */

#main {
	float:left;
	width:942px;
	padding:30px 16px;
	background-color:#fff;
}
#col-center {
	float:left;
	width:642px;
}

.bloc {
	float:left;
	width:606px;
	padding:15px 12px;
	margin-bottom:20px;
}
.dark {
	color:#fff;
	background-color:#707070;
}

.dark a { 
	color: white;
}
.dark a:hover {
	color: white; 
	text-decoration: underline;
}
.dark a:visited { 
	color:#F5F5F5 ; 
}

.light {
	background-color:#dadada;
}

/* col right */
#col-right {
	float:left;
	width:300px;
}
.bloc-r {
	float:left;
	margin-bottom:10px;
}

#col-right h2 {
	clear:left;
	width:300px;
	height:16px;
}
#ses-projets img,
#videostamm img {
	border:1px solid #9c9c9c;
}
#ses-projets h2 a {
	background:url(/images/layout/h2_ses-projets.png) no-repeat right;	
}
#mediatek h2 span {
	background:url(/images/layout/h2_mediatek.png) no-repeat right;	
}

#mediatek div {
	padding:3px 0;
	border:1px solid #9c9c9c;
	text-align: center;
}

#mediatek div a {
	display: block;
	text-align: left;
	width: 278px;
	margin: 0 auto;	
}

#videostamm h2 span {
	background:url(/images/layout/h2_video-stamm.png) no-repeat right;	
}
#club h2 {
	width:298px;
	height:123px;
	border:1px solid #9c9c9c;
}
#club h2 a {
	background:url(/images/layout/h2_club.jpg) no-repeat;	
}
h2#objectif {
	clear:left;
	height:102px;
	margin-bottom:6px;
}
h2#objectif a {
	background: url(/images/layout/h2_objectif.jpg) no-repeat;
}
h2#rivages {
	height:106px;
}
h2#rivages a {
	background: url(/images/layout/h2_rivages.jpg) no-repeat;
}

/* actus */
#actu h2 span {
	position: relative;
	font-weight: normal;
}


#actu .illustration {
	float:left;
	width:600px;
	padding:3px;
	margin-top:5px;
	background-color:#fff;
}
#actu .texte {
	width:450px;
	padding:3px;
	float: left;
	margin-top:10px;
}
#actu .share {
	float:right;
	width:130px;
	height:240px;
	padding:3px;
	background: url(/images/layout/bg_share.png) repeat-x;
}
#actu .share span {
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	color: #130e0e;
	font-weight: bold;
	margin-left:20px;
}

#actu .share ul {
	margin-top: 6px;
	margin-left: 5px;
}

#actu .share ul li {
	float: left;
	height: 30px;
	width: 120px;
	display: block;
}

#actu .share ul li a  {
	width: 30px;
	height: 28px;
	float:left;
	padding-left: 35px;
	padding-top: 9px;
	font-family: Verdana;
	font-size: 11px;
}

#actu .share #facebook  {
	background: url(/images/pictos/facebook.png) no-repeat; 
}

#actu .share #twitter  {
	background: url(/images/pictos/twitter.png) no-repeat; 
}


#actu .share #digg  {
	background: url(/images/pictos/diggit.gif) no-repeat 7px 3px; 
}

#actu .share #technorati  {
	background: url(/images/pictos/technorati.gif) no-repeat 7px 3px; 
}
	
#actu .share #delicious  {
	background: url(/images/pictos/delicious.gif) no-repeat 7px 3px; 
}

#actu .share #wikio  {
	background: url(/images/pictos/wikio.gif) no-repeat 7px 3px; 
}
	
h2.linked-news {
	clear:left;
	height:18px;
	background: url(/images/layout/h2_en-complement.png) no-repeat;
}
#linked-news h3 {
	color:#fff;	
}
#linked-news ul {
	float:left;
	width:100%;
}
#linked-news li {
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #000;
}

.actu_list {
	border-bottom:1px solid #d3d2d2;
	margin-bottom:14px;
	padding-bottom:12px;
	text-align:justify;
	color: #d3d2d2;
	line-height:140%;
}

.actu_list a {
	color: white;
}

img.bloc_actu_list {
	border:2px solid #BCBCBC;
	float:left;
	margin:5px 15px 0 0;
}

img.bloc_actu_list_odd {
	border:2px solid #BCBCBC;
	float:right;
	margin:5px 0 0 15px;
}

#contact h2,
#arbo h2,
#list-news h2,
#mediatheque_photos h2,
#le-club h2,
#bloc-telechargement h2	 {
	margin-bottom: 10px;
	background: none;
	width: 75%;
	height: 24px;
	padding-top: 3px;
	padding-left: 2px;
	
}

#contact h2 span,
#arbo h2 span,
#list-news h2 span,
#mediatheque_photos h2 span,
#le-club h2 span,
#bloc-telechargement h2 span {
	display: block;
	position: relative;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}


/* Page contenu */
#arbo h2 img {
	border: none;
}

#arbo img.left {
	margin-right: 10px;
	margin-top:5px;
}
#arbo img.right {
	margin-left: 10px;
	margin-top:5px;	
}

#arbo p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 10px;
}
/* Fin page contenu */

.thumb_info {
	background:none repeat scroll 0 0 #DDDDDD;
	border:2px solid black;
	color:black;
	font-weight:bold;
	margin-top:79px;
	padding:5px;
}

#bloc_facebook {
	margin-top: 15px;
}

/* =========== Sous menu ============= */

/* all menu links */
#subMenusContainer a, ul#nav .sub a {
	display:block;
	height:17px;	
	color: black;
	padding:1px 0;
	font-size:12px;
	text-indent:5px;
	line-height:20px;
	font-weight:normal;
	text-decoration:none; 
	border-bottom:1px solid black;
	font-family: Arial;
	font-weight: bold;	
}

ul#nav .sub a {
	background-color:#DDDDDD;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	height:18px;
}



ul#nav .sub li {
	height:19px;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a {
	text-align:left;
}
/* All menu links on hover or focus */
ul#nav .sub a:hover, 
ul#nav .sub a:focus, 
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	color: black;
	background-color:white;
}
/* sub menu links on hover or focus */

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;

}
/* All ULs and OLs */
#nav ul, #nav ol, 
#subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin-left:14px;
	margin-top:5px;
	list-style: none;
	line-height: 1em;
	
}
/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol {	
	background-color:#DDDDDD;
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	position:relative;
}
#subMenusContainer li {
	list-style: none;
		z-index: 1100000;
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {float:none;}
#nav li li a { /* Just submenu links*/	
	position:relative;
	float:none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width:10em;
	margin-left:-1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}
/* third-and-above-level lists */
#nav li ul ul {margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{margin-left: 0; }
#nav li li:hover ul {margin-left: 10em; margin-top:-2.5em;}

/* Page mediatheque photos */
.bloc_photos {
	margin-left: 27px;
} 

#mediatheque_photos #themeForm select {
	margin-right:35px; 
}

#mediatheque_photos h3 {
	font-size: 14px;
	color:#d3d2d2;
	margin-bottom: 10px;
}

#themeForm {
	margin-bottom:20px;
	margin-top:10px;
}

#themeForm div {
	text-align:right;
}

#themeForm select {
	width:250px;
}

#fond_player_son {
	background: transparent url(/images/layout/fond_player_audio.jpg) no-repeat;
	width: 619px;
	height: 103px;	
	margin-left:-5px;
	float:left;
}

#son_player {
	margin-left:34px;
	margin-top:22px;
	display: block;
	float:left; 
}
#son_titre {
	margin-top:14px;
	margin-left:52px;
	display: block;
	float:left;
	font-size: 15px;	
}

#son_date {
	margin-left:34px;
	margin-top:18px;
	display: block;
	float:left;
	font-size: 11px;
	font-family: Arial;	
}


#table_head  {
	margin-left:6px;
}
#table_head #th1 {
	width:65px;
}
#table_head #th2 {
	width:182px;
}
#table_head #th3 {
	width:332px;
}
#table_head th {
	background:url("/images/pictos/fleche_bas.gif") no-repeat scroll left 32px transparent;
	font-weight:bold;
	height:48px;
}

/* Fin Page mediatheque photos */

#video_home {
	width:249px;
	height: 167px;
	float: left;
	margin-left:84px;
	margin-top:33px;
	position: relative;
}

#player_play{
	background: transparent url(/images/pictos/player-play.png) no-repeat;
	left:182px;
	position:absolute;
	top:89px;
	width: 50px;
	height: 50px;
}

/* Page video */

.video_player {
	background: transparent url(/images/layout/fond_player_video.jpg) no-repeat;
	width: 614px;
	height: 379px;
}


#encaps_video {
	width: 395px;
	height: 238px;
	margin-left:110px;
	padding-top:36px;
}

.video_pres_generale {
	height:120px;
	margin-left:43px;
	margin-top:58px;
	width:535px;
	float:left;
	border-bottom:1px solid #B8B8B8;
}

.date_video {
	text-decoration: underline;
	font-size: 11px;
}

.titre_video_general {
	font-size: 15px;
	color:black;
	margin-top: 16px;
}

.desc_video_general {
	margin-top:10px;

}

#listing_video {
	width:535px;
	margin-left:43px;
}

.one_video {
	border-bottom:1px solid #b8b8b8;
	height:166px;
	margin-top:17px;
	padding-bottom:17px;

}

.video_pres {
	float:left;
	height:160px;
	margin-left:13px;
	position:relative;
	width:274px;
}

#listing_video img {
	float: left;
}

.video_pres h5 {
	color: black;
	font-size:15px;
	font-weight: bold;
	margin-top: 11px;
	text-transform: uppercase;
}
.duree_video {
	display:block;
	font-size:11px;
	margin-top:58px;
	font-size: 11px;
}
.video_pres .play {
	bottom:0;
	display:block;
	height:36px;
	position:absolute;
	text-decoration:underline;
	width:127px;
	color:white;
}
.video_pres .play span {
	display:block;
	padding-top:15px;
	width:140px;
}

/* Fin page video */

/* Page sons */
.sontek {}
/* Fin page son */

/* Formulaire contact */
form.inline fieldset, form.inlinew fieldset  {
background:url("/images/layout/fond_formulaire.jpg") repeat-x scroll 0 bottom white;
border-bottom:1px solid #A5ACB2;
border-top:1px solid #A5ACB2;
margin:1.5em 0 !important;
padding:1.4em;
color:black;
}
form.inline label{
display:block;
float:left;
font-weight:bold;
height:24px;
line-height:11px;
margin-left:21px;
margin-right:10px;
margin-top:5px;
width:200px;
}
form.inline legend, form.inlinew legend {
font-size:1.2em;
font-weight:bold;
}
form.inline input[type="text"], form.inline input[type="password"], form.inline input.text, form.inline input.title, form.inline textarea, select {
background-color:#FFFFFF;
border:1px solid #BBBBBB;
width:175px;
}
form.inline input[type="text"]:focus, form.inline input[type="password"]:focus, form.inline input.text:focus, form.inline input.title:focus, form.inline textarea:focus, form.inline select:focus {
border-color:#666666;
}
form.inline input[type="password"], form.inline input[type="text"], form.inline input.text, form.inline input.title, form.inline textarea, form.inline select {
margin:0;
}
form.inline textarea, form.inlinew textarea {
margin-left:21px;
margin-top:5px;
}
span.obligatoire, span.incomplet {
color:#CD003A;
font-style:italic;
font-weight:bold;
}
.theme_bloc {
margin-bottom:20px;
}
.error, .notice, .success {
border:2px solid #DDDDDD;
margin-bottom:1em;
padding:0.8em;
}
.error {
background:none repeat scroll 0 0 #FBE3E4;
border-color:#FBC2C4;
color:#8A1F11;
}
.notice {
background:none repeat scroll 0 0 #FFF6BF;
border-color:#FFD324;
color:#514721;
}
.success {
background:none repeat scroll 0 0 #BBBBBB;
border-color:black;
color:black;
}
.error a {
color:#8A1F11;
}
.notice a {
color:#514721;
}
.success a {
color:#264409;
}
#valider {
background:none repeat scroll 0 0 #EAEAEA;
border:1px solid black;
margin-right:93px;
}
#contact #encap_submit {
padding-bottom:20px;
text-align:right;
}

#contact p {
line-height:20px;
margin-bottom:10px;
text-align:justify;
}
/* Fin Formulaire contact */

/* Page club */
#fond_club {
	background:url("/images/layout/fond_club.jpg") no-repeat;
	width: 596px;
	height: 910px;
	margin-left: 5px;
}

#fond_club_choix {
	background:url("/images/layout/fond_club_choix.jpg") no-repeat;
	width: 596px;
	height:1122px;
	margin-left: 5px; 
}

#bloc_sup_club {
	width: 596px; 
	height: 269px; 
}

#bloc_sup_club_choix {
	height: 216px;
}

#bloc_choix_club {
	margin-left: 30px;
}

#bloc_choix_club img {
	margin-bottom: 20px;
}

#bloc_form_club {
	margin-left: 278px;
	width: 310px;
}

#identificationClub {
	margin-top: 88px;
	height: 70px;
}

#identificationClub input {
	height: 15px;
	font-size: 12px;
	border: none;
}

#identificationClub input#email {
	width: 266px;
	margin-left:26px;
	margin-top: 2px;
}


#inscriptionClub {
	margin-top: 110px;
	height: 120px;
}

#inscriptionClub input {
	height: 15px;
	font-size: 12px;
	border: none;
}

#inscriptionClub input#nom {
	width: 136px;
	margin-left:9px;
	margin-top: 2px;
	float:left;
}

#inscriptionClub input#prenom {
	width: 121px;
	margin-left:26px;
	margin-top: 2px;
	float:left;	
}

#inscriptionClub input#email {
	width: 266px;
	margin-left:26px;
	margin-top: 22px;
}

.button_club_ok {
	background:url("/images/layout/club_ok.png") no-repeat; 
	width: 89px;
	height: 19px;
	display: block;
	margin-left:26px;
	margin-top: 10px;
}

.erreur_club {
	margin: 10px 0 10px 2px;
}

/* Fin page club */ 

#cadre-container-jukebox {
	position: relative;
	float:left;
	width: 974px;
	height: 443px;
}

#img_jukebox {
	right:108px;
	position: absolute;
	z-index: 3;
}

#form-wall label {
	float:left;
	margin-right:10px;
	width:96px;
}

/* Page wall */
a.link_subscription {
	display: block;
	width: 219px;
	height: 20px;
	float:left;
	margin-left: 20px;
	margin-top:136px;
}

#bloc_message_club {
	background:url("/images/layout/message_wall.gif") no-repeat; 
	width: 599px;
	height: 227px;
}

/* Fin page wall */


/* Page téléchargement */
.bloc_club  {
	float:left;
	height:177px;
	margin-bottom:5px;
	width:267px;
}
.tele {
	margin-left:66px;
}
div#bloc-telechargement .tele ul, div#bloc-telechargement .tele ul li {
	float:left;
	list-style:none outside none;
	margin-left:0;
	margin-right:10px;
}
#retour_club {
	float:right;
}

.bloc_club a {
	color:white;
}

.p_pres {
	text-align: center;
	margin:10px 0;
}
/* Fin page téléchargement */

#bclub {
	border: 1px solid #9C9C9C;
}

.paginate {
	height:15px;
	text-align:right;
	margin-right:27px;
	margin-top:5px;
	margin-bottom:5px;
}



#breadcrumbs {
	margin-left:5px;
	width: 100%;
	height: 20px;
	font-size: 11px;	
}


#breadcrumbs li {
	float: left;
	width: auto;
	color:#707070;
}

#breadcrumbs li a {
	color:#707070;
}


