*{margin:0px;padding:0px;}

body{
	text-align: center;
	background-repeat: repeat-x;
	font-family: Arial;
	color: #005291;
	font-size: 12px;
	background-image: url(/template/mmasculin/frame/background.gif);
	background-repeat: repeat-x;
	background-position: 0px -7px;
}
a {
	color: #8b0066;
}

a img{border: 0px;}

#main{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 6px;
	height: 58px;
	/*
	background-image: url(/template/ffeminin/frame/barre1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#footer {
	height: 35px;
	/*background-image: url(/template/ffeminin/frame/barre2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#onglets{
	/*margin: 150px 0px 0px 7px;*/
}
#onglets .lifestyle{
background-image: url(/template/mmasculin/images/onglet-lifestyle.png);
}
#onglets .actus{
background-image: url(/template/mmasculin/images/onglet-actus.png);
}
#onglets .high-tech{
background-image: url(/template/mmasculin/images/onglet-high-tech.png);
}
#onglets .sport{
background-image: url(/template/mmasculin/images/onglet-sport.png);
}
#onglets .auto{
background-image: url(/template/mmasculin/images/onglet-auto.png);
}
#onglets .couple{
background-image: url(/template/mmasculin/images/onglet-couple.png);
}
#onglets .finance{
background-image: url(/template/mmasculin/images/onglet-finance.png);
}
#onglets .astro{
background-image: url(/template/mmasculin/images/onglet-astro.png);
}
#onglets .jeux{
background-image: url(/template/mmasculin/images/onglet-jeux.png);
}

.onglet{
	margin-right: 3px;
	height: 47px;
	width: 105px;
	display: block;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.onglet:hover, .ongletActif{background-position: 0px 0px;}

.onglet h4{display: none;}

#logo {
	float: left;
	margin-top: -1px;
}

#centre {
	margin: 8px 0px 8px 0px;
	height: 67px;
}

#left {
	float: left;
	cursor: pointer;
}

#right {
	float: right;
	cursor: pointer;
}

.article{
	margin-top: 5px;
	padding-left: 5px;
	height: 60px;
	width: 321px !important;
	width: 328px;
	float: left;
	overflow: hidden;
}

.thumb{
	width: 87px;
	height: 59px;
	float: left;
}

a { text-decoration: none; }
a:hover h4, a:hover p{text-decoration: underline;}

h4{margin-left: 95px;}

a h4{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

p{
	color: #a6a8aa !important;
	font-size: 12px;
	margin-left: 95px;
}


#blocLifestyle a h4{color: #8778b1;}
#blocActus a h4{color: #bba082;}
#blocHigh-tech a h4{color: #00acd6;}
#blocSport a h4{color: #ef7d0d;}
#blocAuto a h4{color: #df0e07;}
#blocCouple a h4{color: #c85090;}
#blocFinance a h4{color: #0071b7;}
#blocAstro a h4{color: #d79f72;}
#blocJeux a h4{color: #9d8c7c;}


#newsletter {
	float: right;
	color: #fff;
	padding-top: 6px !important;
	padding-top: 3px;
	font-size: 11pt;
}
#newsletter input {
	margin-left: 10px;
	width: 180px;
	height: 20px;
	vertical-align: bottom;
}
#newsletter .submit {
	color: #fff;
	border: 0px;
	width: 40px;
	background-color: transparent;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 2px;
}

.partners {
	padding-top: 5px !important;
	padding-top: 2px;
	padding-left: 5px;
}
.partner {
	margin: 0px 5px 0px 5px;
}


/* 
 *     root element for the scrollable. 
 *         when scrolling occurs this element stays still. 
 *         */ 
div.scrollable { 

	/* required settings */ 
	position:relative; 
	overflow:hidden; 
	width: 985px; 
	height:70px; 
	} 

	/* 
	 *     root element for scrollable items. Must be absolutely positioned 
	 *         and it should have a extremely large width to accomodate scrollable items. 
	 *             it's enough that you set width and height for the root element and 
	 *                 not for this element. 
	 *                 */ 
div.scrollable div.items { 
	/* this cannot be too large */ 
	width:20000em; 
	position:absolute; 
} 

/* 
 *     a single item. must be floated in horizontal scrolling. 
 *         typically, this element is the one that *you* will style 
 *             the most. 
 *             */ 
div.scrollable div.items div.item { 
	float:left; 
	width: 985px;
	height: 70px;
    } 

    /* you may want to setup some decorations to active the item */ 
    div.items div.active { 
	    border:1px inset #ccc; 
	    background-color:#fff; 
    }

