@font-face {
	font-family:'Geo';
	src: url('../../polices/geo/geosanslight-webfont.eot');
	src: url('../../polices/geo/geosanslight-webfont.woff') format('woff'),
	url('../../polices/geo/geosanslight-webfont.svg#Geo Sans Light') format('svg'),
	url('../../polices/geo/geosanslight-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

body {
	padding:0px;
	margin:0px;
	width:100%;
    font-family:"Geo";
}

#menuMob {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.9);
	z-index:1002;
}

.elementMenuMob {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	margin:0px;
	text-align:right;
	vertical-align:middle;
	background-color:rgba(255,255,255,1);
}

.elementMenuMob a {
	color:#fff;
	vertical-align:center;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
}

.vide {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	background-color:#fff;
	opacity:0;
	height:50px;
}

.texte {
	line-height:40px;
}

.texte .titre {
	display:block;
	background-color:rgba(255,255,255,0.6);
	width:100%;
	color:#fff;
}
.texte p {
	text-indent:40px;
}

.texte b {
	font-size:48px;
	font-weight:600;
}

.agenda p {
	display:inline;
}

.agenda .entete {
	background-color:rgba(255,255,255,0.2);
	padding:-10px;
	margin:-10px;
	font-size:50px;
	text-align:center;
	font-variant:small-caps;
}

.agenda .date {
	font-size:26px;
	font-weight:600;
	/*text-decoration:underline;*/
}

.agenda .titre {
	font-size:24px;
}

.agenda .desc {
	margin-left:50px;
	font-size:22px;
	color:#faa;
	margin-bottom:20px;
}

.agenda a {
	color:#fff;
	/*text-decoration:none;*/
}

.palmares p {
	display:inline;
}

.palmares .entete {
	background-color:rgba(255,255,255,0.2);
	padding:-10px;
	margin:-10px;
	font-size:50px;
	text-align:center;
	font-variant:small-caps;
}

.palmares .date {
	font-size:28px;
	font-weight:300;
	text-decoration:underline;
}

.palmares .titre {
	font-size:24px;
}

.palmares .desc {
	margin-left:50px;
	font-size:24px;
	color:#fff;
}

.palmares a {
	color:#fff;
	/*text-decoration:none;*/
}

.palmares p {
	display:inline;
}

#entete {
	background-color:rgba(255,255,255,0.6);
	height:100px;
}

.element {
	border-bottom:2px solid transparent;
}
.element:hover {
	border-bottom:2px solid #fff;
	cursor:pointer;
	color:#a00;
}

.element a {
	text-decoration:none;
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	margin-top:10px;
}

.element a:hover {
	color:#fff;
}

h2 {
	background-color:rgba(255,255,255,0.4);
	color:#fff;
	font-weight:300;
	padding:10px;
}

.formulaire input {
	border:1px solid #eee;
	line-height:20px;
	background-color:rgba(255,255,255,0.6);
}

.formulaire textarea {
	border:1px solid #eee;
	line-height:20px;
	background-color:rgba(255,255,255,0.6);
}

.formulaire .entete {
	width:100%;
	background-color:rgba(255,255,255,0.4);
}

.formulaire .libelle {
	vertical-align:top;
	text-align:right;
	font-size:20px;
}

.formulaire .submit {
	background-color:rgba(255,255,255,1);
	color:#555;
	font-size:18px;
}

.formulaire .submit:hover {
	cursor:pointer;
}

.lienbloc:hover {
	background-color:rgba(255,255,255,0.3);
	padding:-20px;
}

.donnees .action {
	background-color:rgba(200,0,255,0.6);
}

.donnees input {
	border:1px solid #eee;
	line-height:20px;
	background-color:rgba(255,255,255,0.6);
}

.donnees textarea {
	border:1px solid #eee;
	line-height:20px;
	background-color:rgba(255,255,255,0.6);
}

.donnees .entete {
	width:100%;
	background-color:rgba(200,0,255,0.6);
	color:#fff;
}

.donnees .libelle {
	vertical-align:top;
	text-align:right;
	font-size:20px;
}

.donnees .submit {
	background-color:rgba(255,255,255,1);
	color:#555;
	font-size:18px;
}

.donnees .submit:hover {
	cursor:pointer;
}

.donnees .ligneP {
	background-color:rgba(200,0,255,0.1);
}

.donnees .ligneI {
	background-color:rgba(200,0,255,0.2);
}

.donnees .action {
	background-color:rgba(200,0,255,0.6);
	text-align:right;
}

.messageOK {
	background-color:rgba(0,255,0,0.6);
	text-align:center;
}

.bloc {
	position:relative;
	float:left;
	width:100%;
	background-color:rgba(255,255,255,0.8);
}
