body {
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9000;
	color: #000;
}

#container {
	position: relative;
	width: 736px;
	margin : 0 auto;
	text-align: left;
	background-color: #FF9000;
}

/* Tableaux page d'accueil */
#hometable {
	width: 736px;
	height: 281px;
	line-height: 1.5;
	background:  #FF9000 url(../images/bg_gesp_splash.jpg) no-repeat top left;
	text-align: left;
}

#hometable td {
	padding: 19px 0 0 10px;
}

#hometable-child {
	width: 718px;
	height: 247px;
	line-height: 1.2;
	margin : 0;
	text-align: left;
}

#hometable-child td {
	padding: 0px;
}

#hometable-gt {
	width: 111px;
	height: 194px;
	line-height: 1.2;
	text-align: left;
}

#hometable-gt p {
	margin: 5px 5px 0 5px;
}

#swftable {
	width: 736px;
	height: 284px;
	margin : 10px 0 0 0;
	text-align: left;
}

#swftable td {
	padding: 0;
}

/* homepage */

#banner {
	width: 736px;
	/*height: 181px;*/
	margin : 0 0 10px 0;
	border: 2px solid #FF4800;
	background: #FF9000 url(../images/bg_geac_banner.jpg) no-repeat top left;
}

.btn-mag {
	margin: 66px 5px 0 7px;
}

.sep-banner{
	background: #FFF url(../images/bg_sep_banner.gif) repeat-x;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 112px;
	height: 36px;
	z-index: 100;
}

#mainnav {
	position: absolute;
	left:150px;
	top:14px;
	width:595px;
	height:13px;
	z-index: 400;
	font-size: 11px;
	color: #FFF;
}

#mainnav a:link, #mainnav a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainnav a:hover, #mainnav a:active {
	color: #A80000;
	text-decoration: underline;
}

#caddie{
	position: absolute;
	left:540px;
	top:43px;
	width:188px;
	height:45px;
	z-index: 300;
	font-size: 11px;
	color: #000;
	background-color: #FCAD10;
	padding: 3px;
	border: 1px solid #FFCC00;
}

#search {
	font-size: 11px;
	color: #000;
	margin: 10px 0 10px 0;
}

#message {
	font-size: 11px;
	color: #FFF;
	margin: 5px;
	text-align: left;
}

/* Navigation pied de page */
#navfooter {
	width: 736px;
	margin : 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A80000;
}
#navfooter p {
	margin : 5px 0 0 0;
	text-align: center;
}

#navfooter a:link, #navfooter a:visited {
	color: #fff;
	text-decoration: none;
}
#navfooter a:hover, #navfooter a:active {
	color: #A80000;
	text-decoration: underline;
}

/* Gestion des des blocs produits de la Une */
/*----version mag--------*/
.mag-box-mid {
	background: #FFF url(../images/box_mid_mag.gif) repeat-y;
}

.mag-box-bot {
	background: #FFF url(../images/box_bot_mag.gif) no-repeat top left;
}

.mag-bg-special {
	background: #FFF url(../images/bg_mag_special.gif) no-repeat top left;
}

.mag-box-midlg {
	background: #FFF url(../images/box_mid_mag-lg.gif) repeat-y;
}

/*----version book--------*/
.book-box-mid {
	background: #FFF url(../images/box_mid_book.gif) repeat-y;
}

.book-box-bot {
	background: #FFF url(../images/box_bot_book.gif) no-repeat top left;
}

.book-bg-special {
	background: #FFF url(../images/bg_book_special.gif) no-repeat top left;
}

.book-bg-special-detail {
	background: #FFF url(../images/bg_book_special_detail.gif) no-repeat top left;
}

.book-box-midlg {
	background: #FFF url(../images/box_mid_book-lg.gif) repeat-y;
}

/* tableau 2 colonnes homepage et 3 colonnes */
#twocol, #twocol-two, #threecol {
	width: 736px;
	line-height: 1.2;
	text-align: left;
	background-color: #FF9000;
}

#twocol td, #twocol-two td, #threecol td {
	padding: 0;
}

#twocol p, #twocol-two p {
	margin: 0 10px 5px 10px;
}

/* Navigation Books */
#navigation {
	line-height: 1.2;
	text-align: left;
	background-color: #FF9000;
	width: 189px;
}

#navigation a:link, #navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	color: #000;
	text-decoration: none;
}

/* Navigation Magazines */
#navigation-mag {
	line-height: 1.2;
	text-align: left;
	background-color: #FF9000;
	width: 189px;
}

#navigation-mag a:link, #navigation-mag a:visited {
	color: #000;
	text-decoration: none;
}
#navigation-mag a:hover, #navigation-mag a:active {
	color: #FFF;
	text-decoration: none;
}

