@charset "utf-8";
/* CSS Document */

/* ATTENTION : La taille des polices est calculées sur une base de 16 px (taille standard sur les naviateurs) */

@font-face {
	font-family: 'LeagueGothic';
	src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothic') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'DINNextLTPro-MediumCond';
	src: url('../fonts/DINNextLTPro-MediumCond.eot');
	src: url('../fonts/DINNextLTPro-MediumCond.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINNextLTPro-MediumCond.woff') format('woff'),
		 url('../fonts/DINNextLTPro-MediumCond.ttf') format('truetype'), 
		 url('../fonts/DINNextLTPro-MediumCond.svg#DINNextLTPro-MediumCond') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Structure commune des pages */
html {
	font-size: 100%;
}

body {
	background-attachment: fixed;
	/*background-color: #d7dde3;*/
	background-image: url(../images/bg_cubanito.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
}

img {
	border: none;
}

/* Bannière */
#banniere {
	box-shadow: 0 0 10px #000;
	margin: 10px auto 20px;
	text-align: center;
	width: 100%;
	width: 1003px;
	height:96px;
}

/* Banniere slc */
#banniere-slc {
	box-shadow: 0 0 10px #000;
	margin: 10px auto 20px;
	text-align: center;
	width: 100%;
	width: 1003px;
	height:68px;
}

/* Centrage du site */
div.centrage {
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

div.centrage-contenu {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
}

#centrage-page {
	margin-left: auto; 
	margin-right: auto; 
	width: 1003px;
}

/* Conteneur */
#conteneur {
	background-color: #FFF;
		-moz-box-shadow: 0 0 50px #fff;
		-webkit-box-shadow: 0 0 50px #fff;
	box-shadow: 0 0 10px #000;
	margin: auto;
	padding: 0 50px 5px;
	width: 903px;
	background-position: center center;
}

/* En-tête */
#header {
	width: 100%;
}

	#header div {
		display: inline-block;
		vertical-align: top;
	}
	
	.ie7 #header div {
		display: inline;
		zoom: 1;
	}

	#header div.logo {
		text-align: center;
		width: 730px;
	}
	
		#header div.logo img {
			border: none;
			display: block;
			margin-left: 326px;
		}
		
		#header div.logo a + img {
			margin-top: 13px;
		}

	#header div.numVertCGOS {
		width: 1003px;
		height: 100px;
		margin-left: -50px;
	}
	
	#header div.menu {
		width: 170px;
	}
	
		#header div.menu ul {
			list-style-type: none;
			margin: 18px 0 0;
			padding: 0;
		}
		
			#menu-droite ul li {
				text-align: right;
			}

				#header div.menu ul li a {
					color: #666;
					font-family: 'LeagueGothic', Arial, Helvetica, sans-serif;
					font-size: 1em;	/* 15 px */
					font-weight: normal;
					letter-spacing: 1px;
					text-decoration: none;
				}
				
				#header div.menu ul li a:hover {
					color: #a7d30e;
					text-decoration: underline;
				}

/* Fil d'ariane */
#ariane {
	font-size: 0.625em;	/* 10px */
	margin: 10px auto 5px;
	text-align: left;
	width: 100%;
}

	#ariane ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#ariane li {
		display: inline-block;
	}
	
	.ie7 #ariane li {
		display: inline;
		zoom: 1;
	}
	
		#ariane li + li {
			margin-left: 5px;
		}

	#ariane a {
		color: #666;
		text-decoration: none;
	}
	
		#ariane a:hover {
			color: #A7D30E;
			text-decoration: underline;
		}

