/******************************************************************
********************* ARCHITECTURE GENERALE ***********************
******************************************************************/

html {
	height:100%;
	margin:0px;
	padding:0px;
}

body { 
	margin: 0px; /* pour éviter les marges */
	padding:0px;
	/*text-align: center;*/ /* pour corriger le bug de centrage IE */ 
	font-family:"Arial", Trebuchet MS, Helvetica, sans-serif;	
	font-size:12px;
	line-height:1.6;
	min-height:100%;
	min-width: 100%;
	background: #151515;
    display: table;
}

#bg-img {
	width: 100%;
	min-height: 100%;
	min-width: 1024px;
	height: auto;
	position: fixed;
	z-index: -999;
	top: 0;
	left: 0;
}

#top-img{
	/*background: url('/alyweb/css/images/design/grandraid/topbackground.png') no-repeat left center transparent;*/
	min-width: 100%;
	height: 77px;
	/*background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;*/
	
}

#imgtop{
	width: 100%;
	height: 77px;
	position: absolute;
}

#alyweb-popup {
	display:none;
	text-align:justify;
	font-size:12px;
}

#bkgPopup{  
	display:none;  
	position:fixed;
	/*_position:absolute;*/ /* hack for internet explorer 6*/  
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:100;
} 

/******************************************************************
******************* SQUELETTE DE LA PAGE **************************
******************************************************************/


/**
 * DIV principale centré
 */
#global {
	margin-left: auto; 
	margin-right: auto; 
	width: 898px; 
	text-align: left; /* on rétablit l'alignement normal du texte */		 
}

/**
 * Bannière
 */
#top {
	margin-left:20px;
	margin-right:20px;	
	margin-top: -77px;
	height: 77px;	
	width: 898px;	
}

/**
 * Centre de la page
 */
#center {	
	margin-top: 68px;
}


/**
 * Pied de page
 */
#footer {
	text-align:center;
	color: #000000;
	letter-spacing:3px;
	font-size:11px;	
	/*margin-bottom:15px;*/
	position: relative;
	min-width: 1024px;
	height: 200px;
	width: 100%;
	/*margin-left: -41px;*/
    margin-top:20px;
    display:table-row;
}

#footer-line {

}

#footer-copyright {
	padding-top:10px;
	height:20px;
}

#alyneo {
	margin-top: 35px;	
	margin-bottom:0px;
	margin-left:15px;
	margin-right:auto;
	text-align:center;	
	color:#000000;
	font-size:11px;
    height: 100px;
}

#alyneo a {

}

/**
 * Contenu dans le center
 */
#page {
	margin-left: 20px;
	margin-right: 20px;
	/*padding: 15px;*/	
	min-height:600px;
	/*position: relative;*/
	width: 898px;
	margin-top: 15px;
}

.page-gallery {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	height: 669px;
	width: 898px;
	visibility: hidden;
	position: fixed;
	top: 0;	
}

/******************************************************************
******** MISE EN PAGE DES COLONNES A GAUCHE OU A DROITE ***********
******************************************************************/

/**
 * contenu flotant à droit
 */
#content-float-right {
	float:right;
	width: 138px;
    margin-top: 4px;
}

/**
 * Contenu flotant à gauche
 */
#content-float-left {
	float:left;
	width: 138px;
}

#content-fix-right {
	margin-left: 148px;
	min-height: 268px;	
}

#content-fix-left {
	margin-right: 148px;
	min-height: 268px;
}


/**
 * Positionnament des modules export PDF, impression
 */
.PDFExportModule {
	float:right;
}

/**
 * Lien suivant précédent dans les pages
 */
#link-to-previous-next {
	width:620px;
    /*
	height:20px;
	padding-top:10px;
    */
	padding-left:0px;
	padding-right:0px;
}

#link-to-previous {
	float:left;
	/*background:url('/alyweb/css/images/previous.png') left center no-repeat;*/
	padding-left:20px;
}

#link-to-next {
	float:right;
	/*background:url('/alyweb/css/images/next.png') right center no-repeat;*/
	padding-right:20px;
}

.login {
	text-align:center;
	width:205px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 15px 15px 15px;
	border:1px solid #cacaca;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.content-page {
	word-wrap:break-word;
}

/******************************************************************
************************* LANGUES *********************************
******************************************************************/

#langs-menus {
	position: absolute;
	width: 898px;
	height: 77px;
	margin-top : 0;
	margin-left: 0px;
	float: right;
	
}

