
@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #997453;
	color: #000;
	font-size: 12px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	border-top: 2px solid #DDD;
}

td{
	font-size: 12px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;	
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 12px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
}

h3{
	text-align: right;
	font-size: 12px;
	font-style: italic;
}

hr{
	width: 80%;
	margin-top: 16px;
	border-width: 1px;
	border-color: #0000CE;
	background-color: #0000CE;
}

fieldset{
	margin-top: 8px;
	width: 90%;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #7E217B;
}

/* La page
-------------------------------------------------------- */
table.page{
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background-color: #fff;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
td.top{
	background: #FFF url(images/top.jpg) no-repeat left top;
	vertical-align: top;
}

td.top img {
	padding-top: 28px;
	padding-left: 113px;
	border-width: 0px;
}

/* Les menus
-------------------------------------------------------- */
td.lsidebar{
	vertical-align: top;
	text-align: center;
	padding-top: 16px;
}

td.rsidebar{
	background: #FFF url(images/right.jpg) repeat-y right top;
	vertical-align: top;
	padding-right: 12px;
}

td.main{
	border: 0;
	border-left-width: 1px;
	border-color: #5344D8;
	border-style: solid;
	vertical-align: top;
}

/* Le contenu
-------------------------------------------------------- */
table.post{
	padding-top: 16px;
	padding-left: 8px;
	width: 100%;
}

a.pcat, a.pcat:visited {
	color: #8A684A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.pcat:hover {
	color: #7E217B;
}

td.ptitle{
	width: 99%;
	color: #0000CE;
	font-size: 14px;
	font-weight: bold;
}

a.ptitle, a.ptitle:visited {
	color: #0000CE;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.ptitle:hover {
	color: #7E217B;
}

td.pdate{
	font-style: italic;
}

td.pauth{
	text-align: right;
	font-weight: bold;
}

td.pbody{
	text-align: justify;
}

td.pcom{
	text-align: right;
}

a.pcom, a.pcom:visited, a.pcom:hover {
	text-decoration: underline;
}

/* La barre de navigation
-------------------------------------------------------- */
td.rsidebar a{
	text-decoration: none;
}

table.search{
	width: 130px;
	height: 42px;
	margin-top: 16px;
	background: #0DBAF5 url('images/right_trans.png') repeat-y right top;
}

td.simg{
	background: transparent url('images/left_corner_big.png') no-repeat left top;
	text-align: center;
	color: white;
}

td.sti{
	text-align: center;
	color: white;
}

table.tm{
	width: 126px;
	height: 24px;
	margin-top: 8px;
	background: #F5A12A url('images/right_trans.png') repeat-y right top;
}

table.tic{
	width: 137px;
	height: 24px;
	margin-top: 8px;
	background: #D5E601 url('images/right_trans.png') repeat-y right top;
}

table.te{
	width: 137px;
	height: 24px;
	margin-top: 8px;
	background: #99D34B url('images/right_trans.png') repeat-y right top;
}

table.gp{
	width: 114px;
	height: 24px;
	margin-top: 8px;
	background: #649431 url('images/right_trans.png') repeat-y right top;
}

table.pm{
	width: 137px;
	height: 24px;
	margin-top: 8px;
	background: #90880D url('images/right_trans.png') repeat-y right top;
}

table.rep{
	width: 106px;
	height: 24px;
	margin-top: 8px;
	background: #996F45 url('images/right_trans.png') repeat-y right top;
}

#rep li a{
	font-weight: bold;
}

table.com{
	width: 137px;
	height: 24px;
	margin-top: 8px;
	background: #D3A979 url('images/right_trans.png') repeat-y right top;
}

table.lie{
	width: 106px;
	height: 24px;
	margin-top: 8px;
	background: #D38579 url('images/right_trans.png') repeat-y right top;
}

table.rss{
	width: 50px;
	height: 24px;
	background: #B773B4 url('images/left_corner.png') no-repeat left top;
}

ul{
	list-style-type: disk;
	list-style-position: outside;
}

li{
	padding-bottom: 3px;
}

table.abo{
	width: 106px;
	height: 24px;
	background: #AD86C8 url('images/left_corner.png') no-repeat left top;
}

table.pho{
	width: 106px;
	height: 24px;
	background: #00B1A4 url('images/left_corner.png') no-repeat left top;
}

td.lmenu{
	background: transparent url('images/right_corner.png') no-repeat right top;
	text-align: center;
	color: white;
}

td.menu{
	background: transparent url('images/left_corner.png') no-repeat left top;
	text-align: center;
	color: white;
}

a.menu, a.menu:visited, a.menu:hover {
	text-decoration: none;
	color: white;
}

td.lsep{
	padding-top: 8px;
}

td.linsep{
	padding-top: 8px;
}
#newsletter input[type="text"]{
	padding: 0;
	width: 80px;
}
