a {
	text-decoration: none;
	color: black;
	border-bottom: solid 1px #b2b2b2;
}

li a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 75%;
	vertical-align: super;
	line-height: 0;
}

/*Zone utilisée*/
body {
	background-color: black;
	padding-bottom: 100px;
	font-family: "lucida grande", verdana, arial;
	font-size: 11px;
	line-height: 16px;
	color: black;
}

/*background-image*/
body.accueil div#tout {
	background: url("hall.jpg") no-repeat top right;
}
body.presentation div#tout {
	background: url("presentation.jpg") no-repeat top right
}
body.benevoles div#tout {
	background: url("benevole.jpg") no-repeat top right;
}
body.activite div#tout {
	background: url("conference3.jpg") no-repeat top right
}
body.quiz div#tout {
	background: url("quiz.jpg") no-repeat top right
}
body.don div#tout {
	background: url("dons.jpg") no-repeat top right
}
body.subvention div#tout {
	background: url("subvention.jpg") no-repeat top right
}
body.objets_promotionnels div#tout {
	background: url("tasses.jpg") no-repeat top right
}
body.annee2005 div#tout {
	background: url("2005.jpg") no-repeat top right;
}
body.annee2006 div#tout {
	background: url("2006.jpg") no-repeat top right
}
body.annee2007 div#tout {
	background: url("2007.jpg") no-repeat top right
}
body.nouvelles div#tout {
	background: url("nouvelles.jpg") no-repeat top right;
}
body.contact div#tout {
	background: url("contact.jpg") no-repeat top right;
}

div#tout {
	width: 820px;
	margin: auto;
}

	/*Bande du haut*/
	div#haut {
		width: 550px;
	}
	img#logo {
		float: left;
		margin: 30px 15px 10px 10px;
	}
	p#date-even {
		float: left;
		margin: 120px 0 0 15px;
		color: #fceb20;
		font-size: 15px;
	}

		/*menu du haut*/
		ul#menu {
			float: left;
			clear: left;
		}
		ul#menu li {
			float: left;
		}
		ul#menu a, ul#menu li.deroule {
			display: block;
			float: left;
			padding: 8px 10px;
			color: #e6e6e6;
			font-size: 11px;
			font-weight: normal;
			border-bottom: none;
		}
		ul#menu li.deroule {
			background: url("triangle.png") no-repeat right 15px;
			padding-right: 25px;
		}

		ul#menu img {
			margin: 0 5px;
			padding-bottom: 1px;
		}
		ul#menu a:hover, ul#menu li.deroule:hover {
			background-color: #333333;
			cursor: pointer;
		}

			/*Sous-menu*/
			ul#menu ul {
				display: none;
				position: absolute;
				margin-left: -10px;
				margin-top: 8px;
			}
			
			ul#menu ul li {
				float: none;
			}
			
			ul#menu li.deroule:hover ul {
				display: block;
			}
			
			ul#menu ul li a {
				display: block;
				float: none;
				width: 140px;
				background-color: #333333;
				padding: 5px 25px 5px 10px;
				font-size: 11px;

			}
			ul#menu ul li a:hover {
				background-color: #7c7c7c;
				color: black;
			}

	/*Boîte principale*/
	div#corps {
		width: 590px;
		clear: left; 
		padding: 20px 15px;
		background-color: white;
	}
	body.accueil div#corps {
		width: 605px;
		padding-left: 0px;
	}
	div#boites {
		float: left;
		width: 288px;
	}

/*RÈGLES GÉNÉRALES*/
	/*Documents à télécharger*/
	li span.type {
		color: #5f5f5f;
	}
	li a:hover, dt a:hover {
				color: #6e6e6e;
	}
	
