/* CSS Document */

img {
	border:0px;
}

/*****************DIV*******************/
div#conteneur { 
				width:900px;
				background-image:url(images/fond_conteneur.jpg);
				position:relative;
				margin:0px auto;
				}
				
div#header { 
				height: 160px;
    			padding-top: 55px;
    			width: 900px;
				background-image:url(images/defaut_01.jpg);
				background-repeat:no-repeat;
				}
				
#facebook{ 
				left: 447px;
				position: relative;
				top: -1px;
				}
				
div#droite { 
				width:654px;
				background-image:url(images/defaut_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#droiteN { 
				width:654px;
				padding:0;
				background-image:url(images/nos-rideur_03.jpg);
				background-repeat:no-repeat;
				float:left;}
				
div#halfpipe { 
				width:654px;
				background-image:url(images/titre-demo-halfpipe.jpg);
				background-repeat:no-repeat;
				float:right;}
div#bigair { 
				width:654px;
				background-image:url(images/titre-demo-bigair.jpg);
				background-repeat:no-repeat;
				float:right;}
div#motostunt { 
				width:654px;
				background-image:url(images/titre-demo-motostunt.jpg);
				background-repeat:no-repeat;
				float:right;}
div#mototrial { 
				width:654px;
				background-image:url(images/titre-demo-mototrial.jpg);
				background-repeat:no-repeat;
				float:right;}
div#urbain { 
				width:654px;
				background-image:url(images/titre-demo-move-urbain.jpg);
				background-repeat:no-repeat;
				float:right;}
div#video{ 
				width:654px;
				background-image:url(images/titre-event-video.jpg);
				background-repeat:no-repeat;
				float:right;}
div#skatepark { 
				width:654px;
				background-image:url(images/titre-location-skatepark.jpg);
				background-repeat:no-repeat;
				float:right;}
div#skate { 
				width:654px;
				background-image:url(images/titre-stage-cours-skate.jpg);
				background-repeat:no-repeat;
				float:right;}

div#contact_page { 
				width:654px;
				background-image:url(images/titre-contact_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#cours { 
				width:654px;
				background-image:url(images/titre-cours_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#bmx { 
				width:654px;
				background-image:url(images/titre_bmx.jpg);
				background-repeat:no-repeat;
				float:right;}			
	
div#demo { 
				width:654px;
				background-image:url(images/titre-demo_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#press_book { 
				width:654px;
				background-image:url(images/fd_presse_book.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#events { 
				width:654px;
				background-image:url(images/titre-event_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#materiel { 
				width:654px;
				background-image:url(images/titre-materiel_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#shop { 
				width:654px;
				background-image:url(images/defaut_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#skate_park { 
				width:654px;
				background-image:url(images/titre-park_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#videos { 
				width:654px;
				background-image:url(images/titre-videos_03.jpg);
				background-repeat:no-repeat;
				float:right;}
				
div#shop { 
				width:654px;
				background-image:url(images/titre-shop_03.jpg);
				background-repeat:no-repeat;
				float:right;}


				
div#footer {
				width:900px;
				height:78px;
				background-image:url(images/defaut_04.jpg);
				background-repeat:no-repeat;
				background-color:#C2C2C2;
				clear:both;}

/*****************MENU*******************/
ul#menu {
				width:246px;
        background-image:url(images/defaut_02.jpg);
				margin:0px;
				padding:0px 0px 0px 0px;
				list-style-type:none;
        float:left;
        }
        
ul#menu li {
			display : block;
      font-size:1px;
      line-height:1px;
			}

ul#menu img { border:0px;}

.sous_menu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.sous_menu a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.tab_menu {
	height:30px;
	background-image:url(images/bouton_centre.png);
	background-repeat:repeat-x;
}

.tab_menu_g {
	width:14px;
	height:30px;
	background-image:url(images/arrondi_g.png);
	background-repeat:no-repeat;
}

.tab_menu_d {
	width:20px;
	height:30px;
	background-image:url(images/arrondi_d.png);
	background-repeat:no-repeat;
}

/************FICHE PRODUIT***********/
.fiche_produit{    border:1px black solid;
               width:140px;
}

.titre_fiche_produit{    height:30px;
                       background-color:#0883D0;
                       text-align:center;
                       font-weight:bold;
                       padding:5px;
                       color:#FFFFFF;
                       vertical-align:middle;
}

.img_fiche_produit{        text-align:center;
                       background-color:#FFFFFF;
                       height:80px;
                       border-top:1px solid #FFFFFF;
                       border-bottom:1px #FFFFFF solid;
                       vertical-align:middle;
}

.desc_fiche_produit{    text-align:left;
                       background-color:#E0E0E0;
                       height:100px;
                       vertical-align:top;
                       color:black;
                       padding:5px;
                       font-size:11px;
}

.desc_fiche_produit2{    text-align:left;
                       background-color:#E0E0E0;
                       vertical-align:top;
                       color:black;
                       padding:5px;
                       font-size:11px;
}

.detail_fiche_produit{    background-color:#56A3D3;
                       text-align:center;
                       border-top:1px #FFFFFF solid;
}

.lien_detail_fiche_produit{    color:#FFFFFF;
                           text-decoration:none;
}

#aucun_produit {     text-align:center;
                   color:black;
                   font:11px Verdana,Arial,Sans-serif;
                   height:350px;
}

/**************PAGE CONTACT*************/
table#tab_contact{
   width:80%;
   border:1px solid #FFFFFF;
}

