* {
	padding: 0px;
	margin: 0px;
}

html {
	background-image: url(images/Background.jpg);
}

body {
	background-image: url(images/ColorBanner.png);
	background-position: 0 80px;
	background-repeat: repeat-x;
	font-family: helvetica;
	padding-bottom: 100px;
}

#wrap {
	width: 980px;
	margin: 0 auto;
}

#NotReady {
	width: 100%;
	padding: 10px 0;
	color: white;
	background-color: #208c9c;
	font-size: 17pt;
	text-align: center;
}

#top {
	width: 800px;
	height: 80px;
	margin: 0 90px;
}

	#VersionFestival {
		background-image: url(images/35eFestival.png);
		width: 230px;
		height: 80px;
		float: left;
	}
	
	#nav {
		background-image: url(images/NavBar.png);
		width: 570px;
		height: 80px;
		float: left;
	}

#logo {
	width: 1000px;
	height: 320px;
	margin-left: -10px;
	background-image: url(images/LogoWhiteLight.png)
}

#contentleft {
	width: 300px;
	float: left;
	margin-left: 90px;
}

#contentright {
	width: 460px;
	float: left;
	margin-right: 90px;
	padding: 0 35px 15px 5px;
}

.clear {
	clear: both;
}

#footer {
	width: 980px;
	height: 200px;
	background: grey;
}

/*
	===============    NAV
*/

#nav ul li {
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 32px 0 0 24px;
	color: white;
	font-family: helvetica;
	font-weight: bold;
	font-size: 10pt;
}

#nav ul li a {
	color: white;
	text-decoration: none;
}

/*
	===============    RSS
*/

#rss {
	display: block;
	width: 300px;
	height: 60px;
	background-image: url(images/RSS.png);
	background-repeat: no-repeat;
}

/*
	===============    IDENTIFICATION
*/

#identification {
	width: 240px;
	height: 120px;
	padding: 20px 30px;
	background-image: url(images/Identification.png);
}

#identification h2 {
	font-size: 12pt;
	margin-bottom: 17px;
}

#identification span#loggedout input.go {
	width: 40px;
	color: white;
	font-weight: bold;
}

#identification span#loggedout input {
	width: 190px;
	height: 20px;
	margin: 3px 20px;
	border: 1px solid #ddd;
}

#identification span a#benevole { //Bénévole?
	color: #208c9c;
	text-decoration: none;
	font-style: italic;
	font-size: 9pt;
	float: right;
	display: block;
	margin: -21px 10px 0 0;
	padding: 2px;
}

#identification a:link{color: #208c9c;}
#identification a:visited{color: #208c9c;}
#identification a:active{color: #208c9c;}
#identification a:hover{color: #fff; background-color: #208c9c;}

#identification span#loggedin * {
	display: block;
	width: 240px;
}

#identification span#loggedin a {
	text-decoration: none;
	font-style: italic;
	font-size: 9pt;
	display: block;
}

/*
	===============    COMMANDITAIRES
*/

#commanditaires {
	width: 270px;
	height: 1110px;
	background-image: url(images/Commandites.png);
	background-repeat: no-repeat;
	margin: 0 14px;
}

/*
	===============    CONTACT
*/

#contact {
	width: 240px;
	height: 120px;
	padding: 20px 30px;
	background-image: url(images/Identification.png);
}

#contact h2 {
	font-size: 13pt;
}

#contact p {
	font-size: 10pt;
	margin: 6px 0;
}

/*
	===============    GENERAL TYPOGRAPHY
*/

#contentright {
	color: black;
	font-family: helvetica;
}

#contentright h1 {
	width: 100%;
	padding: 5px 0;
	margin: 2px 0 20px 0;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

#contentright h2 {
	margin: 2px 0 8px 0;
	font-size: 14pt;
	font-weight: bold;
}

#contentright p {
	font-size: 11pt;
	line-height: 16pt;
	text-align: justify;
}
	#contentright p.right {
		text-align: right;
	}

#contentright a {
	color: #208c9c;
	/*color: white;*/
	text-decoration: none;
	font-style: italic;
}

#contentright a:hover {
	text-decoration: underline;
}

#contentright ul {
	list-style: none;
	font-size: 11pt;
}

#contentright ul li {
	margin : 0 0 20px 40px;
	width: 340px;
}

#contentright ul li .title {
	display: block;
}

#contentright ul li a {
	font-size: 9pt;
	margin: 0 10px;
}

#contentright ul li .update {
	font-size: 9pt;
}

/*
	===============    ACCUEIL
*/

#contentright.accueil .caldate {
	font-size: 10pt;
	font-style: italic;
	color: #6f6b5c;
}

#contentright.accueil img.smilies {
	height: 11pt;
	margin: 0;
}