/***ACCUEIL***/		
	/*Boîte pour le document mis en valeur*/
	a#document {
		display: block;
		background-color: #fceb20;
		padding: 15px;
		border-bottom: none;
	}
	a#document img {
		float: left;
		border: 1px solid #ccc;
	}
	a#document span {
		display: block;
		margin-left: 63px;
	}
	a#document span.doc {
		color: black;
		font-size: 19px;
		line-height: 24px;
		font-weight: bold;
	}
	a#document span.type {
		margin-top: 8px;
		line-height: 17px;
		color: #777010;
	}
	a#document:hover, form#form-bene input#soumettre:hover {
		background-color: #e8d111;
	}
	
	/*Sous la boîte du document mis en valeur*/
	p#trajet {
		clear: left;
		margin-left: 175px;
	}
	p#trajet a:hover {
		color: #6e6e6e;
	}
	div#autre-doc {
		margin-top: 10px;
	}
	div#autre-doc li a {
		margin-left: 15px;
		line-height: 21px;
		font-weight: bold;
	}


	/*Boîte mise en valeur*/
	div#valeur {
		margin-top: 20px;
	}
	div#valeur ul, div#valeur dl {
		float: left;
	}
	div#valeur li {
		display: block;
		float: left;
		padding: 8px 15px;
		border-bottom: none;
		background-color: #cccccc;
		font-size: 13px;
		font-weight: bold;
		cursor: pointer;
	}
	div#valeur li.choix {
		color: #e6e6e6;
		background-color: black;	
	}
	div#valeur li:hover {
		background-color: #969696;
	}
	div#valeur li.choix:hover {
		background-color: black;
	}
	div#valeur dl {
		clear: left;
		width: 258px;
		padding: 15px 15px 5px;
		background-color: black;
	}
	div#valeur dl.cache {
		display: none;
	}
	div#valeur dl dt a {
		border-bottom: solid 1px #6c650d;
		color: #fceb20;
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
	}
	div#valeur dl dt a:hover {
		color: #bfb21a;
	}
	div#valeur dl dd {
		padding-bottom: 10px;
		color: #999;
		font-size: 11px;
		line-height: 18px;
		font-weight: normal;
	}
	
	/* Boîte d'alerte */
	div#alert {
		float: right;
		padding: 6px 12px 6px 44px;
		margin-bottom: 1em;
		width: 242px;
		background: #eee url("tv.png") no-repeat 11px 8px;
		color: #777;
		font-size: 10px;
	}
		
	/*Boîte de nouvelles*/
	div#nouvelles {
		width: 298px;
		float: right;
	}
	div#nouvelles h2 {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 21px;
	}
	div#nouvelles h3 {
		font-weight: bold;
	}
	div#nouvelles span.date, dt span.date {
		color: #8b8b8b;
		font-weight: normal;
	}
	div#nouvelles p {
		padding-bottom: 10px;
	}
		
		/*Autres nouvelles*/
		div#nouvelles ul {
		margin-top: 15px;
		}
		div#nouvelles li a {
			line-height: 18px;
			font-weight: bold;
		}
		div#nouvelles p.autre {
			margin-top: 5px;
		}
/***FIN DE L'ACCUEIL***/

/***PAGE À FORMULAIRE***/
	/*titre*/
	div#corps h1 {
		float: left;
		width: 150px;
		padding-bottom: 20px;
		font-size: 22px;
		line-height: 30px;
		font-weight: bold; 
	}

	/*Section de droite*/
	div#contenu {
		clear: left;
		width: 417px;
		float: right;
		font-size: 12px;
		line-height: 17px;
	}
	div#contenu p.intro {
		padding: 0px 15px 10px 0;
		font-size: 12px;
		line-height: 16px;
	}
	form {
		font-size: 11px;
	}
	p.errorMissing {
		width: 393px;
		float: right;
		background-color: #fceb20;
		padding: 5px 12px;
		margin-bottom: 20px;;
	}
	div.missing input, div.missing textarea, div.note.missing {
		background-color: #fceb20;
	}
	form input.submit {
		background-color: #fceb20;
		border: none;
		padding: 8px 12px;
		margin: 20px 0;
		font-weight: bold;
		font-size: 12px;
		cursor: pointer;
	}
	div.form-standard {
		float: left;
	}
	div.form-standard label {
		clear: both;
		font-size: 11px;
		font-weight: bold;
		float: left;
		width: 163px;
		padding: 2px 10px 0 0;
		text-align: right;
	}
	div.form-standard div div {
		float: left;
		margin-bottom: 8px;
		width: 417px;
	}
	div.form-standard textarea {
		width: 410px;
	}
	textarea#form_description {
		height: 200px;
	}
	div.form-standard label span, div.form-standard div.note {
		color: #999;
		font-weight: normal;
		font-size: 10px;
	}
	div.form-standard div.note {
		float: left;
		margin: -6px 0 8px 173px;
	}
	div.form-marge {
		float: right;
		width: 417px;
	}
	div.form-marge div {
		margin-bottom: 6px;
	}
	form h2 {
		float: left;
		font-weight: bold;
		font-size: 13px;
		margin: 8px 0 8px 173px;
	}
	span#addParticipant {
		float: left;
		margin: 0 0 16px 173px;
		color: #666;
		background: #ddd url("add.png") no-repeat center left;
		padding: 5px 8px 5px 34px;
		cursor: pointer;
		cursor: hand;
	}
	span#addParticipant:hover {
		background-color: #d0d0d0;
	}
	div.activityParticipants h2 span {
		font-weight: normal;
		font-size: 10px;
		margin-left: 10px;
		border-bottom: solid 1px #b2b2b2;
		cursor: pointer;
		cursor: hand;
	}