table#tab_contact td{
   height:20px;
   text-align:left;
}

table#tab_contact td#plan{
   text-align:center;
}


p#phrase_contactez_nous{
   width:80%;
   text-align:center;
}

div#msg_contact_ok {    border:1px solid #FFFFFF;
                       width:80%;
                       padding:15px;
                       text-align:center;
}

div#conteneur_contact {    width:100%;
                       text-align:center;
}

.input_contact {     background-color:#FFFFFF;
                   color:#301406;
                   border:1px #000000 solid;
                   width:140px;
}

#bouton_envoyer {     color:#051A5B;
                   border:1px solid #051A5B;
                   font-size:10px;
                   background-color:#FFFFFF;
}

#lien_plan {    color:#ffffff;
               text-decoration:none;
}

/***********CLASS********************/
.italique { font-style:italic; }

.souligne { text-decoration:underline}

.non_souligne { text-decoration:none; }

.gras { font-weight:bold; } 

.titre_actu {
	color:#FFFFFF;
	font-weight:bold;
}

.texte_actu {
	color:#077ECE;
	font-size:10px;
}


/***********LOGO + TXT FOOTER**********/
p#logo_cometik{
float:right;
padding:80px 10px 0 0;
margin:0;
}

p#logo_cometik a{
font:9px Verdana,Arial,Sans-serif;
color : black;
text-decoration:none;
}

p#coordonnées{
padding:80px 0 0 140px;
color : black;
text-decoration:none;
font-size:10px;
text-align:center;
margin-top:10px;
font : 10px Verdana,Arial,Sans-serif;
margin:0;}

a#mentions_legales{
color:black;
text-decoration:none;
}

.contenu_modifiable {
	margin:0px;
	color:#FFFFFF;
	padding:100px 30px 0 20px;
	font:11px Verdana,Arial,Sans-serif;
}
.contenu_modifiableN {
	margin:0px;
	color:#FFFFFF;
	padding:135px 30px 0 0;
	font:11px Verdana,Arial,Sans-serif;
}

/*************FORM NEWSLETTER************/
#newsletter_form{
padding: 0px 0 0 70px;
margin:0px;
}

p#newsletter_ok{
padding:70px 0 0 80px;
color:black;
font:10px Verdana,Arial,Sans-serif;
width:150px;
text-align:center;
margin:0px;
}

p#restez_informe{
	margin:0;
	padding: 60px 0 0 60px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width:180px;
	text-align:center;
}

/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
* FIN PAGE CONTACT */

/* CLASS */
.italique { font-style:italic; }
.souligner { text-decoration:underline;}
.non_souligner { text-decoration:none; }
.gras { font-weight:bold; } 
.centrer{text-align:center;}
.droite{text-align:right;}
.gauche{text-align:left;}
.justifier{text-align:justify;}
input, textarea {font:11px Verdana, Arial, Helvetica, sans-serif;}
/* FIN CLASS */

/* LIVRE D OR */
div#form_livre_or{	
	width:100%;
	display:none;}
				

#tab_livre_or{ 	
	width:100%;
	color:black;
}

#tab_livre_or td#td_top{ 	
	vertical-align:top;
}

#tab_livre_or td#td_gauche{ 	
	width:150px;
}

.input_livre_or {	
	background-color:#FFFFFF;
	color:#000000;
	border:1px #000000 solid;
	width:140px;
}
.input_livre_or_msg {	
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
	width:350px;
	height:120px;
}

.input_livre_or_msg2 {	
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #DD2222 ;
	width:350px;
	height:120px;
}

#bouton_envoyer_livre_or {	
	background-color:#556f7a;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

#phrase_signer {	
	margin:0 0 15px 0;
	text-align:center;
}
					
.texte_livre_or { 	
	color:black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	vertical-align:top;
	height:30px;
	border-bottom:1px solid black;
}

.denomination_livre_or {	
	padding-top:5px;
}

.lien_contenu_livre_or {
	color:black;
	text-decoration:none;
}

.lien_page_livre_or {	
	color:black;
	text-decoration:none;
}

#page_livre_or {	
	width:100%;
	text-align:center;
}

#loading {	
	text-align:center;
	width:100%;
	display:none;
	padding-top:150px;
	height:120px;
}
/* FIN LIVRE D OR */
/* Affichage dynamique Highslide */
p#fond_video{
	margin:0 15px 10px 0;
	-margin-left:-233px;
	position:absolute;
	left: 0px;
	top: 0px;
}
.highslide, .highslide2 {
	cursor: url(js/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide2 img{
}
.highslide2:hover img{
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(js/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 640px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

