* {
	padding: 0px;
	margin: 0px;
	font-family:"Trebuchet MS", sans-serif;
}
	
body {
	background-color: #000000;
	color: #FFFFFF;
}

a {
	outline: none;
}

a img {
	border: none;
}

#container {
	color: #000000;
	background-color:#FFF;
	width: 970px;
	margin: 0 auto;
	}
	
#header {
	text-align: center;
	font-weight: bold;
	color: #b5cc08;
	padding-bottom: 10px;
}

#langue li {
	list-style: none;
}

#langue {
	text-align: right;
	margin-right: 10px;
}

/* Menu */
#menu {
	text-align: center;
	background-color: #b5cc08;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}

#menu a:hover {
	text-decoration: underline;
	background-color: #b5cc08;
}

#menu li {
	display:inline;
	padding-left: 5px;
	padding-right: 5px;
}

/* Page */
#page {
	padding: 30px;
}

#page p {
	margin-bottom: 20px;
	text-transform: inherit;
	text-align:justify;
}

#page h2 {
	text-align:center;
	font-size: 18px;
	margin-bottom: 10px;
}

#page a {
	color: #b5cc08;
	font-weight: bold;
}

#page a:hover {
	color: #b5cc08;
	font-weight: bold;
}

#page h1 {
	border-bottom: #b5cc08 2px solid;
}
#page ul {
	margin-left: 50px;
}
#page li {
	padding: 5px;
}
#page {}
#page {}

/* Footer */
#footer {
	text-align: center;
	padding: 10px;
	border-top: #b5cc08 2px solid;
}

#footer li {
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
}


.lien_secondaire a {
	color: #000000;
	font-size:12px;
	font-style:normal;
	font-family:Trebuchet MS, sans-serif;
}

.lien_secondaire a:hover {
	color:#b5cc08;
	font-size:12px;
	font-style:normal;
	font-family:Trebuchet MS, sans-serif;
}



.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.separator {
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}


.active {
	text-decoration: underline;
	background-color: #b5cc08;
}

.itemhead {
	cursor: pointer;
	overflow: hidden;
}

.itemhead a {
	color: #b5cc08;
	font-weight: bold;
}

.itemhead a:hover {
	color: #18bcee;
}

.items img {
	margin: 10px;
	padding: 10px;
	border: 1px solid;
}

#partenaires {
	padding: 25px;
	text-align: center;
}

#partenaires li {
	display: inline;
	margin: 10px;
}

#partenaires img {
	padding: 10px;
}

.date {
	color: #000;
	background-color: #b5cc08;
	margin: 0 auto;
	border: #000 4px solid;
}

.date span{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
}

.tecomah {
	font-weight: bold;
}

.titre {
	font-weight: bold;
	text-decoration: underline;
}