/* Contenu */
#content {
	height: 570px;
	position: relative;
	width: 100%;
	margin-left:-50px;
	width:1003px;
	clear: both;
}
	#content h1 {
		border-bottom: 1px solid #666;
		font-family: 'LeagueGothic', Arial, Helvetica, sans-serif;
		font-size: 1.5em;	/* 24px */
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1.25em;	/* 30px */
		margin: 0 0 15px;
		text-align: left;
	}
	
	#content h1.formulaire_titre {
		margin-bottom: 0;
	}
	
	#content h4 {
		font-size: 0.75em;	/* 12px */
		line-height: 1.25em;	/* 15 px */
		margin: 0;
	}
	
	#content p.formulaire_informations {
		font-size: 0.6875em;	/* 11px */
		margin: 0 0 15px;
	}

	#acc-gauche {
		float: left;
		width: 186px;
		height: 575px;
		background-color: #a0a4a8;
		position: relative;
	}

	#acc-gauche img.choix {
		margin-top: 5px;
		margin-left: 13px;
	}

	/* Menu */
	#menu {
		bottom: 0;
		position: absolute;
		top: 90px;
		z-index: 10;
		height: 180px;
	}
		.ie7 #menu {
			z-index: 10;
		}

		#menu ul {
			list-style-type: none;
			margin-left: 20px;
			margin-top: 0px;
			padding: 0;
			text-align: left;	
		}

		#menu ul + ul {
			margin-top: 16.5px;
		}

		#menu li {
			position: relative;
			z-index: 20;
			font-size: 19px;
			font-family: 'LeagueGothic', Arial, Helvetica, sans-serif;
			z-index: 20;
			width: 145px;
			padding-left: 5px;
			margin-top: 3px;
			padding-top: 2px;

		}

		.ie7 #menu li {
			height: 18px;
		}

		#menu a {
			color: #ffffff;
			text-decoration: none;
			z-index: 20;
		}

		#menu li.decouverte {
			background-color: #4c7e82;
		}

		#menu li.fetes {
			background-color: #7366a3;
		}
		
		#menu li.exploration {
			background-color: #634310;
		}
		
		#menu li.liberte {
			background-color: #61a0d2;
		}
		
		#menu li.aventure {
			background-color: #947a2b;
		}
		
		#menu li.croisieres {
			background-color: #42578d;
		}

		#menu div.sous-menu {
			display: none;
			left: 152px;
			position: absolute;
			padding-left: 14px;
			top: 0;
			width: 225px;
			z-index: 20;
		}

		#menu div.sous-menu:before {
			border: 12px solid transparent;
			content: '';
			height: 0;
			left: -6px;
			position: absolute;
			margin-top: 3px;
		}

		#menu div.sous-menu.decouverte:before {
			border-right-color: #4c7e82;
		}

		#menu div.sous-menu.fetes:before {
			border-right-color: #7366a3;
		}
		
		#menu div.sous-menu.exploration:before {
			border-right-color: #634310;
		}
		
		#menu div.sous-menu.liberte:before {
			border-right-color: #61a0d2;
		}
		
		#menu div.sous-menu.aventure:before {
			border-right-color: #947a2b;
		}
		
		#menu div.sous-menu.croisieres:before {
			border-right-color: #42578d;
		}

		#menu div.sous-menu ul {
			text-align: left;
		}

			#menu div.sous-menu li {
				width: 200px;
			} 

			#menu div.sous-menu li.titre-sous-menu {
				cursor: default;
				color: #ffffff;
			}

			#menu div.sous-menu a {
				color: #ffffff;
			}

			#menu div.sous-menu.decouverte ul {
				background-color: #4c7e82;
				border-color: #4c7e82;
			}

			#menu div.sous-menu.fetes ul {
				background-color: #7366a3;
				border-color: #7366a3;
			}
		
			#menu div.sous-menu.exploration ul {
				background-color: #634310;
				border-color: #634310;
			}
			
			#menu div.sous-menu.liberte ul {
				background-color: #61a0d2;
				border-color: #61a0d2;
			}
			
			#menu div.sous-menu.aventure ul {
				background-color: #947a2b;
				border-color: #947a2b;
			}
			
			#menu div.sous-menu.croisieres ul {
				background-color: #42578d;
				border-color: #42578d;
			}

			#menu div.sous-menu.decouverte li:hover {
				background-color: #395e61;
			}
			
			#menu div.sous-menu.fetes li:hover {
				background-color: #564c7a;
			}
			
			#menu div.sous-menu.exploration li:hover {
				background-color: #4a320c;
			}
			
			#menu div.sous-menu.liberte li:hover {
				background-color: #49789d;
			}
			
			#menu div.sous-menu.aventure li:hover {
				background-color: #6f5b20;
			}
			
			#menu div.sous-menu.croisieres li:hover {
				background-color: #31416a;
			}

			#menu div.sous-menu li.titre-sous-menu:hover {
				background-color: transparent;
			}

	/* Menu du bas */
	#menu-bas {
		bottom: 0;
		position: absolute;
		top: 250px;
		z-index: 10;
		height: 137px;
	}
		.ie7 #menu-bas {
			z-index: 10;
		}

		#menu-bas ul {
			list-style-type: none;
			margin-left: 20px;
			margin-top: 0px;
			padding: 0;
			text-align: left;		
		}

		#menu-bas ul + ul {
			margin-top: 16.5px;
		}

		#menu-bas li {
			position: relative;
			z-index: 20;
			font-size: 18px;
			font-family: 'LeagueGothic', Arial, Helvetica, sans-serif;
			margin-right: 0px;
			z-index: 20;
		}

		#menu-bas a {
			color: #ffffff;
			text-decoration: none;
			z-index: 20;
		}

		#menu-bas a:hover {
			color:#667180;
		}

	#acc-gauche img.concours {
		margin-top: 330px;
		margin-left: 20px;
	}

	#acc-gauche a{
		height: 170px;
	}

	#acc-droite {
		float :left;
		width: 817px;
		height: 575px;
	}

	/*#content div.bloc {
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 10px #000;
			-moz-box-shadow: 0 0 10px #000;
			-webkit-box-shadow: 0 0 10px #000;
		height: 100%;
		text-align: left;
		width: 100%;
	}
	
	.oldie #content div.bloc {
		background-color: #fff;
	}*/

/* Pied de page */
#footer {
	font-size: 8px;	/* 10px */
	margin: -35px 100px;
	text-align: center;
	width: 100%;
	float: left;

}

	#footer a {
		color: #666;
		margin: auto 2px;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #a7d30e;
		text-decoration: underline;
	}
	
	#footer img {
		border: none;
		max-height: 25px;
		vertical-align: -7px;
	}