#c-langs {
	height: 20px;
	width : auto;
	float: right;
}

#c-list-langs {
	padding:0px;
	margin: 5px 10px 0 0;
	padding-top:3px;
	padding-left:10px;
	width: 60px;
	float:left;
	text-align:left;
	height:17px;
	
}

/******************************************************************
************************** MENUS **********************************
******************************************************************/

.degr_menus_g {
	float:left;	
	height:20px;
	width:40px;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
}

.degr_menus_d {
	float:right;	
	height:20px;
	width:40px;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
}

#menu {
	margin: 25px 0 0 0;
	height: 20px;
	font-size:12px;
	width : auto;
}

#menu table {
	margin:0px;
	margin-left:auto;
	/*
	margin-right:auto;
	*/
}

/**
 * Onglets de menu
 */
#tabs {
	padding : 0;
	width : auto;
	float:right;
	text-align:right;
	height:30px;
	background:none;
}

.tab {
	float:left;
	height:20px;	
	border-right: 1px solid #000;
}

.tab:last-child {
	border: none;
}

.tab-activated {
	float:left;
	height:20px;
	border-right: 1px solid #000000;
	/*filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;*/
	
}

.tab-activated:last-child {
	border:none;
}

.tab-center, .tab-center-activated {
	display:block;
	text-align:center;
	width:auto;
	height:20px;
	padding-right:8px;
	padding-left:8px;
	padding-top:0px;
	padding-bottom:0px;	
}

.tab-center a {
	color:#000000;
	font-family: Arial; /*Kozuka Gothic Pr6N;*/
	font-size: 15px;
	font-weight: bold;	
}

.tab-center a.activated {
	color:red;
	font-family: Arial; /*Kozuka Gothic Pr6N;*/
	font-size: 15px;
	font-weight: bold;
}

.tab-center a:hover {
	color: red; 
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.tab-center-activated a {
	color: red;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.tab-center-activated a:hover {
	color: red;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}


/******************************************************************
*********************** MODULE DE RECHERCHE ***********************
******************************************************************/
#search {
	/*border: 1px solid #cacaca;*/
	margin:2px 0px 0px 0px;
	width:400px;
}

#searchHomePage {
	margin:-5px 0px 0px 0px;
}

#search-module {
	margin-right:20px;
	margin-top:5px;
}

.resultResearch {
	border-top:1px solid #eeeeee;
	margin-top:10px;
}

#searchField {
	background: url('/alyweb/css/images/background-search.png') top left no-repeat;
	padding-left:25px;
	width:170px;
}

/******************************************************************
********************* BLOCK ANIMATIONS FLASH **********************
******************************************************************/

#media-right {
	float:right;
}

.media-right-block{
	margin-left:15px;
	margin-bottom:15px;
}


/******************************************************************
**************************** MAP VIEW *****************************
******************************************************************/

#map-view {
	/*
	background: url(#) top left repeat-x;
	*/
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	padding-bottom:20px;
}

#map-view hr {
	color:#646464;
}

.map-view a {
	color: #4f4f4f; /*#0018ff;*/
	font-weight: bold;	
}

.map-view a:hover {
	color:#ff0000;
}

table.map-view {
	width:100%;
}

.map-view th{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 14px;
	color:#000000;
	width:1%; /* On définit la largeur de la colonne à 1% pour que les colonnes aient la même largeur */
}

.map-view td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align: top;
	font-size:13px;
	font-weight: bold;
	color:#1f1f1f;
}

.map-view table {
	width:100%;
}

/******************************************************************
*********************** MENU HOME PAGE ****************************
*******************************************************************/

/*
#menusHomePage {
	margin:0px;
	padding:0px;
	text-align:center;
}

#menusHomePage table {
	width:100%;
}

#menusHomePage tr {
	vertical-align:top;
	height: 185px;
}

#menusHomePage td {
	text-align:center;
}

.menuHomePage {
	width: 180px;
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.menuHomePageTitle {
	background:url(#) top center no-repeat;
	height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:0px auto;
}

.menuHomePageTitle a {
	padding-top:5px;
	margin-left:8px;
	margin-right:8px;
	display:block;
	height:25px;
	color:#ffffff;
}

.menuHomePageTitle a:hover {
	color:#aeaeae;
}

.menuHomePageImage {
	background:url(#) top center no-repeat;
}

.menuHomePageImag img {
	
}
*/

