@charset "utf-8";

		/************************************
		*                                   *
		*   CSS Site Quiltmania type 1.0    *
		*                                   *        
		*          Pages magazine           *
		*                                   *
		************************************/

@import url("quiltmania-defaut.css");

/* -------------------------------------------------- 
------->>>  Generalites <<<--------------------------
---------------------------------------------------*/
body 
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 background:#bdc0c3;
}

#global { background:url(../pict/BG-site-news.gif) top center  repeat-y; }


/* -------------------------------------------------- 
------->>>  Navigation principale <<<----------------
---------------------------------------------------*/

.lienNav-1a:hover, .lienNav-1b /* couleur pour le hover et le lien actif */
{
	color:#6a717d;
}
ul.MenuBarHorizontal ul li /* couleur de la bordure inférieure du sous menu */
{
	/*border-bottom:1px solid #AA9D71;*/
	/*border:none;*/
}
.MenuBarHorizontal ul a /* couleur des liens des sous menus */
{
	color:#6a717d;
}

/* -------------------------------------------------- 
------->>>  Bandeau numeros <<<----------------------
---------------------------------------------------*/
.ombreTop-1 { background:url(../pict/news-ombre-top.gif) bottom no-repeat; }

.ombreBas-1 { background:url(../pict/news-ombre-bas.gif) top no-repeat; }

#bandeau-1 { background:#6a717d;}


/* -------------------------------------------------- 
------->>>  Contenu <<<------------------------------
---------------------------------------------------*/

/************** Colonne gauche **********************
****************************************************/

.navOnglet-1 a  /* couleur lien onglet */
{ 
	color:#6a717d;
}
#contentCol-1 /* couleur bordure bas grand bloc contenu */
{ 
	border-bottom:15px solid #b7bec5;
}
#contentCol-1 p, #contentCol-1 p a
{
	margin:0;
	padding:0;
}

/*** Colonne contenu news ***/
.list-news
{
	margin:0 0 0 20px;
	padding:0;
	color:#708a88;
	list-style:none;
}
.list-news a
{
	color:#708a88;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
.list-news a:hover
{
	text-decoration:none;
	color:#BA8ECF;
}
#details-news
{
	width:600px;
	padding:0px 10px 10px 10px;
	margin:15px auto 0 auto;
	background:#A9C0BE url(../pict/round-corner-news.gif) bottom right no-repeat;
}
.compoNews
{
	margin:0px 0 0 0;
	padding:10px 0 10px 0;
	border-top:1px solid #bacdcb;
}
.compoNews p
{
	color:#404F4E;
	line-height:1.5em;
	text-align:justify;
}
.compoNews img
{
	border:1px solid #fff;
	max-width:100px;
	float:right;
}
.compoNews span
{
	margin:0 0 0 20px !important;
	margin:0 0 0 10px;
	width:475px;
	float:left;
	color:#fff;
	font-size:9pt;
}
.compoNews span strong
{
	font-size:13pt;
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}
.compoNews span a
{
	color:#fff;
	font-size:9pt;
}
.lien-news
{
	color:#fff;
	font-size:9pt;
	display:block;
	margin:10px 0 10px 0;
}
.compoNews span a:hover, .lien-news:hover
{
	text-decoration:none;
}

/************** Colonne droite **********************
****************************************************/

/* --- News evenement -----------------------------*/
#NewsEvt { background:url(../pict/evenement-top-news.gif) top no-repeat;}

.TextEvt 
{ 
	background:url(../pict/evenement-bottom-news.gif) bottom no-repeat;
	/*color:#747666;*/
	color:#fff;
	display:block;
	text-decoration:none;
}
.TextEvt img
{
	float:left;
	margin:0 0 0 10px;
}

/* --- Newsletter ---------------------------------*/
#newsletter
{
	color:#fff;
	background:#d37990;
}
/* --- Mentions ------------------------------------*/
.Mentions { background:#b7bec5;}