html, body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/bg_global.png) top repeat-x;
	height:100%;
}

#content_global
{
	width:1024px;
	height:100%;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}

input[type=button]
{
	cursor:pointer;
}

input[type=text], input[type=password]
{
	border:1px solid #b4b4b4;
	background-color: #e4e4e4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:2px;
}

input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus
{
	border:1px solid #818181;
    background-color: #fff;
	
}

input[type=text].inputError, input[type=password].inputError
{
	border:1px solid red;
}

img 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

a
{
	outline:none;
}

a img
{
	text-decoration:none;
	border:none;
}
/* ------------------------------ Partie haute (header) ------------------------------------ */

#header
{
	height: 110px;
	width: 1024px;
}

#header_connect
{
	background:url(../images/header_connect.png) no-repeat;
	float:right;
	width:283px;
	height:54px;
	padding-top:10px;
}


#logoff
{
	position:absolute;
	margin-left:-10px;
	margin-top:-5px;
}

#header_connect > #compte:hover > a
{
    color: #d05800;
}

.errorMessage
{
	color:red;
}

.tableConnect
{
    width: 245px;
    text-align: center;
	text-indent:0;
	margin-left:auto;
	margin-right:auto;
}

.tableConnect > tr > td
{
    height: 25px;
}

.afterConnect
{
	display:none;
}

