*{
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
}

body{
	background-color: #000000;
	/* background-image: url('/design/home.jpg'); */
	background-position: top center;
	background-repeat: no-repeat;
	color: #DDDDDD;
}

.titrepage{
	/*height: 15px;*/
	padding: 20px 20px 10px 10px;
	/*background-image: url('/design/boxsearch.gif');*/
	/*background-position: 0px 50px;*/
	/*background-repeat: repeat-x;*/
}

div.separateur-titre {
	height: 5px;
	background-image: url('/design/boxsearch.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

h1{
	font-size: 18px;
}

img{
	border: 0;
}

#body{
	background-image: url('/design/bodybg.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

#page{
	position: relative;
	width: 976px;
	margin: 0 auto 0 auto;
	color: #333333;
}

#header{
	width: 976px;
	height: 100px;
}

#logo{
	display: block;
	float: left;
	border: 0;
	width: 248px;
	height: 100px;
	background-image: url('/design/logo.gif');
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 2px;
	color: #232323;
}

#main{
	background-color: #969393;
	padding: 7px;
	width: 962px;
}

#entete{
	background-color: #000000;
	/*background-image: url('/design/header_hp.jpg');*/
	background-position: top left;
	background-repeat: no-repeat;
	height: 185px;
}

.entete_home{
	background-image: url('/design/header_hp.jpg');
}

.entete_interieur{
	background-image: url('/design/header_int.jpg');
}

#actu{
	background-image: url('/design/titre_actutop.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;

	float: right;
	display: block;
	width: 250px;
	height: 158px;
	padding: 20px 7px 7px 7px;
}

#actu .actu{
	color: #9C9C9C;
	font-size: 9px;
	padding: 7px 0px;
	border-bottom: 1px solid #555555;
}

#actu .actu a{
	font-size: 10px;
	color: #C5C5C5;
}

#actu .actu a:hover{
	color: #E5E5E5;
}

#menu{
	background-image: url('/design/menubg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 1px 0 0 0;
	height: 39px;
}

#content{
	/*background-color: #FF0000;*/
	margin: 11px 0 0 0;
}

#col-left{
	float: left;
	margin: 0 11px 0 0;
}

#col-middle{
	float: left;
	margin: 0 11px 0 0;
}

#col-right{
	float: left;
}

#col-page{
	float: left;
	margin: 0 11px 0 0;
	background-color: #FFFFFF;
	background-image: url('/design/boxbg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	width: 636px;
	padding: 7px;
}

#footer{
	margin: 0 0 20px 0;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 0 0 0;
}


#footer a{
	color: #DDDDDD;
}

/*****************************************/
/*****************************************/
/*                                       */
/*                 PUB                   */
/*                                       */
/*****************************************/
/*****************************************/
#pub-banner{
	width: 728px;
	height: 90px;
	/*background-color: #CCCCCC;*/
	float: right;
	margin: 3px 0 0 0;
}

#pub-sky{
	width: 120px;
	height: 600px;
	/*background-color: #CCCCCC;*/
	position: absolute;
	left: 983px;
	top: 100px;
}

#pub-carre{
	width: 300px;
	height: 250px;
	/*background-color: #CCCCCC;*/
}

/*****************************************/
/*****************************************/
/*                                       */
/*                COMMON                 */
/*                                       */
/*****************************************/
/*****************************************/
a{
	color: #555555;
	text-decoration: none;
}

a:hover{
	color: #000000;
}

.box{
	background-color: #FFFFFF;
	background-image: url('/design/boxbg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	width: 306px;
	min-height: 220px;
	margin: 0 0 7px 0;
	padding: 7px;
}

.boxl1{
	height: 240px;
}

.boxl2{
	height: 340px;
}

.boxl3{
	height: 246px ;
	padding: 7px !important;
	padding: 7px 7px 0px 7px;
}

#tagcloud{
	width: 286px;
	margin: 7px 0 7px 0;
	padding: 7px;
	text-align : justify;
}

#tagcloud a:hover{
	color : #000000;
	/*background : black;*/
}


#boxzoom{
	background-color: #DEDEDE;
	background-image: url('/design/boxzoombg.gif');
	background-position: top center;
	background-repeat: repeat-x;
	width: 286px;
	height: 220px;
	margin: 7px 0 7px 0;
	padding: 7px;
}

.input{
	border: 0;
	background-image: url('/design/input.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 21px;
}

#formsearch{
	padding: 35px 0 0 8px;
}

#formsearch .input{
	background-image:url(/design/input.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0pt none;
	float:left;
	font-size:14px;
	height:19px;
	padding:2px 0pt 0pt 7px;
	width:243px;
}

#formsearch .submitsearch{
	margin: 3px 0 0 10px;
	float: left;
	border: 0;
	background-image: url('/design/submitsearch.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 12px;
	width: 17px;
}

