html, body {

	font-size: 1.1em;
	text-align: justify;
	background-color: #b0d2eb;
}

#venue img {

	width: 45%;
	max-width: 450px;

}

input {

	margin: 0 0 5px 0;

}

label {
	display: inline-block;
	width: 35%;
	text-align: left;
	margin: 0 0 5px 0;
}

ol {
	margin-left: 25px;
	padding: 0;
	display: block; 

}

ol li {

	padding: 4px;

}


.block {
	margin-bottom: 1.5em;
	padding: 1em 1em 1em 1em;
	border: 1px solid #e4e4ff;
}
.block:hover {
	border: 1px solid #d4d4ef;
}

.block h3 {
	margin-top: 1em;
}
.block .first {
	margin-top: 0;
}


a {

	color: #b0d2eb;
	text-decoration: none;

}

h3 {

	opacity: 0.6;

}

.first {

	margin-top: -15px;

}

.important {

	font-weight: bold;
	color: #3A01DF;

}

.cadre {

	background: #AAA;
	color: #000;
	border: 1px solid #000;
	padding: 1%;
	border-radius: 5px;

}

	.cadre h3 {

		color: #B40404;

	}

.commitees {

	font-size: 0.8em;
	opacity: 0.6;

}

.hover {

	font-size: 0.7em;
	z-index: 1;
	position: absolute;
	bottom: 10%;
	width: 85%;
	max-width: 450px;
	background: rgba(0, 0, 0, 0.5);
	color: #DDD;

}

#container #header #image {

	float: left;
	z-index: 0;
	position: relative;

}

#container #header #image img {

	width: 85%;
	max-width: 450px;

}

.cfp {

	font-size: 0.7em;
	opacity: 0.6;

}

.image {

	height: 0;

}

#logo {

	float: left;

}

#logo img {

	width: 70%;
	margin-left: 15%;
	margin-top: 1%;
	max-width: 454px;
	opacity: 0.8;

}

.tip {

	color: #fff;

	background:#1d1d1d;

	display:none; /*--Hides by default--*/

	padding:10px;

	position:absolute;	z-index: 1000;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	left: 0px;

}

#flags {

	position: absolute;
	right: 1%;

}

	#flags img {

		width: 100%;
		max-width: 35px;

	}

#container {

	margin: 0px auto;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	background: rgba(61, 61, 61, .75);
	color: white;

}

#container #header {

	margin: 0px auto;
	width: 100%;
	opacity: 1;

}

	#container #header a {

		color: #DDD;
		text-decoration: none;

	}

	#container #header #title {

		float: left;
		margin-top: 3%;
		position: relative;

	}

	#container #header .title {

		font-size: 2.8em;
		font-variant: small-caps;
		float: left;

	}

		#container #header .title a {

			color: #DDD;

		}

	#container #header .subtitle {

		font-size: 1.2em;
		font-weight: lighter;
		opacity: 0.8;
		border-bottom: 5px solid #FFF;

	}

	#container #header .submit {

		font-size: 1.5em;
		font-weight: normal;
		opacity: 0.8;

	}

		#container #header .submit a {

			text-decoration: none;
			color: #b0d2eb;
		
		}
		
                #container #header .title a:active {

                        color: #DDD;

                }

                #container #header .title a {

                        color: #DDD;

                }

	#container #header .date {

		font-size: 1em;
		font-variant: lower-case;
		float: left;

	}

	#container #header img {

		border: 0px;

	}

#footer {

	text-align: center;
	width: 100%;
	height: 0;
	position: relative;
	opacity: 0.7;
	margin: 0px auto;
	border-top: #292929 4px solid;

}

	#footer #logos {
	
		padding: 1%;
		position: relative;
		width: 75%;
		margin: 0px auto;
		
	}

#container #menu {

	margin: 0px auto;
	width: 100%;
	padding: 2px;
	text-align: left;
	height: 50px;
	background: #292929;
}

	#container #menu ul {

		display: block;
		margin-top: 12.5px;

	}

	#container #menu li {

		display: inline;
		list-style: none;
		padding: 15px;

	}

		#container #menu li.tba {

			opacity: 0.3;

		}

		#container #menu li a {

			color: #DDD;
	
		}

	#container #accueil {

                float: left;
                height: 100%;
                padding: 5px;

        }

	#container #page {

		float: left;
		width: 96%;
		height: 100%;
		padding: 15px;

	}

		#container #page ul li {

			list-style: circle;

		}

		#container #page img {

			border: 8px solid #FFF;

		}

	#container .infos {

		float: left;

	}

	#container .vert {

		float: left;

	}

	#container #infos li {

		list-style: none; 

	}

	p.vertical {

		color:#CCC;
		border:0px solid red;
		writing-mode:tb-rl;
		-webkit-transform:rotate(270deg);
		-moz-transform:rotate(270deg);
		-o-transform: rotate(270deg);
		white-space:nowrap;
		width:20px;
		height:20px;
		font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
		font-size:24px;
		font-weight:normal;
		text-shadow: 0px 0px 1px #333;

	}

.left {
		
	float: left;
		
}

.right {

	float: right;

}

.centre {

	text-align: center;

}	

@media screen and (max-width: 1599px) {

	.image img {

		width: 80%;
		max-width: 100px;
		float: right;
		margin-right: 10%;

	}

}	

@media screen and (min-width: 1600px) {

	.image img {

		width: 80%;
		max-width: 130px;
		float: right;
		margin-right: 10%;

	}

}