.secondMenuHomePage {
	position:absolute;
	display:none;
	z-index:91;
	padding-top:1px;
	background:url(#) top left no-repeat;
	font-weight:bold;
	letter-spacing:normal;
	font-size:11px;
}

.secondMenuHomePage ul {
	min-width:150px;
	list-style:none;
	padding:0px;
	text-align:left;
	background:#ffffff;
	margin:0px;
	border:1px solid #646464;
	/*border-bottom:none;*/
	border-top:none;
}

.secondMenuHomePage li {
	z-index:100;
	height:28px;
	/*border-bottom:1px solid #646464;*/
}
/*
.secondMenuHomePage li:hover {
	background:url(#) left bottom no-repeat;
	padding-left:10px;
}
*/
.secondMenuHomePage li a {
	display:block;
	margin:0px;
	height:25px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	color:#213958;
	
}

.secondMenuHomePage li .link-disabled, .secondMenuHomePage li .link-disabled:hover{
	display:block;
	margin:0px;
	height:25px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	color:#919191;
	cursor:default;
}


.secondMenuHomePage li a:hover {
	color:#3f6ba7;
}


/******************************************************************
************************** NEWS ***********************************
*******************************************************************/

#c-news {
	width:240px;
	text-align:justify;
}

#c-news a {
	color:#494949;
	font-weight:bold;
}

/******************************************************************
************************** PHOTO DU JOUR **************************
******************************************************************/
.day-pic {
	max-width:100px;
}

#slider-day-gallery ul, #slider-day-gallery li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider-day-gallery, #slider-day-gallery li{ 
	width:100px;
	height:100px;
	overflow:hidden; 
}

#slider-sponsors ul, #slider-sponsors li{
	margin:0;
	padding:0;
	list-style:none;
    background: url('/alyweb/css/images/design/grandraid/back_news.png') repeat scroll 0 0 transparent;
}

#slider-sponsors, #slider-sponsors li{ 
	width:100px;
	height:100px;
	overflow:hidden; 
}

#slider-stations ul, #slider-stations li{
	margin:0;
	padding:0;
	list-style:none;
    background: url('/alyweb/css/images/design/grandraid/back_news.png') repeat scroll 0 0 transparent;
}

#slider-stations, #slider-stations li{ 
	width:100px;
	height:100px;
	overflow:hidden; 
}

#slider-stations, #slider-sponsors {
    border: 1px solid #a4a4a4;
}

.sponsor-loader {
    margin :auto;
    padding-top:40px;
    height: 100px;
    width:100px;
    background: rgba(255, 255, 255, 0.8);
}

#prevBtn-day-gallery a{  
	display:block;
	position:relative;
	left:-28px;
	top:-100px;
	width:28px;
	height:30px;
	background:url('/alyweb/css/images/pict-day-preview.png') no-repeat 0 0;	
}

#nextBtn-day-gallery a{  
	display:block;
	position:relative;
	left:202px;
	top:-130px;
	width:28px;
	height:30px;
	background:url('/alyweb/css/images/pict-day-next.png') no-repeat 0 0;	
}

/******************************************************************
****************************** BAKSET *****************************
******************************************************************/

#basket {
	font-size:11px;
	border:1px solid #cacaca;
    background:#f3f3f3;
}

#shopping-cart-title {
	font-size:14px;
	margin-bottom:15px;
	
}

.basket-table {
	width:100%;
}

.basket-table tr {
	border:1px solid #cacaca;
}

#validate-order {
	margin: 0 auto;
	text-align:center;
}

#buy-now {
	margin-top:25px;
	text-align:center;
}

#buy-now table {
	width:100%;
}

#buy-now table tr td{
	width:50%;
	text-align:center;
}

.paid {
	font-weight:bold;
	color:#114c75;
}

.nopaid {
	font-weight:bold;
	color:#a40000;
}

/******************************************************************
**************************** PROMOTION ****************************
******************************************************************/
.articlePromotion {
	border:1px solid #cacaca;
}

.articlePromotionTitle, .articlePromotionTitle a {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#494949;
}

.articlePromotionDescription, .articlePromotionDescription a {
	text-align:justify;
	font-size:10px;
	color:#494949;
}

.articlePromotionImage {
	margin-top:5px;
	text-align:center;
}

.articlePromotionPrice, .articlePromotionPrice a {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#640000;
}

/******************************************************************
**************************** PROMOTION ****************************
******************************************************************/

.catalogCategory {
	border:1px solid #cacaca;
}

.catalogCategory td {
	width:25%;
	text-align:center;
	background:#ffffff;
}

