﻿body { background-color: #D6D6D6; background-image:url('images/html1.png'); width: 750px; margin: auto; padding: 0px; }

dl, dt, dd, ul, li { margin: 0px; padding: 0px; list-style-type: none; font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 10px; }

a { text-decoration: none; color: black; }

#global { margin: 5px 0px 10px 0px; padding: 0px; background-color: white }


/* BARRE DE NAVIGATION */
div#barrenaviguation
{
	height: 30px; margin: auto; padding: 1px 10px 1px 10px;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
	background: silver url('images/barrenaviguation.png') no-repeat center;
}

ul#menu_barrenav { margin-top: 7px; }

ul#menu_barrenav li
{
	float: left ; margin-top: 2px; margin-left:10px; text-align: center ; padding: 0px -5px;
	font-family: verdana; font-size: 0.9em; font-weight: bold; text-decoration: none; text-align:center;
	border-right: 1px solid #B6B6B6; color: #000000;
}


/* ENTETE DE PAGE */
#header { margin: 0px; padding: 0px; background-repeat: no-repeat; background-position: right; height: 135px; }
#header #logo { height: 135px; background-image: url('images/fondsite_02.png'); padding: 0px; margin: 0px; }
#header #logo img { margin: 20px 0px 0px 10px; }


/* MENU EN CASCADE */
#menu
{
	position: absolute; background-color:#000066; height:20px; width: 750px;
	font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 10px;
}
#menu dl { float: left; width: 9em; margin: 0px; height: 23px; }
#menu dt { cursor: pointer; text-align: center; font-weight: bold; height: 18px; padding-top: 5px; border-right: 1px solid #ffffff; }
#menu dd { border: 1px solid #FFFFFF; width:148px; }
#menu li { text-align: left; background: url('images/fondTR.png') no-repeat; color:#FFFFFF; width:148px }
#menu li a, #menu dt a { width:148px; color:#ffffff; text-decoration: none; display: block; height: 20px; font-size:11px; margin: 0px; }
#menu li a:hover, #menu dt a:hover { background: #a4acc4; color:#000000; margin: 0px; }


/* Menu de droite */
#droit
{
	float: right; width: 200px; margin-top: 60px;
	font-family: arial; font-size: 1.2em; text-decoration: none; text-align:justify;
}
#logoforum { margin: 40px 0px 20px 20px; }
#droit h6 { background-image: url('images/menunav.png'); background-repeat: no-repeat; margin: 0px; line-height: 20px; padding-left: 15px; }
ul#menudroit { margin-top: 0px; padding: 0px; list-style: none; }
ul#menudroit li a, ul#menudroit li
{
	display: block; width:170px; height: 18px; line-height: 18px;
	font-family: arial; font-size: 1em; text-decoration: none; color: #000000;
	background: url('images/lignemenunav.png') no-repeat left top;
	padding-left: 10px; margin: 0px;
}


/* CONTENU */
#contents
{
	width: 530px; overflow: hidden;
	margin: 40px 205px 15px auto; padding: 5px; border-right: solid 1px black;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
#image_aleatoire { height: 140px; margin-top: 20px; }
#contents h2
{
	color: #B52C07; font-weight: bold; background: url('images/barretitre.png'); background-repeat: no-repeat;
	padding-left:25px; font-style:normal; font-variant:normal; font-size:120%; font-family:georgia, times, times new roman, serif; 
	margin: 20px 0px 2px 0px;
}
#contents h3
{
	color: #B52C07; font: 80% georgia, times, "times new roman", serif;
	font-weight: bold; margin: 0px 0px 2px 0px; text-align:right;
}
#contents h4
{
	color: #000; margin: 0px 0px 2px 0px; text-align:justify;
	font-family:Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal;
}

/* FORUM */
#forum { margin: 40px auto 15px auto; padding: 5px; overflow: hidden; font-family:Arial, Helvetica, sans-serif; font-size:1em; }
#forum .style1 { color: #990000; font-weight: bold; }
#forum .style2 { color: #990000; font-size:0.8em; }

#tbForum { margin: auto; border-collapse: collapse; width: 700px; }
#tbForum thead th { font-weight: normal; text-align: left; padding: 10px; }
#tbForum thead td { width: 5px; padding: 0px }
#tbForum tbody th { padding: 0px; background-color: black; }
#tbForum tbody td { border: solid 1px black; padding: 10px; }


/* PIED DE PAGE */
#footer
{
	margin: 0px; height: 14px; padding: 5px; background: url('images/fondsite_07.png') no-repeat; 
	text-align:left; font-family: Verdana; font-size: 0.7em; text-decoration: none; color:#FFFFFF;
}
