/*
Theme Name: ALT Wan
Description: a dark theme with a marble font
Version: 1.0
Author: Ameil Erwan 

----------------------------------------------------------------------*/
/* Reset
----------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td{
	margin: 0; padding: 0;
}
header, footer, section, article, figure, aside, nav{
	display:block;
}
/* Basic Elements
----------------------------------------------------------------------*/
body{
	background: black no-repeat center top url("images/damier-plus.png");
	color: white;
	font-family:  Verdana,"Arial", "Trebuchet MS","Century Gothic", "Lucida Granda","Georgia","Verdana",sans-serif;
	font-size: 12px;
	width: 100%;
}
h1{
	font-family:  "Courier New", "Trebuchet MS","Century Gothic", "Lucida Granda","Georgia","Verdana",sans-serif;
	color: black;
	text-align: center;
}
a img{
	border: none;
}
a:link, a:visited{
	color: #6086b5;
	text-decoration: none;
}
a:hover{
	color: #eeeeee;
}
p{
	padding: 10px;
}
p:first-letter{
	margin-left: 20px;
}

/* Barre identification
----------------------------------------------------------------------*/
#identification{
	height: 30px;
	float: right;
	padding-top: 5px;
 	text-align: right;
 	font-size: 0.8em;
	margin-right: 50px;
	list-style: none;
}

#identification li{
	display: inline;
	margin-left: 10px; 
	font-weight: bold;
}
#preinscription{
	float: right;
	clear: right;
 	font-size: 14px;
	margin-right: 55px;
	font-weight: bold;
}

#identification2{
	height: 30px;
	float: right;
	padding-top: 5px;
 	text-align: right;
	margin-right: 50px;
	list-style: none;
}

#identification2 li{
	display: inline;
	margin-left: 10px;
	float: left;
}



/* Navigation menu
----------------------------------------------------------------------*/
header{
	background: no-repeat center url("images/LogoAlt.png");
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 150px;
	text-align: center;
}
#navigation{
	list-style: none;
	padding-top: 120px;
	font-weight: bold;
	font-size: 1.2em;
}
#navigation li{
	display: inline;
	margin-left: 10px;
}
#subheader, #subheader2{
	margin:	auto;
	height: 30px;
	margin-bottom: 15px;
	text-align: center;
	width: auto;

	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	box-shadow: 2px 2px 6px #000000;
	-moz-box-shadow: 2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 6px #000000;
	background: #121c2b;
	background: rgba(18, 28, 43, 0.87);
}
#subnavigation{
	list-style: none;
	padding-top: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
#subnavigation li{
	display: inline;
	margin-left: 10px;
}
/* Round-corner boxes
----------------------------------------------------------------------*/
.box{
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	box-shadow: 2px 2px 6px #000000;
	-moz-box-shadow: 2px 2px 6px #000000;
	-webkit-box-shadow: 2px 2px 6px #000000;
	background: #121c2b;
	background: rgba(18, 28, 43, 0.87);
	text-align: justify;
	margin: 10px;
	padding: 10px;
}
.normal{
	width: 520px;
}
.midsmall{
	width: 420px;
}
.small{
	width: 370px;
}
.medium{
	width: 440px;
}

.huge{
	width: 600px;
}

.box h2{
	background: #171717;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.box li {
	margin : 2px;
	margin-left: 40px;
}

/* Content
----------------------------------------------------------------------*/
#marbre{
	background: repeat-x center top url("images/fond_marbre_reduced.jpg");
	padding-top: 30px;
	border-bottom: solid 3px grey;
	min-height: 650px;
}
section{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
/* Accueil
----------------------------------------------------------------------*/
#video{
	margin-top: 50px;
	padding: 12px;
	float: right;
}
#partenaires{
	text-align: center;
	margin-top: 30px;
}
.logoAccueil
{
	margin: 10px;
}
/* News
----------------------------------------------------------------------*/

.a_gauche
{
float: left;
}

.affiche
{
float: right;
width: 350px;
}

/* Pre-inscription
----------------------------------------------------------------------*/
#javascript{
	padding: 10px;
	border: 2px solid #ff0000;
	color: #fff;
	background-color: #ff1111;
	width: 350px;
}
.centered{
	text-align: center;
}
#formulaire label{
	float: left;
	width: 200px;
	padding:0 1em;
	text-align:right;
}
#formulaire input{
	margin-bottom: 7px;
}
#formulaire textarea{
	width: 250px;
}
#checkbox{
	font-size: 12px;
}
#checkbox input{
	margin: 0px;
}
#boutons-form{
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.champObligatoire{
	color: #6086b5;
	font-weight: bold;
	font-size: 0.8em;
}
#confirmation{
	height: 400px;
	width: 400px;
}
/* Tournois
---------------------------------------------------------------------*/
.colonne_droite{
	float: right;
	clear: right;
}
#calcul_points{
	width: 300px;
}
#calcul_points .tableau{
	margin-bottom: 0px;
}
.tableau{
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}
thead tr{
	height: 30px;
	background: #171717
}
.column_smal_width{
	width: 100px;
}
.ligne1{
	background: #4f5c6b;
}
.ligne2{
	color: black;
	background: #b2b3b5;
}
#animations{
	clear: right;
	float: right;
}


/* Lots
---------------------------------------------------------------------*/

.titre_tableau
{
	height: 20px;
	background: #171717
}

td
{
	padding : 2px;
}

/* Association
---------------------------------------------------------------------*/
.center{
	margin: auto;
	display: block;
	margin-bottom: 15px;
}
#association{
	margin: auto;
	display: block;
}
#photo_association{
	margin-bottom: 20px;
	width: 805px;
	height: 586px;
}
blockquote{
	border-left: 3px solid #DDD;
	color: #eeeeee;
	font-style: italic;
	padding-left: 20px;
}
/* Partenaires
----------------------------------------------------------------------*/
.logo_partenaire{
	float: left;
}
#colonne_gauche{
	float: left;
	width: 450px;
}
#bottom{
	clear: both;
}
/* Plan lieu
---------------------------------------------------------------------*/

#plan_lieu{
	margin-bottom: 20px;
	width: 805px;
	height: 601px;
}

/*Page inscrits
----------------------------------------------------------------------*/

#tableauI{
	margin: auto;
	background: #252d37;
}

#tableauI td,th{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.fleche{
	width: 20px;
}


/* Interface utilisateur
----------------------------------------------------------------------*/
#tabInfos{
	margin:auto; 
	margin-bottom: 20px;
	background: white;
}

#tabInfos td{
	background: #2d3949;
	padding: 5px;
}


/* Footer
----------------------------------------------------------------------*/
footer{
	clear:both;
	font-family :"Segoe UI","Lucida Granda","Trebuchet","Trebuchet MS","Verdana",sans-serif;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	color: #999;
	margin-bottom: 50px;
}

#Air-EISTI{
	float: right;
}