.catalogCategoryTitle, .catalogCategoryTitle a {
	background:#ad1818;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#f8f8f8;
}

.catalogCategoryImage {
	margin-top:5px;
	text-align:center;
}


/******************************************************************
************************* PICS GALERY *****************************
*******************************************************************/

#aly-pics-gallery {
	width:650px;
	margin:0px auto;
    background:black;
}

.aly-table-pics-gallery {
	text-align:center;
}

.aly-pic-gallery-border {
	display:none;
	width:215px;
}

.aly-pic-gallery-border img {
	padding:2px;
	height:150px;
	border:1px solid #cacaca;
	max-width:200px;
}

/******************************************************************
************************ MOVIES GALERY ****************************
*******************************************************************/

.table-movies-gallery {
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-collapse:collapse;
	text-align:center;
	padding:5px;
}

.table-movies-gallery td {
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}

#movies-gallery {
	width:700px;
	margin:0px auto;
}

#movies-gallery-player iframe {
	padding:2px;
	border:1px solid #cacaca;
}

.movies-gallery-list {
	width:400px;
	margin-left:5px;
}

.movies-gallery-list-label {
	display:block;
	padding-left:5px;
}

.movies-gallery-list-label a  {
	display:block;
}


/******************************************************************
************************ LOGO *************************************
*******************************************************************/
#logo-gr {
	float: left;
	width: 138px;
	height: 124px;
	margin-top: -59px;
}


/*content*/
.big-block {
	padding: 10px;
}

#content-page{
	margin-top: -10px;
	min-height: 275px;
    font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

.shadow-top {
	background: url('/alyweb/css/images/design/grandraid/shadow_top.png') no-repeat scroll 0 0 transparent;
	width: 750px;
	height: 10px;
}

.shadow-middle {
	background: url('/alyweb/css/images/design/grandraid/shadow_middle.png') repeat-y scroll center top transparent;
	width: 750px;
}

.shadow-bottom {
	background: url('/alyweb/css/images/design/grandraid/shadow_bottom.png') no-repeat scroll 0 0 transparent;
	width: 750px;
	height: 21px;
}


#mountain {
	/*background: url('/alyweb/css/images/design/grandraid/mountains.png') no-repeat scroll 0 0 transparent;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;*/
	min-width: 100%;
	height: 243px;
	margin-left: -5px;
	/*margin-top: 40px;*/
	position: relative;
    text-align: left;
}

#mountain-img {
	width: 100%;
	min-width: 1024px;
	height: 244px;
	position: absolute;
}

#sponsor-logo {
	margin-right: 15px;
    visibility: hidden;
}


/***************************************
********** FOOTER INFO *****************
***************************************/
#footer-info {
	width: 898px;
	height: 75px;	
    margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
}

#footer-background {
    background: repeat scroll 0 0 #ffffff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

#info-separator1 {
	width: 16px;
	height: 73px;
	float: left;	
}

#secondary-tabs {
	float: left;
	width: 898px;
}

.secondary-tab {
	float: left;
	width: auto;
	height: 73px;
}

secondaryMenuHomePage {
	text-align: left;
}

.secondaryMenuHomePage ul {
	width: auto;
	text-align: left;
	padding: 0;
}

.secondaryMenuHomePage ul li {
	list-style-image: none;
	list-style-type: none;
}

.secondaryMenuHomePage ul li a {
	color: #000;
}

.secondaryMenuHomePage ul li a:hover {
	color: #f16666;
}

.secondary-tab-center, .secondary-tab-center-activated {
	display: block;
	float: left;
	color: red;
	text-align:left;
}

.menu-separator {
	width: 35px;
	height: 73px;
	float: left;
}

/*gallery panel*/
.panel-img {
    background: none repeat scroll 0 0 transparent;
    height: 669px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 898px;
}

/*Child menus*/
#menu-level-1 {
	position: relative;
	width: 550px; /*515px;*/	
	min-height: 45px;
	height: auto; /*100px;*/
	margin-top: 12px;
}

div.level-1-menus {
	background: url('/alyweb/css/images/design/grandraid/background_menu.png') no-repeat scroll 0 0 transparent;
	float: left;
	width: 130px;
	height: 45px;
	text-align: center;	
	vertical-align: middle;
	line-height: 45px;
	display: table-cell;
	/*padding-top: 5px;*/	
}

