/*
Theme Name:     Twenty Ten Epistolaire Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Me
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");


/****************************************/
#main {
	width:100%;
	/*border:solid 1px #FF0000;	*/
}

#container {
    float: left;
    margin: 0;
    width: 100%;
}
#content {
	margin: 0 20px 0 20px;
}
/******************************************/



#primary,
#secondary {
font-size: 16px;
float: left;
/*overflow: hidden;*/
width: 240px;
z-index:99;
margin-left:0px;
padding-left:0px;

}
#secondary {
clear: left;
}


#primary li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}

/*********** REVUES ***************/


.hideExcerptLoopDetailRevue div p a {
		color:yellow !important;
		display:none;	
}


.hideExcerpt a {
	/*display:none;*/
	color:yellow !important;	
}
.revues_table_cell {
	display:table-cell;
	float:left;
	width:430px;
	height:220px;
	border:solid 1px #ccc;
	border-collapse:collapse;
	margin:5px;	
	background-color:#F7F7F7;
	
}

.revues_table_cell:hover {
	/*background-color:#00ffff;*/
	border-color:#666;
	background-color:#666;
	cursor:pointer;	
}

.revues_table_cell_no_hover {
	display:table-cell;
	float:left;
	width:430px;
	height:240px;
	border:solid 1px #ccc;
	border-collapse:collapse;
	margin:5px;	
	background-color:#666;	
	color:#FFF;
	
}
#single_revue_description_title{
	
	
	color:#FFF !important;
	margin-bottom:-15px;	
}
.revues_table_cell_no_hover a{
	color:#FFF;
	text-decoration:underline;
	
}

div.encart_commander {
	background:url(images/commander-bkg.png) no-repeat;
	/*background-color:blue;*/	
	height:auto;
	backgroud-position: top left; /* pourIE7 */
	/*overflow:hidden;*/
}
/* IE 7 Hack */
*+html div.encart_commander{
	height:100%;
	
}

div.encart_commander p{
	padding:0px 10px 10px 10px;
	font-size:12px;
	text-align:justify;	
	
}


.revues_image {
	float:left;
	border:solid 1px #ccc;
	margin:3px;	
}
.revues_table_description {
	float:right;
	padding:3px;
	/*background-color:#F30;*/
	width:275px;

}
.revues_table_cell a   {
	text-decoration:none;
	color:#000;
}

.revues_table_cell:hover a:link, .revues_table_cell:hover a:visited{
	color:#FFF;
}
.revues_table_cell:hover{
	color:#FFF;
}
.table_revues_desc_title{
	font-weight:bold;	
}
.table_revues_desc{
	font-style:italic;
}


.menu_holder {
	float:left;
	margin-right:-160px;
	width:100%;	
}

/* SEARCH */
.searchform_holder {
	float:right;
	width:160px;
	margin-left:0px;	
}

.searchform {
	margin-top:8px;
	margin-right:0px;	
	line-height: 12px !important;
	vertical-align:top;
	
}

.searchSubmit {
	background: url(images/search-btn.png) center no-repeat;
	width:32px;
	cursor:pointer;
	margin-top:5px;
	border:0;
	height:26px;
}

/* ACTUALITES */

#actualites {
	background-color:#FF9;
	/*border:#666 solid 1px;*/
	padding:10px;
	width:280px;
	float:left;
	margin-right:10px;
	min-height:240px;
}
#actualites h2{
	color:#000 !important;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	width:100%;
	text-align:center !important;
	margin-top:-5px;
	
}
#actualites p {
	color:#000 !important;
	font-size:16px;
	/*font-weight:bold;*/
	font-style:italic;
	width:100% !important;
	text-align:center !important;
	margin-top:5px !important;
	margin-bottom:2px !important;
		
}
#actualites a{
	color:#000 !important;
	font-size:16px;
	text-align:center !important;
	/*font-weight:bold;*/
	font-style:italic;
	margin-top:5px !important;	
	margin-bottom:5px !important;	
		
}
.pin_news {
	background:url(images/pin.png) center no-repeat;
	background-position:
	width:100%;
	height:45px;
	margin-top:-22px;
}
.accrocheHome {
	width:100%;
	 height:50px;
	/* background-color:red;*/
	 margin-top:-25px;	
}

/* IE 7 Hack */
*+html div.accrocheHome{
	margin-bottom:40px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 400px;
	text-align:right;
}
#site-title {
	width:300px;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style:italic;
	font-size:24px;
}
#site-title a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Bitstream Charter", serif;
}

#nav-below {
	margin: 0px 0 0 0;
	margin-bottom: 20px;
}

#main {
 min-height: 500px;
}


/*** naked_list ***/

ul.epistolaire-naked-list {
	list-style-type:none !important;
	margin-left:0px !important;	
}

ul.epistolaire-naked-list li {
	padding-left:0 !important;
	text-decoration:none;
	margin-bottom:8px !important;	
}