/* Classe pour activer l'état on de la navigation Books/Mags */
#current-book a {
	color: #000 !important;
	font-weight: bold !important; 
	text-decoration: none !important;
}

#current-mag a {
	color: #FFF !important;
	font-weight: bold !important; 
	text-decoration: none !important;
}

#navigation ul {
	padding-left: 0;
	list-style-type: none;
	margin: 5px 0 10px 5px; 
	font-size: 12px;
}

#navigation li {
	margin: 0px 0px 3px 0px;
}

#navigation-book {
	background-color: #DC5A00;
	width: 189px;
}

#navigation-book td, #navigation-mag td {
	padding: 5px;
}

#navigation-book h2 {
	font-size: 11px;
	color: #FFF;
	padding: 0 0 4px 19px;
	margin: 5px 0;
	border-bottom: 1px solid #FFF;
	background: transparent url(../images/ico_star_book_white.gif) no-repeat 0 0;
}

#navigation-mag h2 {
	font-size: 11px;
	color: #FFF;
	padding: 0 0 4px 19px;
	margin: 5px 0;
	border-bottom: 1px solid #FFF;
	background: transparent url(../images/ico_star_mag_white.gif) no-repeat 0 0;
}

#navigation-mag h2 a:link, #navigation-mag h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
#navigation-mag h2 a:hover, #navigation-mag h2 a:active {
	color: #FFF;
	text-decoration: underline;
}

#navigation-book h3 {
	font-size: 15px;
	color: #FFF;
	margin: 5px 0 0 5px;
}

#navigation-book h4 {
	font-size: 13px;
	color: #FFF;
	margin: 5px 0 0 5px;
}

#navigation-mag {
	background-color: #62E8F1;
	width: 189px;
}

#navigation-mag h3 {
	font-size: 15px;
	color: #000;
	margin: 5px 0 0 5px;
}

#navigation-mag h4 {
	font-size: 13px;
	color: #FFF;
	margin: 5px 0 0 5px;
}

#navigation-mag p {
	margin: 5px 10px 10px 5px;
}

/* En-tête colonne de gzauche/magazines homepage */
/* En-tête colonne de droite/livres homepage */

#col-one {
	line-height: 1.5;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	background: #62E8F1 url(../images/bg_bloc_mag.jpg) repeat-y;
}

#col-two {
	line-height: 1.5;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	background: #62E8F1 url(../images/bg_bloc_book.jpg) repeat-y;
}

#col-one p, #col-two p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 10px 5px 10px;
}

#special_a a:link, #special_a a:visited, #special_a a:hover, #special_a a:active {
	text-decoration: none;
}

#col-one a:link, #col-one a:visited, #col-two a:link, #col-two a:visited {
	color: #FFF;
	text-decoration: none;
}

#col-one a:hover, #col-one a:active, #col-two a:hover, #col-two a:active {
	color: #FFF;
	text-decoration: underline;
}

/* Blocs "Retrouvez aussi" */
#bloc-autres {
	width: 348px;
	line-height: 1.2;
	text-align: left;
	background-color: #FFF;
	margin: 5px 0 5px 0;
}

#bloc-autres td, #bloc-book-cat td {
	padding: 0;
}

#bloc-autres ul {
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 5px;
	list-style-type: none;
	line-height: 1.5;
	color: #000;
	font-size: 11px;
	text-align: left;
}

#bloc-autres li {
	margin: 0 0 3px 0;
	padding-left: 15px;
	background: transparent url(../images/ico_ministar_book.gif) 0 2px no-repeat ;
}

/* Gestion liste à puce col de droite version livres */
#bloc-book-cat {
	width: 164px;
	line-height: 1.2;
	text-align: left;
	background-color: #FFF;
	margin: 0 0 5px 0;
}

#bloc-book-cat ul {
	margin: 5px 0 5px 15px;
	padding-left: 15px;
	list-style-type: none;
	background: transparent url(../images/ico_ministar_book.gif) 0 5px no-repeat;
	line-height: 1.5;
	color: #000;
	font-size: 11px;
	text-align: left;
}

#bloc-book-cat ul ul {
	margin: 0;
	padding-left: 0;
	background: url(none);
}

#bloc-book-cat li {
	margin: 0 0 3px 0;
}

/* Gestion liste à puce col de droite version mag */
#bloc-mag-cat {
	width: 164px;
	line-height: 1.2;
	text-align: left;
	background-color: #FFF;
	margin: 0 0 5px 0;
}

#bloc-mag-cat ul {
	margin: 5px 0 5px 15px;
	padding-left: 15px;
	list-style-type: none;
	background: transparent url(../images/ico_ministar_mag.gif) 0 5px no-repeat;
	line-height: 1.5;
	color: #000;
	font-size: 11px;
	text-align: left;
}

