
/* Reset css Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Style Info */
body, html {
	width:100%;
	height:100%;
}
body {
	position:relative;
	background:#333;
	font-family: 'Droid Serif', Georgia, Times, serif;
	color:#fff;
	font-size:11px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

#trame, #gradient {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
#trame {
	background:url('/img/design/trame.png');
	z-index:10;
}
#gradient {
	background:url('/img/design/gradient.png') repeat-x;
	z-index:20;
}

#main {
	position:relative;
	width:720px;
	margin:0 auto;
	z-index:50;
}

#video-bgd {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top:0;
	left:0;
}
header h1 {
	padding:18px 0 0;
}
header h1 a#logo {
	display:block;
	float:left;
	width:269px;
	height:28px;
	text-indent:-10000px;
	background:url('/img/design/logo.png') no-repeat;

}
a.langs {
	display:block;
	float:left;
	font-weight:normal;
	height:12px;
	width:20px;
	font-style:italic;
	background:transparent;
	color: #fff;
	margin-left:2px;
	padding:3px 0 5px;
	font-size:12px;
	text-decoration: none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
}
a.langs:hover, a.langs.active {
	background:#ddd;
	color: #333;
}

#menu {
	position : absolute;
	top:30px;
	right:0;
}
#menu li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}
#menu li a {
	background-color:transparent;
	color: #fff;
	padding:3px 6px;
	margin-left:8px;
	font-size:14px;
	text-decoration: none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}	
#menu li a:hover, #menu li a.active {
	background-color:#ddd;
	color: #333;
	text-decoration: none;
}


footer {
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:70;
}
footer a {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
	text-indent:-10000px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position: top left;
}
	footer a#fb { background-image:url('/img/design/fb.png'); }
	footer a#twt { background-image:url('/img/design/twt.png'); }
	footer a#info { background-image:url('/img/design/info.png'); }
	footer a.close { 
		background-image:url('/img/design/close.png');
		position:absolute;
		bottom:0;
		right:0;
	}
	footer a:hover { background-position: top right; }
	
	footer #mentions {
		display:block;
		position:absolute;
		bottom:0;
		right:0;
		width:300px;
		padding:5px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		background:url('/img/design/alpha.png');
	}

/*////*/

h2#statement {
	clear:both;
	font-size:15px;
	line-height:20px;
	font-style:italic;
	font-weight:normal;
	color:#0f3;
	padding:25px 0 15px;
}
#decorum {
	position:relative;
	width:100%;
	height:50px;
}
hr#d-left, hr#d-right {
	position:absolute;
	width:325px;
	top:24px;
	margin:0;
}
hr#d-left { left:0; }
hr#d-right { right:0; }
#pickle {
	position : relative;
	width:70px;
	height:50px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
}

#board {
	margin:15px 0;
	overflow:hidden;	
}

.wrap-icon {
	position:relative;
	width:120px;
	height:120px;
	float:left;
	text-align:center;
}

.icon {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100px;
	height:100px;
	margin:10px;
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-10000px;	
}
/*
a.icon:hover {
	background-position:right center;	
}
*/
.wrap-icon span.puce {
	display:block;
	position:absolute;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	background-position:right top;
	text-indent:-10000px;
	top:0;
	right:0;
}
.puce.encours {
	background-image:url('/img/design/encours.png');
}
.puce.nouveau {
	background-image:url('/img/design/nouveau.png');
}

h3.year {
	margin:15px 0;
	font-family: Georgia, Times, serif;
}

h3.year a {
	background:#0f3;
	color: #fff;
	margin-top:10px;
	padding:2px 8px 4px;
	font-size:30px;
	text-decoration: none;
	font-weight:normal;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
}		

h3.year[tabindex='-1'] a {
	background:#000;
	color: #fff;
	font-size:14px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
h3.year a:hover {
	background:#ddd;
	color: #333;
}
.ref {
	display:block;
	color:#bbb;
	padding-left:55px;
	font-size:14px;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 37px 2px;
	background-image:url('/img/design/croix_link.png');
}
.ref:hover {
	color:#fff;	
}
a.ref:hover {
	background-image:url('/img/design/croix_hover.png');
}
.ref:hover span {
	color:#0f3;	
}
.encours {
	background-image:url('/img/design/rond.png');
}
	a.encours:hover {
		background-image:url('/img/design/rond_hover.png');
	}

#ContactSendForm {
	margin-top:30px;
	width:515px;
}


#ContactSendForm div.text {
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	margin:0 0 18px;
	background:url('/img/design/alpha.png');
	color:#fff;
}

#ContactSendForm label {
	width:auto;
	float:left;
	font-size:14px;
	padding:8px 10px;
	text-align:left;
	font-style:italic;
	color:#595959;
}

#ContactSendForm input {
	border:none;
	width:420px;
	background-color:transparent;
	color:#fff;
	padding:0 0 0 10px;
	margin:8px 0;
}

#ContactSendForm .textarea label {
	clear:both;
	background:url('/img/design/alpha.png');
	padding:8px 10px 4px;
	-webkit-border-top-left-radius:13px;
	-webkit-border-top-right-radius:13px;
	-moz-border-radius-topleft:13px;
	-moz-border-radius-topright:13px;
}
#ContactSendForm textarea {
	border:none;
	width:100%;
	color:#fff;
	padding:8px;
	-webkit-border-radius:13px;
	-webkit-border-top-left-radius:0;
	-moz-border-radius:13px;
	-moz-border-radius-topleft:13px;
	background:url('/img/design/alpha.png');
}

#ContactSendForm input[type='submit'] {
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	width:auto;
	background-color:#000;
	color:#ddd;
	font-family: Georgia, Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	padding:6px 12px;
	margin:18px 0 0;
}
#ContactSendForm input[type='submit']:hover {
	background-color:#ddd;
	color:#333;
}
#flashMessage {
	display:inline;
	width:auto;
	margin:20px 0 0 10px;
	font-size:12px;
	background:#000;
	color:#0f3;
	padding:2px;
}
#send-error {
	margin:5px 0 0 10px;
	color:#ddd;
	font-size:11px;
}
#send-error li, #send-error span {
	display:inline;
	background:#000;
	padding:2px;
}
.error-message {
	display:none;
}
