@charset "UTF-8";
/* CSS Document */

body {
 background-color: #E2E2C0;
    background-image: url("/images/bg2.jpg");
    background-position: center 151px;
    background-repeat: no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
em {
	float:left;
	width:100%;
	font-size:0.85em;
}

h1 {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:960px;
}

#topheader {
	  color: #FFFFFF;
    float: left;
    font-family: georgia;
    font-size: 0.85em;
    font-style: italic;
    margin-bottom: 10px;
    padding-top: 0;
    text-transform: none;
    width: 100%;
}

#sponsors {
	float:right;
	width:500px;
}
.sponsor {
	float:left;
	width:350px;
}
#sponsors img {
	padding-left:21px;
}
#logo {
 float: right;
    margin-right: 71px;
    margin-top: 47px;
    position: relative;
    width: 300px;
}

#content, #contact, #info, #footer, #collectif, #soutien {

    background-color: #E2E2C0;
    color: #333333;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
    top: 483px;
    width: 100%;
	border-bottom:dashed 2px;
}

#footer {
	border:none;
}

#tagline {
  color: darkred;
    float: left;
    margin-top: 24px;
    position: relative;
    text-align: left;
	display:block;
	
	}
	
	#nav {
    color: #333333;
    float: left;
    font-family: helvetica;
    font-size: 11px;
    padding-bottom: 8px;
    text-transform: uppercase;
	margin-top:18px;
	}
	
	#nav ul {
		margin:0;
		padding:0;
	}
	
	#nav ul li {
	    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
	}
	
	#nav ul li a {
		color:#333;
				text-decoration:none;

	}
	#nav ul li a:hover {
		color:darkred;
	}
		#nav ul li a:visited {
	}
	
	.title {
		font-size:150%;
		font-weight:normal;
	}
	a.date {
	-moz-transform: rotate(-2deg);
    background-color: rgba(250, 250, 250, 0.5);
    border-radius: 118px 118px 118px 118px;
    color: darkred;
    display: block;
    float: left;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    height: 86px;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    width: 142px;
	}



	



 a.date:hover {
	  background-color: rgba(250, 250, 250, 0.7 );
	  color:#fff;
	  text-decoration:none;
}

	#content h1, #contact h1, #info h1, #collectif h1, #soutien h1  {
	  color: #545C25;
    font-size: 52px;
    margin-top: 10px;
	-moz-text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.75);
;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.75);
;
filter: dropshadow(color=#fff, offx=1, offy=1); 
	}
	
	p.dateblock {
		    color: #545C25;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
	margin-bottom:16px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

		
	
	p.subtitle {
	 color: #545C25;
    float: left;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 130%;
    margin-top: 0;
    width: 100%;
	}
	p.food,.pink{
	 color: #545C25;
    float: left;
    font-weight: nromal;
    line-height: 130%;
    margin-top: 0;
    width: 100%;
	font-size:0.9em;
	background-color:rgba(250, 250, 250, 0.2);
	padding:20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 17px 17px 17px 17px;
 -moz-border-radius: 17px 17px 17px 17px;
	-webkit-border-radius: 17px 17px 17px 17px;


	 
	}
	p.pink {
		background-color:rgba(255,52,179, 0.3);
	}
		
	
	p.time, p.info {
		display:inline-block;
		float:left;
		color:#545C25;
		margin-top:0px;
		font-size:14px;
		 line-height: 130%;
	
		
	}
	p.time {
		font-weight:bold;
	}

	
	
	
	p.info {
		
		width:700px;
		
		margin-left:20px;
	}
	
	p.time {
		width:200px;
	}
	.block {
		float:left;
		width:100%;
		border-bottom: 2px dashed #999;
		
	}
	
	.block:last-child {
		border:none;
	}
	
	span.highlight {
		color:darkred;
	}
	p.footer {
		text-align:right;
		font-size:0.85em;
		color:#777;
	
	}
	
	.footer a {
		color:#888;
	}
	.footer a:link {
		color:#888;
	}
	.footer a:hover {
		color:#fff;
	}