#bloc-mag-cat ul ul {
	margin: 0;
	padding-left: 0;
	background: url(none);
}

#bloc-mag-cat li {
	margin: 0 0 3px 0;
}


/* Tableau des resultats de recherches */
#resultpage {
	line-height: 1.5;
	background-color: #FFF;
}

#resultpage td {
	color: #000;
	padding: 3px;
}

/* Couleur de la cellule du tableau résultats de recherches */
.odd-mag {
	background-color: #58CEE7;
}

.odd-mag a:link, .odd-mag a:visited {
	color: #FFF;
	text-decoration: none;
}
.odd-mag a:hover, .odd-mag a:active {
	color: #FFF;
	text-decoration: underline;
}

.odd-book {
	background-color: #DC5A00;
}

.odd-book a:link, .odd-book a:visited {
	color: #FFF;
	text-decoration: none;
}
.odd-book a:hover, .odd-book a:active {
	color: #FFF;
	text-decoration: underline;
}

.bg-cat-mag {
	background: url(../images/bg_h1_blue.jpg) 0 0 repeat-y;
}

.bg-cat-book {
	background: url(../images/bg_h1_brown.jpg) 0 0 repeat-y;
}

/* Gestion des liste du Catalogue liste alpha */

.bg-top-book {
	background: url(../images/bg_listealpha_brown.jpg) 0 0 repeat-y;
}

.bg-top-mag{
	background: url(../images/bg_listealpha_blue.jpg) 0 0 repeat-y;
}

#alpha-list{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
}

#alpha-list p {
	margin: 10px 0;
}

#alpha-list a:link, #alpha-list a:visited {
	color: #FFF;
	text-decoration: none;
}

#alpha-list a:hover, #alpha-list a:active {
	color: #FFF;
	text-decoration: underline;
}

/* Bloc catalogue book */
#bloc-alpha-book {
	color: #FFF;
}

#bloc-alpha-book a:link, #bloc-alpha-book a:visited {
	color: #FFF;
	text-decoration: none;
}

#bloc-alpha-book a:hover, #bloc-alpha-book a:active {
	color: #FFF;
	text-decoration: underline;
}

#bloc-alpha-book ul {
	padding-left: 50px;
	list-style-type: square;
	margin: 0 0 10px 5px;
	font-size: 12px;
}

#bloc-alpha-book li {
	margin: 0px 0px 3px 0px;
}

#bloc-alpha-book h2 {
	font-size: 13px;
	color: #FFF;
	padding: 0 0 4px 23px;
	margin: 5px 5px;
	border-bottom: 1px solid #FCAD10;
	background: transparent url(../images/ico_star_liste_book.jpg) no-repeat 0 0;
}

/* Bloc catalogue mag */
#bloc-alpha-mag {
	color: #000;
}

#bloc-alpha-mag a:link, #bloc-alpha-mag a:visited {
	color: #000;
	text-decoration: none;
}

#bloc-alpha-mag a:hover, #bloc-alpha-mag a:active {
	color: #000;
	text-decoration: underline;
}

#bloc-alpha-mag ul {
	padding-left: 50px;
	list-style-type: square;
	margin: 0 0 10px 5px;
	font-size: 12px;
}

#bloc-alpha-mag li {
	margin: 0px 0px 3px 0px;
}

#bloc-alpha-mag h2 {
	font-size: 13px;
	color: #000;
	padding: 0 0 4px 23px;
	margin: 5px 5px;
	border-bottom: 1px solid #00A9D5;
	background: transparent url(../images/ico_star_liste_mag.jpg) no-repeat 0 0;
}

#bloc-alpha-mag td.blue-dark a:link, #bloc-alpha-mag td.blue-dark a:visited,
#bloc-alpha-mag td.blue-dark a:hover, #bloc-alpha-mag td.blue-dark a:active {
	color: #FFF;
}

#static {
	line-height: 1.5;
	text-align: left;
	background-color: #FFF;
	width: 736px;
}

#static td {
	padding: 0;
}

#static p {
	margin: 0 10px 10px 10px;
}

#static ul {
	padding-left: 50px;
	list-style-type: square;
	margin: 0 0 10px 0;
}

#static li {
	margin: 0;
}

#argu {
	line-height: 1.5;
	text-align: left;
}

#argu td {
	padding: 0;
}

#argu p {
	margin: 0 10px 10px 10px;
}

#argu h1 {
	color: #000;
	font-size: 15px;
	margin: 10px 10px 5px 10px;
	border-bottom: 1px solid #D64A07;
}
#prixtable {
	width: 191px;
	height: 29px;
	line-height: 1.5;
	font-size: 30px;
	background:  #FF9000 url(../images/bg_mag_special21.gif) no-repeat top left;
	text-align: left;
}