div.level-1-menus a {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

div.level-1-menus a.activated {
	color: red;
	font-weight: bold;
	font-size: 13px;
}

div.level-1-menus.parent-active {
	background: url('/alyweb/css/images/design/grandraid/background_menuparent.png') no-repeat scroll 0 0 transparent;
}

.level-1-separator {
	float:left;
	width:4px;
	height:4px;
}

#menu-level-2 {
	position: relative;
	background: url('/alyweb/css/images/design/grandraid/shadow_menusub.png') no-repeat scroll 0 0 transparent;
	width: 750px;
	height: 51px;
}

.level-2-menus {
	text-align : center;
	/*height: 11px;*/
	float: left;
	margin-top: 18px;
	padding-left: 4px;
	padding-right: 2px;
	border-right: 1px solid #000000;	
}

.level-2-menus:first-child{
	padding-left: 6px;
}

.level-2-menus:last-child{
	border:none;
}

.level-2-menus a {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

.level-2-menus a.activated {
	color: #ff0000;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

.sponsor-separator {
	height: 12px;
	width: 100px;
}


/******************************************
***************** Accueil ***************** 
******************************************/
#valais-logo {
	margin-left: 15px;
	margin-top: 300px;
}

#grand-raid-text {
  
    width: 272px;
    height: 184px;
    margin:0px;
	/*
    margin-left: 178px;
    */
    margin-left: 300px;
    /*
    ==>> Changement par rapport à l'encadré de publicité
    
    
    width: 182px;
	height: 200px;
    margin:0px;
	margin-left: 335px;
    */
}

#grand-raid-text img {
  /*
  height:200px;
  */
}

#grand-raid-date {
	width: 345px;
	margin-top: 13px;
	margin-left: 225px;
}

#accueil-content {
	float: right;
	height: 100px;
	width: 530px;
	margin-top: 13px;
	margin-right: 40px;
    visibility: hidden;
}

#encadre_pub {
  background: url('/alyweb/css/images/design/grandraid/back_news.png') repeat scroll 0 0 transparent;
  width: 527px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  margin:0px;
  margin-left: 161px;
  border:1px solid #a4a4a4;
}

#encadre_pub a {
  color : #c8af23;
  font-size: 20px;
  font-family:"Times New Roman";
  font-style: italic;
  font-weight: bold;
}

#sponsor-gallery {
	float: left;
	width: 100px;
	height: 100px;
}

#station-gallery {
	float: left;
	width: 100px;
	height: 100px;		
}

#accueil-news{
	float: left;
	width: 300px; /*216px;*/
	height: 100px;
    color: white;
	background: url('/alyweb/css/images/design/grandraid/back_news.png') repeat scroll 0 0 transparent;
    border: 1px solid #a4a4a4;
}

#slider-news {
  margin: 0px;
}

#slider-news ul {
margin:0px;
padding:5px 10px;
}

#slider-news ul li {
  width: 290px;
  height: 100px;
  list-style: none;
  margin : 0px;
  padding:0px;
  margin-left: 0px;
}

.preview-content-news {
  width: 285px;
}

.accueil-separator {
	float: left;
	width: 12px;
	height: 100px;
}

#menu-upper {
	width: 750px;
	min-height: 50px; /*125px;*/
}

#menu-lower {
	float: right;
	width: 750px;
    /*
	margin-top: -105px;
    */
}

div#menu-lower div#menu-level-1 {
	float: right;
	margin-right: 32px;
}

div#menu-lower div#menu-level-2 {
	float: right;
}

#submenu-coureurs{
	width: 550px;
	float: right;
	margin-top: 10px;
}

.c-news {
	margin-top: 15px;
	text-align: center;
	color: #ffffff;
}

/****************
**** SITEMAP ****
*****************/

.sitemap-levelroot {
    border-bottom: 1px gray solid;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    color: #535353;
    padding-left: 5px;
}

.sitemap-levelroot a {
    color: #535353;
}

.sitemap-submenu {
    margin:0px;
}

.sitemap-submenu tr {
    
}

.sitemap-submenu tr td {
    vertical-align: top;
    text-align: left;
    width:170px;
    padding-bottom: 15px;
}

.sitemap-submenu-root {
    color : #a40000;
}

.sitemap-submenu-root a {
    color : #a40000;
}

.sitemap-submenu tr td ul {
    list-style: none;
    text-align: left;
    padding-left: 15px;
}

.sitemap-submenu tr td ul li {
    color:#404040;
}

.sitemap-submenu tr td ul li a {
    color:#404040;
}


.shop-article-infos {
    width: 100%;
}

.shop-article-infos tr td {
  vertical-align: top;
}