@charset "UTF-8";
/* CSS Document */
/* Copyright NBotti - 2008 - Tous droits réservés */

/* Style de base de la page */
body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/design/background_site.jpg);
	background-repeat: repeat;
	background-position:center;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

/* DIV design */
.conteneur {
    width:802px;
	margin-left:auto;
	margin-right:auto;
}
.div_connexion {
    width:800px;
    height:15px;
}
.div_banniere {
    width:800px;
	height:100px;
}
.div_menu_top {
    width:802px;
}
.div_menu_left {
   width:180px;
   float:left;
   padding-top:10px;
   padding-bottom:10px;
   margin-left:5px;
   border-right:1px #666666 solid;
}
.div_center_txt {
   width:600px;
   margin-left:185px;
   padding-left:10px;
   padding-right:5px;
   padding-top:10px;
   padding-bottom:10px;
   border-left:1px #666666 solid;
}
.footer {
   width:800px;
   border-top:1px #666666 solid;
   height:150px;
   clear:both;
   text-align:center;
}
.div_legend {
   text-align:right;
}

/* Style du menu_top */
div#listmenu {
    width:720px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding-left:80px;
	float:left;
	font-weight:bold;
	font-size:16px;
	background-color:#FFFFFF;
}
div#listmenu ul {
    margin:0 0 0 30px;
}
div#listmenu li {
    float:left;
	list-style-type:none;
	background-color:#FFFFFF;
	padding:0 6px;
	border-right:1px solid #999999;
}
div#listmenu li:first-child {
    border-left:1px solid #999999;
}
div#listmenu li:hover {
    background-color:#DFDFDF;
}
div#listmenu a {
    padding:0 6px;
    text-decoration:none;
	color:#666666;
}
div#listmenu a:hover {
    color:#0066FF;
}

/* style menu_left */
.menu_top_livre {
    width:170px;
	height:35px;
	background-image:url(../img/design/en_menu_h2g2.png);
}
.menu_top_movie {
    width:170px;
	height:35px;
	background-image:url(../img/design/en_menu_film.png);
}
.menu_top_dirk {
    width:170px;
	height:35px;
	background-image:url(../img/design/menu_dirk.png);
}
.menu_top_dna {
    width:170px;
	height:35px;
	background-image:url(../img/design/menu_dna.png);
}
.menu_top_towel {
    width:170px;
	height:35px;
	background-image:url(../img/design/menu_towel.png);
}
.menu_middle {
    width:165px;
	padding-left:5px;
	padding-top:5px;
	background-image:url(../img/design/menu_center.png);
}
.menu_bottom {
    width:170px;
	height:35px;
	background-image:url(../img/design/menu_bottom.png);
}

/* style textes */
.fleche_titre {
   color:#0033FF;
   font-weight:bold;
   font-size:18px;
}
.fleche_petite {
   color:#0033FF;
   font-weight:bold;
}
.titre_article {
   font-weight:bold;
   font-size:18px;
}
.txt_gras {
   font-weight:bold;
}
.txt_gras_2 {
   font-weight:bold;
   font-size:14px;
}
.txt_version {
   font-size:9px;
   color:#999999;
   font-style:italic;
}
.txt_italic {
   font-style:italic;
}
.txt_bleu_gras {
   font-weight:bold;
   color:#000099;
}

/* style images */
.div_img {
    text-align:center;
	color:#666666;
	font-size:12px;
}
.img {
    border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
}