#contentright.accueil .post {
	margin-bottom: 20px;
	border-bottom: 1px solid #6f6b5c;
}

#contentright.accueil a.prev {
	font-size: 12pt;
	color: black;
	text-decoration: none;
	float: left;
}

#contentright.accueil a.next {
	font-size: 12pt;
	color: black;
	text-decoration: none;
	float: right;
}

#contentright.accueil a:hover {
	text-decoration: underline;
}


/*
	===============    Mot de présentation
*/

#contentright.presentation p {
	margin: 0 0 11pt 0;
}

/*
	===============    Exécutif
*/

#contentright.organisation h1 {
	margin-bottom: 20px;
}

#contentright.organisation .member {
	width: 460px;
	border-bottom: 1px solid #6f6b5c;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

#contentright.organisation img {
	width: 255px;
	height: 190px;
	float: left;
	margin: 0 122px 10px 122px;
}

#contentright.organisation .title {
	float: left;
	width: 460px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3pt;
}

#contentright.organisation .shortdescription {
	float: left;
	width: 460px;
	font-size: 10pt;
}

#contentright.organisation .email {
	float: left;
	width: 460px;
	font-size: 8pt;
	text-decoration: none;
	font-size: 9pt;
}

#contentright.organisation .longdescription {
	float: left;
	width: 460px;
	font-size: 10pt;
	margin-top: 20px;
}

#contentright.organisation a:hover {
	text-decoration: underline;
}

/*
	===============    Benevolat
*/

#contentright.benevolat ul.centered {
	width: 450px;
	margin-bottom: 20px;
}

#contentright.benevolat ul.centered li {
	margin : 1px 0 1px 0px;
	width: 450px;
}

#contentright.benevolat ul.centered li span.quota {
	display: block;
	float: left;
	width: 240px;
	text-align: right;
	margin-right: 10px;
}

#contentright.benevolat ul.centered li span.points {
	display: block;
	float: left;
	width: 200px;
}

#contentright.benevolat ul.nolinks {
	margin-bottom: 20px;
	list-style-type: circle;
}

#contentright.benevolat ul.nolinks li {
	margin : 1px 0 1px 40px;
}

#contentright.benevolat ul.nolinks li a {
	margin : 0;
	font-size: 11pt;
}

h2.addspacing {
	padding-top: 20px;
}

/*
	===============    Benevolat - inscription
*/

#contentright.inscription form {
	border: 1px solid #6f6b5c;
	padding: 10px;
	margin: 10px 0;
}

#contentright.inscription form label {
	display: block;
	width: 130px;
}

#contentright.inscription form input {
	width: 100%;
	margin-bottom: 10px;
}

#contentright.inscription form input.submit {
	border: 2px solid #fff;
	background-color: #208c9c;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
}

#contentright.inscription form select {
	width: 100%;
	margin-bottom: 10px;
}


/*
	===============    Acrostiche
*/

span.acrostiche b {
	font-size: 19pt;
	color: blue;
}

/*
	===============    Bilan Inscriptions
*/

h1#TitreBilan {
	width: 800px;
	text-align: center;
}

p#TexteBilan {
	width: 800px;
	text-align: center;
}

#contentleft.TableBilan {
	width: 0px;
	overflow: hidden;
}

table#TableBilan {
	width: 978px;
	margin: 20px 0 0 -96px;
	border: 1px solid black;
	border-collapse:collapse;
	font-size: 10pt;
	table-layout: fixed;
}

table#TableBilan td {
	border: 1px solid black;
}

table#TableBilan td.NomActivite {
	height: 30px;
	width: 100px;
	padding: 5px;
	font-size: 7pt;
	font-weight: bold;
}

table#TableBilan td.NomAsso {
	border: 1px solid black;
	width: 50px;
	text-align: center;
	overflow: hidden;
	font-size: 7pt;
	font-weight: bold;
}

table#TableBilan td.Inscrit {
	background-color: green;
	text-align: center;
	font-size: 7pt;
}

table#TableBilan td.PasInscrit {
	background-color: red;
}



/*
	===============    Gotcha!
*/

form#gotcha_login_form {
	float: left;
	width: 200px;
	margin: 0 100px;
}

form#gotcha_login_form label {
	width: 100px;
	display: block;
	float: left;
}

form#gotcha_login_form input {
	width: 200px;
	display: block;
	float: left;
}

form#gotcha_login_form input.submit {
	width: 80px;
	text-align: center;
	margin: 5px 60px;
}

a#boardlink {
	text-align: center;
}

.gotcha_user {
	padding: 20px;
	border: 1px solid black;
	margin-bottom: 20px;
}

.gotcha_user .user_pic {
	text-align: center;
	margin-bottom: 20px;
}

p.important {
	color: red;
}















