/******************************************************************************/
/*                                                                            */
/*                                                                            */
/*  CityMagazine                                                              */
/*  feuille de style par défaut                                               */
/*                                                                            */
/*                                                                            */
/******************************************************************************/


@import "global.css";
@import "box.css";
@import "accueil.css";
@import "textes.css";
@import "sommaire.css";
@import "article.css";
@import "numeros.css";
@import "commander.css";

body
{
	background-color: #9C9C9C;
	cursor: default;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

div#container
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/*----------------------------------------------------------------------------*/
/*                                                                            */
/* architecture générale                                                      */
/*                                                                            */
/*----------------------------------------------------------------------------*/

div#header
{
	font-size: 1px;
}

div#archives
{
	float: left;
	width: 150px;
}

div#menu
{
	float: right;
	width: 640px;
}

div#content
{
	clear: right;
	float: right;
	width: 640px;
}

div#footer
{
	clear: both;
}


/*----------------------------------------------------------------------------*/
/*                                                                            */
/* header                                                                     */
/*                                                                            */
/*----------------------------------------------------------------------------*/

div#header div#logo
{
	height: 64px;
	width: 292px;
	float: left;
	background: url('images/logo.gif');
}

div#header div#pub
{
	height: 60px;
	width: 468px;
	float: right;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
}

div#header div#pub img
{
	border: 0px;
}

div#header div#scroll
{
	height: 16px;
	width: 780px;
	clear: both;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

div#header div#scroll a
{
	text-decoration: none;
	color: #666;
}

div#header div#scroll a:hover
{
	color: #B90000;
}

div#header div#scroll div#marquee
{
	display: none;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}


/*----------------------------------------------------------------------------*/
/*                                                                            */
/* archives                                                                   */
/*                                                                            */
/*----------------------------------------------------------------------------*/

div#archives .titre
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #9C9C9C;
}


/*----------------------------------------------------------------------------*/
/* titres localisation (France, Europe, Monde)                                */
/*----------------------------------------------------------------------------*/

div#archives span.localisation
{
	padding-top: 10px;
	padding-bottom: 4px;
	display: block;
	
	text-align: center;
	font-weight: bold;
	color: #777;
}

/*----------------------------------------------------------------------------*/
/* villes                                                                     */
/*----------------------------------------------------------------------------*/

div#archives ul li
{
	padding-bottom: 1px;
}

div#archives ul li a
{
	display: block;
	font-family: georgia, serif;
	color: #000000;
	text-decoration: none;
	background: transparent url(images/fle-menu-ville.gif) 2px 6px no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

div#archives ul li a:hover
{
	background: #DDD url(images/fle-menu-ville-over.gif) 2px 6px no-repeat;
}
/*----------------------------------------------------------------------------*/
/* menu visible / cacher                                                      */
/*----------------------------------------------------------------------------*/

div#archives ul li.suite a, div#archives ul li.fermer a
{
	font-family: arial, sans-serif;
	font-size: 0.9em;
	color: #666;
	background: none;
	cursor: pointer;
}

div#archives ul li.suite a:hover, div#archives ul li.fermer a:hover
{
	color: #B90000;
	background: none;
}

div#archives ul#france_plus, div#archives ul#europe_plus, div#archives ul#monde_plus
{
	display: none;
}



/*----------------------------------------------------------------------------*/
/*                                                                            */
/* menu                                                                       */
/*                                                                            */
/*----------------------------------------------------------------------------*/

div#menu ul li
{
	float: left;
	border-right: 1px solid #FFF;
}

div#menu ul li#accueil
{
	width: 85px;
}

div#menu ul li#presentation
{
	width: 134px;
}

div#menu ul li#numeros
{
	width: 93px;
}

div#menu ul li#commander
{
	width: 117px;
}

div#menu ul li#publicite
{
	width: 96px;
}

div#menu ul li#contact
{
	border-right: none;
	width: 98px;
}

div#menu ul li a
{
	padding: 3px;
	display: block;
	
	background: #CCC;
	text-decoration: none;
}

div#menu ul li.actif a
{
	background: #B87272;
}

div#menu ul li a span
{
	font: bold 1.3em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 0.4em;
}

div#menu ul li a:hover
{
	background: #CE9F9F;
}


/*----------------------------------------------------------------------------*/
/*                                                                            */
/* contenu                                                                    */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* path                                                                       */
/*----------------------------------------------------------------------------*/

div#path
{
	margin: 4px;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
}

div#path a
{
	color: #000000;
	text-decoration: none;
	background: url(images/path.gif) repeat-x 0 100%;
}

div#path a:hover
{
	background-color: #B90000;
	background-image: none;
	color: #FFF;
}


/*----------------------------------------------------------------------------*/
/*                                                                            */
/* footer                                                                     */
/*                                                                            */
/*----------------------------------------------------------------------------*/

div#footer div.content
{
	padding: 0.8em;
	background: #FFF url('images/logo-mini.gif') 654px 50% no-repeat;
}

div#footer div.content a
{
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	text-transform: uppercase;
}

div#footer div.content a:hover
{
	color: #A00;
}