#header_connect_form
{
    padding-top: 5px;
    display: none;
    position: relative;
    width: 265px;
    height: auto;
    margin-left: -144px;
    background-color: #e4e4e4;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    z-index: 500;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*
#header_connect > #compte:hover > #header_connect_form
{
    display: inline-block;
}*/
#header_connect_form.focusIn
{
    display: inline-block;
}
#header_connect_form.focusOut
{
    display: none;
}

#header_connect_form input[type=text], #header_connect_form input[type=password]
{
	width:240px;
	margin-left:auto;
	margin-right:auto;
}

#compte
{
	background:url(../images/compte.png) left no-repeat;
	float:left;
	width:130px;
	height:30px;
	line-height:30px;
}

#recherche
{
	width:180px;
	height:20px;
	line-height:25px;
	text-align:center;
	float:left;
	margin-top:10px;
}

#recherche > a 
{
	float:left;
	outline:none;
}

#recherche input
{
	float:left;
}

#recherche input[type=text]
{
	width: 150px;
}

/* --------------------------- PANIER ---------------------------------------- */
#panier
{
	background:url(../images/panier.png) left no-repeat;
	float:left;
	width:90px;
	height:30px;
	margin-left:20px;padding-left:40px;
}

#panier a:link, #compte a:link, #panier a:visited, #compte a:visited, #panier a:active, #compte a:active
{
	text-decoration:none;
	color:#000;
}

#panier a:hover, #compte a:hover
{
	color: #d05800;
}

/* ---------------------------------- Menu -------------------------------------- */

#menu_haut
{
	width:1024px;
	min-height:72px;
	background:url(../images/corps_haut_menu.png) top no-repeat;
}

.tableMenuHaut
{
	display:block;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.tableMenuHaut tr
{
	height:36px;
	text-align:center;
	vertical-align:middle;
}
#menu_haut ul.nav
{
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    z-index: 10;
}

#menu_haut ul.nav li
{
    list-style: none;
    float: left;
    position: relative;
}

/* Niveau 1*/
/* Normal*/
#menu_haut ul.nav li > a:link, #menu_haut ul.nav li > a:visited, #menu_haut ul.nav li > a:active
{
    text-decoration:none;
    color:#fff;
    font-family:CenturyGothicBold;
    font-size:14px;
    margin-right:5px;
    margin-left:5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-shadow: 0 1px 1px rgba(0,0,0, .2);
}


/* Hover*/
#menu_haut ul.nav li > a:hover, #menu_haut ul.nav li:hover > a, .selectedMenu
{
    background-color: #c3c3c3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #5e5e5e;
}

.selectedMenu2
{
	background-color: #ff7800;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #5e5e5e;
}

.selectedMenu3
{
	background-color: #FFA73B;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #5e5e5e;
}

/* Niveau 2*/
#menu_haut ul.nav > li:hover > ul
{
   display: inline-block;
   z-index: 1000;
   zoom: 1;
}

#menu_haut ul.nav > li > ul
{
    display: none;
    margin: 0;
    padding: 0;
    width: 270px;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #eee;
    z-index: 1000;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu_haut ul.nav > li > ul > li
{
    clear: both;
    text-align: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

/* Normal*/
#menu_haut ul.nav > li > ul > li > a:link, #menu_haut ul.nav > li > ul > li > a:visited, #menu_haut ul.nav > li > ul > li > a:active
{
    text-decoration:none;
    color:#414141;
    font-family:Verdana;
    font-size:12px;
    text-align: left;
    width:100%;
    text-shadow: 0 1px 1px rgba(0,0,0, .2);
}

/* Hover*/
#menu_haut ul.nav > li > ul > li:hover
{
    background-color: #ee7a2a;
    border-radius: 0px;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#menu_haut ul.nav > li > ul > li:hover > a
{
    background: none;
    border-radius: 0px;
    color: #555;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#menu_haut ul.nav li > a.selected
{
	background-color: #c3c3c3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #5e5e5e;
}

/*
#menu_haut a:link, #menu_haut a:visited, #menu_haut a:active
{
	text-decoration:none;
	color:#fff;
	font-family:CenturyGothicBold;
	font-size:14px;
	margin-right:5px;
	margin-left:5px;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        padding-bottom: 2px;
        padding-top: 2px;
        text-shadow: 0 1px 1px rgba(0,0,0, .2);
}

#menu_haut a:hover
{
        background-color: #c3c3c3;
        border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
        
	color: #5e5e5e;
}*/

#ligne_haut_menu
{
	width:1023px;
	height:36px;
	margin:0 auto;
	/*margin-left:17px;*/
	text-align:center;
	line-height:36px;
	z-index: 100;
	position: absolute;
}

#ligne_bas_menu
{
	width:1023px;
	height:36px;
	/*margin-left:17px;*/
	text-align:center;
	line-height:36px;
	z-index: 50;
	position: absolute;
	top: 146px;
}

#ligne_add1_menu
{
	width:1023px;
	height:36px;
	/*margin-left:17px;*/
	text-align:center;
	line-height:36px;
	z-index: 49;
	position: absolute;
	top: 182px;
	background: url(../images/corps_haut_menu_add.png) center repeat-y;
}

#ligne_add2_menu
{
	width:1023px;
	height:36px;
	/*margin-left:17px;*/
	text-align:center;
	line-height:36px;
	z-index: 48;
	position: absolute;
	top: 218px;
	background: url(../images/corps_haut_menu_add.png) center repeat-y;
}



#trait_separateur
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:1px;
	background-color:#707070;
}


/* ------------------------------------ Menu sur la gauche --------------------------------*/
#menu_gauche
{
	width:100px;
	float:left;
}

#menu_gauche ul
{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

#menu_gauche ul li
{
	font-size:10px;
	height:15px;
}

#menu_gauche ul li a:link, #menu_gauche ul li a:active, #menu_gauche ul li a:visited
{
	color:#666;
	text-decoration:none;
}

#menu_gauche ul li a:hover
{
	color:orange;
}

#menu_gauche ul li a.selected
{
	color:orange;
}


/* ------------------------------ Partie milieu (corps) ------------------------------------ */

#content
{
	width:100%;
}

#corps
{
	width: 100%;
	height:auto;
	background: url(../images/ligne_h_corps.png) center repeat-y;
}

#texte_description
{
	width:980px;
	color:#999;
	margin-left:auto;
	margin-right:auto;
	line-height:15px;
	text-align:justify;
}

#baniere
{
	width:980px;
	height:215px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #999;
	margin-top:20px;
	background-color:#CCC;
}

.ft-button-baniere
{
	text-decoration:none;
	color:#FFF;
	width:25px;
	height:30px;
	margin-right:2px;
	background-color:#000;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	text-align:center;
}

.ft-button-baniere-active
{
	color:#F60;
}

.ft-prev
{
	width:30px;
	height:25px;
	text-align:center;
	line-height:25px;
	background-color:#000;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	text-decoration:none;
	color:#FFF;
}

.ft-next
{
	width:30px;
	height:25px;
	text-align:center;
	line-height:25px;
	background-color:#000;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	text-decoration:none;
	color:#FFF;
}

#encadre
{
	height:600px;
}

#encadre img
{
	float:left;
}

#corps #partie_gauche
{
	float:left;
	width:490px;
	height:600px;
	margin-left:20px;
	margin-top:25px;
}

#content_droit
{
	width: 350px;
	height:200px;
	float:right;
	overflow:auto;
	display:block;
}

.content
{
	display:none;
}

.content_selected
{
	display:inline-block;
}



#corps #partie_droite
{
	float:left;
	width:490px;
	height:600px;
	margin-top:25px;
	margin-left:20px;
}

#qui
{
	height:300px;
	width:490px;
}

#qui_text
{
	width:400px;
	height:50px;
	line-height:50px;
	margin-left:70px;
	border-bottom:1px solid #999;
	font-family:CenturyGothicBold;
	font-size:18px;
	color:#999;
	
}

#text_content
{
	width:450px;
	margin-left:30px;
	margin-top:25px;
}

/* ------------------------------ Partie basse (pied de page) ------------------------------------ */

#footer
{
	width: 1000px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background:	#bebebe url(../images/footer.png) repeat-x;
	padding-top:5px;
}

#footer > table
{
	width:990px;
	margin-left:auto; margin-right:auto;
	height:130px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Geneva, sans-serif;
	color:#525252;
}

#footer td, #footer li
{
	height:20px;
}

#footer h4
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	height:40px;
}

#footer ul
{
	text-align:center;
	width:300px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#footer a
{
	text-decoration:none;
	color:#525252;
	outline:none;
}

#footer a:hover
{
	color:#d05800;
}

#fleche
{
	width:19px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/fleche.png) no-repeat;
}

.casePied
{
	vertical-align:top;
	width:330px;
	height:30px;
}

#contentPiedGauche, #contentPiedCentre
{
	background: transparent center right url(../images/separateurPied.png) no-repeat;
}
/* ----------------------------- Surcharge style scrollBar -------------------------------------- */

.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 6px;
}

.scrollbox_scrollbar 
{
	background-color: #c4c4c4;
	height: 100%;
	width: 6px;
}

.scrollbox_up_button 
{
	background: transparent url(../images/scroll_up.png) top right no-repeat;
	height: 10px;
}

.scrollbox_down_button 
{
	background: transparent url(../images/scroll_down.png) top right no-repeat;
	height: 10px;
}

.scrollbox_handle 
{
	background-color: #f66800;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.submit
{	
	outline:none;
	border:none;
	color:#000;
	background: transparent url('../images/boutonStyle.png') no-repeat top left;
	width:165px;
	height:39px;
	padding-bottom:5px;
	cursor:pointer;
}

.submit:hover
{
	background: transparent url('../images/boutonStyle_hover.png') no-repeat top left;
	cursor:pointer;
}

.clubAffiche, .createClub, .adresseLivraison, .revendeur, #btnAnnuleCreateClub
{
	display:none;
}

.errorMsg
{
	color:red;
	display:block;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

