nav {
	height: 55px;
	background-color: #ffffff;
	position: -webkit-sticky;
	z-index: 1;
	border-bottom: 1px solid #e2e2e2;

}

.sticky
{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

nav > div
{
	margin: auto;
	width: 100%;
	max-width: 900px;
}

nav > a
{
	width: 55px;
	height: 55px;
}

nav > a > img
{
	width: 55px;
	height: 55px;
}

nav > div > ul
{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	display: inline-block;

	position: relative;
	top: -20px;
}

nav > div > ul > li
{
	list-style: none;
	display: inline-block;
	color: #ffffff;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


nav > div > ul > li  > a
{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 0px 12px;
	text-transform: uppercase;

}

nav > div > ul > li  > a:hover
{
	color: #39a5d9;
}



#slider
{
	width: 100%;
	height: 350px;
	position: absolute;

	z-index: 102;
	margin: 100px 0px 0px 0px;
	display: block;
}


.slide
{
	position: absolute;
	overflow: hidden;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 50px;

	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}

#logo-top
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo-top-right
{
	position: absolute;
	top: 0px;
	left: calc(100% - 200px);
	z-index: 500;
}

#logo-top-right > a
{
	display: block;
	cursor: pointer;
}

#logo-top-right > a:first-child
{
	width: 200px;
	height: 135px;
	background: url(images/btnJeParticipe.jpg) no-repeat;
	margin-bottom: 10px;
	background-size: cover;
	-webkit-background-size: cover;
}

#logo-top-right > a:nth-child(2)
{
	width: 200px;
	height: 153px;
	background: url(images/btnRencontres.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}


#logo-top-right > a:first-child:hover
{
	background: url(images/btnJeParticipeHover.jpg);
	background-position: 0 -1px;
	background-size: cover;
	-webkit-background-size: cover;
}

#logo-top-right > a:nth-child(2):hover
{
	background: url(images/btnRencontresHover.jpg);
	background-size: cover;
	-webkit-background-size: cover;
}

#live-btn
{
	position: absolute;
	top: 0px;
	width: 270px;
	background: #050505;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	z-index: 1000;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}

#live-full
{
	margin-top: 10px;
	padding: 10px;
	width: 250px;
	background: white;
	position: relative;
	color: #000000;
	text-align: left;
	font-weight: normal;
	display: none;
	font-size: 14px;
}


#live-btn ul, #live-btn li
{
	list-style: none;

}

#live-btn a
{
	color: #39a5d9;
	cursor: pointer;
}

#live-btn .fs-details
{
	display: block;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 15px;
}


#logos-bottom
{
	position: absolute;
	top: calc(100% - 80px);
	left: calc(100% - 300px);
	height: 68px;
	width: 300px;
}



.sectiontxt
{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #707070;
}

.sectiontxt h2
{
	color: #707070;
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom : 15px;
}

.sectiontxt2 h2
{
	color: #ffffff;
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom : 15px;
}




/* h3
{
text-align: center;
display: block;
font-size: 20px;
font-weight: 300;
margin-bottom : 15px;
} */






.sectiontxt a, .sectiontxt2 a
{
	color: #db1f2e;
}

#photo
{
	background: #000000;
	margin: auto;
	position: relative;

}


/* #concours, #edition2014, #Participants1118, #participations, #inscription, #whois, #presse, #partenaires
{
background: #ffffff;
padding: 70px 0px 30px 0px;
top: 0;
margin: 0px auto;
width: 100%;
max-width: 900px;
text-align: justify;
} */

#rencontres, #enseignantsparents
{
	background: #333333;
	color: #ffffff;
	padding: 70px 0px 30px 0px;
	top: 0;
	margin: 0px auto;
	width: 100%;
	text-align: justify;
}

#rencontres > div, #enseignantsparents > div, #whois > div, #presse > div
{
	max-width: 900px;
	margin: auto;
}


/*
#rencontres
{
background: #0000FF;
padding: 30px 0 30px;
top: 0;
margin: 15px auto;
width: 100%;
max-width: 900px;
text-align: center;

height: 500px;
}

*/

.partenaire
{
	border-bottom: 5px solid #39a5d9;
	display: inline-block;
}














.image > .detail
{
	top: 0px;
	left: 0px;
	background: rgba(35,31,32,0.6);
	z-index: 5;
	display: none;
}

.image > .detail > a
{
	z-index:10;
	display: inline-block;
	color: #ffffff;
	text-align: center;
}


.image:hover  .detail
{
	display: block;
}













.blue
{
	color: #39a5d9;
}

.redColor
{
	color: #db1f2e;
}


input[type="text"]
{
	border: 1px solid #707070;
	padding : 5px;
	width: 300px;
	color: #707070;
}

.label
{
	text-align: right;
	width: 300px;
	padding-right: 15px;
}

label
{
	color: #39a5d9;
	font-weight: bold;
}

select
{
	border: 1px solid #707070;
	color: #707070;
	padding : 5px;
	width: 300px;
}

input[type="submit"]
{
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	background: #39a5d9;
	padding: 10px;
	cursor: pointer;
}

#btnCarte
{
	display: block;
	background: url(images/blueCarte.png) no-repeat;
	background-position: 751px 0;
	height: 93px;
	line-height: 98px;
	text-align: center;
	font-size: 19px;
	color: #db1f2e;
}

#btnCarte:hover
{
	background: url(images/whiteCarte.png) no-repeat;
	background-position: 751px 0;
}
.erreur
{
	color: #ff0000;
}

.valide
{
	color: #00ff00;
}
