@charset "ISO-8859-2";
/* CSS Document */

#content {
	/*padding-top:13px;*/
	padding-top:50px;
}
.evenement {
	clear:both;
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 25px;
	height: 225px;
	background:url(../images/evenement-bg.jpg) 0 0 no-repeat;
}
.evenement h2 {
	font-size: 2.2em;
	letter-spacing: .035em;
	line-height: 1em;
	font-weight:bold;
	width:650px;
	padding:10px;
	text-transform:uppercase;
}
.evenement h3 {
	font-size: 1.2em;
	letter-spacing: .12em;
	color:#333;
	padding:10px;
	float:left;
}
.evenement p {
	font-size:1.1em;
	line-height: 1.4em;
	width:650px;
	padding: 0 10px;
	float:left;
	color:#666;
	padding-bottom: 7px;
}

.evenement hr {
	float:left;
	background:none;
	margin: 0 0 1em 0 !important;
	margin: 0;
	width:670px;
}
.evenement img {
	float:right;
	margin:0 15px 0 0;
}
span.date {
	float:right;
	font-size:1.2em;
	padding:10px 0;
}

.evenement .texte{
	display:block;
	float:left;
	width:670px;
}
/*
//  Guide couleurs
*/

.evenement .actualite h2 {
	color:#ff0000;
	border-bottom: 1px solid #ff0000;
}
.evenement .actualite hr {
	background-color: #ff0000;
	color:#ff0000;
}
.evenement .actualite strong {
	color:#ff0000;
}
.evenement .fait h2 {
	color:#663366;
	border-bottom: 1px solid #663366;
}
.evenement .fait hr {
	background-color: #663366;
	color:#663366;
}
.evenement .fait strong {
	color:#6d1e7e;
}
.evenement .avenir h2 {
	color:#ff6600;
	border-bottom: 1px solid #ff6600;
}
.evenement .avenir hr {
	background-color: #ff6600;
	color:#ff6600;
}
.evenement .avenir strong {
	color:#ff6600;
}

/*
//  Navigation
*/

li.level1.active a{
	width:133px;
	background:url(../images/navigation-li.gif) no-repeat -383px 0px;
}

li.level2 a:link, li.level2 a:visited{
	width:143px;
	background:url(../images/navigation-li.gif) no-repeat -240px -80px;
}

 li.level2 a:hover{
	width:143px;
	background:url(../images/navigation-li.gif) no-repeat -240px -40px;
}

 li.level2 a:active{
	width:143px;
	background:url(../images/navigation-li.gif) no-repeat -240px -80px;
}

 li.level3 a:link, li.level3 a:visited{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px -80px;
}

 li.level3 a:hover{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px -40px;
}

 li.level3 a:active{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px -80px;
}

h1{
	background:url(../images/h1.gif) no-repeat 0px -120px;
}