/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Author: Zoe
 * Thème : default-3cols-fixes
 *
 */


/* ---------------------------------------------------- */
/* Interviews						*/
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* Layout		#94a9c6				*/
/* ---------------------------------------------------- */

h3 { 	font-size : 1.3em;   
	margin : 1em 0; 	  
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
   	color:#dd7200;
	}
h3 a {
	color:#dd7200;
}

#content {
	float : left;
	width : 800px;
	text-align : left;
	border-color: #FFFFFF;
	background: #dd7200;
}

/* ---------------------------------------------------- */
/* Post							*/
/* ---------------------------------------------------- */
.day-date {
	font-size : 1em;
	font-weight : bold;
	margin : 0;
	text-align : left;
	color : #fff;
	background-color:#750a14;	
}
.event-post {
	float: left;
	width: 574px;
	padding: 5px;
	font-size : 1.1em;
	background-color:#750a14;
	border: 5px solid;
	border-color: #FFFFFF;
}
.event-post-title {
	color : #dd7200;
	background-color:#750a14;
}
.event-post-title a{
	color : #dd7200;
}
.event-post-title a:hover{
	color : #ffffff;
}
.event-post-info {
	color : #ffffff;
	margin : 0;
	padding : 0;
}
.event-post-info a {  }

.event-post-chapo {
	margin : 0;
	padding : 0;
}
.event-post-content {
	margin : 5px;
	text-align : justify;
	color : #ffffff;
}
.event-post-info-co {
	padding : 0;
	text-align : right;
}
.event-post-info-co a {  }