.clear{
	clear: both;
}

ul{
	list-style-type: none;
}

li{
	background-image: url('/design/puce_1.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

/*****************************************/
/*****************************************/
/*                                       */
/*               SPEC HOME               */
/*                                       */
/*****************************************/
/*****************************************/

#col-right .box{
	width: 300px;
}

#col-right .boxsearch{
	background-color: #000000;
	background-image: url('/design/boxsearch.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 70px;
	width: 300px;
	margin: 0 0 7px 0;
}

#horoscope{
	background-image: url('/design/boxhoroscope.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 260px;
	color: #999999;
	padding: 0px !important;
	padding: 0px;
	width: 320px;
}

#horoscope ul{
	margin: 0 0 0 230px;
	padding: 20px 0 0 0;
}

#horoscope li{
	line-height:18px;
	font-size: 11px;
}

#horoscope a{
	color: #999999;
	text-decoration: none;
}

#horoscope a:hover{
	color: #333333;
}

/*****************************************/
/*****************************************/
/*                                       */
/*                 MENU                  */
/*                                       */
/*****************************************/
/*****************************************/
#menu ul{

}

#menu li{
	background-image: none;
	float: left;
	padding: 0;
}

#menu li a{
	font-size: 2px;
	color: #000000;
	padding: 36px 0 0 0;
	text-decoration: none;
	border-right: 1px solid #969393;
	background-position: top center;
	height: 3px;
	display: block;
}

#menu .actualites a{
	background-image: url('/design/menu_actualite.gif');
	width: 148px;
}

#menu .mode a{
	background-image: url('/design/menu_mode.gif');
	width: 209px;
}

#menu .buzz a{
	background-image: url('/design/menu_buzz.gif');
	width: 119px;
}

#menu .musique a{
	background-image: url('/design/menu_musique.gif');
	width: 145px;
}

#menu .people a{
	background-image: url('/design/menu_people.gif');
	width: 145px;
}

#menu .gastronomie a{
	background-image: url('/design/menu_gastronomie.gif');
	width: 175px;
}

#menu .horoscope a{
	background-image: url('/design/menu_horoscope.gif');
	width: 161px;
	border-right: none;
}

#menu a:hover, #menu .on a{
	background-position: bottom center;
	color: #969693;
}

/*****************************************/
/*****************************************/
/*                                       */
/*                 TITRE                 */
/*                                       */
/*****************************************/
/*****************************************/
.box .titrebox{
	display: block;
	background-image: url('/design/titre_actualites.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 23px;
	width: 308px;
	margin: 0 auto 0 auto;
}

.box .actualites{
	background-image: url('/design/titre_actualites.gif');
}

.box .buzz{
	background-image: url('/design/titre_buzz.gif');
}

.box .gastronomie{
	background-image: url('/design/titre_gastronomie.gif');
}

.box .mode{
	background-image: url('/design/titre_mode.gif');
}

.box .musique{
	background-image: url('/design/titre_musique.gif');
}

.box .montres{
	background-image: url('/design/titre_montres.gif');
}

/*****************************************/
/*****************************************/
/*                                       */
/*               SPEC ACTU               */
/*                                       */
/*****************************************/
/*****************************************/

.contentbox .actu{
	margin: 5px 0 5px 0;
	width: 150px;
	float: left;
}

.contentbox .video{
	margin: 5px 0 0 0;
}

.contentbox .actuleft{
	margin: 5px 6px 5px 0;
}

.contentbox p.resume{
	line-height: 12px;
}

.contentbox .image{
	height: 120px;
	background-color: #EEEEEE;
	text-align: center;
	border: 5px solid #CCCCCC;
}

.contentbox .titre{
	padding: 5px 0;
	/*font-variant:small-caps;*/
	font-weight: bold;
	font-size: 11px;
}

.boxl3 .contentbox .titre{
	padding: 5px 0 !important;
	padding: 5px 0 0 0;
}

.contentbox img{
	border: 0;
}

.contentbox .resume{
	margin: 5px 0 0 0;
	/* text-align: justify; */
	color: #999999;
}


/*****************************************/
/*****************************************/
/*                                       */
/*               NAVIGATION              */
/*                                       */
/*****************************************/
/*****************************************/

#navigation div.page{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	clear: none;
	float: left;
}

#navigation div.precedente{
	text-align: left;
	width: 15%;
	padding-left: 15px;
	clear: none;
	float: left;
}

#navigation div.suivante{
	text-align: right;
	width: 15%;
	padding-right: 15px;
	clear: none;
	float: left;
}

#navigation div a{
	color:#555555;
	font-weight:normal;
}

#navigation a:hover{
	color:#333333;
	font-weight:normal;
}