/***FIN PAGE À FORMULAIRE***/

/*ÉDITIONS ANTÉRIEURES*/

	/*Téléchargements*/
	div#corps ul#telechargements {
		float: left;
		clear: left;
		width: 156px;
		line-height: 21px;
	}

	ul#telechargements a {
		font-weight: bold;
	}
	
	/*Années*/
	ul#annees {
		float: right;
	}
	ul#annees li {
		float: left;
	}
	ul#annees li a {
		float: left;
		margin-left: 10px;
		padding: 5px 10px;
		background-color: #fceb20;
		border-bottom: none;
		font-size: 12px;
		font-weight: bold;
	}
	ul#annees li.choix a {
		background-color: black;
		color: #fceb20;
		font-weight: normal;
	}
	ul#annees li a:hover {
		background-color: #e8d111;
		color: black;
	}
	ul#annees li.choix a:hover {
		background-color: black;
		color: #fceb20;
	}

/*Texte explicatif*/
div#contenu p {
	margin-bottom: 10px;
}

	/*Sous-sections*/
	div#corps h2.sous-section {
		clear: both;
		margin: 20px 0px 15px;
		padding-bottom: 2px;
		border-bottom: solid 1px #b2b2b2;
		font-weight: bold;
		font-size: 12px;
		color: #929292;
	}
		/*Photos*/
		div#photos {
			clear: right;
		}
		div#photos a {
			float: left;
			margin: 0px 0 10px 10px;
			width: 75px;
			border-bottom: none;
		}
		div#photos a img {
			display: block;
		}
		div#photos a.first {
			margin-left: 0;
		}
		div#photos a.last {
			margin-right: 0;
		}

	/*Extraits médias*/
	div#medias dl {
		width: 417px;
		float: right;
	}
	div#medias dt a {
		font-weight: bold;
	}
	div#medias dt span.date {
		color: #6e6e6e;
	}
	div#medias dd {
		margin-bottom: 15px;
	}
	
	/*Equipe*/
	div#equipe div {
		width: 417px;
		float: right;
	}
	
/*FIN ÉDITIONS ANTÉRIEURES*/

/*NOUVELLES*/

	/*Titres*/
	div#contenu dl {
		margin-top: 8px;
	}
	div#contenu dl dt {
		padding-bottom: 2px;
		margin: 25px 0 15px;
		border-bottom: solid 1px #b2b2b2;
		font-size: 14px;
		font-weight: bold;
		clear: both;
	}
	div#contenu dl dt a {
		border-bottom: 0;
	}

	div#contenu dl dt span.date{
		font-size: 12px;
	}
	/*Images*/
	
	div#contenu dl img {
		margin-left: -170px;
		float: left;
	}
	 /*Textes*/
	div#contenu dd, div#contenu dd p {
		font-size: 11px;
	}
	div#contenu dd ul {
		margin: 0 0 5px 15px;
		list-style: disc;
	}
	div#contenu div.tous {
		margin-top: 20px;
		font-size: 11px;
	}
	p.note {
		margin-top: 20px;
		font-size: 11px;
	}


div#molotov {
	padding-top: 10px;
	font-size: 10px;
	color: #444;
	background-color: black;
}

div#molotov a {
	color: #777;
	border-color: #444;
}

div.vide {
	clear: both;
	height: 0;
	overflow: hidden;
}
